POST id4/Customer/Add

Request Information

URI Parameters

None.

Body Parameters

UserRegistration
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

string

None.

Password

string

None.

Language

string

None.

PrivacyAccepted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "lastName": "sample string 2",
  "email": "sample string 3",
  "password": "sample string 4",
  "language": "sample string 5",
  "privacyAccepted": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserRegistration'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"