Skip to main content
POST
Contract types.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none,
resolution=ignore-duplicates,
resolution=merge-duplicates

Query Parameters

select
string

Filtering Columns

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

201

Created