- Subcategories:
- Global Customs
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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case
- Create a set of global custom records
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
- Create an incident
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident
- Delete a case
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case/{publicSectorCeIntakeGlobalFields_Case_Id}
- Delete an incident
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident/{publicSectorCeIntakeGlobalFields_Incident_Id}
- Delete an intake global fields record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
- Get a case
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case/{publicSectorCeIntakeGlobalFields_Case_Id}
- Get a global custom record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}
- Get all cases
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case
- Get all global custom records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom
- Get all incidents
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident
- Get an incident
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident/{publicSectorCeIntakeGlobalFields_Incident_Id}
- Update a case
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Case/{publicSectorCeIntakeGlobalFields_Case_Id}
- Update an incident
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/Incident/{publicSectorCeIntakeGlobalFields_Incident_Id}
- Update an intake global fields record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCeIntakeGlobalFields/{IntakeKey}/child/CeGlobalCustom/{IntakeKey2}