Project Parcels REST Endpoints

Project Parcels
The project parcels resource is used to create, view, and update the parcels related to a project.
Create a set of project parcels
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels
Delete a project parcel
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}
Get a project parcel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}
Get all project parcels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels
Update a project parcel
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}