POST api/ms/customer/changecontact/new/verify

ยืนยัน OTP ใหม่ที่ขอเปลี่ยน และรับ Key

Request Information

URI Parameters

None.

Body Parameters

m_customer_changecontact_new_verify_request
NameDescriptionTypeAdditional 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_new_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_new_verify_request>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_customer_changecontact_new_verify_request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.