PUT customer/counterservice/serviceapprove

Request Information

URI Parameters

None.

Body Parameters

CustomerServiceAdjustModel
NameDescriptionTypeAdditional information
ID

string

Required

Name

string

Required

Email

string

Required

PhoneNo

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "Name": "sample string 2",
  "Email": "sample string 3",
  "PhoneNo": "sample string 4"
}

application/xml, text/xml

Sample:
<CustomerServiceAdjustModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/um_api.Models">
  <Email>sample string 3</Email>
  <ID>sample string 1</ID>
  <Name>sample string 2</Name>
  <PhoneNo>sample string 4</PhoneNo>
</CustomerServiceAdjustModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.