Set Parcel Parent
To associate your parcel with a parent parcel, you can use the following API.
| URL | /parcel/v1/set_parcel_parent |
| Method | POST |
| Parameters |
parcelid, string parcelchildid, string |
| Sample Request JSON |
{ "parcelid": "5e0b40fc-2831-4ce6-8e04-7f4556d031d6", "parcelchildid": "24bff88a-4d5b-4360-8336-62620fa6e0e8" } |
| Sample Response JSON |
{ "status": "ok", "isvalid": true } |
| Response Codes |
200: ok E122: child is already a parent |