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": "9e06c8e2-46e2-440e-bcbf-020397fb9b88",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T18:45:34.6668876",
"UpdClientTime": "2026-09-18T18:45:34.6668876",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "4facd2f9-652a-4940-9e54-b52de945f00d",
"DTOClientGroup": {
"Id": "fe978200-2f5c-4a48-a901-faff2a72646b",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "9e06c8e2-46e2-440e-bcbf-020397fb9b88",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T18:45:34.6668876",
"UpdClientTime": "2026-09-18T18:45:34.6668876",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "4facd2f9-652a-4940-9e54-b52de945f00d",
"DTOClientGroup": {
"Id": "fe978200-2f5c-4a48-a901-faff2a72646b",
"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": "9fd0aa6c-b857-46f4-9c21-6691cca06a64",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T18:45:34.6758975",
"UpdClientTime": "2026-09-18T18:45:34.6758975",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "82b195e8-b05c-439a-babc-1422ffea1153",
"DTOClientGroup": {
"Id": "0189baae-0a67-4ef6-8326-93bba0d8f70f",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "9fd0aa6c-b857-46f4-9c21-6691cca06a64",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T18:45:34.6758975",
"UpdClientTime": "2026-09-18T18:45:34.6758975",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "82b195e8-b05c-439a-babc-1422ffea1153",
"DTOClientGroup": {
"Id": "0189baae-0a67-4ef6-8326-93bba0d8f70f",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
],
"DTOClientGroups": [
{
"Id": "0189baae-0a67-4ef6-8326-93bba0d8f70f",
"GroupName": "sample string 2"
},
{
"Id": "0189baae-0a67-4ef6-8326-93bba0d8f70f",
"GroupName": "sample string 2"
}
],
"DTOClientAssociations": [
{
"Id": "b431aedb-4d7f-4d9e-9acc-5a2e07f6ced1",
"ClientId": "24b35593-354b-40ab-8d81-0367ee5026ba",
"ClientIdAssociated": "5548d29f-b343-47cf-9b2d-bac2c8f2a458"
},
{
"Id": "b431aedb-4d7f-4d9e-9acc-5a2e07f6ced1",
"ClientId": "24b35593-354b-40ab-8d81-0367ee5026ba",
"ClientIdAssociated": "5548d29f-b343-47cf-9b2d-bac2c8f2a458"
}
]
}