Record Parcels REST Endpoints

Records/Record Parcels
The record parcels resource is used to view, create, modify, or delete a record parcel. Record parcels are parcels or plots of real estate 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.
Copies the parcel information.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel
Create a record parcel
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel
Delete a record parcel
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}
Get a record parcel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}
Get all record parcels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel
Update a record parcel
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}