BlFieldGroups REST Endpoints

Business License/BL Records/BlFieldGroups
The business field groups resource is used to view, create, modify, or delete a business field group information. This is the Field groups information associated with a BL record. Note: The standard actions are not available in the BL records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a field group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/BlFieldGroups
Delete a BL field group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/BlFieldGroups/{LnpRecordKey2}
Get a field group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/BlFieldGroups/{LnpRecordKey2}
Get all field groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/BlFieldGroups
Update a field group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/BlFieldGroups/{LnpRecordKey2}