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": "faab6e35-3e74-4a09-bedc-9dad0fb40d92",
  "jobs_id": "327509de-fd8f-41c4-aef3-035d5ffa840f",
  "work_instruction_details_id": "44647535-6d49-4942-9236-8dda6e75c634",
  "user_id": "957cdebf-27fa-4563-8c4c-b57a3fa0ea1c",
  "work_instruction_action_type_id": "28745d7b-671f-482b-9ad1-7efbec1e3e83",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-06-16T21:17:08.6274868+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "0396630b-a5a9-4ccd-86be-52479e6ddfe1",
  "job_work_instruction_details_id": "84dc5823-e5e7-4a14-b32d-90f3509dfe8e",
  "modified_dateutc": "2026-06-16T21:17:08.6274868+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "8b45af00-500d-4605-81b5-03168361fdb0",
  "parent_id": "29f3ec86-5c97-4ea8-8f15-84dfb98f4dc6",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "4cb35129-9735-4a20-90db-84cfe941b771",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "bcd92c0f-ac88-4197-b54d-5d2f820043b7",
  "work_instruction_type_id": "9e6ddb4c-8679-4958-927b-32c27c5e960e",
  "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-06-16T21:17:08.627Z</date_done>
  <db_file_id>bcd92c0f-ac88-4197-b54d-5d2f820043b7</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>8b45af00-500d-4605-81b5-03168361fdb0</db_report_id>
  <db_report_type_id>4cb35129-9735-4a20-90db-84cfe941b771</db_report_type_id>
  <id>faab6e35-3e74-4a09-bedc-9dad0fb40d92</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>84dc5823-e5e7-4a14-b32d-90f3509dfe8e</job_work_instruction_details_id>
  <jobs_id>327509de-fd8f-41c4-aef3-035d5ffa840f</jobs_id>
  <modified_dateutc>2026-06-16T21:17:08.627Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>29f3ec86-5c97-4ea8-8f15-84dfb98f4dc6</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>957cdebf-27fa-4563-8c4c-b57a3fa0ea1c</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>28745d7b-671f-482b-9ad1-7efbec1e3e83</work_instruction_action_type_id>
  <work_instruction_details_id>44647535-6d49-4942-9236-8dda6e75c634</work_instruction_details_id>
  <work_instruction_id>0396630b-a5a9-4ccd-86be-52479e6ddfe1</work_instruction_id>
  <work_instruction_type_id>9e6ddb4c-8679-4958-927b-32c27c5e960e</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": "3ceacce4-4af6-4abd-af53-ccb9709a1e92",
  "jobs_id": "89b6ca85-83f4-49ee-863e-0ccdde7d7ad8",
  "work_instruction_details_id": "ced16c84-c7fe-4ec5-b9e7-eb91f80f72d3",
  "user_id": "7582ba1c-ee81-4f9f-8198-89501bdea741",
  "work_instruction_action_type_id": "a8769126-6e32-4392-b44f-7749dc5dfb87",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-06-16T21:17:08.7000292+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "71d131e3-c2aa-4cc9-b7ef-afc5b5e9f683",
  "job_work_instruction_details_id": "1f1182f5-b254-44da-8129-250ac32aa2bb",
  "modified_dateutc": "2026-06-16T21:17:08.7000292+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "6bfc1b64-0c7f-4d7a-8cc2-12d42fe07e84",
  "parent_id": "6b4b2c20-8afc-443a-a4fd-680336ad318a",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "d60da9a0-cbba-4a87-923b-ee3412261f86",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "47625b5d-1615-4f18-99da-c408635c87b9",
  "work_instruction_type_id": "85c254d9-29cd-4ed5-9335-a83be5ac12ee",
  "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-06-16T21:17:08.700Z</date_done>
  <db_file_id>47625b5d-1615-4f18-99da-c408635c87b9</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>6bfc1b64-0c7f-4d7a-8cc2-12d42fe07e84</db_report_id>
  <db_report_type_id>d60da9a0-cbba-4a87-923b-ee3412261f86</db_report_type_id>
  <id>3ceacce4-4af6-4abd-af53-ccb9709a1e92</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>1f1182f5-b254-44da-8129-250ac32aa2bb</job_work_instruction_details_id>
  <jobs_id>89b6ca85-83f4-49ee-863e-0ccdde7d7ad8</jobs_id>
  <modified_dateutc>2026-06-16T21:17:08.700Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>6b4b2c20-8afc-443a-a4fd-680336ad318a</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>7582ba1c-ee81-4f9f-8198-89501bdea741</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>a8769126-6e32-4392-b44f-7749dc5dfb87</work_instruction_action_type_id>
  <work_instruction_details_id>ced16c84-c7fe-4ec5-b9e7-eb91f80f72d3</work_instruction_details_id>
  <work_instruction_id>71d131e3-c2aa-4cc9-b7ef-afc5b5e9f683</work_instruction_id>
  <work_instruction_type_id>85c254d9-29cd-4ed5-9335-a83be5ac12ee</work_instruction_type_id>
</job_work_instruction_list>