Add/Update multiple job work instructions
Request Information
URI Parameters :
None.
Body Parameters :
job_work_instruction_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
FK of a jobs |
globally unique identifier | |
| work_instruction_details_id |
Work instruction details id |
globally unique identifier | |
| user_id |
Filled with the person that update it |
globally unique identifier | |
| work_instruction_action_type_id | globally unique identifier | ||
| work_instruction_action_type |
What is the action type (like repair, change) |
string | |
| name |
Name |
string | |
| status |
One of the constant value, can be Ok,NotOk,Replaced,NotApplicable |
string | |
| date_done |
When going to a status (like ok, not ok, replace , notapplicable) this date is set |
date | |
| remark |
Additional info |
string | |
| advise |
In case of a problem, an advice can be asked |
string | |
| sequence |
Order field, sequence asc (0 is first) |
integer | |
| work_instruction_id |
FK of the "header" |
globally unique identifier | |
| job_work_instruction_details_id |
For later |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| db_file_ids |
db_file_ids |
string | |
| db_report_id |
db_report_id |
globally unique identifier | |
| parent_id |
parent_id |
globally unique identifier | |
| is_group |
is_group |
boolean | |
| type |
Type |
string | |
| db_report_type_id |
db_report_type_id |
globally unique identifier | |
| instruction_document_count |
instruction_document_count |
integer | |
| show_ok |
show_ok flag |
boolean | |
| show_nok |
show_nok flag |
boolean | |
| show_replaced |
show_replaced flag |
boolean | |
| show_na |
show_na flag |
boolean | |
| db_file_id |
db_file_id |
globally unique identifier | |
| work_instruction_type_id | globally unique identifier | ||
| show_options | string | ||
| is_customized | boolean |
Request Formats :
application/json, text/json
{
"id": "2f5ac15d-65fb-4fcb-bcf1-eabb7d092b1e",
"jobs_id": "c4b8b5b7-1085-4580-8988-583296f5d9e5",
"work_instruction_details_id": "ed1bb137-f734-450f-9956-2f65cb836a7b",
"user_id": "91405694-2111-41e9-a036-be6f17f263e3",
"work_instruction_action_type_id": "0a1074a9-2adb-4bc3-be67-636a6623c39a",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-06-16T21:18:00.1267884+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "2617489f-47e7-47a6-8cdf-751919dadba9",
"job_work_instruction_details_id": "f9d893a4-7547-4522-9b43-71d3f052b010",
"modified_dateutc": "2026-06-16T21:18:00.1267884+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "9b41adef-2b70-4009-b085-2ad2e9240af2",
"parent_id": "f3bf9aec-3135-48e8-a5f9-389806525ff6",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "2fb471df-e7be-4545-8cd7-8255eb728cb4",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "241c84b6-9dfa-4eab-8d09-65774708ff96",
"work_instruction_type_id": "2ddcac45-57f5-4cd7-a6ff-52fa148c9a8d",
"show_options": "sample string 29",
"is_customized": true
}
application/xml, text/xml
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <advise>sample string 11</advise> <date_done>2026-06-16T21:18:00.126Z</date_done> <db_file_id>241c84b6-9dfa-4eab-8d09-65774708ff96</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>9b41adef-2b70-4009-b085-2ad2e9240af2</db_report_id> <db_report_type_id>2fb471df-e7be-4545-8cd7-8255eb728cb4</db_report_type_id> <id>2f5ac15d-65fb-4fcb-bcf1-eabb7d092b1e</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>f9d893a4-7547-4522-9b43-71d3f052b010</job_work_instruction_details_id> <jobs_id>c4b8b5b7-1085-4580-8988-583296f5d9e5</jobs_id> <modified_dateutc>2026-06-16T21:18:00.126Z</modified_dateutc> <name>sample string 7</name> <parent_id>f3bf9aec-3135-48e8-a5f9-389806525ff6</parent_id> <remark>sample string 10</remark> <sequence>12</sequence> <show_na>true</show_na> <show_nok>true</show_nok> <show_ok>true</show_ok> <show_options>sample string 29</show_options> <show_replaced>true</show_replaced> <status>sample string 8</status> <type>sample string 20</type> <user_id>91405694-2111-41e9-a036-be6f17f263e3</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>0a1074a9-2adb-4bc3-be67-636a6623c39a</work_instruction_action_type_id> <work_instruction_details_id>ed1bb137-f734-450f-9956-2f65cb836a7b</work_instruction_details_id> <work_instruction_id>2617489f-47e7-47a6-8cdf-751919dadba9</work_instruction_id> <work_instruction_type_id>2ddcac45-57f5-4cd7-a6ff-52fa148c9a8d</work_instruction_type_id> </job_work_instruction_list>
Response Information
Resource Description :
IHttpActionResult
job_work_instruction_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
FK of a jobs |
globally unique identifier | |
| work_instruction_details_id |
Work instruction details id |
globally unique identifier | |
| user_id |
Filled with the person that update it |
globally unique identifier | |
| work_instruction_action_type_id | globally unique identifier | ||
| work_instruction_action_type |
What is the action type (like repair, change) |
string | |
| name |
Name |
string | |
| status |
One of the constant value, can be Ok,NotOk,Replaced,NotApplicable |
string | |
| date_done |
When going to a status (like ok, not ok, replace , notapplicable) this date is set |
date | |
| remark |
Additional info |
string | |
| advise |
In case of a problem, an advice can be asked |
string | |
| sequence |
Order field, sequence asc (0 is first) |
integer | |
| work_instruction_id |
FK of the "header" |
globally unique identifier | |
| job_work_instruction_details_id |
For later |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| db_file_ids |
db_file_ids |
string | |
| db_report_id |
db_report_id |
globally unique identifier | |
| parent_id |
parent_id |
globally unique identifier | |
| is_group |
is_group |
boolean | |
| type |
Type |
string | |
| db_report_type_id |
db_report_type_id |
globally unique identifier | |
| instruction_document_count |
instruction_document_count |
integer | |
| show_ok |
show_ok flag |
boolean | |
| show_nok |
show_nok flag |
boolean | |
| show_replaced |
show_replaced flag |
boolean | |
| show_na |
show_na flag |
boolean | |
| db_file_id |
db_file_id |
globally unique identifier | |
| work_instruction_type_id | globally unique identifier | ||
| show_options | string | ||
| is_customized | boolean |
Response Formats
application/json, text/json
{
"id": "bc1bf0e5-3b06-4086-a4f0-9bd4de04d758",
"jobs_id": "55de3c02-8170-41fa-b1bf-27c5a533ad59",
"work_instruction_details_id": "b27f0dc5-7c5b-478d-9191-13671d4ac0a6",
"user_id": "7565bd39-1db4-42be-b1f4-7ad24af434f8",
"work_instruction_action_type_id": "a7a99020-b4ff-4ded-9397-907c19b4ac32",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-06-16T21:18:00.1569082+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "a18252e5-b5b7-48d1-91a4-e8ac639714bd",
"job_work_instruction_details_id": "684d1f1e-682f-4d2c-84fe-2d8cccb9f7e0",
"modified_dateutc": "2026-06-16T21:18:00.1569082+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "90a2837e-28e1-4bd0-888f-d00112a780d1",
"parent_id": "8766ca89-4258-4c08-a029-a24ba0f705e7",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "da087ce6-6365-4ccd-b122-1b37a44636f6",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "d42061a0-ed0a-43ff-97b5-db5c820e11b1",
"work_instruction_type_id": "fd6a93b8-d458-438b-9973-a8095ac72eb4",
"show_options": "sample string 29",
"is_customized": true
}
application/xml, text/xml
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <advise>sample string 11</advise> <date_done>2026-06-16T21:18:00.156Z</date_done> <db_file_id>d42061a0-ed0a-43ff-97b5-db5c820e11b1</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>90a2837e-28e1-4bd0-888f-d00112a780d1</db_report_id> <db_report_type_id>da087ce6-6365-4ccd-b122-1b37a44636f6</db_report_type_id> <id>bc1bf0e5-3b06-4086-a4f0-9bd4de04d758</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>684d1f1e-682f-4d2c-84fe-2d8cccb9f7e0</job_work_instruction_details_id> <jobs_id>55de3c02-8170-41fa-b1bf-27c5a533ad59</jobs_id> <modified_dateutc>2026-06-16T21:18:00.156Z</modified_dateutc> <name>sample string 7</name> <parent_id>8766ca89-4258-4c08-a029-a24ba0f705e7</parent_id> <remark>sample string 10</remark> <sequence>12</sequence> <show_na>true</show_na> <show_nok>true</show_nok> <show_ok>true</show_ok> <show_options>sample string 29</show_options> <show_replaced>true</show_replaced> <status>sample string 8</status> <type>sample string 20</type> <user_id>7565bd39-1db4-42be-b1f4-7ad24af434f8</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>a7a99020-b4ff-4ded-9397-907c19b4ac32</work_instruction_action_type_id> <work_instruction_details_id>b27f0dc5-7c5b-478d-9191-13671d4ac0a6</work_instruction_details_id> <work_instruction_id>a18252e5-b5b7-48d1-91a4-e8ac639714bd</work_instruction_id> <work_instruction_type_id>fd6a93b8-d458-438b-9973-a8095ac72eb4</work_instruction_type_id> </job_work_instruction_list>