POST 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": "13f703d4-97ba-4169-88a4-8066b2c67213",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T17:39:22.1778584",
"UpdClientTime": "2026-09-18T17:39:22.1778584",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "4bf4a807-2e03-42f1-b6b7-356085d01191",
"DTOClientGroup": {
"Id": "2ac07211-8e94-40a0-b963-ec476d986275",
"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.