Record GIS Objects REST Endpoints

Permits/Records/Record GIS Objects
The record GIS objects resource is used to view, create, modify, or delete a record GIS object. Record GIS Objects are any object defined in a map service that is not associated with a parcel, address, or owner. Note: You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a set of record GIS objects
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordGISObject
Delete a record GIS object
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordGISObject/{GisObjKey}
Get a record GIS object
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordGISObject/{GisObjKey}
Get all record GIS objects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordGISObject
Update a record GIS object
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordGISObject/{GisObjKey}