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": "7d9008fa-d7ee-4eca-a525-55f24b2b3ffe",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:05:00.5949608",
"UpdClientTime": "2025-12-22T15:05:00.5949608",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "cc1b3a81-b926-454c-bb78-c076254ded54",
"DTOClientGroup": {
"Id": "4ac0ae39-7f69-4031-a3eb-c66e26cc1048",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "7d9008fa-d7ee-4eca-a525-55f24b2b3ffe",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:05:00.5949608",
"UpdClientTime": "2025-12-22T15:05:00.5949608",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "cc1b3a81-b926-454c-bb78-c076254ded54",
"DTOClientGroup": {
"Id": "4ac0ae39-7f69-4031-a3eb-c66e26cc1048",
"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": "c52887cf-6bc1-4872-b2a9-34527f8e0d15",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:05:00.5949608",
"UpdClientTime": "2025-12-22T15:05:00.5949608",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "66756920-3368-45bd-a4ab-dde2e4807eaa",
"DTOClientGroup": {
"Id": "a9fc6c43-7fd2-4f6e-8a43-980c0041c988",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "c52887cf-6bc1-4872-b2a9-34527f8e0d15",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:05:00.5949608",
"UpdClientTime": "2025-12-22T15:05:00.5949608",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "66756920-3368-45bd-a4ab-dde2e4807eaa",
"DTOClientGroup": {
"Id": "a9fc6c43-7fd2-4f6e-8a43-980c0041c988",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
],
"DTOClientGroups": [
{
"Id": "a9fc6c43-7fd2-4f6e-8a43-980c0041c988",
"GroupName": "sample string 2"
},
{
"Id": "a9fc6c43-7fd2-4f6e-8a43-980c0041c988",
"GroupName": "sample string 2"
}
],
"DTOClientAssociations": [
{
"Id": "a14e2660-a5e6-4bb3-965c-c2cac5e7e0c4",
"ClientId": "f8b6bbd1-3a86-4af1-a733-11b120183eeb",
"ClientIdAssociated": "dc980f82-7066-43cd-9476-32174f3ae0ae"
},
{
"Id": "a14e2660-a5e6-4bb3-965c-c2cac5e7e0c4",
"ClientId": "f8b6bbd1-3a86-4af1-a733-11b120183eeb",
"ClientIdAssociated": "dc980f82-7066-43cd-9476-32174f3ae0ae"
}
]
}