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": "6d12c99c-cd1c-4822-9f3c-5c9b10f54266",
"jobs_id": "8ddfa02f-aa84-4909-bf79-09b99cff4bd2",
"equipment_family_id": "ef39d982-9830-4783-9755-2fbf6afec936",
"work_instruction_id": "1c5d2673-c866-4e03-8e58-12098be88e91",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-03-07T13:14:54.775431+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>ef39d982-9830-4783-9755-2fbf6afec936</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>6d12c99c-cd1c-4822-9f3c-5c9b10f54266</id> <jobs_id>8ddfa02f-aa84-4909-bf79-09b99cff4bd2</jobs_id> <modified_dateutc>2026-03-07T13:14:54.775Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>1c5d2673-c866-4e03-8e58-12098be88e91</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": "04fdf866-1ceb-4959-a72b-e53c5153c847",
"jobs_id": "a7023488-e303-4242-92b7-174e4432348a",
"equipment_family_id": "de79f645-87f8-4662-b14c-be48a417cbb2",
"work_instruction_id": "048908e1-df52-41f1-bfbd-2ca00ab4cac6",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-03-07T13:14:54.7935856+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>de79f645-87f8-4662-b14c-be48a417cbb2</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>04fdf866-1ceb-4959-a72b-e53c5153c847</id> <jobs_id>a7023488-e303-4242-92b7-174e4432348a</jobs_id> <modified_dateutc>2026-03-07T13:14:54.793Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>048908e1-df52-41f1-bfbd-2ca00ab4cac6</work_instruction_id> </job_work_instruction>