Save 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": "c4ea07a5-58a0-4649-8043-0f9e25c5c4a9",
"jobs_id": "9942e64c-71dc-4da0-ac64-5188f7a7a901",
"equipment_family_id": "bd751f83-820e-409b-8387-6d2ad0b7cec7",
"work_instruction_id": "98857986-9c12-4b2d-967e-890343285645",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T22:31:11.1862607+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>bd751f83-820e-409b-8387-6d2ad0b7cec7</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>c4ea07a5-58a0-4649-8043-0f9e25c5c4a9</id> <jobs_id>9942e64c-71dc-4da0-ac64-5188f7a7a901</jobs_id> <modified_dateutc>2026-06-16T22:31:11.186Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>98857986-9c12-4b2d-967e-890343285645</work_instruction_id> </job_work_instruction>
Response Information
Resource Description :
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": "afd6f843-0654-4e0e-8025-6cb9a7eddfb8",
"jobs_id": "1043f4d5-5876-4f75-b8ad-4728f5950402",
"equipment_family_id": "64c1b1cb-a73a-4baa-865b-2946a59d98f6",
"work_instruction_id": "f71af127-6d25-4dae-b7c1-4c7d6116f887",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T22:31:11.1995734+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>64c1b1cb-a73a-4baa-865b-2946a59d98f6</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>afd6f843-0654-4e0e-8025-6cb9a7eddfb8</id> <jobs_id>1043f4d5-5876-4f75-b8ad-4728f5950402</jobs_id> <modified_dateutc>2026-06-16T22:31:11.199Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>f71af127-6d25-4dae-b7c1-4c7d6116f887</work_instruction_id> </job_work_instruction>