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": "e6264ee7-cd43-4485-a71f-1c1d1b9aa58f",
  "job_work_instruction_id": "404a3a3c-99af-412c-95b9-711471884643",
  "work_instruction_details_id": "d5ae9992-2e10-433c-bee2-5b2917b844df",
  "work_instruction_action_type_id": "5ec7dc0e-ebcc-4669-9a3e-aca0a1b9c221",
  "description": "sample string 5",
  "sequence": 6,
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-03-07T14:50:44.8861798+00:00",
  "parent_id": "b093df8e-26dc-46a9-b93a-6c64535970f7",
  "is_group": true,
  "is_archived": true,
  "type": "sample string 12",
  "db_report_type_id": "2d5dda06-808b-4e9b-a884-6a85c8c29f06",
  "instruction_document_count": 14,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "25f509c7-de07-424d-a958-d71c4b3c5cfb",
  "work_instruction_type_id": "0d1fb246-5783-45d3-944c-6130d6e05194",
  "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>25f509c7-de07-424d-a958-d71c4b3c5cfb</db_file_id>
  <db_report_type_id>2d5dda06-808b-4e9b-a884-6a85c8c29f06</db_report_type_id>
  <description>sample string 5</description>
  <id>e6264ee7-cd43-4485-a71f-1c1d1b9aa58f</id>
  <instruction_document_count>14</instruction_document_count>
  <is_archived>true</is_archived>
  <is_group>true</is_group>
  <job_work_instruction_id>404a3a3c-99af-412c-95b9-711471884643</job_work_instruction_id>
  <modified_dateutc>2026-03-07T14:50:44.886Z</modified_dateutc>
  <parent_id>b093df8e-26dc-46a9-b93a-6c64535970f7</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>5ec7dc0e-ebcc-4669-9a3e-aca0a1b9c221</work_instruction_action_type_id>
  <work_instruction_details_id>d5ae9992-2e10-433c-bee2-5b2917b844df</work_instruction_details_id>
  <work_instruction_type_id>0d1fb246-5783-45d3-944c-6130d6e05194</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": "e066629a-0ae9-46b9-a446-926aaf2b90dd",
  "job_work_instruction_id": "b87c8c0f-41a6-40e7-9ffd-a84dfbc22e6a",
  "work_instruction_details_id": "6957d910-eba3-4cb0-9199-34b7698b6b01",
  "work_instruction_action_type_id": "a2d61b36-456d-4277-a3ab-cc9ccef3d3e9",
  "description": "sample string 5",
  "sequence": 6,
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-03-07T14:50:44.9466503+00:00",
  "parent_id": "a2392d7f-93d7-4254-914d-1fe1df6de83d",
  "is_group": true,
  "is_archived": true,
  "type": "sample string 12",
  "db_report_type_id": "b2d5a56e-45ca-4ced-9196-45a9b4849494",
  "instruction_document_count": 14,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "3aedc602-39e3-4f64-8d2f-906d20d35e7c",
  "work_instruction_type_id": "d7c1c206-1527-4cec-b299-4e10f9764ff4",
  "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>3aedc602-39e3-4f64-8d2f-906d20d35e7c</db_file_id>
  <db_report_type_id>b2d5a56e-45ca-4ced-9196-45a9b4849494</db_report_type_id>
  <description>sample string 5</description>
  <id>e066629a-0ae9-46b9-a446-926aaf2b90dd</id>
  <instruction_document_count>14</instruction_document_count>
  <is_archived>true</is_archived>
  <is_group>true</is_group>
  <job_work_instruction_id>b87c8c0f-41a6-40e7-9ffd-a84dfbc22e6a</job_work_instruction_id>
  <modified_dateutc>2026-03-07T14:50:44.946Z</modified_dateutc>
  <parent_id>a2392d7f-93d7-4254-914d-1fe1df6de83d</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>a2d61b36-456d-4277-a3ab-cc9ccef3d3e9</work_instruction_action_type_id>
  <work_instruction_details_id>6957d910-eba3-4cb0-9199-34b7698b6b01</work_instruction_details_id>
  <work_instruction_type_id>d7c1c206-1527-4cec-b299-4e10f9764ff4</work_instruction_type_id>
</job_work_instruction_details>