Global Customs REST Endpoints

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