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
The Id of the ProposalProduct record to retrieve.
Code Examples
Response
200
ID of the proposal linked to this record.
Proposal coworker ID.
Proposal coworker email.
Proposal coworker full name.
ID of the product linked to this record.
Product name.
Product price.
Whether product applies pro-rating.
Product business currency code.
Number of units.
Price override.
Whether this is a deposit.
Whether this is a contract product.
Whether this is a regular charge.
Repeat cycle pattern. See
eRecurrentChargePattern enum values: 1 = PricePlan, 2 = Day, 3 = Week, 4 = Month, 5 = Year, 6 = LastDayOfMonth.Invoice on date.
Repeat from date.
Repeat until date.
Number of repeat units.
Apply pro-rating.
Optional notes or comments about this proposal product.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one ProposalProduct