Obsolete. Creates/updates multiple job work instruction details in one call. Superseded by .
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": "52a8117f-9718-4e1f-9b7f-3471f0102e2b",
"job_work_instruction_id": "01bda7c9-c17b-4662-b693-c458948d70a4",
"work_instruction_details_id": "1afa3068-4f30-4bca-afa7-b1897bb478e3",
"work_instruction_action_type_id": "ed525457-c0a4-4349-9c06-f760cb3f4ca8",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-16T08:34:55.5033717+00:00",
"parent_id": "54d70e85-0589-4229-92d6-61aa2e29be7a",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "753b75ea-6b05-442e-a55a-6e9f0e9f682b",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "92ccf2a4-3881-4ade-92fc-e4ac49f2de3e",
"work_instruction_type_id": "4d3e00af-dfa0-4397-a53a-c50e68607ee1",
"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>92ccf2a4-3881-4ade-92fc-e4ac49f2de3e</db_file_id> <db_report_type_id>753b75ea-6b05-442e-a55a-6e9f0e9f682b</db_report_type_id> <description>sample string 5</description> <id>52a8117f-9718-4e1f-9b7f-3471f0102e2b</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>01bda7c9-c17b-4662-b693-c458948d70a4</job_work_instruction_id> <modified_dateutc>2026-09-16T08:34:55.503Z</modified_dateutc> <parent_id>54d70e85-0589-4229-92d6-61aa2e29be7a</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>ed525457-c0a4-4349-9c06-f760cb3f4ca8</work_instruction_action_type_id> <work_instruction_details_id>1afa3068-4f30-4bca-afa7-b1897bb478e3</work_instruction_details_id> <work_instruction_type_id>4d3e00af-dfa0-4397-a53a-c50e68607ee1</work_instruction_type_id> </job_work_instruction_details>
Response Information
Resource Description :
IHttpActionResult containing the created/updated records, 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": "138004ca-60b0-4294-8e4c-9c21a1a8bf81",
"job_work_instruction_id": "487ae8f1-261a-41e0-85c6-a52868e923c6",
"work_instruction_details_id": "cbfc8001-d0f4-40d0-ae99-7c24cccdb886",
"work_instruction_action_type_id": "1db347d9-2ce8-4bc3-ba00-e1accd028091",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-16T08:34:55.5222841+00:00",
"parent_id": "dc5b80fa-acb1-4583-a9bc-30f2fa6dc894",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "a2dd84d3-e378-4e2d-a560-1b01244ece6e",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "ce157cc3-36e7-4ab4-9743-0f5639ae9484",
"work_instruction_type_id": "9c2436f8-aad6-41be-8d83-3e773a4556b8",
"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>ce157cc3-36e7-4ab4-9743-0f5639ae9484</db_file_id> <db_report_type_id>a2dd84d3-e378-4e2d-a560-1b01244ece6e</db_report_type_id> <description>sample string 5</description> <id>138004ca-60b0-4294-8e4c-9c21a1a8bf81</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>487ae8f1-261a-41e0-85c6-a52868e923c6</job_work_instruction_id> <modified_dateutc>2026-09-16T08:34:55.522Z</modified_dateutc> <parent_id>dc5b80fa-acb1-4583-a9bc-30f2fa6dc894</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>1db347d9-2ce8-4bc3-ba00-e1accd028091</work_instruction_action_type_id> <work_instruction_details_id>cbfc8001-d0f4-40d0-ae99-7c24cccdb886</work_instruction_details_id> <work_instruction_type_id>9c2436f8-aad6-41be-8d83-3e773a4556b8</work_instruction_type_id> </job_work_instruction_details>