Newer Version Available

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

create_NewGroupAssignMembers API

Create a group and assign members to it in a single call.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/create_NewGroupAssignMembers/

HTTP Method

POST

Request

1{
2	"GroupName": "G2",
3	"MemberType": "Location",
4	"SalesQuoteId": "0Q04x000000t8uYCAQ",
5	"Members": [{
6			"Id": "a5o4x000000t9fgAAA"
7		},
8		{
9			"Id": "a5o4x000000t9fhAAA"
10		}
11	]
12}

Response

1{
2	"GroupName": "G2",
3	"QuoteGroupId": "a454x000000Y6DIAA0",
4	"SalesQuoteId": "0Q04x000000t8uYCAQ"
5}