Creates a new 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 |
Ref job |
globally unique identifier | |
| equipment_family_id |
Ref equipment family |
globally unique identifier | |
| work_instruction_id |
Ref work instruction |
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
Sample:
{
"id": "0b723476-0162-4a19-a1db-baa200eb695d",
"jobs_id": "ef633cbf-b2ec-4d75-a54e-ef2994a6db3e",
"equipment_family_id": "088c2f69-1602-4147-97ca-712c5441f470",
"work_instruction_id": "45f5afcd-f34a-422f-8784-ff2103c92ed4",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T21:18:30.6805133+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>088c2f69-1602-4147-97ca-712c5441f470</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>0b723476-0162-4a19-a1db-baa200eb695d</id> <jobs_id>ef633cbf-b2ec-4d75-a54e-ef2994a6db3e</jobs_id> <modified_dateutc>2026-06-16T21:18:30.680Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>45f5afcd-f34a-422f-8784-ff2103c92ed4</work_instruction_id> </job_work_instruction>
Response Information
Resource Description :
IHttpActionResult
job_work_instruction| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
Ref job |
globally unique identifier | |
| equipment_family_id |
Ref equipment family |
globally unique identifier | |
| work_instruction_id |
Ref work instruction |
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
Sample:
{
"id": "6451b0de-1cf7-4115-bbaf-ee6117646daf",
"jobs_id": "5ccb3162-5389-4193-8241-33f61932ce10",
"equipment_family_id": "f59542d4-24ac-4ecd-a262-81d3aa2375f5",
"work_instruction_id": "358bdbdd-2d77-4bea-a0b0-e5198e15ef80",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T21:18:30.7106008+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>f59542d4-24ac-4ecd-a262-81d3aa2375f5</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>6451b0de-1cf7-4115-bbaf-ee6117646daf</id> <jobs_id>5ccb3162-5389-4193-8241-33f61932ce10</jobs_id> <modified_dateutc>2026-06-16T21:18:30.710Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>358bdbdd-2d77-4bea-a0b0-e5198e15ef80</work_instruction_id> </job_work_instruction>