Skip to main content
POST
Where requests arrive from, with how many came by each route.

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

request_source_settings

Where requests arrive from, with how many came by each route.

is_self_service and is_automated separate a person typing into the portal from a sensor raising its own.

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

Note: This is a Primary Key.

is_active
boolean<boolean>
is_automated
boolean<boolean>
is_self_service
boolean<boolean>
name
string<character varying>
Maximum string length: 150
requests
integer<bigint>
row_version
integer<bigint>

Response

201

Created