POST api/Client

Request Information

URI Parameters

None.

Body Parameters

DTOClient
NameDescriptionTypeAdditional 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": "fbaa69dd-16cc-4a28-8382-d0a0a501bbaf",
  "ClientCode": "sample string 2",
  "Token": "sample string 3",
  "AddClientTime": "2024-05-03T11:23:50.9029279",
  "UpdClientTime": "2024-05-03T11:23:50.9029279",
  "AppName": "sample string 4",
  "AppVersion": "sample string 5",
  "ClientGroupsId": "73c93449-9627-47dc-9b84-98b39f1d3ede",
  "DTOClientGroup": {
    "Id": "6a2d0ae5-f932-4fe4-b331-ed978dedf7b5",
    "GroupName": "sample string 2"
  },
  "ClientIpAddress": "sample string 6",
  "ClientPort": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.