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": "1f2f7cdf-c3c1-4a94-83a4-aa21ed255a16",
  "jobs_id": "b64ff1c0-5528-4973-baca-f5ee0df82c21",
  "work_instruction_details_id": "b04cab7c-1087-4d85-ba49-c36aaf27e34a",
  "user_id": "73f3b2b5-1f31-4ea5-8876-b4c178502f0d",
  "work_instruction_action_type_id": "ce388f94-f2ab-404e-ac71-62e6dfd498b6",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-03-07T14:51:04.5717267+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "8d395247-c9e0-4412-b444-16c897de2268",
  "job_work_instruction_details_id": "53b116f7-c502-428e-aec9-13d5e1bcdda4",
  "modified_dateutc": "2026-03-07T14:51:04.5835859+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "e14d9691-65c6-4d29-bd2f-47dbfe0ae796",
  "parent_id": "cb6a89b9-d88a-4146-9f2b-98f1fa6e5d02",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "f87aab39-4b94-459c-9662-07231820fdc5",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "37f5c8ae-d83a-46fb-91c3-637c2a0868fd",
  "work_instruction_type_id": "8150fecc-08c2-4991-98f3-ad8e99b92043",
  "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-03-07T14:51:04.571Z</date_done>
  <db_file_id>37f5c8ae-d83a-46fb-91c3-637c2a0868fd</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>e14d9691-65c6-4d29-bd2f-47dbfe0ae796</db_report_id>
  <db_report_type_id>f87aab39-4b94-459c-9662-07231820fdc5</db_report_type_id>
  <id>1f2f7cdf-c3c1-4a94-83a4-aa21ed255a16</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>53b116f7-c502-428e-aec9-13d5e1bcdda4</job_work_instruction_details_id>
  <jobs_id>b64ff1c0-5528-4973-baca-f5ee0df82c21</jobs_id>
  <modified_dateutc>2026-03-07T14:51:04.583Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>cb6a89b9-d88a-4146-9f2b-98f1fa6e5d02</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>73f3b2b5-1f31-4ea5-8876-b4c178502f0d</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>ce388f94-f2ab-404e-ac71-62e6dfd498b6</work_instruction_action_type_id>
  <work_instruction_details_id>b04cab7c-1087-4d85-ba49-c36aaf27e34a</work_instruction_details_id>
  <work_instruction_id>8d395247-c9e0-4412-b444-16c897de2268</work_instruction_id>
  <work_instruction_type_id>8150fecc-08c2-4991-98f3-ad8e99b92043</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": "3e791b95-fa69-4fb2-91cd-62cf4edf2e38",
  "jobs_id": "644613fb-76f0-4382-a04a-0e9fb5c827a7",
  "work_instruction_details_id": "dac6c902-237c-4ac2-89b5-eb7684affb5b",
  "user_id": "37ab3ad2-ab46-4f31-a40b-d3a70539597a",
  "work_instruction_action_type_id": "36ccbfe3-22e7-4690-b156-6fa442a008eb",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-03-07T14:51:04.6148315+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "7f68e305-8bcb-4e41-98c3-3efc82aa36f0",
  "job_work_instruction_details_id": "3c2c96a8-9d30-4a36-9bc7-dce90666a763",
  "modified_dateutc": "2026-03-07T14:51:04.6148315+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "25c5e5c9-45a2-41e2-bc60-c1ec1bbf4dcb",
  "parent_id": "594e6b91-e77e-49d5-a3bb-6105b78feba9",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "51ab4d64-fca0-4da3-bdb1-5099af90c8e8",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "e9bf3161-5c5a-41be-93ce-8017d76f8d8d",
  "work_instruction_type_id": "6a7797a3-e0f8-492c-a52d-80b052ef825e",
  "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-03-07T14:51:04.614Z</date_done>
  <db_file_id>e9bf3161-5c5a-41be-93ce-8017d76f8d8d</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>25c5e5c9-45a2-41e2-bc60-c1ec1bbf4dcb</db_report_id>
  <db_report_type_id>51ab4d64-fca0-4da3-bdb1-5099af90c8e8</db_report_type_id>
  <id>3e791b95-fa69-4fb2-91cd-62cf4edf2e38</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>3c2c96a8-9d30-4a36-9bc7-dce90666a763</job_work_instruction_details_id>
  <jobs_id>644613fb-76f0-4382-a04a-0e9fb5c827a7</jobs_id>
  <modified_dateutc>2026-03-07T14:51:04.614Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>594e6b91-e77e-49d5-a3bb-6105b78feba9</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>37ab3ad2-ab46-4f31-a40b-d3a70539597a</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>36ccbfe3-22e7-4690-b156-6fa442a008eb</work_instruction_action_type_id>
  <work_instruction_details_id>dac6c902-237c-4ac2-89b5-eb7684affb5b</work_instruction_details_id>
  <work_instruction_id>7f68e305-8bcb-4e41-98c3-3efc82aa36f0</work_instruction_id>
  <work_instruction_type_id>6a7797a3-e0f8-492c-a52d-80b052ef825e</work_instruction_type_id>
</job_work_instruction_list>