ProposalProducts
Update ProposalProduct
Update an existing ProposalProduct record.
PUT
Update ProposalProduct
Updates an existing ProposalProduct record. You must include the
Id of the record to update along with all required fields.
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-Edit 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
The Id of the ProposalProduct record to update.
ID of the proposal linked to this record.
ID of the product linked to this record.
Number of units.
Repeat cycle pattern.
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 update.
Contains the
Id of the updated record.true if the proposalproduct was updated 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
Update ProposalProduct