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": "fdb2e940-4030-46cb-98e5-cdf365fe7aba", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:17:06.6322052", "UpdClientTime": "2025-09-14T16:17:06.6322052", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "580f02f9-1549-4c81-9201-4d25046be3f7", "DTOClientGroup": { "Id": "0c8bc778-e2a2-474b-90ca-25371fb3815d", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "fdb2e940-4030-46cb-98e5-cdf365fe7aba", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:17:06.6322052", "UpdClientTime": "2025-09-14T16:17:06.6322052", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "580f02f9-1549-4c81-9201-4d25046be3f7", "DTOClientGroup": { "Id": "0c8bc778-e2a2-474b-90ca-25371fb3815d", "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": "d3f151ac-590c-4cd4-9cb5-77a1916d3f0e", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:17:06.6322052", "UpdClientTime": "2025-09-14T16:17:06.6322052", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "ee0ac5dd-cc03-4845-a5f8-05dce33e3b3a", "DTOClientGroup": { "Id": "44c0d63f-4219-4833-bbde-6d050eba75d0", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "d3f151ac-590c-4cd4-9cb5-77a1916d3f0e", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:17:06.6322052", "UpdClientTime": "2025-09-14T16:17:06.6322052", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "ee0ac5dd-cc03-4845-a5f8-05dce33e3b3a", "DTOClientGroup": { "Id": "44c0d63f-4219-4833-bbde-6d050eba75d0", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "44c0d63f-4219-4833-bbde-6d050eba75d0", "GroupName": "sample string 2" }, { "Id": "44c0d63f-4219-4833-bbde-6d050eba75d0", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "972ba645-c979-4c83-a05f-0e1643bfcbd3", "ClientId": "7b954cc6-abed-4fa8-a0f5-aac34f4b7df5", "ClientIdAssociated": "82e60226-4de3-4695-99e1-60dc2fbb3d10" }, { "Id": "972ba645-c979-4c83-a05f-0e1643bfcbd3", "ClientId": "7b954cc6-abed-4fa8-a0f5-aac34f4b7df5", "ClientIdAssociated": "82e60226-4de3-4695-99e1-60dc2fbb3d10" } ] }