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": "4b2674ae-803e-40ae-b72f-3e937d66d5bc",
"jobs_id": "d8ffb6bf-6d2a-49c4-a5bd-0ad064639878",
"equipment_family_id": "cb7a097e-3192-4324-9464-4d6cb51afbbe",
"work_instruction_id": "4f7c59f6-bb5f-439e-adf8-0db41cb45f08",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-11T23:42:18.4737234+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>cb7a097e-3192-4324-9464-4d6cb51afbbe</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>4b2674ae-803e-40ae-b72f-3e937d66d5bc</id> <jobs_id>d8ffb6bf-6d2a-49c4-a5bd-0ad064639878</jobs_id> <modified_dateutc>2026-01-11T23:42:18.473Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>4f7c59f6-bb5f-439e-adf8-0db41cb45f08</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": "70c4c9d5-0db7-4584-a1f6-412f65b60a35",
"jobs_id": "9f1891eb-ec31-4a3a-8b35-853db18e7ff5",
"equipment_family_id": "bae80611-ccae-4d2c-ba01-9b8301288e51",
"work_instruction_id": "fe42034b-e518-477a-b075-18e23fbe1378",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-11T23:42:18.4937768+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>bae80611-ccae-4d2c-ba01-9b8301288e51</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>70c4c9d5-0db7-4584-a1f6-412f65b60a35</id> <jobs_id>9f1891eb-ec31-4a3a-8b35-853db18e7ff5</jobs_id> <modified_dateutc>2026-01-11T23:42:18.493Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>fe42034b-e518-477a-b075-18e23fbe1378</work_instruction_id> </job_work_instruction>