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": "323096ba-13aa-4ca3-8bf4-2c56822fc95e", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:46:24.7955732", "UpdClientTime": "2025-07-12T10:46:24.7955732", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "2b4b8cd0-4e7d-44ae-a379-ee6323f3e8c8", "DTOClientGroup": { "Id": "cc530dfe-2a75-4d03-b212-bdc85b42d687", "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.