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": "2d1138de-f37a-42f8-8dbb-6e91bde0a8f8", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-17T12:17:58.2993091", "UpdClientTime": "2025-09-17T12:17:58.2993091", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "f7ac3f09-a244-4df5-8262-0e1d1ffb6d6e", "DTOClientGroup": { "Id": "8cf77566-90ef-42ab-b70c-3c1c402ecc24", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "2d1138de-f37a-42f8-8dbb-6e91bde0a8f8", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-17T12:17:58.2993091", "UpdClientTime": "2025-09-17T12:17:58.2993091", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "f7ac3f09-a244-4df5-8262-0e1d1ffb6d6e", "DTOClientGroup": { "Id": "8cf77566-90ef-42ab-b70c-3c1c402ecc24", "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": "027faae1-b3e0-450a-b708-6465f931b91f", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-17T12:17:58.2993091", "UpdClientTime": "2025-09-17T12:17:58.2993091", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "13acabdb-acda-431a-9727-f466c412998b", "DTOClientGroup": { "Id": "d1caed3b-cac1-4fcd-b563-3d2aa4bf90a5", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "027faae1-b3e0-450a-b708-6465f931b91f", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-17T12:17:58.2993091", "UpdClientTime": "2025-09-17T12:17:58.2993091", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "13acabdb-acda-431a-9727-f466c412998b", "DTOClientGroup": { "Id": "d1caed3b-cac1-4fcd-b563-3d2aa4bf90a5", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "d1caed3b-cac1-4fcd-b563-3d2aa4bf90a5", "GroupName": "sample string 2" }, { "Id": "d1caed3b-cac1-4fcd-b563-3d2aa4bf90a5", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "820e39f0-be0f-49e7-b62e-b21329be782d", "ClientId": "fa4c54a5-5f0a-400a-a6f4-aac4b0099ac8", "ClientIdAssociated": "9afebd21-ebcf-4d1c-9c50-dd0f479a84e1" }, { "Id": "820e39f0-be0f-49e7-b62e-b21329be782d", "ClientId": "fa4c54a5-5f0a-400a-a6f4-aac4b0099ac8", "ClientIdAssociated": "9afebd21-ebcf-4d1c-9c50-dd0f479a84e1" } ] }