Newer Version Available

This content describes an older version of this product. View Latest

CloneModifyTo_SalesQLIs API

Clone modified working cart quote line items (QLIs) to sales QLIs and delete the working cart.

This API is used with the CloneModifyWorkingCartToSalesQLIs Vlocity Integration Procedure (VIP) to copy the modified QLIs in the working cart to the sales QLIs.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/CloneModifyTo_SalesQLIs/

HTTP Method

POST

Request

1{
2  "SalesQuoteId": "0Q03h000000Tu4q",
3  "RootItemIds": [{
4    "Id": "0QL3h000000gv5UGAQ"
5  },
6  {
7    "Id": "0QL3h000000gv5eGAA"
8  }]
9}

Response

1{
2  "SalesQuoteId": "0Q03h000000Tu4q"
3}