CloneModifyTo_SalesQLIsWQPR API

Clone the modified working cart quote line items (QLIs) to sales QLIs, delete the working cart, and update the Quote Product Rollup object.

This API is used with the CloneModifyWCToSalesQLIs Vlocity Integration Procedure (VIP) to copy the modified QLIs in the working cart to the sales QLIs, remove the working cart, and update the Quote Product Rollup object. Do not call this API in the bulk pricing flow.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/CloneModifyTo_SalesQLIsWQPR/

HTTP Method

POST

Request

1{
2  "GroupCartId": "0Q03h000000Tu2BCAS",
3  "SalesQuoteId": "0Q03h000000TpbH",
4  "RootItemIds": [{
5    "Id": "0QL3h000000gvHcGAI"
6  },
7  {
8    "Id": "0QL3h000000gvHmGAI"
9  }]
10}

Response

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