Skip to main content
GET
Search ProposalContracts
A ProposalContract is one quoted contract inside a proposal. It carries the same plan, unit, price, date, and quantity settings as a customer contract and becomes a real contract for the customer when the proposal is accepted. One is created automatically with the proposal from the proposal’s own contract fields; add more to quote several contracts in a single offer. Changes to the plan, units, price, or dates of an existing proposal belong here rather than on the proposal itself.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the ProposalContract-List role.

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the proposal this quoted contract belongs to; required, and the proposal’s issuing location owns this record..
integer
Filter by display value for Proposal.Coworker.Id..
string
Filter by display value for Proposal.Coworker.Email..
string
Filter by display value for Proposal.Coworker.FullName..
integer
Filter by iD of the plan quoted by this contract; required, and its billing interval, price, and policies govern the contract the customer receives on acceptance..
string
Filter by display value for Tariff.Name..
integer
Filter by display value for Tariff.InvoiceEvery..
integer
Filter by display value for Tariff.InvoiceEveryWeeks..
number
Filter by display value for Tariff.Price..
string
Filter by display value for Tariff.Business.Currency.Code..
number
Filter by optional per-unit price override for this quoted contract, in the issuing location’s currency; when empty the plan’s own price is used before quantity is applied..
string
Filter by date the contract starts once the proposal is accepted; when empty, acceptance starts it the day after the proposal is accepted..
integer
Filter by optional minimum cancellation notice, in days before the next billing day; when empty the plan’s own notice period applies..
string
Filter by optional end date of the minimum contract term, carried onto the customer contract on acceptance; when empty the contract derives its own term from the plan’s default term and start date..
string
Filter by optional date on which the contract ends; leave it empty for an open-ended contract..
integer
Filter by day of the month, from 1 to 28, on which the contract is invoiced after acceptance..
integer
Filter by number of plan units on this quoted contract, at least 1; it multiplies the unit price..
integer
Filter by optional ID of a discount code carried onto the customer contract when the proposal is accepted..
string
Filter by read-only denormalized IDs of the assigned floor-plan units; change Desks rather than this projection..
string
Filter by read-only denormalized names of the assigned floor-plan units; change Desks rather than this projection..
string
Filter by read-only denormalized IDs of the assigned floor-plan unit packages; change Variants rather than this projection..
string
Filter by read-only denormalized names of the assigned floor-plan unit packages; change Variants rather than this projection..

Range Filters

integer
Filter by display value for Proposal.Coworker.Id. greater than or equal to this value.
integer
Filter by display value for Proposal.Coworker.Id. less than or equal to this value.
integer
Filter by display value for Tariff.InvoiceEvery. greater than or equal to this value.
integer
Filter by display value for Tariff.InvoiceEvery. less than or equal to this value.
integer
Filter by display value for Tariff.InvoiceEveryWeeks. greater than or equal to this value.
integer
Filter by display value for Tariff.InvoiceEveryWeeks. less than or equal to this value.
number
Filter by display value for Tariff.Price. greater than or equal to this value.
number
Filter by display value for Tariff.Price. less than or equal to this value.
number
Filter by optional per-unit price override for this quoted contract, in the issuing location’s currency; when empty the plan’s own price is used before quantity is applied. greater than or equal to this value.
number
Filter by optional per-unit price override for this quoted contract, in the issuing location’s currency; when empty the plan’s own price is used before quantity is applied. less than or equal to this value.
string
Filter by date the contract starts once the proposal is accepted; when empty, acceptance starts it the day after the proposal is accepted. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by date the contract starts once the proposal is accepted; when empty, acceptance starts it the day after the proposal is accepted. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
integer
Filter by optional minimum cancellation notice, in days before the next billing day; when empty the plan’s own notice period applies. greater than or equal to this value.
integer
Filter by optional minimum cancellation notice, in days before the next billing day; when empty the plan’s own notice period applies. less than or equal to this value.
string
Filter by optional end date of the minimum contract term, carried onto the customer contract on acceptance; when empty the contract derives its own term from the plan’s default term and start date. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional end date of the minimum contract term, carried onto the customer contract on acceptance; when empty the contract derives its own term from the plan’s default term and start date. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional date on which the contract ends; leave it empty for an open-ended contract. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional date on which the contract ends; leave it empty for an open-ended contract. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
integer
Filter by day of the month, from 1 to 28, on which the contract is invoiced after acceptance. greater than or equal to this value.
integer
Filter by day of the month, from 1 to 28, on which the contract is invoiced after acceptance. less than or equal to this value.
integer
Filter by number of plan units on this quoted contract, at least 1; it multiplies the unit price. greater than or equal to this value.
integer
Filter by number of plan units on this quoted contract, at least 1; it multiplies the unit price. less than or equal to this value.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by CreatedOn

Range filters

Response

200

ProposalContract[]
The list of ProposalContract records matching the query. See the Get one ProposalContract endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each ProposalContract. The following fields are not populated in the Records[] response: CancellationLimitDays, BillingDay, Quantity.To get all fields, fetch the full record using the Get one ProposalContract endpoint.Important for updates: When updating a record via PUT, always retrieve the full record with a GET request first, apply your changes to that complete data, and then send the updated record. Do not use data from a listing response as the base for a PUT request, as missing fields may be unintentionally cleared.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response