POST Api/LU_PARCEL_ACCESS
Request Information
URI Parameters
None.
Body Parameters
LU_PARCEL_ACCESS| Name | Description | Type | Additional 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
LU_PARCEL_ACCESS| Name | Description | Type | Additional information |
|---|---|---|---|
| PARCEL_ACCESS_ID | integer |
None. |
|
| PARCEL_ACCESS | string |
None. |
|
| PARCELs | Collection of PARCEL |
None. |
Response 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>