POST api/LoadReceipt/PutLRComplaint
Request Information
URI Parameters
None.
Body Parameters
LRComplaintInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LR_ID | integer |
None. |
|
| LR_CP_ID | integer |
None. |
|
| LR_COMPLAINT_TYPE | string |
None. |
|
| LR_INTERNAL_REMARKS | string |
None. |
|
| LR_CUSTOMER_REMARKS | string |
None. |
|
| LR_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LR_ID": 1,
"LR_CP_ID": 1,
"LR_COMPLAINT_TYPE": "sample string 1",
"LR_INTERNAL_REMARKS": "sample string 2",
"LR_CUSTOMER_REMARKS": "sample string 3",
"LR_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<LRComplaintInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LR_COMPLAINT_TYPE>sample string 1</LR_COMPLAINT_TYPE> <LR_CP_ID>1</LR_CP_ID> <LR_CREATED_BY>1</LR_CREATED_BY> <LR_CUSTOMER_REMARKS>sample string 3</LR_CUSTOMER_REMARKS> <LR_ID>1</LR_ID> <LR_INTERNAL_REMARKS>sample string 2</LR_INTERNAL_REMARKS> </LRComplaintInput>
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. |