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": "b6c733e6-70d8-4eee-b6ed-3d910aca1ec4", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:45:32.1579355", "UpdClientTime": "2025-07-12T10:45:32.1579355", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "fb371c07-f805-4332-bf73-bc9e780409af", "DTOClientGroup": { "Id": "d7c982a5-8f0e-4ad6-9c75-48017beb2796", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "b6c733e6-70d8-4eee-b6ed-3d910aca1ec4", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:45:32.1579355", "UpdClientTime": "2025-07-12T10:45:32.1579355", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "fb371c07-f805-4332-bf73-bc9e780409af", "DTOClientGroup": { "Id": "d7c982a5-8f0e-4ad6-9c75-48017beb2796", "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": "9e01fd3f-42a1-4f05-92ec-cf71371dcfdf", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:45:32.2048093", "UpdClientTime": "2025-07-12T10:45:32.2048093", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "467aa610-c4a3-4316-9d30-8b032669feb6", "DTOClientGroup": { "Id": "ba59e208-50ee-43dd-80c8-00bb52b116ad", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "9e01fd3f-42a1-4f05-92ec-cf71371dcfdf", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:45:32.2048093", "UpdClientTime": "2025-07-12T10:45:32.2048093", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "467aa610-c4a3-4316-9d30-8b032669feb6", "DTOClientGroup": { "Id": "ba59e208-50ee-43dd-80c8-00bb52b116ad", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "ba59e208-50ee-43dd-80c8-00bb52b116ad", "GroupName": "sample string 2" }, { "Id": "ba59e208-50ee-43dd-80c8-00bb52b116ad", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "ac8b38fe-9af6-432f-8936-eb02c6cc75fc", "ClientId": "ce15f7cc-2559-4d9b-b3b0-c98f3887591e", "ClientIdAssociated": "d3d75d69-ae92-48db-864f-d5a8b9443ef8" }, { "Id": "ac8b38fe-9af6-432f-8936-eb02c6cc75fc", "ClientId": "ce15f7cc-2559-4d9b-b3b0-c98f3887591e", "ClientIdAssociated": "d3d75d69-ae92-48db-864f-d5a8b9443ef8" } ] }