Records REST Endpoints

Permits/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 record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords
Delete a record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}
Get a record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}
Get all records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords
Refreshes the list and values of GIS attributes for the application.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/action/refreshGISAttributes
Update a record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}