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": "ee9958bd-3e71-4952-8c75-62f0b24b785c",
  "jobs_id": "e5432ca1-3ba7-4b2c-8110-059f0fe168c3",
  "work_instruction_details_id": "f47f8821-8fe2-4b29-84e6-b751ef02ab99",
  "user_id": "4c755f99-559c-41b1-b1d2-e247845a19ea",
  "work_instruction_action_type_id": "90e2bac7-0759-42a9-a2d3-584aa98f5fcc",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-06-16T21:20:05.7108286+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "72815da2-18dc-40ba-a8d4-d977fdebd65a",
  "job_work_instruction_details_id": "027f25be-d4b7-4466-898f-d250b67ebc3a",
  "modified_dateutc": "2026-06-16T21:20:05.7108286+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "2c833758-cf42-4a0e-baf9-f247728442c7",
  "parent_id": "783df483-b37a-419f-af30-d51fd274f1f6",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "be522880-1275-4f04-a544-fcc47df6961e",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "9aea8d77-8f53-48ab-889b-58b57ce37b2e",
  "work_instruction_type_id": "6d158e02-5dbe-4c03-b2b1-d3b542a3874c",
  "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-06-16T21:20:05.710Z</date_done>
  <db_file_id>9aea8d77-8f53-48ab-889b-58b57ce37b2e</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>2c833758-cf42-4a0e-baf9-f247728442c7</db_report_id>
  <db_report_type_id>be522880-1275-4f04-a544-fcc47df6961e</db_report_type_id>
  <id>ee9958bd-3e71-4952-8c75-62f0b24b785c</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>027f25be-d4b7-4466-898f-d250b67ebc3a</job_work_instruction_details_id>
  <jobs_id>e5432ca1-3ba7-4b2c-8110-059f0fe168c3</jobs_id>
  <modified_dateutc>2026-06-16T21:20:05.710Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>783df483-b37a-419f-af30-d51fd274f1f6</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>4c755f99-559c-41b1-b1d2-e247845a19ea</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>90e2bac7-0759-42a9-a2d3-584aa98f5fcc</work_instruction_action_type_id>
  <work_instruction_details_id>f47f8821-8fe2-4b29-84e6-b751ef02ab99</work_instruction_details_id>
  <work_instruction_id>72815da2-18dc-40ba-a8d4-d977fdebd65a</work_instruction_id>
  <work_instruction_type_id>6d158e02-5dbe-4c03-b2b1-d3b542a3874c</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": "a0a571f1-6611-444a-b5f7-3e3343fbcf93",
  "jobs_id": "0a82351f-c993-40d3-8520-9445276d6df9",
  "work_instruction_details_id": "e3799309-3ee2-46de-9138-9e32a1b8c2cd",
  "user_id": "a205d77c-0cd1-404d-b8d2-d00135d5ebac",
  "work_instruction_action_type_id": "bc729351-7ce5-458e-bb4f-e27c47d4cdb7",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-06-16T21:20:05.7410118+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "3c18f690-1590-453a-9eda-4b905b8d33c8",
  "job_work_instruction_details_id": "0b4978dc-9d6c-4c7e-a5a8-fd38726ad33e",
  "modified_dateutc": "2026-06-16T21:20:05.7410118+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "f455025a-96ab-4170-a84c-b328f32ba253",
  "parent_id": "f07e5336-c843-4a0e-be8c-4e894df9cabd",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "af1d51f1-58aa-4c81-a094-3c2d77afbe15",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "f89e5003-f64b-4cbe-97d5-569fe71d3f44",
  "work_instruction_type_id": "24855ddc-f2fd-48ee-8fdd-26fa16b8ae7d",
  "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-06-16T21:20:05.741Z</date_done>
  <db_file_id>f89e5003-f64b-4cbe-97d5-569fe71d3f44</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>f455025a-96ab-4170-a84c-b328f32ba253</db_report_id>
  <db_report_type_id>af1d51f1-58aa-4c81-a094-3c2d77afbe15</db_report_type_id>
  <id>a0a571f1-6611-444a-b5f7-3e3343fbcf93</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>0b4978dc-9d6c-4c7e-a5a8-fd38726ad33e</job_work_instruction_details_id>
  <jobs_id>0a82351f-c993-40d3-8520-9445276d6df9</jobs_id>
  <modified_dateutc>2026-06-16T21:20:05.741Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>f07e5336-c843-4a0e-be8c-4e894df9cabd</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>a205d77c-0cd1-404d-b8d2-d00135d5ebac</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>bc729351-7ce5-458e-bb4f-e27c47d4cdb7</work_instruction_action_type_id>
  <work_instruction_details_id>e3799309-3ee2-46de-9138-9e32a1b8c2cd</work_instruction_details_id>
  <work_instruction_id>3c18f690-1590-453a-9eda-4b905b8d33c8</work_instruction_id>
  <work_instruction_type_id>24855ddc-f2fd-48ee-8fdd-26fa16b8ae7d</work_instruction_type_id>
</job_work_instruction_list>