Contact Lists REST Endpoints
Planning and Zoning/Records/Contact Lists
The contact list resource is used to view, create, modify or delete a contact list. A contact list indicates the contact information associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
- Create a set of contacts
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/ContactList
- Delete a contact
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/ContactList/{ContactKey}
- Get a contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/ContactList/{ContactKey}
- Get all contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/ContactList
- Update a contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/ContactList/{ContactKey}