Creates or updates a job work instruction.
Request Information
URI Parameters :
None.
Body Parameters :
job_work_instruction| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
Foreign key of the job this work instruction is attached to. |
globally unique identifier | |
| equipment_family_id |
Foreign key of the equipment family this work instruction applies to. |
globally unique identifier | |
| work_instruction_id |
Foreign key of the work instruction template this record was generated from. |
globally unique identifier | |
| estimated_work_time |
Estimated working time |
integer | |
| sequence |
Sequence |
integer | |
| reference_back_office |
Ref back office |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
{
"id": "18cb8c35-10a9-4745-b104-e8c6203adfcc",
"jobs_id": "cc6fa31e-0f14-49ce-a2bd-5e25a4a51814",
"equipment_family_id": "a19c28a7-25fe-41ab-ad38-abcc10f623c2",
"work_instruction_id": "7f6864df-b93d-463b-8072-6c4b6131ffdb",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-16T08:35:18.512568+00:00"
}
application/xml, text/xml
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>a19c28a7-25fe-41ab-ad38-abcc10f623c2</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>18cb8c35-10a9-4745-b104-e8c6203adfcc</id> <jobs_id>cc6fa31e-0f14-49ce-a2bd-5e25a4a51814</jobs_id> <modified_dateutc>2026-09-16T08:35:18.512Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>7f6864df-b93d-463b-8072-6c4b6131ffdb</work_instruction_id> </job_work_instruction>
Response Information
Resource Description :
IHttpActionResult containing the saved job work instruction.
job_work_instruction| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
Foreign key of the job this work instruction is attached to. |
globally unique identifier | |
| equipment_family_id |
Foreign key of the equipment family this work instruction applies to. |
globally unique identifier | |
| work_instruction_id |
Foreign key of the work instruction template this record was generated from. |
globally unique identifier | |
| estimated_work_time |
Estimated working time |
integer | |
| sequence |
Sequence |
integer | |
| reference_back_office |
Ref back office |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "76bb051e-2d6c-4806-8161-c08553e0e9d1",
"jobs_id": "405a82d2-4c68-43ae-8b06-6c74a92a3897",
"equipment_family_id": "5b592013-6748-43c1-b901-08179b85a6d1",
"work_instruction_id": "ab089225-5b7a-4123-b85b-ef56725603fb",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-16T08:35:18.5257219+00:00"
}
application/xml, text/xml
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>5b592013-6748-43c1-b901-08179b85a6d1</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>76bb051e-2d6c-4806-8161-c08553e0e9d1</id> <jobs_id>405a82d2-4c68-43ae-8b06-6c74a92a3897</jobs_id> <modified_dateutc>2026-09-16T08:35:18.525Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>ab089225-5b7a-4123-b85b-ef56725603fb</work_instruction_id> </job_work_instruction>