Project Permit Type Fees REST Endpoints

Project Permit Type Fees
Project permit type fees resource is used to get the details of permits and their types, along with the fees associated with each permit.
Create a set of fee details for a permit
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectPermitTypeFees
Delete a fee detail for a permit
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectPermitTypeFees/{ProjectCode}
Get a permit associated with a particular permit type and its fee details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectPermitTypeFees/{ProjectCode}
Get all permits associated with a particular permit type and their fee details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectPermitTypeFees
Update a fee detail for a permit
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectPermitTypeFees/{ProjectCode}