Bill Types REST Endpoints

Bill Types
The bill types resource is used to view, create, delete, or modify bill types.
Create a bill type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBillTypes
Delete a bill type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBillTypes/{publicSectorBillTypesUniqID}
Get a bill type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBillTypes/{publicSectorBillTypesUniqID}
Get all bill types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBillTypes
Update a bill type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBillTypes/{publicSectorBillTypesUniqID}