Parcels REST Endpoints

Parcels
The parcel resource is used to view, create, delete or modify parcels of real estate. A parcel is a defined piece of real estate, usually resulting from the division of a large area of land.
Create a parcel
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcels
Delete a parcel
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcels/{ParcelId}
Get a parcel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcels/{ParcelId}
Get all parcels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcels
Update a parcel
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcels/{ParcelId}