Grace Business Licenses REST Endpoints
Business License/Grace Business Licenses
Grace Business Licenses resource is used by agencies to send communications for the business licenses that can be extended based on the expiration grace date.
- Create a business license record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGraceBlLocationLicenses
- Delete a business license record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorGraceBlLocationLicenses/{BusinessLocationKey}
- Get a business license record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGraceBlLocationLicenses/{BusinessLocationKey}
- Get all business license records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGraceBlLocationLicenses
- Update a business license record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGraceBlLocationLicenses/{BusinessLocationKey}