POST api/Client/{id}/GreetingMessage
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
ClientGreetingMessageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| Value | string |
String length: inclusive between 0 and 4000 |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"Value": "sample string 2"
}
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.