Newer Version Available

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

b2bExpress_SalesOrder API

Create orders for the given quote ID and account ID. This API returns the principal order ID.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/b2bExpress_SalesOrder/

HTTP Method

POST

Request

1{
2 “Quote”: {
3 “vlocity_srnna46__DefaultBillingAccountId__c”: “001RO000002bM5rYAE”,
4 “vlocity_srnna46__DefaultServiceAccountId__c”: “001RO000002wAYXYA2”,
5 “AccountId”: “001RO000002yy1KYAQ”,
6 “Id”: “0Q0RO0000000jp60AA”,
7 “RecordTypeId”: “012RO0000004X2GYAU”
8 }
9}

Response

1{
2 “MasterOrderId”: “8014x000000PSFBAA4"
3}