POST api/ms/customer/changecontact/request/verify
ยืนยัน OTP ที่ขอเปลี่ยน
Request Information
URI Parameters
None.
Body Parameters
m_customer_changecontact_verify_request| Name | Description | Type | Additional information |
|---|---|---|---|
| SecretKey | string |
Required |
|
| OTPCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"SecretKey": "sample string 1",
"OTPCode": "sample string 2"
}
application/xml, text/xml
Sample:
<m_customer_changecontact_verify_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem"> <OTPCode>sample string 2</OTPCode> <SecretKey>sample string 1</SecretKey> </m_customer_changecontact_verify_request>
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.