Bill Types REST Endpoints
Billing and Payment/Bill Types
The bill types resource is used to view, create, delete, or modify bill types.
- Create a bill type
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBillTypes - Delete a bill type
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorBillTypes/{publicSectorBillTypesUniqID} - Get a bill type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBillTypes/{publicSectorBillTypesUniqID} - Get all bill types
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBillTypes - Update a bill type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBillTypes/{publicSectorBillTypesUniqID}