LISA REACH SALES QUOTE LINES INTEGRATION
API Integration with LISA Reach Sales to enable the creation of Subscription Quote Lines.
Subscription Sales Quote Lines
Request Body Properties Definition
Schema Validation & Required Fields
Required Fields
Validation
Below is a break down of the validations being done within the JSON request schema.
create (true)
Below schema validation is applied when "create" is set to true.
create (false)
Below schema validation is applied when "create" is set to false.
pricingOptions (1)
Below schema validation is applied when "pricingOptions" is set to 1.
pricingOptions (0)
Below schema validation is applied when "pricingOptions" is set to 0.
createCreditNote (false)
Below schema validation is applied when "createCreditNote" is set to false.
createCreditNote (true) and useCancellationDateAsCreditDate (false)
Below schema validation is applied when "createCreditNote" is set to true and "useCancellationDateAsCreditDate" is set to false.
useCancellationDateAsCreditDate (true)
Below schema validation is applied when "useCancelationDateAsCreditDate" is set to true
futureCancellation (false)
Below schema validation is applied when "futureCancellation" is set to false
futureCancellation (true)
Below schema validation is applied when "futureCancellation" is set to true
POSTNew Quote Line
Add a new Subscription Quote Line.
POSTUpdate Quote Line
Update a Subscription Quote Line.