Early Inspection Requests REST Endpoints

Code Enforcement/Early Inspection Requests
The early inspection request resource is used to store code enforcement inspection requests that are ready for early inspection.
Create a set of early inspection requests
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEarlyInspectionRequests
Delete an early inspection request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEarlyInspectionRequests/{EarlyInsKey}
Get all early inspection requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEarlyInspectionRequests
Get an early inspection request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEarlyInspectionRequests/{EarlyInsKey}
Update an early inspection request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEarlyInspectionRequests/{EarlyInsKey}