CustomerRegistration
Document representing the registration information for a customer.
customer
object
Required
The customer registration information. The mandatory properties for registration are login, last name and email.
"email": "jsmith@test.com"
"last_name": "Smith"
"login": "jsmith"
password
string
Required
The login password
Abcd!1234