Updates the job work instruction details with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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
Sample:
{
"id": "610c6b95-5824-4a06-85a0-009af2e09206",
"job_work_instruction_id": "3106c64c-795d-47c5-a252-12752f6c79ad",
"work_instruction_details_id": "711a2aa6-7804-4a74-b75b-0cb3ded3b1e6",
"work_instruction_action_type_id": "58039fb1-c078-4bb5-807f-3093edeae825",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-12T00:21:26.9774421+00:00",
"parent_id": "b21ca0bc-1947-40f7-bc6b-7badde933d0e",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "691cfb1c-b6f8-40e3-9257-788c8d639a07",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "017d6a15-7203-49da-b91e-14650f2c001d",
"work_instruction_type_id": "93387a03-db90-4b41-b190-81ce724c64e6",
"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>017d6a15-7203-49da-b91e-14650f2c001d</db_file_id> <db_report_type_id>691cfb1c-b6f8-40e3-9257-788c8d639a07</db_report_type_id> <description>sample string 5</description> <id>610c6b95-5824-4a06-85a0-009af2e09206</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>3106c64c-795d-47c5-a252-12752f6c79ad</job_work_instruction_id> <modified_dateutc>2026-01-12T00:21:26.977Z</modified_dateutc> <parent_id>b21ca0bc-1947-40f7-bc6b-7badde933d0e</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>58039fb1-c078-4bb5-807f-3093edeae825</work_instruction_action_type_id> <work_instruction_details_id>711a2aa6-7804-4a74-b75b-0cb3ded3b1e6</work_instruction_details_id> <work_instruction_type_id>93387a03-db90-4b41-b190-81ce724c64e6</work_instruction_type_id> </job_work_instruction_details>
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.