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": "701245e5-fb78-4195-9dcf-af2f7ededb05",
"jobs_id": "f65d7003-0964-49fd-959a-902469750a8d",
"equipment_family_id": "50a5e26a-2699-42fd-a69a-94ec4c741282",
"work_instruction_id": "e2267c76-411c-4a03-99c8-5c239c23f9d4",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-03-07T13:16:23.6916585+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>50a5e26a-2699-42fd-a69a-94ec4c741282</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>701245e5-fb78-4195-9dcf-af2f7ededb05</id> <jobs_id>f65d7003-0964-49fd-959a-902469750a8d</jobs_id> <modified_dateutc>2026-03-07T13:16:23.691Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>e2267c76-411c-4a03-99c8-5c239c23f9d4</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": "9b62e003-9225-4ffd-a4f9-e3a51ecd4a8f",
"jobs_id": "7e327e9b-d6a0-493f-8b20-2cd1d14d2ec5",
"equipment_family_id": "150d1675-2857-4f01-979f-01e020b4525f",
"work_instruction_id": "a407b589-5c6d-4270-8c3d-69b48cfc1949",
"estimated_work_time": 5,
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-03-07T13:16:23.7117693+00:00"
}
application/xml, text/xml
Sample:
<job_work_instruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>150d1675-2857-4f01-979f-01e020b4525f</equipment_family_id> <estimated_work_time>5</estimated_work_time> <id>9b62e003-9225-4ffd-a4f9-e3a51ecd4a8f</id> <jobs_id>7e327e9b-d6a0-493f-8b20-2cd1d14d2ec5</jobs_id> <modified_dateutc>2026-03-07T13:16:23.711Z</modified_dateutc> <reference_back_office>sample string 7</reference_back_office> <sequence>6</sequence> <work_instruction_id>a407b589-5c6d-4270-8c3d-69b48cfc1949</work_instruction_id> </job_work_instruction>