POST customer/counterservice/register
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerServiceRegisterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceCode | string |
None. |
|
| AttachmentName | string |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| PhoneNo | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ServiceCode": "sample string 1",
"AttachmentName": "sample string 2",
"Name": "sample string 3",
"Email": "sample string 4",
"PhoneNo": "sample string 5"
},
{
"ServiceCode": "sample string 1",
"AttachmentName": "sample string 2",
"Name": "sample string 3",
"Email": "sample string 4",
"PhoneNo": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerServiceRegisterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/um_api.Models">
<CustomerServiceRegisterModel>
<AttachmentName>sample string 2</AttachmentName>
<Email>sample string 4</Email>
<Name>sample string 3</Name>
<PhoneNo>sample string 5</PhoneNo>
<ServiceCode>sample string 1</ServiceCode>
</CustomerServiceRegisterModel>
<CustomerServiceRegisterModel>
<AttachmentName>sample string 2</AttachmentName>
<Email>sample string 4</Email>
<Name>sample string 3</Name>
<PhoneNo>sample string 5</PhoneNo>
<ServiceCode>sample string 1</ServiceCode>
</CustomerServiceRegisterModel>
</ArrayOfCustomerServiceRegisterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.