POST api/Customer/SendCustomerToBraze
Request Information
URI Parameters
None.
Body Parameters
SendCustomerToBrazeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIds | Collection of globally unique identifier |
None. |
|
| EventType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserIds": [
"36326544-e4fa-4c4c-89a8-a59b66af54b3",
"968463d3-2915-41da-9d23-6c4f6a299b8f"
],
"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>36326544-e4fa-4c4c-89a8-a59b66af54b3</d2p1:guid>
<d2p1:guid>968463d3-2915-41da-9d23-6c4f6a299b8f</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>