PUT api/Client
Request Information
URI Parameters
None.
Body Parameters
DTOClient| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientCode | string |
None. |
|
| Token | string |
None. |
|
| AddClientTime | date |
None. |
|
| UpdClientTime | date |
None. |
|
| AppName | string |
None. |
|
| AppVersion | string |
None. |
|
| ClientGroupsId | globally unique identifier |
None. |
|
| DTOClientGroup | DTOClientGroup |
None. |
|
| ClientIpAddress | string |
None. |
|
| ClientPort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "1a423d96-89ee-41c8-b054-96450165640d",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:04:59.8605879",
"UpdClientTime": "2025-12-22T15:04:59.8605879",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "591c54fd-be4e-4830-89c8-4badbafff090",
"DTOClientGroup": {
"Id": "d5f38a4c-2992-4f87-8d63-b59a9b99f578",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.