POST api/CocBl/ListCOCRRNumber
Request Information
URI Parameters
None.
Body Parameters
ListCOCRRNumberDtls| Name | Description | Type | Additional information |
|---|---|---|---|
| CRH_ID | integer |
None. |
|
| CRH_DOC_NUM | string |
None. |
|
| CRH_CP_ID | integer |
None. |
|
| CRH_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| CRH_SEARCH | string |
None. |
|
| CRH_POL_ID | integer |
None. |
|
| CRH_POD_ID | integer |
None. |
|
| CRH_EXPIRY | string |
None. |
|
| CRH_ONLINE_BKG | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CRH_ID": 1,
"CRH_DOC_NUM": "sample string 1",
"CRH_CP_ID": 1,
"CRH_STATUS": "sample string 2",
"START": 1,
"LENGTH": 1,
"CRH_SEARCH": "sample string 3",
"CRH_POL_ID": 1,
"CRH_POD_ID": 1,
"CRH_EXPIRY": "sample string 4",
"CRH_ONLINE_BKG": "sample string 5"
}
application/xml, text/xml
Sample:
<ListCOCRRNumberDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CRH_CP_ID>1</CRH_CP_ID> <CRH_DOC_NUM>sample string 1</CRH_DOC_NUM> <CRH_EXPIRY>sample string 4</CRH_EXPIRY> <CRH_ID>1</CRH_ID> <CRH_ONLINE_BKG>sample string 5</CRH_ONLINE_BKG> <CRH_POD_ID>1</CRH_POD_ID> <CRH_POL_ID>1</CRH_POL_ID> <CRH_SEARCH>sample string 3</CRH_SEARCH> <CRH_STATUS>sample string 2</CRH_STATUS> <LENGTH>1</LENGTH> <START>1</START> </ListCOCRRNumberDtls>
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. |