POST api/ClientAddOrUpdateOrRemoveClients
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "7626e946-a048-4eec-9e53-73d8e2e536e2",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-03-22T16:05:19.4931725",
"UpdClientTime": "2026-03-22T16:05:19.4931725",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "560652b9-a280-41c3-a1ee-9c83fe5a5c11",
"DTOClientGroup": {
"Id": "c85e775e-75aa-4b83-917c-a36013438992",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "7626e946-a048-4eec-9e53-73d8e2e536e2",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-03-22T16:05:19.4931725",
"UpdClientTime": "2026-03-22T16:05:19.4931725",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "560652b9-a280-41c3-a1ee-9c83fe5a5c11",
"DTOClientGroup": {
"Id": "c85e775e-75aa-4b83-917c-a36013438992",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
]
Response Information
Resource Description
DTOResponseHello| Name | Description | Type | Additional information |
|---|---|---|---|
| DTOClients |
Ritorna i client del mio gruppo |
Collection of DTOClient |
None. |
| DTOClientGroups |
Il mio gruppo |
Collection of DTOClientGroup |
None. |
| DTOClientAssociations |
Le associazione del mio ClientId |
Collection of DTOClientAssociation |
None. |
Response Formats
application/json, text/json
Sample:
{
"DTOClients": [
{
"Id": "ce8ed6a3-de2e-4eba-9a8a-03397bbdc17b",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-03-22T16:05:19.4931725",
"UpdClientTime": "2026-03-22T16:05:19.4931725",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "fe6393b5-8e9a-4a13-a182-95c03a87d3aa",
"DTOClientGroup": {
"Id": "718c3ad1-58e6-45d6-a959-86a7844b0e68",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "ce8ed6a3-de2e-4eba-9a8a-03397bbdc17b",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-03-22T16:05:19.4931725",
"UpdClientTime": "2026-03-22T16:05:19.4931725",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "fe6393b5-8e9a-4a13-a182-95c03a87d3aa",
"DTOClientGroup": {
"Id": "718c3ad1-58e6-45d6-a959-86a7844b0e68",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
],
"DTOClientGroups": [
{
"Id": "718c3ad1-58e6-45d6-a959-86a7844b0e68",
"GroupName": "sample string 2"
},
{
"Id": "718c3ad1-58e6-45d6-a959-86a7844b0e68",
"GroupName": "sample string 2"
}
],
"DTOClientAssociations": [
{
"Id": "faed6dcb-784d-4cbb-ab66-70d85e6acb02",
"ClientId": "fb9947b3-ec8b-49c5-a407-d9c6494d8570",
"ClientIdAssociated": "7f83f6c1-6799-4da1-af15-40c449c5f8cc"
},
{
"Id": "faed6dcb-784d-4cbb-ab66-70d85e6acb02",
"ClientId": "fb9947b3-ec8b-49c5-a407-d9c6494d8570",
"ClientIdAssociated": "7f83f6c1-6799-4da1-af15-40c449c5f8cc"
}
]
}