Work Requirements REST Endpoints

Maintenance/Maintenance Programs/Work Requirements
The Work Requirements resource allows defining unique work requirements in a maintenance program. Work requirements define how often maintenance will be due and what work will be required for one or more assets.
Create one requirement
Method: post
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements
Delete one requirement
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}
Get all requirements
Method: get
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements
Get one requirement
Method: get
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}
Update one requirement
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}