POST api/ClientAddOrUpdateOrRemoveClients
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "c0206cbe-59a6-41e8-ac15-476d116b78ee", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:48:50.7603317", "UpdClientTime": "2025-07-03T10:48:50.7603317", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "dfe205a7-9880-4463-b0fc-68e5a8f079d0", "DTOClientGroup": { "Id": "a0c5be51-f4e6-4d99-80ae-ad9604b7bb56", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "c0206cbe-59a6-41e8-ac15-476d116b78ee", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:48:50.7603317", "UpdClientTime": "2025-07-03T10:48:50.7603317", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "dfe205a7-9880-4463-b0fc-68e5a8f079d0", "DTOClientGroup": { "Id": "a0c5be51-f4e6-4d99-80ae-ad9604b7bb56", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ]
Response Information
Resource Description
DTOResponseHelloName | 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": "7acb9eb3-d3a0-4022-b4c3-8f9b18b282a5", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:48:50.7603317", "UpdClientTime": "2025-07-03T10:48:50.7603317", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "8d83aa03-6f7c-45a6-ae97-787cd77adda3", "DTOClientGroup": { "Id": "b52e0052-c908-4e92-96e4-f67029efa7bf", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "7acb9eb3-d3a0-4022-b4c3-8f9b18b282a5", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:48:50.7603317", "UpdClientTime": "2025-07-03T10:48:50.7603317", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "8d83aa03-6f7c-45a6-ae97-787cd77adda3", "DTOClientGroup": { "Id": "b52e0052-c908-4e92-96e4-f67029efa7bf", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "b52e0052-c908-4e92-96e4-f67029efa7bf", "GroupName": "sample string 2" }, { "Id": "b52e0052-c908-4e92-96e4-f67029efa7bf", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "3458d011-52a1-4614-9abf-41181382d056", "ClientId": "91d98f65-a0b0-4705-8867-6e16e5afcf4a", "ClientIdAssociated": "1a816b5d-232e-48e9-b4b3-567a46cb519e" }, { "Id": "3458d011-52a1-4614-9abf-41181382d056", "ClientId": "91d98f65-a0b0-4705-8867-6e16e5afcf4a", "ClientIdAssociated": "1a816b5d-232e-48e9-b4b3-567a46cb519e" } ] }