Skip to main content
PATCH
Contract types.

Headers

Prefer
enum<string>

Preference

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

Query Parameters

id
string
code
string
name
string
category
string
default_covers_parts
string
default_covers_labour
string
default_covers_travel
string
requires_authorized_vendor
string
is_active
string
contracts
string
contracts_bound_by_type
string
row_version
string

Body

contract_type_settings

Contract types.

category is the closed vocabulary the entitlement engine matches on, and requires_authorized_vendor here binds every contract of the type, signed or not.

category
string<character varying>
Maximum string length: 30
code
string<character varying>
Maximum string length: 40
contracts
integer<bigint>
contracts_bound_by_type
integer<bigint>
default_covers_labour
boolean<boolean>
default_covers_parts
boolean<boolean>
default_covers_travel
boolean<boolean>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
name
string<character varying>
Maximum string length: 150
requires_authorized_vendor
boolean<boolean>
row_version
integer<bigint>

Response

204

No Content