POST api/RateRequest/ListRRTankNumber
Request Information
URI Parameters
None.
Body Parameters
ListRRNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| RR_ID | integer |
None. |
|
| RR_NUMBER | string |
None. |
|
| RR_CP_ID | integer |
None. |
|
| RR_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| RR_TANK_FLAG | boolean |
None. |
|
| RR_SEARCH | string |
None. |
|
| RR_POL_PT_ID | integer |
None. |
|
| RR_POD_PT_ID | integer |
None. |
|
| RR_EXPIRY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RR_ID": 1,
"RR_NUMBER": "sample string 1",
"RR_CP_ID": 1,
"RR_STATUS": "sample string 2",
"START": 1,
"LENGTH": 1,
"RR_TANK_FLAG": true,
"RR_SEARCH": "sample string 3",
"RR_POL_PT_ID": 1,
"RR_POD_PT_ID": 1,
"RR_EXPIRY": "sample string 4"
}
application/xml, text/xml
Sample:
<ListRRNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <RR_CP_ID>1</RR_CP_ID> <RR_EXPIRY>sample string 4</RR_EXPIRY> <RR_ID>1</RR_ID> <RR_NUMBER>sample string 1</RR_NUMBER> <RR_POD_PT_ID>1</RR_POD_PT_ID> <RR_POL_PT_ID>1</RR_POL_PT_ID> <RR_SEARCH>sample string 3</RR_SEARCH> <RR_STATUS>sample string 2</RR_STATUS> <RR_TANK_FLAG>true</RR_TANK_FLAG> <START>1</START> </ListRRNumber>
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. |