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": "4141e975-82df-4893-8fb7-7f4e6a9d5b06",
"jobs_id": "c467be67-d044-4d02-8c22-e51a9af11bb4",
"equipment_family_id": "6514bfbc-eef9-4175-b4df-83b2646dbff5",
"work_instruction_id": "c660e665-8c5a-4320-b908-a2ae6381dd73",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-11T21:03:07.6135169+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>6514bfbc-eef9-4175-b4df-83b2646dbff5</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>4141e975-82df-4893-8fb7-7f4e6a9d5b06</id> <jobs_id>c467be67-d044-4d02-8c22-e51a9af11bb4</jobs_id> <modified_dateutc>2026-01-11T21:03:07.613Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>c660e665-8c5a-4320-b908-a2ae6381dd73</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": "621932f2-3783-44a1-8b73-b836f1aa5edf",
"jobs_id": "f6c87e89-cde7-4c7c-97b8-b7b1e58bdf3e",
"equipment_family_id": "2203a639-7ed6-445d-8ac2-11d524423e47",
"work_instruction_id": "89b56493-bfd9-4185-851b-b5e9eb30002f",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-11T21:03:07.6309077+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>2203a639-7ed6-445d-8ac2-11d524423e47</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>621932f2-3783-44a1-8b73-b836f1aa5edf</id> <jobs_id>f6c87e89-cde7-4c7c-97b8-b7b1e58bdf3e</jobs_id> <modified_dateutc>2026-01-11T21:03:07.630Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>89b56493-bfd9-4185-851b-b5e9eb30002f</work_instruction_id> </job_work_instruction>