POST api/ms/customer/changecontact/new

ใช้ Key ระบุเบอรโทรศัพท์หรืออีเมลใหม่

Request Information

URI Parameters

None.

Body Parameters

m_customer_changecontact_new_request
NameDescriptionTypeAdditional information
SecretKey

string

Required

NewEmail

string

Data type: EmailAddress

NewCountryCode

string

None.

NewPhoneNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SecretKey": "sample string 1",
  "NewEmail": "sample string 2",
  "NewCountryCode": "sample string 3",
  "NewPhoneNo": "sample string 4"
}

application/xml, text/xml

Sample:
<m_customer_changecontact_new_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem">
  <NewCountryCode>sample string 3</NewCountryCode>
  <NewEmail>sample string 2</NewEmail>
  <NewPhoneNo>sample string 4</NewPhoneNo>
  <SecretKey>sample string 1</SecretKey>
</m_customer_changecontact_new_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_request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.