POST Api/LU_PRIORITY/Post
Request Information
URI Parameters
None.
Body Parameters
LU_PRIORITY| Name | Description | Type | Additional information |
|---|---|---|---|
| PRIORITY_ID | integer |
None. |
|
| PRIORITY | string |
None. |
|
| PARCELs | Collection of PARCEL |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRIORITY_ID": 1,
"PRIORITY": "sample string 2"
}
text/xml
Sample:
<LU_PRIORITY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <PRIORITY>sample string 2</PRIORITY> <PRIORITY_ID>1</PRIORITY_ID> </LU_PRIORITY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LU_PRIORITY| Name | Description | Type | Additional information |
|---|---|---|---|
| PRIORITY_ID | integer |
None. |
|
| PRIORITY | string |
None. |
|
| PARCELs | Collection of PARCEL |
None. |
Response Formats
application/json, text/json
Sample:
{
"PRIORITY_ID": 1,
"PRIORITY": "sample string 2"
}
text/xml
Sample:
<LU_PRIORITY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <PRIORITY>sample string 2</PRIORITY> <PRIORITY_ID>1</PRIORITY_ID> </LU_PRIORITY>