Record Parcels REST Endpoints

Record Parcels
The record parcels resource is used to view, create, modify, or delete a record parcel. Record parcels are parcels or plots of real estate associated with a record.
Copies the parcel information of the application.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels
Create a set of record parcels
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels
Delete a record parcel
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}
Get a record parcel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}
Get all record parcels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels
Update a record parcel
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}