Skip to main content
PATCH
Worker types with how many people are of each.

Headers

Prefer
enum<string>

Preference

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

Query Parameters

id
string
code
string
name
string
is_internal
string
is_vendor_supplied
string
is_active
string
workers
string
row_version
string

Body

worker_type_settings

Worker types with how many people are of each.

is_internal and is_vendor_supplied are what decide whether somebody appears in capacity planning or on a vendor's invoice.

code
string<character varying>
Maximum string length: 40
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_internal
boolean<boolean>
is_vendor_supplied
boolean<boolean>
name
string<character varying>
Maximum string length: 150
row_version
integer<bigint>
workers
integer<bigint>

Response

204

No Content