ProposalProducts
Get one ProposalProduct
Retrieve a single ProposalProduct record by its Id.
GET
Get one ProposalProduct
A ProposalProduct links a product to a proposal, defining additional items or services included in the offer with their pricing and recurrence settings.
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 ProposalProduct-Read role.Path Parameters
integer
required
The Id of the ProposalProduct 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 product linked to this record.
string
Product name.
number
Product price.
string
Whether product applies pro-rating.
string
Product business currency code.
integer
Number of units.
number
Price override.
boolean
Whether this is a deposit.
boolean
Whether this is a contract product.
boolean
Whether this is a regular charge.
integer
Repeat cycle pattern. See
eRecurrentChargePattern enum values: 1 = PricePlan, 2 = Day, 3 = Week, 4 = Month, 5 = Year, 6 = LastDayOfMonth.string
Invoice on date.
string
Repeat from date.
string
Repeat until date.
integer
Number of repeat units.
boolean
Apply pro-rating.
string
Optional notes or comments about this proposal product.
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 ProposalProduct