POST api/ms/customer/changecontact/new
ใช้ Key ระบุเบอรโทรศัพท์หรืออีเมลใหม่
Request Information
URI Parameters
None.
Body Parameters
m_customer_changecontact_new_request| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.