Instructions REST Endpoints

Instructions
The instructions resource is used for view, create, delete, or modify instructions. The instructions store specific instructions for inspecting a checklist item.
Create a checklist item's instructions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructions
Delete a checklist item's instructions
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructions/{publicSectorInstructionsUniqID}
Get a checklist item's instructions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructions/{publicSectorInstructionsUniqID}
Get all checklist items' instructions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructions
Update a checklist item's instructions
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructions/{publicSectorInstructionsUniqID}