POST api/Customer/SendCustomerToBraze
Request Information
URI Parameters
None.
Body Parameters
SendCustomerToBrazeRequestName | Description | Type | Additional information |
---|---|---|---|
UserIds | Collection of globally unique identifier |
None. |
|
EventType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserIds": [ "3f59081f-e9e1-45ad-9713-db581ed4630d", "54e84673-af49-4cf1-bd8f-9781a6f382a0" ], "EventType": 1 }
application/xml, text/xml
Sample:
<SendCustomerToBrazeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <EventType>1</EventType> <UserIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3f59081f-e9e1-45ad-9713-db581ed4630d</d2p1:guid> <d2p1:guid>54e84673-af49-4cf1-bd8f-9781a6f382a0</d2p1:guid> </UserIds> </SendCustomerToBrazeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>