POST api/RateRequest/GetDGCargo
Request Information
URI Parameters
None.
Body Parameters
GetDGCargo| Name | Description | Type | Additional information |
|---|---|---|---|
| DGC_ID | integer |
None. |
|
| DGC_AR_ID | integer |
None. |
|
| DGC_COM_ID | integer |
None. |
|
| DGC_CP_ID | integer |
None. |
|
| DGC_DGC_ID | string |
None. |
|
| DGC_POD_ID | integer |
None. |
|
| DGC_POL_ID | integer |
None. |
|
| DGC_FEEDER_NAME | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DGC_ID": 1,
"DGC_AR_ID": 1,
"DGC_COM_ID": 1,
"DGC_CP_ID": 1,
"DGC_DGC_ID": "sample string 1",
"DGC_POD_ID": 1,
"DGC_POL_ID": 1,
"DGC_FEEDER_NAME": "sample string 2",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetDGCargo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DGC_AR_ID>1</DGC_AR_ID> <DGC_COM_ID>1</DGC_COM_ID> <DGC_CP_ID>1</DGC_CP_ID> <DGC_DGC_ID>sample string 1</DGC_DGC_ID> <DGC_FEEDER_NAME>sample string 2</DGC_FEEDER_NAME> <DGC_ID>1</DGC_ID> <DGC_POD_ID>1</DGC_POD_ID> <DGC_POL_ID>1</DGC_POL_ID> <LENGTH>1</LENGTH> <START>1</START> </GetDGCargo>
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. |