POST api/registration/HasCustomerIdForEmail

Check if the email has customer ID by customer. Authorization by token is required.

Request Information

URI Parameters

None.

Body Parameters

Email with Customer ID

NameDescriptionTypeAdditional information
CustomerId

Customer Id.

integer

Required

Email

Email.

string

Required

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "email": "sample string 2"
}

Response Information

Response Formats

application/json, text/json

Sample:
true