.png)
Create groups
ENDPOINTS
post
/v3/groups
Header parameters
Collapse
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
Body parameters
Collapse
{"groupId":"482cf7f8-3e59-4ccf-a996-97c79fd50cb1","groupName":"some group name","groupDescription":"description - some group description"}
Responses
Collapse
200
OK
Response Body
{"groupId":"string","groupName":"string","groupDescription":"string","groupType":"EXPERIENCE_GROUP","groupPlatform":"RETAIL_BANKING","groupLastUpdatedDateTime":"string","groupParticipantCount":0,"groupExperience":{"experienceName":"string","experienceId":"string","groupId":"string","default":true},"groupExperienceName":"string","groupStatus":"ACTIVE"}
400
Bad Request
Response Body
{"code":"string","message":"string"}
401
Unauthorized
Response Body
{"code":"string","message":"string"}
500
Internal Server Error
Response Body
{"code":"string","message":"string"}
curl --request POST \
--url https://api.candescent.com/digitalbanking/groups/v3/groups \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"groupName":"My new static group","groupDescription":"some description"}'
RESPONSE
{"groupId":"string","groupName":"string","groupDescription":"string","groupType":"EXPERIENCE_GROUP","groupPlatform":"RETAIL_BANKING","groupLastUpdatedDateTime":"string","groupParticipantCount":0,"groupExperience":{"experienceName":"string","experienceId":"string","groupId":"string","default":true},"groupExperienceName":"string","groupStatus":"ACTIVE"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}