Parcel Districts REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts - Delete a parcel district
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID} - Get a parcel district
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID} - Get all parcel districts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts - Update a parcel district
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID}