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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation
Delete a business location for the associated application
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation/{LnpBusinessLocationKey}
Get a business location detail for the associated application
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation/{LnpBusinessLocationKey}
Get all business locations for the associated application
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation
Update a business location for the associated application
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/BusinessLocation/{LnpBusinessLocationKey}