Add/Update multiple job work instructions

Request Information

URI Parameters :

None.

Body Parameters :

job_work_instruction_list
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "ab220321-a86d-41e4-b03a-03a547f46b06",
  "jobs_id": "9dce4317-a28c-4d57-ab4a-f74e905541c9",
  "work_instruction_details_id": "9f128923-b8c7-49bd-9b03-e9b3f65d1006",
  "user_id": "a7512acb-dd7d-4e1e-89ef-4f2b605b984b",
  "work_instruction_action_type_id": "d6706506-8d9c-488f-a8ee-ffbe28392223",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-01-11T21:02:26.1157647+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "93dc64d6-994e-4c2d-b94f-22af568527e3",
  "job_work_instruction_details_id": "841f48f8-51a5-4d89-a7c6-78262a00493f",
  "modified_dateutc": "2026-01-11T21:02:26.1157647+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "366a63da-a53e-48fe-81b3-269ab5cfef68",
  "parent_id": "ed94c1cd-4e8a-45cd-8850-8be12ef54f5b",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "cd06415f-0a8d-447e-b839-a1787f210ff3",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "3f9cf827-7a8e-40a2-b113-b5c64d1e55e3",
  "work_instruction_type_id": "1ccadbf5-be12-4e88-a1a9-b3f8eb7b2eb1",
  "show_options": "sample string 29",
  "is_customized": true
}

application/xml, text/xml

Sample:
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <advise>sample string 11</advise>
  <date_done>2026-01-11T21:02:26.115Z</date_done>
  <db_file_id>3f9cf827-7a8e-40a2-b113-b5c64d1e55e3</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>366a63da-a53e-48fe-81b3-269ab5cfef68</db_report_id>
  <db_report_type_id>cd06415f-0a8d-447e-b839-a1787f210ff3</db_report_type_id>
  <id>ab220321-a86d-41e4-b03a-03a547f46b06</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>841f48f8-51a5-4d89-a7c6-78262a00493f</job_work_instruction_details_id>
  <jobs_id>9dce4317-a28c-4d57-ab4a-f74e905541c9</jobs_id>
  <modified_dateutc>2026-01-11T21:02:26.115Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>ed94c1cd-4e8a-45cd-8850-8be12ef54f5b</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>a7512acb-dd7d-4e1e-89ef-4f2b605b984b</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>d6706506-8d9c-488f-a8ee-ffbe28392223</work_instruction_action_type_id>
  <work_instruction_details_id>9f128923-b8c7-49bd-9b03-e9b3f65d1006</work_instruction_details_id>
  <work_instruction_id>93dc64d6-994e-4c2d-b94f-22af568527e3</work_instruction_id>
  <work_instruction_type_id>1ccadbf5-be12-4e88-a1a9-b3f8eb7b2eb1</work_instruction_type_id>
</job_work_instruction_list>

Response Information

Resource Description :

IHttpActionResult

job_work_instruction_list
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "3f865ef7-ec01-4e9a-9140-baafb722f688",
  "jobs_id": "353dbc24-af5a-44f7-8ab2-bd605649dd31",
  "work_instruction_details_id": "b4739870-8151-46ab-900b-c2b68dd881cc",
  "user_id": "c2a1df61-5e75-4e14-855a-cfbece127821",
  "work_instruction_action_type_id": "05ae7079-cbb1-4135-a88a-3cda551c0a8f",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-01-11T21:02:26.1157647+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "a5cd1b0a-5401-47fc-b5bf-119f52f0c5c8",
  "job_work_instruction_details_id": "890417ef-eff1-4bc2-9a11-5a56fa13cc57",
  "modified_dateutc": "2026-01-11T21:02:26.1157647+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "e56b6b47-b78c-454d-896a-48d79ee6755d",
  "parent_id": "72e8026e-1b89-452f-833d-9618730f1661",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "745164a8-5113-4f43-8019-e1d2b76d5044",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "ad1ce467-a7a1-4c72-90fb-547ea86e2d5d",
  "work_instruction_type_id": "664e859b-5568-43b8-a60e-c9db5f43e8e6",
  "show_options": "sample string 29",
  "is_customized": true
}

application/xml, text/xml

Sample:
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <advise>sample string 11</advise>
  <date_done>2026-01-11T21:02:26.115Z</date_done>
  <db_file_id>ad1ce467-a7a1-4c72-90fb-547ea86e2d5d</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>e56b6b47-b78c-454d-896a-48d79ee6755d</db_report_id>
  <db_report_type_id>745164a8-5113-4f43-8019-e1d2b76d5044</db_report_type_id>
  <id>3f865ef7-ec01-4e9a-9140-baafb722f688</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>890417ef-eff1-4bc2-9a11-5a56fa13cc57</job_work_instruction_details_id>
  <jobs_id>353dbc24-af5a-44f7-8ab2-bd605649dd31</jobs_id>
  <modified_dateutc>2026-01-11T21:02:26.115Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>72e8026e-1b89-452f-833d-9618730f1661</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>c2a1df61-5e75-4e14-855a-cfbece127821</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>05ae7079-cbb1-4135-a88a-3cda551c0a8f</work_instruction_action_type_id>
  <work_instruction_details_id>b4739870-8151-46ab-900b-c2b68dd881cc</work_instruction_details_id>
  <work_instruction_id>a5cd1b0a-5401-47fc-b5bf-119f52f0c5c8</work_instruction_id>
  <work_instruction_type_id>664e859b-5568-43b8-a60e-c9db5f43e8e6</work_instruction_type_id>
</job_work_instruction_list>