POST api/report/CustomerIndLbl
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerIndLbl| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientName | string |
None. |
|
| CompanyName | string |
None. |
|
| ClientAddress | string |
None. |
|
| ContactNo | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ClientName": "sample string 1",
"CompanyName": "sample string 2",
"ClientAddress": "sample string 3",
"ContactNo": "sample string 4"
},
{
"ClientName": "sample string 1",
"CompanyName": "sample string 2",
"ClientAddress": "sample string 3",
"ContactNo": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerIndLbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOCS.CRAPI.Models">
<CustomerIndLbl>
<ClientAddress>sample string 3</ClientAddress>
<ClientName>sample string 1</ClientName>
<CompanyName>sample string 2</CompanyName>
<ContactNo>sample string 4</ContactNo>
</CustomerIndLbl>
<CustomerIndLbl>
<ClientAddress>sample string 3</ClientAddress>
<ClientName>sample string 1</ClientName>
<CompanyName>sample string 2</CompanyName>
<ContactNo>sample string 4</ContactNo>
</CustomerIndLbl>
</ArrayOfCustomerIndLbl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |