Creates a new job work instruction

Request Information

URI Parameters :

None.

Body Parameters :

job_work_instruction_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
jobs_id

FK of a jobs

globally unique identifier
work_instruction_details_id

Work instruction details id

globally unique identifier
user_id

Filled with the person that update it

globally unique identifier
work_instruction_action_type_id

globally unique identifier
work_instruction_action_type

What is the action type (like repair, change)

string
name

Name

string
status

One of the constant value, can be Ok,NotOk,Replaced,NotApplicable

string
date_done

When going to a status (like ok, not ok, replace , notapplicable) this date is set

date
remark

Additional info

string
advise

In case of a problem, an advice can be asked

string
sequence

Order field, sequence asc (0 is first)

integer
work_instruction_id

FK of the "header"

globally unique identifier
job_work_instruction_details_id

For later

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
db_file_ids

db_file_ids

string
db_report_id

db_report_id

globally unique identifier
parent_id

parent_id

globally unique identifier
is_group

is_group

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
is_customized

boolean

Request Formats :

application/json, text/json

Sample:
{
  "id": "618caac6-37fe-4cb3-b260-523ee87ad71d",
  "jobs_id": "488485da-1500-444f-a67c-44c0ab6f8b3b",
  "work_instruction_details_id": "edb066c3-900b-44eb-8f5c-5c5ab5d748b4",
  "user_id": "63fc447f-81e5-4bea-8d5c-6a2b303f6491",
  "work_instruction_action_type_id": "2ac5fca4-f464-48d3-a7ae-47f7fd6b708e",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-03-07T14:51:32.1788931+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "8ca1aa0f-ffe9-411d-a260-76f5c88e9278",
  "job_work_instruction_details_id": "0cbf6c17-c223-48c9-b610-16cc3d506b49",
  "modified_dateutc": "2026-03-07T14:51:32.1788931+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "8ae10e41-3532-44d2-97dd-c9543e15c0ec",
  "parent_id": "6e112b8d-8ddb-4eed-9421-ae5cbfbc5c4d",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "ec647a95-f86f-4555-8268-c06dfda2a918",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "2742084b-dd8e-4e03-aef9-6b14857d15ca",
  "work_instruction_type_id": "4c5dad1b-8811-4395-b18b-b2e262371cff",
  "show_options": "sample string 29",
  "is_customized": true
}

application/xml, text/xml

Sample:
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <advise>sample string 11</advise>
  <date_done>2026-03-07T14:51:32.178Z</date_done>
  <db_file_id>2742084b-dd8e-4e03-aef9-6b14857d15ca</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>8ae10e41-3532-44d2-97dd-c9543e15c0ec</db_report_id>
  <db_report_type_id>ec647a95-f86f-4555-8268-c06dfda2a918</db_report_type_id>
  <id>618caac6-37fe-4cb3-b260-523ee87ad71d</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>0cbf6c17-c223-48c9-b610-16cc3d506b49</job_work_instruction_details_id>
  <jobs_id>488485da-1500-444f-a67c-44c0ab6f8b3b</jobs_id>
  <modified_dateutc>2026-03-07T14:51:32.178Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>6e112b8d-8ddb-4eed-9421-ae5cbfbc5c4d</parent_id>
  <remark>sample string 10</remark>
  <sequence>12</sequence>
  <show_na>true</show_na>
  <show_nok>true</show_nok>
  <show_ok>true</show_ok>
  <show_options>sample string 29</show_options>
  <show_replaced>true</show_replaced>
  <status>sample string 8</status>
  <type>sample string 20</type>
  <user_id>63fc447f-81e5-4bea-8d5c-6a2b303f6491</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>2ac5fca4-f464-48d3-a7ae-47f7fd6b708e</work_instruction_action_type_id>
  <work_instruction_details_id>edb066c3-900b-44eb-8f5c-5c5ab5d748b4</work_instruction_details_id>
  <work_instruction_id>8ca1aa0f-ffe9-411d-a260-76f5c88e9278</work_instruction_id>
  <work_instruction_type_id>4c5dad1b-8811-4395-b18b-b2e262371cff</work_instruction_type_id>
</job_work_instruction_list>

Response Information

Resource Description :

IHttpActionResult

job_work_instruction_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
jobs_id

FK of a jobs

globally unique identifier
work_instruction_details_id

Work instruction details id

globally unique identifier
user_id

Filled with the person that update it

globally unique identifier
work_instruction_action_type_id

globally unique identifier
work_instruction_action_type

What is the action type (like repair, change)

string
name

Name

string
status

One of the constant value, can be Ok,NotOk,Replaced,NotApplicable

string
date_done

When going to a status (like ok, not ok, replace , notapplicable) this date is set

date
remark

Additional info

string
advise

In case of a problem, an advice can be asked

string
sequence

Order field, sequence asc (0 is first)

integer
work_instruction_id

FK of the "header"

globally unique identifier
job_work_instruction_details_id

For later

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
db_file_ids

db_file_ids

string
db_report_id

db_report_id

globally unique identifier
parent_id

parent_id

globally unique identifier
is_group

is_group

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
is_customized

boolean

Response Formats

application/json, text/json

Sample:
{
  "id": "90b33b98-2378-4625-b8c2-cede425237bd",
  "jobs_id": "73ad66a9-3079-4405-be44-6c79498786e7",
  "work_instruction_details_id": "0fc54ce9-cce4-4823-936e-4b5597f00e61",
  "user_id": "d2f3a51e-9553-4a14-8a6a-1f37a10896d9",
  "work_instruction_action_type_id": "da18ace4-9202-440a-aaa7-da2371ded10f",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-03-07T14:51:32.1788931+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "e13c0fc4-b20b-4cd9-97a1-69334210ae84",
  "job_work_instruction_details_id": "5818a4e0-3036-493d-80c2-5e86664800d0",
  "modified_dateutc": "2026-03-07T14:51:32.1788931+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "380e7a85-f495-411b-ae5a-435189e9efff",
  "parent_id": "a55eccf2-0cfe-45fa-a09e-726792c3a0ed",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "71b0cd96-3d7e-4481-a8c2-312c9092c011",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "178fa715-c0fb-4add-a205-cd7d68937507",
  "work_instruction_type_id": "e28e3be9-2709-4d76-a724-c01207aa144d",
  "show_options": "sample string 29",
  "is_customized": true
}

application/xml, text/xml

Sample:
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <advise>sample string 11</advise>
  <date_done>2026-03-07T14:51:32.178Z</date_done>
  <db_file_id>178fa715-c0fb-4add-a205-cd7d68937507</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>380e7a85-f495-411b-ae5a-435189e9efff</db_report_id>
  <db_report_type_id>71b0cd96-3d7e-4481-a8c2-312c9092c011</db_report_type_id>
  <id>90b33b98-2378-4625-b8c2-cede425237bd</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>5818a4e0-3036-493d-80c2-5e86664800d0</job_work_instruction_details_id>
  <jobs_id>73ad66a9-3079-4405-be44-6c79498786e7</jobs_id>
  <modified_dateutc>2026-03-07T14:51:32.178Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>a55eccf2-0cfe-45fa-a09e-726792c3a0ed</parent_id>
  <remark>sample string 10</remark>
  <sequence>12</sequence>
  <show_na>true</show_na>
  <show_nok>true</show_nok>
  <show_ok>true</show_ok>
  <show_options>sample string 29</show_options>
  <show_replaced>true</show_replaced>
  <status>sample string 8</status>
  <type>sample string 20</type>
  <user_id>d2f3a51e-9553-4a14-8a6a-1f37a10896d9</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>da18ace4-9202-440a-aaa7-da2371ded10f</work_instruction_action_type_id>
  <work_instruction_details_id>0fc54ce9-cce4-4823-936e-4b5597f00e61</work_instruction_details_id>
  <work_instruction_id>e13c0fc4-b20b-4cd9-97a1-69334210ae84</work_instruction_id>
  <work_instruction_type_id>e28e3be9-2709-4d76-a724-c01207aa144d</work_instruction_type_id>
</job_work_instruction_list>