post https://api-staging.pluralonline.com/api/v1/customer/create/1
Use the below endpoint to Create a Customer.
Request Body Parameters:
Attribute | Type | Details |
---|---|---|
mobile_no* | string (Length = 20 Characters) | valid user mobile number. |
email_id* | string (Length = 100 Characters) | valid user email id. |
country_code* | string (Length = 10 Characters) | vaild country code. |
Response Payload:
{
"country_code": "91",
"mobile_no": "xxx",
"status": "INACTIVE",
"customer_token": "TsLrJUk0oqAwoqpKSYBflQ=="
}