PUT api/ms/sellproductverificationotp/update
อัพเดท OTP
Request Information
URI Parameters
None.
Body Parameters
m_otp_verify| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryCode | string |
Required |
|
| PhoneNo | string |
Required |
|
| OTPRef | string |
Required |
|
| OTPCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"CountryCode": "sample string 1",
"PhoneNo": "sample string 2",
"OTPRef": "sample string 3",
"OTPCode": "sample string 4"
}
application/xml, text/xml
Sample:
<m_otp_verify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem"> <CountryCode>sample string 1</CountryCode> <OTPCode>sample string 4</OTPCode> <OTPRef>sample string 3</OTPRef> <PhoneNo>sample string 2</PhoneNo> </m_otp_verify>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.