ProposalContracts
Get one ProposalContract
Retrieve a single ProposalContract record by its Id.
GET
Get one ProposalContract
A ProposalContract links a contract configuration to a proposal, defining the pricing plan and terms that will be applied if the proposal is accepted by the customer.
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-Read role.Path Parameters
integer
required
The Id of the ProposalContract record to retrieve.
Code Examples
Response
200
integer
ID of the proposal linked to this record.
string
Proposal coworker ID.
string
Proposal coworker email.
string
Proposal coworker full name.
integer
ID of the tariff linked to this record.
string
Tariff name.
string
Tariff invoice frequency.
string
Tariff invoice frequency in weeks.
number
Tariff price.
string
Tariff business currency code.
integer[]
List of desks linked to this record.
integer[]
List of variants linked to this record.
number
Price override.
string
Contract start date.
integer
Cancellation limit in days.
string
Contract term end date.
string
Cancellation date.
integer
Billing day of month.
integer
Number of units.
integer
ID of the discount code linked to this record.
string
Floor plan desk IDs.
string
Floor plan desk names.
string
Floor plan desk variant IDs.
string
Floor plan desk variant names.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one ProposalContract