POST api/SaveClient?ClientName={ClientName}&ClientId={ClientId}&ClientLOGO={ClientLOGO}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientName | string |
None. |
|
| ClientId | integer |
Default value is 0 |
|
| ClientLOGO | string |
None. |
Body Parameters
None.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}