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": "09f9e127-9d87-4aff-8674-a1fa223bbf63",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T17:39:25.9040998",
"UpdClientTime": "2026-09-18T17:39:25.9040998",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "ac9286b9-ffb1-4c86-bb4f-7bcff29df74c",
"DTOClientGroup": {
"Id": "bb671770-02f4-4601-97ca-224855040d62",
"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.