POST 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": "7923806b-2ca3-47b6-ae01-f8d10dded09c", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:13:55.9012636", "UpdClientTime": "2025-09-14T16:13:55.9012636", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "18305c50-0299-4be1-8eb2-0539cd6b3043", "DTOClientGroup": { "Id": "7ad6996f-50cf-4b60-8a50-1605286f60d9", "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.