POST api/UploadConfig/GetCocRRUploadList
Request Information
URI Parameters
None.
Body Parameters
GetCocRRUploadInput| Name | Description | Type | Additional information |
|---|---|---|---|
| QR_CREATED_BY | integer |
None. |
|
| QR_CREATED_ON | date |
None. |
|
| QR_POL_ID | integer |
None. |
|
| QR_POD_ID | integer |
None. |
|
| QR_AR_ID | integer |
None. |
|
| QR_SRV_TYPE | string |
None. |
|
| QR_STATUS | string |
None. |
|
| QR_SHIP_TYPE | string |
None. |
|
| QR_POO_ID | integer |
None. |
|
| QR_POF_ID | integer |
None. |
|
| QR_SALES_BY | integer |
None. |
|
| QR_CP_ID | integer |
None. |
|
| QR_AP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QR_CREATED_BY": 1,
"QR_CREATED_ON": "2025-12-06T05:22:55.5610924+00:00",
"QR_POL_ID": 1,
"QR_POD_ID": 1,
"QR_AR_ID": 1,
"QR_SRV_TYPE": "sample string 1",
"QR_STATUS": "sample string 2",
"QR_SHIP_TYPE": "sample string 3",
"QR_POO_ID": 1,
"QR_POF_ID": 1,
"QR_SALES_BY": 1,
"QR_CP_ID": 1,
"QR_AP_ID": 1
}
application/xml, text/xml
Sample:
<GetCocRRUploadInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <QR_AP_ID>1</QR_AP_ID> <QR_AR_ID>1</QR_AR_ID> <QR_CP_ID>1</QR_CP_ID> <QR_CREATED_BY>1</QR_CREATED_BY> <QR_CREATED_ON>2025-12-06T05:22:55.5610924+00:00</QR_CREATED_ON> <QR_POD_ID>1</QR_POD_ID> <QR_POF_ID>1</QR_POF_ID> <QR_POL_ID>1</QR_POL_ID> <QR_POO_ID>1</QR_POO_ID> <QR_SALES_BY>1</QR_SALES_BY> <QR_SHIP_TYPE>sample string 3</QR_SHIP_TYPE> <QR_SRV_TYPE>sample string 1</QR_SRV_TYPE> <QR_STATUS>sample string 2</QR_STATUS> </GetCocRRUploadInput>
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. |