create_WorkingCart API

Create a working cart quote based on a sales quote.

This API is used with the CreateWorkingCartQuote Vlocity Integration Procedure (VIP) to create a working cart based on the SalesQuoteId parameter value.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/create_WorkingCart/

HTTP Method

POST

Request

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

Response

1{
2  "WorkingCartId": "0Q03h000000Tu7uCAC",
3  "SalesQuoteId": "0Q03h000000TpbH"
4}