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
Name | Description | Type | Additional information |
---|---|---|---|
CustomerId |
Customer Id. |
integer |
Required |
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