GET Api/VW_RPT_PRIORITY
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VW_RPT_PRIORITY| Name | Description | Type | Additional information |
|---|---|---|---|
| ID1 | integer |
None. |
|
| ID2 | integer |
None. |
|
| ORDERID | integer |
None. |
|
| PRIORITY | string |
None. |
|
| PARCEL_KEY | string |
None. |
|
| OWNER_NAME | string |
None. |
|
| Parcel_Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID1": 1,
"ID2": 2,
"ORDERID": 3,
"PRIORITY": "sample string 4",
"PARCEL_KEY": "sample string 5",
"OWNER_NAME": "sample string 6",
"Parcel_Status": "sample string 7"
}
text/xml
Sample:
<VW_RPT_PRIORITY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ID1>1</ID1> <ID2>2</ID2> <ORDERID>3</ORDERID> <OWNER_NAME>sample string 6</OWNER_NAME> <PARCEL_KEY>sample string 5</PARCEL_KEY> <PRIORITY>sample string 4</PRIORITY> <Parcel_Status>sample string 7</Parcel_Status> </VW_RPT_PRIORITY>