POST api/Manage/VerifyPhoneNumber?code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
VerifyPhoneNumberViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
Required |
|
| PhoneNumber | string |
Required |
|
| CountryCodeId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"PhoneNumber": "sample string 2",
"CountryCodeId": 3
}
application/xml, text/xml
Sample:
<VerifyPhoneNumberViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcommerceCRMAPI.Models"> <Code>sample string 1</Code> <CountryCodeId>3</CountryCodeId> <PhoneNumber>sample string 2</PhoneNumber> </VerifyPhoneNumberViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />