Skip to main content
GET
Claims against contracts, with what is still outstanding.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
claim_number
string
status
string
contract_id
string
contract_number
string
vendor_id
string
vendor_name
string
asset_id
string
asset_number
string
work_order_id
string
work_order_number
string
entitlement_evaluation_id
string
failure_description
string
claimed_amount
string
claimed_amount_currency_id
string
approved_amount
string
settled_amount
string
decision
string
decision_on
string
decision_reason
string
submitted_on
string
external_reference
string
outstanding_amount
string
is_awaiting_decision
string
is_awaiting_settlement
string
contract_name
string
items
string
row_version
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

approved_amount
number<numeric>
asset_id
string<uuid>

Note: This is a Foreign Key to asset_contracts.asset_id.

asset_number
string<character varying>
Maximum string length: 80
claim_number
string<character varying>
Maximum string length: 60
claimed_amount
number<numeric>
claimed_amount_currency_id
string<uuid>
contract_id
string<uuid>

Note: This is a Foreign Key to contracts.id.

contract_name
string<character varying>
Maximum string length: 200
contract_number
string<character varying>
Maximum string length: 60
decision
string<character varying>
Maximum string length: 30
decision_on
string<date>
decision_reason
string<text>
entitlement_evaluation_id
string<uuid>

Note: This is a Foreign Key to entitlement_decisions.id.

external_reference
string<character varying>
Maximum string length: 120
failure_description
string<text>
id
string<uuid>

Note: This is a Primary Key.

is_awaiting_decision
boolean<boolean>
is_awaiting_settlement
boolean<boolean>
items
string<jsonb>
outstanding_amount
number<numeric>
row_version
integer<bigint>
settled_amount
number<numeric>
status
string<character varying>
Maximum string length: 30
submitted_on
string<date>
updated_at
string<timestamp with time zone>
vendor_id
string<uuid>

Note: This is a Foreign Key to vendor_directory.vendor_id.

vendor_name
string<character varying>
Maximum string length: 200
work_order_id
string<uuid>

Note: This is a Foreign Key to inspection_failures.found_in_work_order_id.

work_order_number
string<character varying>
Maximum string length: 60