Records REST Endpoints

Planning and Zoning/Records
The records resource is used to view, create, modify, or delete 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 planning and zoning records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPzRecords
Delete a record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}
Get a record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}
Get all planning and zoning records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPzRecords
Update a record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}