Creates or updates multiple job work instruction details in one call.
Request Information
URI Parameters :
None.
Body Parameters :
job_work_instruction_details| Name | Description | Type | Additional 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 |
Kind of checklist step this represents (e.g. a simple check vs a measurement step), controlling how it is rendered. |
string | |
| db_report_type_id |
Foreign key of the report type to use when this step requires filling in a report. |
globally unique identifier | |
| instruction_document_count |
Number of reference documents attached to this instruction step. |
integer | |
| show_ok |
Indicates the "OK" outcome option is offered to the technician for this step. |
boolean | |
| show_nok |
Indicates the "Not OK" outcome option is offered to the technician for this step. |
boolean | |
| show_replaced |
Indicates the "Replaced" outcome option is offered to the technician for this step. |
boolean | |
| show_na |
Indicates the "Not Applicable" outcome option is offered to the technician for this step. |
boolean | |
| db_file_id |
Foreign key of a reference file/document attached to this instruction step. |
globally unique identifier | |
| work_instruction_type_id |
Foreign key of the work instruction type controlling which outcome options are available (see ). |
globally unique identifier | |
| show_options |
Serialized set of outcome options enabled for this step, when they differ from the defaults defined by . |
string |
Request Formats :
application/json, text/json
{
"id": "24df3676-189c-41d0-aa11-503a648725e3",
"job_work_instruction_id": "65201c05-d504-4e35-a5fd-8bb81e951ef6",
"work_instruction_details_id": "35eab497-1630-40e8-b870-e7ac9c6b3e14",
"work_instruction_action_type_id": "3b26a1eb-604e-4f3b-a31f-35ea1f63fbf5",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-16T10:14:41.7691019+00:00",
"parent_id": "63cecf78-1049-4465-bcdf-875ac562f499",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "2657a781-3307-421b-ab09-4c9fc57d5005",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "7a09f605-e429-4da7-871b-f5d41564d997",
"work_instruction_type_id": "7dd15640-3793-40c9-95d8-6070bd186a4b",
"show_options": "sample string 21"
}
application/xml, text/xml
<job_work_instruction_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_file_id>7a09f605-e429-4da7-871b-f5d41564d997</db_file_id> <db_report_type_id>2657a781-3307-421b-ab09-4c9fc57d5005</db_report_type_id> <description>sample string 5</description> <id>24df3676-189c-41d0-aa11-503a648725e3</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>65201c05-d504-4e35-a5fd-8bb81e951ef6</job_work_instruction_id> <modified_dateutc>2026-09-16T10:14:41.769Z</modified_dateutc> <parent_id>63cecf78-1049-4465-bcdf-875ac562f499</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>3b26a1eb-604e-4f3b-a31f-35ea1f63fbf5</work_instruction_action_type_id> <work_instruction_details_id>35eab497-1630-40e8-b870-e7ac9c6b3e14</work_instruction_details_id> <work_instruction_type_id>7dd15640-3793-40c9-95d8-6070bd186a4b</work_instruction_type_id> </job_work_instruction_details>
Response Information
Resource Description :
IHttpActionResult containing the batch save result, or 200 OK with no body if the array was empty.
job_work_instruction_details| Name | Description | Type | Additional 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 |
Kind of checklist step this represents (e.g. a simple check vs a measurement step), controlling how it is rendered. |
string | |
| db_report_type_id |
Foreign key of the report type to use when this step requires filling in a report. |
globally unique identifier | |
| instruction_document_count |
Number of reference documents attached to this instruction step. |
integer | |
| show_ok |
Indicates the "OK" outcome option is offered to the technician for this step. |
boolean | |
| show_nok |
Indicates the "Not OK" outcome option is offered to the technician for this step. |
boolean | |
| show_replaced |
Indicates the "Replaced" outcome option is offered to the technician for this step. |
boolean | |
| show_na |
Indicates the "Not Applicable" outcome option is offered to the technician for this step. |
boolean | |
| db_file_id |
Foreign key of a reference file/document attached to this instruction step. |
globally unique identifier | |
| work_instruction_type_id |
Foreign key of the work instruction type controlling which outcome options are available (see ). |
globally unique identifier | |
| show_options |
Serialized set of outcome options enabled for this step, when they differ from the defaults defined by . |
string |
Response Formats
application/json, text/json
{
"id": "e9668001-aba2-48f4-8dd0-3ccb7aaa6294",
"job_work_instruction_id": "92f2eb9c-bbdb-4460-8c00-59f33617e911",
"work_instruction_details_id": "002e1bcb-dd04-451e-8819-c3ed9f85c61b",
"work_instruction_action_type_id": "9ba61285-4709-4cbf-8fd8-a7867168c1b8",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-16T10:14:41.8041187+00:00",
"parent_id": "c59004db-092e-4024-889f-0c0296e17808",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "40b49006-df5c-49a6-ae82-c08fd876ab14",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "e05b2437-e6d6-42bd-b528-03bb8bf8c0c7",
"work_instruction_type_id": "7373c3a0-4624-44f5-822b-47e5ee707cdc",
"show_options": "sample string 21"
}
application/xml, text/xml
<job_work_instruction_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_file_id>e05b2437-e6d6-42bd-b528-03bb8bf8c0c7</db_file_id> <db_report_type_id>40b49006-df5c-49a6-ae82-c08fd876ab14</db_report_type_id> <description>sample string 5</description> <id>e9668001-aba2-48f4-8dd0-3ccb7aaa6294</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>92f2eb9c-bbdb-4460-8c00-59f33617e911</job_work_instruction_id> <modified_dateutc>2026-09-16T10:14:41.804Z</modified_dateutc> <parent_id>c59004db-092e-4024-889f-0c0296e17808</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>9ba61285-4709-4cbf-8fd8-a7867168c1b8</work_instruction_action_type_id> <work_instruction_details_id>002e1bcb-dd04-451e-8819-c3ed9f85c61b</work_instruction_details_id> <work_instruction_type_id>7373c3a0-4624-44f5-822b-47e5ee707cdc</work_instruction_type_id> </job_work_instruction_details>