District Types REST Endpoints

District Types
The district types resource is used to view, create, delete or modify district types. A district is an administrative region that, in some countries, is managed by local government. A district type is a classification of multiple districts into district groups having similar characteristics.
Create a district type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDistrictTypes
Delete a district type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDistrictTypes/{DistrictType}
Get a district type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDistrictTypes/{DistrictType}
Get all district types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDistrictTypes
Update a district type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDistrictTypes/{DistrictType}