ContactLists REST Endpoints

Business License/BL Records/ContactLists
The contact list resource is used to view, create, modify, or delete a contact list. A contact list shows the contact information associated with a 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 set of contact lists
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/ContactList
Delete a contact list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/ContactList/{ContactKey}
Get a contact list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/ContactList/{ContactKey}
Get all contact lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/ContactList
Update a contact list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/ContactList/{ContactKey}