PUT Api/LU_PRIORITY/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

LU_PRIORITY
NameDescriptionTypeAdditional 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

None.