Add/Update multiple job work instruction details
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 |
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
{
"id": "4f72fa86-700a-414e-8c0d-60235d88b78e",
"job_work_instruction_id": "c6eb155b-774f-4413-af4f-980bd7569d97",
"work_instruction_details_id": "a7b9883d-2a71-491d-8a46-89bf6728099d",
"work_instruction_action_type_id": "1a2e7ef1-c0b7-4e15-a391-77e9d18db0ad",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T21:20:59.4380422+00:00",
"parent_id": "c74bb175-440b-4bcd-9f2b-f4404f1d4d58",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "96e94e49-8e41-46d9-8109-71dda9cbc169",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "e65b3ad0-af3b-4d88-a056-82de43e6b828",
"work_instruction_type_id": "9c7e8acc-1e9a-4477-997a-12bea1b4ca81",
"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>e65b3ad0-af3b-4d88-a056-82de43e6b828</db_file_id> <db_report_type_id>96e94e49-8e41-46d9-8109-71dda9cbc169</db_report_type_id> <description>sample string 5</description> <id>4f72fa86-700a-414e-8c0d-60235d88b78e</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>c6eb155b-774f-4413-af4f-980bd7569d97</job_work_instruction_id> <modified_dateutc>2026-06-16T21:20:59.438Z</modified_dateutc> <parent_id>c74bb175-440b-4bcd-9f2b-f4404f1d4d58</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>1a2e7ef1-c0b7-4e15-a391-77e9d18db0ad</work_instruction_action_type_id> <work_instruction_details_id>a7b9883d-2a71-491d-8a46-89bf6728099d</work_instruction_details_id> <work_instruction_type_id>9c7e8acc-1e9a-4477-997a-12bea1b4ca81</work_instruction_type_id> </job_work_instruction_details>
Response Information
Resource Description :
IHttpActionResult
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 |
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
{
"id": "042770a7-fd2a-4cfb-be18-55368befcb8f",
"job_work_instruction_id": "d42cd75b-6ed8-45de-a55a-8bd832809d72",
"work_instruction_details_id": "87ceb794-7833-4e25-9a9c-b142489567e5",
"work_instruction_action_type_id": "8e52129c-dfbf-4f85-859c-7a25568ab42d",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T21:20:59.4677765+00:00",
"parent_id": "99450a7f-ef44-426b-b25d-16e43928a96a",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "d01ab338-ffd2-4048-b472-9e77eca98d07",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "bbf0d121-7cae-46d4-96be-646790e9d337",
"work_instruction_type_id": "b86b7409-0651-4b29-9a06-60932edec642",
"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>bbf0d121-7cae-46d4-96be-646790e9d337</db_file_id> <db_report_type_id>d01ab338-ffd2-4048-b472-9e77eca98d07</db_report_type_id> <description>sample string 5</description> <id>042770a7-fd2a-4cfb-be18-55368befcb8f</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>d42cd75b-6ed8-45de-a55a-8bd832809d72</job_work_instruction_id> <modified_dateutc>2026-06-16T21:20:59.467Z</modified_dateutc> <parent_id>99450a7f-ef44-426b-b25d-16e43928a96a</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>8e52129c-dfbf-4f85-859c-7a25568ab42d</work_instruction_action_type_id> <work_instruction_details_id>87ceb794-7833-4e25-9a9c-b142489567e5</work_instruction_details_id> <work_instruction_type_id>b86b7409-0651-4b29-9a06-60932edec642</work_instruction_type_id> </job_work_instruction_details>