GET api/GetClientMasterListById?ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiPostResponseOfClientMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | 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
},
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}