Updates the job work instruction with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "37d12fdd-62f5-4293-b418-4596a3451de8",
  "jobs_id": "68795b3f-0738-4532-874b-58cd2c6a4efb",
  "work_instruction_details_id": "1771be17-1a5a-44bc-beea-c0a3ad747502",
  "user_id": "69b4b779-7c0b-4d4c-b252-8a446ae352de",
  "work_instruction_action_type_id": "f501ce47-311f-42a3-a835-30490ae061fd",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-06-16T22:34:01.2340436+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "0d0f1ef3-82d5-4925-b540-86c68fb5a1d3",
  "job_work_instruction_details_id": "a2b276dd-2d6b-44a9-b99d-f3ac7c3771c6",
  "modified_dateutc": "2026-06-16T22:34:01.2340436+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "051a9004-8727-43b6-ae41-027be5257e08",
  "parent_id": "1de4ef9c-f2d6-4fa0-a941-38d5b0cd3451",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "9958d3cb-5ae2-4080-9c87-dae90f1803be",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "4acd9b7b-2981-4482-8182-ebd1a01cd995",
  "work_instruction_type_id": "5c7a75fb-e4e3-4cb5-b8fb-d0fe2b3d9113",
  "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-16T22:34:01.234Z</date_done>
  <db_file_id>4acd9b7b-2981-4482-8182-ebd1a01cd995</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>051a9004-8727-43b6-ae41-027be5257e08</db_report_id>
  <db_report_type_id>9958d3cb-5ae2-4080-9c87-dae90f1803be</db_report_type_id>
  <id>37d12fdd-62f5-4293-b418-4596a3451de8</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>a2b276dd-2d6b-44a9-b99d-f3ac7c3771c6</job_work_instruction_details_id>
  <jobs_id>68795b3f-0738-4532-874b-58cd2c6a4efb</jobs_id>
  <modified_dateutc>2026-06-16T22:34:01.234Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>1de4ef9c-f2d6-4fa0-a941-38d5b0cd3451</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>69b4b779-7c0b-4d4c-b252-8a446ae352de</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>f501ce47-311f-42a3-a835-30490ae061fd</work_instruction_action_type_id>
  <work_instruction_details_id>1771be17-1a5a-44bc-beea-c0a3ad747502</work_instruction_details_id>
  <work_instruction_id>0d0f1ef3-82d5-4925-b540-86c68fb5a1d3</work_instruction_id>
  <work_instruction_type_id>5c7a75fb-e4e3-4cb5-b8fb-d0fe2b3d9113</work_instruction_type_id>
</job_work_instruction_list>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.