Inspection Group Lines REST Endpoints

Inspection Groups/Inspection Group Lines
The inspection group line resource is used to view, create, delete, or modify an inspection group line. An inspection group line identifies the individual inspection types associated with a permit, license, or plan.
Create an inspection group line
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}/child/InspectionGroupLine
Delete an inspection group line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}/child/InspectionGroupLine/{InspectionGroupLineUniqID}
Get all inspection group lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}/child/InspectionGroupLine
Get an inspection group line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}/child/InspectionGroupLine/{InspectionGroupLineUniqID}
Update an inspection group line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroups/{publicSectorInspectionGroupsUniqID}/child/InspectionGroupLine/{InspectionGroupLineUniqID}