Global Customs REST Endpoints

Code Enforcement/Intake Global Fields/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/CE_c.
Create a set of global custom records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
Delete an intake global fields record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
Get a global custom record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
Get all global custom records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
Update an intake global fields record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}