POST api/ms/customer/changecontact/request
ขอเปลี่ยน เบอร์โทรศัพท์หรืออีเมล ระบุว่าต้องการยืนยันด้วยอะไรและรับKey (Types : email, sms)
Request Information
URI Parameters
None.
Body Parameters
m_customer_changecontact_request| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestType | string |
Required |
|
| VerifyByType | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"RequestType": "sample string 1",
"VerifyByType": "sample string 2"
}
application/xml, text/xml
Sample:
<m_customer_changecontact_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem"> <RequestType>sample string 1</RequestType> <VerifyByType>sample string 2</VerifyByType> </m_customer_changecontact_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.