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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
- Delete an intake global fields record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
- Get a global custom record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
- Get all global custom records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
- Update an intake global fields record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}