Parcel Districts REST Endpoints

Parcel Districts
The parcel districts resource is used to assign or unassign parcels of real estate to districts. A district is an administrative region that, in some countries, is managed by local government.
Create a parcel district
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts
Delete a parcel district
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID}
Get a parcel district
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID}
Get all parcel districts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts
Update a parcel district
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID}