Business Locations REST Endpoints
Permits/Application Lists/Business Locations
The business location resource is used to view the business locations that are associated with the business license application.
- Create a set of business locations for the associated application
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation
- Delete a business location for the associated application
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation/{LnpBusinessLocationKey}
- Get a business location detail for the associated application
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation/{LnpBusinessLocationKey}
- Get all business locations for the associated application
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation
- Update a business location for the associated application
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation/{LnpBusinessLocationKey}