Skip to main content
PATCH
Work order types, with the semantic flags every reliability metric reads.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none

Query Parameters

id
string
code
string
name
string
is_planned
string
is_emergency
string
counts_as_pm_compliance
string
requires_failure_capture
string
default_priority_code
string
sort_order
string
is_active
string
work_orders
string
open_work_orders
string
generated_work_orders
string
row_version
string

Body

work_type_settings

Work order types, with the semantic flags every reliability metric reads.

What depends on each flag is named beside it.

code
string<character varying>
Maximum string length: 40
counts_as_pm_compliance
boolean<boolean>
default_priority_code
string<character varying>
Maximum string length: 40
generated_work_orders
integer<bigint>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_emergency
boolean<boolean>
is_planned
boolean<boolean>
name
string<character varying>
Maximum string length: 150
open_work_orders
integer<bigint>
requires_failure_capture
boolean<boolean>
row_version
integer<bigint>
sort_order
integer<integer>
work_orders
integer<bigint>

Response

204

No Content