PUT api/Client
Request Information
URI Parameters
None.
Body Parameters
DTOClientName | 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": "02940eee-8c09-4128-bd1e-9c88d522624c", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:43:02.6574522", "UpdClientTime": "2025-07-03T10:43:02.6574522", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "988aa3b9-1434-4238-9038-dba011ab3ce5", "DTOClientGroup": { "Id": "df691b24-85aa-410b-b778-f0fd0d23c9fc", "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.