Record Contact Lists REST Endpoints

Communications/Record Queries/Record Contact Lists
The contact list resource is used to find attributes related to the contacts that are added to the permit application.
Create a permit contact
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/ContactLists
Delete a permit contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/ContactLists/{ContactKey}
Get a permit contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/ContactLists/{ContactKey}
Get all permit contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/ContactLists
Update a permit contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/ContactLists/{ContactKey}