Inspection Checklist Group Lines REST Endpoints

Inspection Checklist Groups/Inspection Checklist Group Lines
The inspection checklist group line resource is used to view, create, delete or modify an inspection checklist group line. A checklist group line identifies an individual checklist that is associated with a checklist group.
Create an inspection checklist group line
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}/child/ChecklistGroupLine
Delete an inspection checklist group line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}/child/ChecklistGroupLine/{ChecklistGroupLineUniqID}
Get all inspection checklist group lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}/child/ChecklistGroupLine
Get an inspection checklist group line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}/child/ChecklistGroupLine/{ChecklistGroupLineUniqID}
Update an inspection checklist group line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}/child/ChecklistGroupLine/{ChecklistGroupLineUniqID}