POST Client/ConnectAllClientsForEmail/{AuthKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AuthKey

string

Required

Body Parameters

LoginInfo
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

string

None.

Password

string

Data type: Password

String length: inclusive between 6 and 100

Password2

string

Data type: Password

String length: inclusive between 6 and 100

Phone

string

Data type: PhoneNumber

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "Email": "sample string 3",
  "Password": "sample string 4",
  "Password2": "sample string 5",
  "Phone": "sample string 6"
}

Response Information

Resource Description

SuccessResponseModel
NameDescriptionTypeAdditional information
SuccessCode

SuccessCode

None.

SuccessResponse

string

None.

UserResponse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SuccessCode": 0,
  "SuccessResponse": "sample string 1",
  "UserResponse": "sample string 2"
}