This method is retrieve the job template that the work order is going to be based on. The model returned is required by the create work order method.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"jobTemplateBean": {
"jobTemplate": {
"name": "Job Template",
"reference": "JT-00000001"
},
"workInstruction": {
"name": "Work Instruction One"
},
"priority": "ROUTINE"
}
}
}
Field Descriptions