Add/Update multiple job work instruction details

Request Information

URI Parameters :

None.

Body Parameters :

job_work_instruction_details
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
job_work_instruction_id

Ref job workinstuction

globally unique identifier
work_instruction_details_id

Ref work instruction details

globally unique identifier
work_instruction_action_type_id

Ref work instruction type

globally unique identifier
description

Description

string
sequence

Sequence

integer
reference_back_office

Ref back office

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
parent_id

Parent id

globally unique identifier
is_group

is_group flag

boolean
is_archived

is_archived flag

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "c5f93419-8a54-45c2-ad42-4ce6b91bf801",
  "job_work_instruction_id": "74b03f32-14b7-41bb-afcd-73a1e24782fa",
  "work_instruction_details_id": "bc98a924-7caa-4ea1-977b-be637cc4ead4",
  "work_instruction_action_type_id": "3b41dda1-e96f-4ecb-88ff-bb95dc43e4ff",
  "description": "sample string 5",
  "sequence": 6,
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-06-16T21:17:43.4872131+00:00",
  "parent_id": "6e5eac88-8551-43df-99ae-2e3dad0ebee4",
  "is_group": true,
  "is_archived": true,
  "type": "sample string 12",
  "db_report_type_id": "1e7dfe2b-fa34-4ca0-aa40-e61165aacf27",
  "instruction_document_count": 14,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "961e2835-8fad-44e7-9422-5b8cca651a33",
  "work_instruction_type_id": "e824385d-0cac-4540-ab3c-118df0f0f39b",
  "show_options": "sample string 21"
}

application/xml, text/xml

Sample:
<job_work_instruction_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_file_id>961e2835-8fad-44e7-9422-5b8cca651a33</db_file_id>
  <db_report_type_id>1e7dfe2b-fa34-4ca0-aa40-e61165aacf27</db_report_type_id>
  <description>sample string 5</description>
  <id>c5f93419-8a54-45c2-ad42-4ce6b91bf801</id>
  <instruction_document_count>14</instruction_document_count>
  <is_archived>true</is_archived>
  <is_group>true</is_group>
  <job_work_instruction_id>74b03f32-14b7-41bb-afcd-73a1e24782fa</job_work_instruction_id>
  <modified_dateutc>2026-06-16T21:17:43.487Z</modified_dateutc>
  <parent_id>6e5eac88-8551-43df-99ae-2e3dad0ebee4</parent_id>
  <reference_back_office>sample string 7</reference_back_office>
  <sequence>6</sequence>
  <show_na>true</show_na>
  <show_nok>true</show_nok>
  <show_ok>true</show_ok>
  <show_options>sample string 21</show_options>
  <show_replaced>true</show_replaced>
  <type>sample string 12</type>
  <work_instruction_action_type_id>3b41dda1-e96f-4ecb-88ff-bb95dc43e4ff</work_instruction_action_type_id>
  <work_instruction_details_id>bc98a924-7caa-4ea1-977b-be637cc4ead4</work_instruction_details_id>
  <work_instruction_type_id>e824385d-0cac-4540-ab3c-118df0f0f39b</work_instruction_type_id>
</job_work_instruction_details>

Response Information

Resource Description :

IHttpActionResult

job_work_instruction_details
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
job_work_instruction_id

Ref job workinstuction

globally unique identifier
work_instruction_details_id

Ref work instruction details

globally unique identifier
work_instruction_action_type_id

Ref work instruction type

globally unique identifier
description

Description

string
sequence

Sequence

integer
reference_back_office

Ref back office

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
parent_id

Parent id

globally unique identifier
is_group

is_group flag

boolean
is_archived

is_archived flag

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

Response Formats

application/json, text/json

Sample:
{
  "id": "a37b880b-e4cf-4c02-97b0-99f090c05292",
  "job_work_instruction_id": "2156d480-96fe-406e-b636-59eb118b8e8a",
  "work_instruction_details_id": "cd2670cf-c890-49d0-af27-e7b7a687f49a",
  "work_instruction_action_type_id": "9fd3a482-b94e-4b4b-882d-b5d57e06099e",
  "description": "sample string 5",
  "sequence": 6,
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-06-16T21:17:43.5184624+00:00",
  "parent_id": "c6535708-0f01-4b32-b4db-4c9a393279ba",
  "is_group": true,
  "is_archived": true,
  "type": "sample string 12",
  "db_report_type_id": "32170766-f252-4ced-97ab-df200c9fdca6",
  "instruction_document_count": 14,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "d4ece4cf-3e59-479b-b06c-7eadaf65fb3b",
  "work_instruction_type_id": "0e74b844-ac29-4f3d-86f8-154b01832beb",
  "show_options": "sample string 21"
}

application/xml, text/xml

Sample:
<job_work_instruction_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_file_id>d4ece4cf-3e59-479b-b06c-7eadaf65fb3b</db_file_id>
  <db_report_type_id>32170766-f252-4ced-97ab-df200c9fdca6</db_report_type_id>
  <description>sample string 5</description>
  <id>a37b880b-e4cf-4c02-97b0-99f090c05292</id>
  <instruction_document_count>14</instruction_document_count>
  <is_archived>true</is_archived>
  <is_group>true</is_group>
  <job_work_instruction_id>2156d480-96fe-406e-b636-59eb118b8e8a</job_work_instruction_id>
  <modified_dateutc>2026-06-16T21:17:43.518Z</modified_dateutc>
  <parent_id>c6535708-0f01-4b32-b4db-4c9a393279ba</parent_id>
  <reference_back_office>sample string 7</reference_back_office>
  <sequence>6</sequence>
  <show_na>true</show_na>
  <show_nok>true</show_nok>
  <show_ok>true</show_ok>
  <show_options>sample string 21</show_options>
  <show_replaced>true</show_replaced>
  <type>sample string 12</type>
  <work_instruction_action_type_id>9fd3a482-b94e-4b4b-882d-b5d57e06099e</work_instruction_action_type_id>
  <work_instruction_details_id>cd2670cf-c890-49d0-af27-e7b7a687f49a</work_instruction_details_id>
  <work_instruction_type_id>0e74b844-ac29-4f3d-86f8-154b01832beb</work_instruction_type_id>
</job_work_instruction_details>