/RevenueLineItems/:record/quote POST
Convert a Revenue Line Item to a quote.
Summary:
This endpoint is used to convert a single RevenueLineItem to a quoteQuery Parameters:
Param | Description | Optional |
record | Which Revenue Line Item to convert | false |
Valid Urls:
- /rest/v10/RevenueLineItems/:record/quote/
Output Example:
{
id:"123-456-789-0",
name:"My Test Quote"
}