Address Districts REST Endpoints
Common Setup/Address Districts
The address districts resource is used to assign or unassign addresses without parcels to districts. A district is an administrative region that, in some countries, is managed by local government.
- Create an address district
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAddressDistricts - Delete an address district
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAddressDistricts/{publicSectorAddressDistrictsUniqID} - Get all address districts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAddressDistricts - Get an address district
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAddressDistricts/{publicSectorAddressDistrictsUniqID}