This method is used to find the work instruction that can be used in the create work order method. This method can be used by another system to allow the user to find the work instruction they are interested in. The job template can already have a work instruction defined. This method is used to find a work instruction that will override the job template work instruction.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"nameReferencesBean": {
"nameReferenceBeans": [
{
"name": "Work Instruction One"
}
]
}
}
}
Field Descriptions