POST api/Registration

Request Information

URI Parameters

None.

Body Parameters

RegistrationModel
NameDescriptionTypeAdditional information
FirstName

string

Required

String length: inclusive between 2 and 100

LastName

string

Required

String length: inclusive between 2 and 100

UserOrganization

string

String length: inclusive between 0 and 100

PhoneNumber

string

None.

UserTypeCode

string

Required

EmailAddress

string

Required

AddressLine1

string

String length: inclusive between 0 and 100

AddressLine2

string

String length: inclusive between 0 and 100

City

string

String length: inclusive between 0 and 100

PostalCode

string

String length: inclusive between 0 and 20

StateRegionCode

string

None.

CountryCode

string

Required

Agree

boolean

Required

AddressTypeCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "UserOrganization": "sample string 3",
  "PhoneNumber": "sample string 4",
  "UserTypeCode": null,
  "EmailAddress": "sample string 6",
  "AddressLine1": "sample string 7",
  "AddressLine2": "sample string 8",
  "City": "sample string 9",
  "PostalCode": "sample string 10",
  "StateRegionCode": null,
  "CountryCode": null,
  "Agree": true,
  "AddressTypeCode": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RegistrationModel
NameDescriptionTypeAdditional information
FirstName

string

Required

String length: inclusive between 2 and 100

LastName

string

Required

String length: inclusive between 2 and 100

UserOrganization

string

String length: inclusive between 0 and 100

PhoneNumber

string

None.

UserTypeCode

string

Required

EmailAddress

string

Required

AddressLine1

string

String length: inclusive between 0 and 100

AddressLine2

string

String length: inclusive between 0 and 100

City

string

String length: inclusive between 0 and 100

PostalCode

string

String length: inclusive between 0 and 20

StateRegionCode

string

None.

CountryCode

string

Required

Agree

boolean

Required

AddressTypeCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "UserOrganization": "sample string 3",
  "PhoneNumber": "sample string 4",
  "UserTypeCode": null,
  "EmailAddress": "sample string 6",
  "AddressLine1": "sample string 7",
  "AddressLine2": "sample string 8",
  "City": "sample string 9",
  "PostalCode": "sample string 10",
  "StateRegionCode": null,
  "CountryCode": null,
  "Agree": true,
  "AddressTypeCode": "sample string 14"
}