POST api/v1/account/validationcode
Request Information
URI Parameters
None.
Body Parameters
CustomerValidationCode| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"Token": "sample string 2"
}
application/xml, text/xml
Sample:
<CustomerValidationCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Customers"> <CustomerId>1</CustomerId> <Token>sample string 2</Token> </CustomerValidationCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.