Obsolete. Creates multiple job work instruction checklist lines in one call. Superseded by .
Request Information
URI Parameters :
None.
Body Parameters :
job_work_instruction_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
FK of a jobs |
globally unique identifier | |
| work_instruction_details_id |
Foreign key of the work instruction template step (see ) this outcome was recorded against. |
globally unique identifier | |
| user_id |
Foreign key of the user who recorded this outcome. |
globally unique identifier | |
| work_instruction_action_type_id |
Foreign key of the action type recorded for this step (see ). |
globally unique identifier | |
| work_instruction_action_type |
Display name of the action type (e.g. "repair", "change"), a denormalized copy of 's value. |
string | |
| name |
Name of the checklist step, copied from the work instruction step this outcome was recorded against. |
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 |
Free-text remark entered by the technician about this outcome. |
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 |
Foreign key of the job_work_instruction header record (see ) this step outcome belongs to. |
globally unique identifier | |
| job_work_instruction_details_id |
Foreign key of the job_work_instruction_details step (the per-job generated checklist step) this outcome belongs to. |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| db_file_ids |
Comma-separated list of foreign keys of files attached as evidence for this outcome (e.g. photos taken by the technician). |
string | |
| db_report_id |
Foreign key of the filled in for this step, when requires one. |
globally unique identifier | |
| parent_id |
Foreign key of the parent job_work_instruction_list row when this step belongs to a group (see ). |
globally unique identifier | |
| is_group |
Indicates this row represents a group header for child steps (see ), rather than an actual outcome entry. |
boolean | |
| type |
Kind of checklist step this outcome represents (e.g. a simple check vs a measurement step), copied from the work instruction step's configuration. |
string | |
| db_report_type_id |
Foreign key of the report type required for this step, copied from the work instruction step's configuration (see for the resulting filled-in report). |
globally unique identifier | |
| instruction_document_count |
Number of reference documents attached to the work instruction step this outcome was recorded against. |
integer | |
| show_ok |
Indicates the "OK" outcome option was offered to the technician for this step. |
boolean | |
| show_nok |
Indicates the "Not OK" outcome option was offered to the technician for this step. |
boolean | |
| show_replaced |
Indicates the "Replaced" outcome option was offered to the technician for this step. |
boolean | |
| show_na |
Indicates the "Not Applicable" outcome option was offered to the technician for this step. |
boolean | |
| db_file_id |
Foreign key of a reference file/document attached to the work instruction step this outcome was recorded against. |
globally unique identifier | |
| work_instruction_type_id |
Foreign key of the work instruction type controlling which outcome options are available (see ). |
globally unique identifier | |
| show_options |
Serialized set of outcome options enabled for this step, when they differ from the defaults defined by . |
string | |
| is_customized |
Indicates this step's details were manually customized rather than copied as-is from the work instruction template. |
boolean |
Request Formats :
application/json, text/json
{
"id": "cc99a7ba-77c6-44eb-9004-e5aa66e546f8",
"jobs_id": "881a4199-225a-4cd1-98c3-4772446eb955",
"work_instruction_details_id": "0be5508b-770f-418e-b133-0d1bd7fe1e52",
"user_id": "39b678bd-2fa5-4790-81f0-90da908d717e",
"work_instruction_action_type_id": "fb7ba108-8adc-4451-b0b9-11bfc971e58b",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-09-16T10:12:35.3251372+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "38dfc257-ba19-4235-b76e-ed70103627a3",
"job_work_instruction_details_id": "bd47a06c-ca96-4207-9dbe-f3d70f570ac6",
"modified_dateutc": "2026-09-16T10:12:35.3251372+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "c8f921f8-f1ba-403f-904d-3edb57e9d412",
"parent_id": "dc7ed45a-e571-4eec-abd5-6beace2c64f9",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "cd15677a-b817-4f96-bbf6-3da2038b8d26",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "dc9c3be9-c82c-4665-8fe9-76304a299ff0",
"work_instruction_type_id": "fc4facbf-1159-43c1-a9dc-e0a02b8a4493",
"show_options": "sample string 29",
"is_customized": true
}
application/xml, text/xml
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <advise>sample string 11</advise> <date_done>2026-09-16T10:12:35.325Z</date_done> <db_file_id>dc9c3be9-c82c-4665-8fe9-76304a299ff0</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>c8f921f8-f1ba-403f-904d-3edb57e9d412</db_report_id> <db_report_type_id>cd15677a-b817-4f96-bbf6-3da2038b8d26</db_report_type_id> <id>cc99a7ba-77c6-44eb-9004-e5aa66e546f8</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>bd47a06c-ca96-4207-9dbe-f3d70f570ac6</job_work_instruction_details_id> <jobs_id>881a4199-225a-4cd1-98c3-4772446eb955</jobs_id> <modified_dateutc>2026-09-16T10:12:35.325Z</modified_dateutc> <name>sample string 7</name> <parent_id>dc7ed45a-e571-4eec-abd5-6beace2c64f9</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>39b678bd-2fa5-4790-81f0-90da908d717e</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>fb7ba108-8adc-4451-b0b9-11bfc971e58b</work_instruction_action_type_id> <work_instruction_details_id>0be5508b-770f-418e-b133-0d1bd7fe1e52</work_instruction_details_id> <work_instruction_id>38dfc257-ba19-4235-b76e-ed70103627a3</work_instruction_id> <work_instruction_type_id>fc4facbf-1159-43c1-a9dc-e0a02b8a4493</work_instruction_type_id> </job_work_instruction_list>
Response Information
Resource Description :
IHttpActionResult containing the created records, or 200 OK with no body if the array was empty.
job_work_instruction_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| jobs_id |
FK of a jobs |
globally unique identifier | |
| work_instruction_details_id |
Foreign key of the work instruction template step (see ) this outcome was recorded against. |
globally unique identifier | |
| user_id |
Foreign key of the user who recorded this outcome. |
globally unique identifier | |
| work_instruction_action_type_id |
Foreign key of the action type recorded for this step (see ). |
globally unique identifier | |
| work_instruction_action_type |
Display name of the action type (e.g. "repair", "change"), a denormalized copy of 's value. |
string | |
| name |
Name of the checklist step, copied from the work instruction step this outcome was recorded against. |
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 |
Free-text remark entered by the technician about this outcome. |
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 |
Foreign key of the job_work_instruction header record (see ) this step outcome belongs to. |
globally unique identifier | |
| job_work_instruction_details_id |
Foreign key of the job_work_instruction_details step (the per-job generated checklist step) this outcome belongs to. |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| db_file_ids |
Comma-separated list of foreign keys of files attached as evidence for this outcome (e.g. photos taken by the technician). |
string | |
| db_report_id |
Foreign key of the filled in for this step, when requires one. |
globally unique identifier | |
| parent_id |
Foreign key of the parent job_work_instruction_list row when this step belongs to a group (see ). |
globally unique identifier | |
| is_group |
Indicates this row represents a group header for child steps (see ), rather than an actual outcome entry. |
boolean | |
| type |
Kind of checklist step this outcome represents (e.g. a simple check vs a measurement step), copied from the work instruction step's configuration. |
string | |
| db_report_type_id |
Foreign key of the report type required for this step, copied from the work instruction step's configuration (see for the resulting filled-in report). |
globally unique identifier | |
| instruction_document_count |
Number of reference documents attached to the work instruction step this outcome was recorded against. |
integer | |
| show_ok |
Indicates the "OK" outcome option was offered to the technician for this step. |
boolean | |
| show_nok |
Indicates the "Not OK" outcome option was offered to the technician for this step. |
boolean | |
| show_replaced |
Indicates the "Replaced" outcome option was offered to the technician for this step. |
boolean | |
| show_na |
Indicates the "Not Applicable" outcome option was offered to the technician for this step. |
boolean | |
| db_file_id |
Foreign key of a reference file/document attached to the work instruction step this outcome was recorded against. |
globally unique identifier | |
| work_instruction_type_id |
Foreign key of the work instruction type controlling which outcome options are available (see ). |
globally unique identifier | |
| show_options |
Serialized set of outcome options enabled for this step, when they differ from the defaults defined by . |
string | |
| is_customized |
Indicates this step's details were manually customized rather than copied as-is from the work instruction template. |
boolean |
Response Formats
application/json, text/json
{
"id": "dd53ec85-2c8d-4975-8bb3-8d145fcbcdc6",
"jobs_id": "fc14762f-eec4-4508-a5a2-71dbe2425665",
"work_instruction_details_id": "7926708a-6e7b-4208-b0d4-31a05592378d",
"user_id": "087b136e-6b11-499d-9673-fc98f6ea45b6",
"work_instruction_action_type_id": "08726308-77be-4b0a-919d-d44bb597ba09",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-09-16T10:12:35.355177+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "1f2c9dbc-631e-4320-b058-947ccfecf2de",
"job_work_instruction_details_id": "db8860ee-1d60-45ae-afe8-6146a3c68916",
"modified_dateutc": "2026-09-16T10:12:35.355177+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "d7cc478c-e5d5-482a-a874-d5f3d2bb1b2b",
"parent_id": "d75112f1-9832-468c-8148-2bba10c2cd99",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "8bf05b4d-c35c-4915-9319-4f40d30f85ed",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "379f03a1-0ed8-4810-89eb-2a6ee34d8854",
"work_instruction_type_id": "5972a40f-3642-4ffb-ab36-a5172a3d3a0e",
"show_options": "sample string 29",
"is_customized": true
}
application/xml, text/xml
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <advise>sample string 11</advise> <date_done>2026-09-16T10:12:35.355Z</date_done> <db_file_id>379f03a1-0ed8-4810-89eb-2a6ee34d8854</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>d7cc478c-e5d5-482a-a874-d5f3d2bb1b2b</db_report_id> <db_report_type_id>8bf05b4d-c35c-4915-9319-4f40d30f85ed</db_report_type_id> <id>dd53ec85-2c8d-4975-8bb3-8d145fcbcdc6</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>db8860ee-1d60-45ae-afe8-6146a3c68916</job_work_instruction_details_id> <jobs_id>fc14762f-eec4-4508-a5a2-71dbe2425665</jobs_id> <modified_dateutc>2026-09-16T10:12:35.355Z</modified_dateutc> <name>sample string 7</name> <parent_id>d75112f1-9832-468c-8148-2bba10c2cd99</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>087b136e-6b11-499d-9673-fc98f6ea45b6</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>08726308-77be-4b0a-919d-d44bb597ba09</work_instruction_action_type_id> <work_instruction_details_id>7926708a-6e7b-4208-b0d4-31a05592378d</work_instruction_details_id> <work_instruction_id>1f2c9dbc-631e-4320-b058-947ccfecf2de</work_instruction_id> <work_instruction_type_id>5972a40f-3642-4ffb-ab36-a5172a3d3a0e</work_instruction_type_id> </job_work_instruction_list>