Save Inventory Catalogue
POST /v2/opportunity/save/quote/inventory
This API adds Inventory catalogue in an opportunity quote and returns a unique Id and its associated details. This same API allows you to update an existing Inventory 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.
The Tax Type to be associated with the 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.
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.
The Id of the referenced package catalogue.
Formula associated to the catalogue item, contains following:
FieldName = Name of the Custom Formula Field
FieldValue = Value of the Custom Formula Field