Save Package Catalogue
POST /v2/opportunity/save/quote/package
This API adds Package catalogue in an opportunity quote and returns a unique Id and its associated details. This same API allows you to update an existing Package catalogue e.g. change the price or comments.
The Id of the catalogue item. Required only if you are updating the catalogue. If empty, a new catalogue item will be created.
The Quantity of the catalogue item.
The Template Id of the catalogue item.
The Start Date and time of catalogue item.
The End Date and time of catalogue item.
The Unit Price of the catalogue item.
This represents the type of discount provided. The possible values could be 'P' and 'C', where 'P' is the percentile discount and 'C' is a fixed discount amount.
This represents the Discount provided for the catalogue item. The value provided is used along with the discount type to calculate the total discount amount.
Quote to which the catalogue item is to be associated. The Quote must exist in your Priava Account. Passed in JSON format where:
Id = the ID of the Quote.
QuoteNumber = the number of the quote.
The Financial Comment to be associated with the catalogue item.
The Comment to be associated with the catalogue item.
This represents whether the catalogue item should be credited or debited to the opportunity. Only values supported are Credit or Debit.
Breakdown catalogue items of the package.
The Id of the breakdown catalogue item. Required only if you are updating the catalogue. If empty, a new catalogue item will be created.
True or False.
The Id of the referenced package catalogue.
The Start Date and time of breakdown catalogue item.
FieldName = Name of the Custom Formula Field
FieldValue = Value of the Custom Formula Field
The Catalogue Type of breakdown catalogue item.
The Quantity of the breakdown item.
This represents whether the catalogue item should be credited or debited to the opportunity. Only values supported are Credit or Debit.
The Template Id of the breakdown catalogue item.
The Comment to be associated with the breakdown catalogue item.
The End Date and time of breakdown catalogue item.
Quote to which the catalogue item is to be associated. The Quote must exist in your Priava Account. Passed in JSON format where:
Id = the ID of the Quote.
QuoteNumber = the number of the quote.
The Unit Price of the breakdown catalogue item.
The Financial Comment to be associated with the breakdown catalogue item.
This represents the type of discount provided. The possible values could be 'P' and 'C', where 'P' is the percentile discount and 'C' is a fixed discount amount.
This represents the Discount provided for the breakdown catalogue item. The value provided is used along with the discount type to calculate the total discount amount.
The Tax Type to be associated with the breakdown catalogue item. The Tax Type must exist in your Priava Account. Passed in JSON format where:
Id = the ID of the Tax Type.
Name = the name of the Tax Type.
The Quantity Modifier of the breakdown item.
The Quantity Type of the breakdown item.
The Id of the referenced package catalogue.