Creates a new 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": "92744e21-71ae-4a08-b725-4e3a383fff0d",
"job_work_instruction_id": "aaf204bc-396f-4242-9ea7-2b167efe921e",
"work_instruction_details_id": "f64f09fb-2880-40cc-80ac-59b7fc14dce8",
"work_instruction_action_type_id": "0450cd2a-12e0-4dd7-beef-3d90e5cdc336",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T22:33:38.496415+00:00",
"parent_id": "84cbf028-2d78-4ec0-aa30-6910bdd91899",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "ef744dd4-ef37-466f-8b82-061c77048102",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "3da30b04-12de-4d99-b53d-45d33ac49d7d",
"work_instruction_type_id": "6167ff3f-543d-4134-9288-4350601576b6",
"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>3da30b04-12de-4d99-b53d-45d33ac49d7d</db_file_id> <db_report_type_id>ef744dd4-ef37-466f-8b82-061c77048102</db_report_type_id> <description>sample string 5</description> <id>92744e21-71ae-4a08-b725-4e3a383fff0d</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>aaf204bc-396f-4242-9ea7-2b167efe921e</job_work_instruction_id> <modified_dateutc>2026-06-16T22:33:38.496Z</modified_dateutc> <parent_id>84cbf028-2d78-4ec0-aa30-6910bdd91899</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>0450cd2a-12e0-4dd7-beef-3d90e5cdc336</work_instruction_action_type_id> <work_instruction_details_id>f64f09fb-2880-40cc-80ac-59b7fc14dce8</work_instruction_details_id> <work_instruction_type_id>6167ff3f-543d-4134-9288-4350601576b6</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": "d5896127-31af-4261-b038-d2fabe791e00",
"job_work_instruction_id": "9d7a172a-26d1-4502-97b1-215fb78a4cd5",
"work_instruction_details_id": "cd971597-29c4-48b9-a3c2-163bb38f1c0d",
"work_instruction_action_type_id": "8d6c8c1b-0c07-4344-9d6f-0259453018de",
"description": "sample string 5",
"sequence": 6,
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-16T22:33:38.496415+00:00",
"parent_id": "e50d11c9-2a18-4a21-be0f-40d40632c966",
"is_group": true,
"is_archived": true,
"type": "sample string 12",
"db_report_type_id": "b5462703-751a-4f9b-b074-070a83867768",
"instruction_document_count": 14,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "1a0fc3b7-b05b-4969-8a8a-337522a68fea",
"work_instruction_type_id": "fa9391c7-1493-481f-9fcc-87e6fff17ba6",
"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>1a0fc3b7-b05b-4969-8a8a-337522a68fea</db_file_id> <db_report_type_id>b5462703-751a-4f9b-b074-070a83867768</db_report_type_id> <description>sample string 5</description> <id>d5896127-31af-4261-b038-d2fabe791e00</id> <instruction_document_count>14</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <job_work_instruction_id>9d7a172a-26d1-4502-97b1-215fb78a4cd5</job_work_instruction_id> <modified_dateutc>2026-06-16T22:33:38.496Z</modified_dateutc> <parent_id>e50d11c9-2a18-4a21-be0f-40d40632c966</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>8d6c8c1b-0c07-4344-9d6f-0259453018de</work_instruction_action_type_id> <work_instruction_details_id>cd971597-29c4-48b9-a3c2-163bb38f1c0d</work_instruction_details_id> <work_instruction_type_id>fa9391c7-1493-481f-9fcc-87e6fff17ba6</work_instruction_type_id> </job_work_instruction_details>