ProposalProducts
Create ProposalProduct
Create a new ProposalProduct record.
POST
Create 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-Create role.Enums
eRecurrentChargePattern — RepeatCycle values
eRecurrentChargePattern — RepeatCycle values
| Value | Name |
|---|---|
| 1 | PricePlan |
| 2 | Day |
| 3 | Week |
| 4 | Month |
| 5 | Year |
| 6 | LastDayOfMonth |
Request Body
Required Fields
ID of the proposal linked to this record.
ID of the product linked to this record.
Number of units.
Repeat cycle pattern. Defaults to
eRecurrentChargePattern.PricePlan.Optional Fields
Price override.
Whether this is a deposit.
Whether this is a contract product.
Whether this is a regular charge.
Invoice on date.
Repeat from date.
Repeat until date.
Number of repeat units.
Apply pro-rating.
Optional notes or comments about this proposal product.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the proposalproduct was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create ProposalProduct