POST api/ClientHello
Request Information
URI Parameters
None.
Body Parameters
DTOHelloName | Description | Type | Additional information |
---|---|---|---|
ClientCode | string |
Required |
|
ClientGroupId | globally unique identifier |
Required |
|
AppName | string |
Required |
|
AppVersion | string |
Required |
|
ClientIpAddress | string |
None. |
|
ClientPort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientCode": "sample string 1", "ClientGroupId": "c03dbfc5-f93d-49b8-b8bc-8302f57f86c5", "AppName": "sample string 3", "AppVersion": "sample string 4", "ClientIpAddress": "sample string 5", "ClientPort": 6 }
application/xml, text/xml
Sample:
<DTOHello xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO.RestClient"> <AppName>sample string 3</AppName> <AppVersion>sample string 4</AppVersion> <ClientCode>sample string 1</ClientCode> <ClientGroupId>c03dbfc5-f93d-49b8-b8bc-8302f57f86c5</ClientGroupId> <ClientIpAddress>sample string 5</ClientIpAddress> <ClientPort>6</ClientPort> </DTOHello>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "831de178-1b5b-4fcb-9912-dceb9aace96b", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-10T15:39:52.7649203", "UpdClientTime": "2025-07-10T15:39:52.7649203", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "fbe423e3-466c-430f-b06d-c463fec75ee1", "DTOClientGroup": { "Id": "8d35d8e4-0ea8-44bc-b8b8-17239c7dc430", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "831de178-1b5b-4fcb-9912-dceb9aace96b", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-10T15:39:52.7649203", "UpdClientTime": "2025-07-10T15:39:52.7649203", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "fbe423e3-466c-430f-b06d-c463fec75ee1", "DTOClientGroup": { "Id": "8d35d8e4-0ea8-44bc-b8b8-17239c7dc430", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "8d35d8e4-0ea8-44bc-b8b8-17239c7dc430", "GroupName": "sample string 2" }, { "Id": "8d35d8e4-0ea8-44bc-b8b8-17239c7dc430", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "51a7a6ed-a912-4068-a004-0b2478259347", "ClientId": "1375aa08-5886-4ef5-8e1c-35e47d503422", "ClientIdAssociated": "0688e902-3d88-40bf-912f-00cdec4c29f1" }, { "Id": "51a7a6ed-a912-4068-a004-0b2478259347", "ClientId": "1375aa08-5886-4ef5-8e1c-35e47d503422", "ClientIdAssociated": "0688e902-3d88-40bf-912f-00cdec4c29f1" } ] }
application/xml, text/xml
Sample:
<DTOResponseHello xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO.RestClient"> <DTOClientAssociations> <DTOClientAssociation> <ClientId>1375aa08-5886-4ef5-8e1c-35e47d503422</ClientId> <ClientIdAssociated>0688e902-3d88-40bf-912f-00cdec4c29f1</ClientIdAssociated> <Id>51a7a6ed-a912-4068-a004-0b2478259347</Id> </DTOClientAssociation> <DTOClientAssociation> <ClientId>1375aa08-5886-4ef5-8e1c-35e47d503422</ClientId> <ClientIdAssociated>0688e902-3d88-40bf-912f-00cdec4c29f1</ClientIdAssociated> <Id>51a7a6ed-a912-4068-a004-0b2478259347</Id> </DTOClientAssociation> </DTOClientAssociations> <DTOClientGroups> <DTOClientGroup> <GroupName>sample string 2</GroupName> <Id>8d35d8e4-0ea8-44bc-b8b8-17239c7dc430</Id> </DTOClientGroup> <DTOClientGroup> <GroupName>sample string 2</GroupName> <Id>8d35d8e4-0ea8-44bc-b8b8-17239c7dc430</Id> </DTOClientGroup> </DTOClientGroups> <DTOClients> <DTOClient> <AddClientTime>2025-07-10T15:39:52.7649203+02:00</AddClientTime> <AppName>sample string 4</AppName> <AppVersion>sample string 5</AppVersion> <ClientCode>sample string 2</ClientCode> <ClientGroupsId>fbe423e3-466c-430f-b06d-c463fec75ee1</ClientGroupsId> <ClientIpAddress>sample string 6</ClientIpAddress> <ClientPort>1</ClientPort> <DTOClientGroup> <GroupName>sample string 2</GroupName> <Id>8d35d8e4-0ea8-44bc-b8b8-17239c7dc430</Id> </DTOClientGroup> <Id>831de178-1b5b-4fcb-9912-dceb9aace96b</Id> <Token>sample string 3</Token> <UpdClientTime>2025-07-10T15:39:52.7649203+02:00</UpdClientTime> </DTOClient> <DTOClient> <AddClientTime>2025-07-10T15:39:52.7649203+02:00</AddClientTime> <AppName>sample string 4</AppName> <AppVersion>sample string 5</AppVersion> <ClientCode>sample string 2</ClientCode> <ClientGroupsId>fbe423e3-466c-430f-b06d-c463fec75ee1</ClientGroupsId> <ClientIpAddress>sample string 6</ClientIpAddress> <ClientPort>1</ClientPort> <DTOClientGroup> <GroupName>sample string 2</GroupName> <Id>8d35d8e4-0ea8-44bc-b8b8-17239c7dc430</Id> </DTOClientGroup> <Id>831de178-1b5b-4fcb-9912-dceb9aace96b</Id> <Token>sample string 3</Token> <UpdClientTime>2025-07-10T15:39:52.7649203+02:00</UpdClientTime> </DTOClient> </DTOClients> </DTOResponseHello>