Global Customs REST Endpoints

Code Enforcement/Intake Global Fields/Global Customs
The case resource is used to view, create, modify, or delete case information.
Create a case
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case
Create a set of global custom records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
Create an incident
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident
Delete a case
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case/{publicSectorCeIntakeGlobalFields_Case_Id}
Delete an incident
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident/{publicSectorCeIntakeGlobalFields_Incident_Id}
Delete an intake global fields record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
Get a case
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case/{publicSectorCeIntakeGlobalFields_Case_Id}
Get a global custom record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
Get all cases
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case
Get all global custom records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
Get all incidents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident
Get an incident
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident/{publicSectorCeIntakeGlobalFields_Incident_Id}
Update a case
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case/{publicSectorCeIntakeGlobalFields_Case_Id}
Update an incident
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident/{publicSectorCeIntakeGlobalFields_Incident_Id}
Update an intake global fields record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}