GET api/GetClientMasterList?USER_ID={USER_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
USER_ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfClientMasterModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ClientMasterModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "CLIENT_ID": 1, "CLIENT_NAME": "sample string 1", "Client_LOGO": "sample string 2", "ClientSLOGO": null }, { "CLIENT_ID": 1, "CLIENT_NAME": "sample string 1", "Client_LOGO": "sample string 2", "ClientSLOGO": null } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }