PUT Api/LU_PARCEL_ACCESS/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

LU_PARCEL_ACCESS
NameDescriptionTypeAdditional information
PARCEL_ACCESS_ID

integer

None.

PARCEL_ACCESS

string

None.

PARCELs

Collection of PARCEL

None.

Request Formats

application/json, text/json

Sample:
{
  "PARCEL_ACCESS_ID": 1,
  "PARCEL_ACCESS": "sample string 2"
}

text/xml

Sample:
<LU_PARCEL_ACCESS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <PARCEL_ACCESS>sample string 2</PARCEL_ACCESS>
  <PARCEL_ACCESS_ID>1</PARCEL_ACCESS_ID>
</LU_PARCEL_ACCESS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.