POST api/ms/customer/changecontact/request

ขอเปลี่ยน เบอร์โทรศัพท์หรืออีเมล ระบุว่าต้องการยืนยันด้วยอะไรและรับKey (Types : email, sms)

Request Information

URI Parameters

None.

Body Parameters

m_customer_changecontact_request
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.