PUT api/Clients/UpdateClient?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
UpdateClientInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| FriendlyName | string |
String length: inclusive between 0 and 100 |
|
| DisplayName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"FriendlyName": "sample string 2",
"DisplayName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.