Clone the working cart quote line items (QLIs) to sales QLIs.
This API is used with the CloneWorkingCartToSalesQLIs Vlocity Integration Procedure (VIP) to copy the working cart QLIs to the sales QLIs.
URI
1/services/apexrest/vlocity_cmt/v1/integrationprocedure/CloneTo_SalesQLIs/
Request
1{
2 "GroupCartId": "0Q03h000000Tu55CAC",
3 "SalesQuoteId": "0Q03h000000Tu4q"
4}
Response
1{
2 "SalesQuoteId": "0Q03h000000TpbH"
3}