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": "8450605a-fcd3-4eda-b869-0e75d910b08c",
"jobs_id": "02504346-a0bd-4fde-8fc9-65dd8f3b3806",
"work_instruction_details_id": "581e52c9-0a2c-4298-83b9-52addb41e53f",
"user_id": "47074bc3-5e18-4746-ba8b-146f7e172b1f",
"work_instruction_action_type_id": "04392ecb-c312-4b3a-8c23-1d7533352ec5",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-03-07T14:50:11.207772+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "05c61965-6637-4593-b181-6a5f3d801629",
"job_work_instruction_details_id": "61ba8e70-4292-4b9b-b4f0-30e650e2e862",
"modified_dateutc": "2026-03-07T14:50:11.207772+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "cc0247ef-8053-4318-a4e9-8e2d52c8e72b",
"parent_id": "7359977e-16a2-48bc-91c9-21d5460e0eb4",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "9ec35099-1e05-4654-80c6-b7351f0e58c7",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "9f1c1a2d-365f-49b5-8092-23e34c4e5243",
"work_instruction_type_id": "9bdd6c55-3e7f-4625-853a-24d501b0813b",
"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-03-07T14:50:11.207Z</date_done> <db_file_id>9f1c1a2d-365f-49b5-8092-23e34c4e5243</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>cc0247ef-8053-4318-a4e9-8e2d52c8e72b</db_report_id> <db_report_type_id>9ec35099-1e05-4654-80c6-b7351f0e58c7</db_report_type_id> <id>8450605a-fcd3-4eda-b869-0e75d910b08c</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>61ba8e70-4292-4b9b-b4f0-30e650e2e862</job_work_instruction_details_id> <jobs_id>02504346-a0bd-4fde-8fc9-65dd8f3b3806</jobs_id> <modified_dateutc>2026-03-07T14:50:11.207Z</modified_dateutc> <name>sample string 7</name> <parent_id>7359977e-16a2-48bc-91c9-21d5460e0eb4</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>47074bc3-5e18-4746-ba8b-146f7e172b1f</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>04392ecb-c312-4b3a-8c23-1d7533352ec5</work_instruction_action_type_id> <work_instruction_details_id>581e52c9-0a2c-4298-83b9-52addb41e53f</work_instruction_details_id> <work_instruction_id>05c61965-6637-4593-b181-6a5f3d801629</work_instruction_id> <work_instruction_type_id>9bdd6c55-3e7f-4625-853a-24d501b0813b</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": "ee49e92e-88fa-470d-b86e-f86a7494ae6b",
"jobs_id": "96164921-d055-40fa-b7e5-60bfd13e99e7",
"work_instruction_details_id": "90cd3602-705c-4433-85a2-e3509c1fb3a5",
"user_id": "79a1b05b-0738-448a-982e-4f2a2f1b4ac4",
"work_instruction_action_type_id": "b752f2cf-013e-4a98-8542-235f888742a4",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-03-07T14:50:11.2580139+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "2e2fed66-54d8-4fb6-9af8-9baf8340fbaa",
"job_work_instruction_details_id": "99359d88-3385-4904-993b-5e1daa81625b",
"modified_dateutc": "2026-03-07T14:50:11.2580139+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "7659ef49-287d-4240-b083-14c238f2fdc6",
"parent_id": "63b3a694-cc3e-42de-bf5f-704123c3b7d1",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "a4eaebf3-a6c4-430b-9239-4928c044c3d0",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "374d4334-ec28-4717-8ed5-a5eacc2182b8",
"work_instruction_type_id": "74a1d4e1-82ae-4918-a711-716539d53890",
"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-03-07T14:50:11.258Z</date_done> <db_file_id>374d4334-ec28-4717-8ed5-a5eacc2182b8</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>7659ef49-287d-4240-b083-14c238f2fdc6</db_report_id> <db_report_type_id>a4eaebf3-a6c4-430b-9239-4928c044c3d0</db_report_type_id> <id>ee49e92e-88fa-470d-b86e-f86a7494ae6b</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>99359d88-3385-4904-993b-5e1daa81625b</job_work_instruction_details_id> <jobs_id>96164921-d055-40fa-b7e5-60bfd13e99e7</jobs_id> <modified_dateutc>2026-03-07T14:50:11.258Z</modified_dateutc> <name>sample string 7</name> <parent_id>63b3a694-cc3e-42de-bf5f-704123c3b7d1</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>79a1b05b-0738-448a-982e-4f2a2f1b4ac4</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>b752f2cf-013e-4a98-8542-235f888742a4</work_instruction_action_type_id> <work_instruction_details_id>90cd3602-705c-4433-85a2-e3509c1fb3a5</work_instruction_details_id> <work_instruction_id>2e2fed66-54d8-4fb6-9af8-9baf8340fbaa</work_instruction_id> <work_instruction_type_id>74a1d4e1-82ae-4918-a711-716539d53890</work_instruction_type_id> </job_work_instruction_list>