POST api/OnlineFundraising
Request Information
URI Parameters
None.
Body Parameters
Collection of OFevent| Name | Description | Type | Additional information |
|---|---|---|---|
| merchantId | string |
None. |
|
| webhookEventGuid | globally unique identifier |
None. |
|
| webhookGuid | globally unique identifier |
None. |
|
| webhookAttemptGuid | globally unique identifier |
None. |
|
| entityGuid | globally unique identifier |
None. |
|
| entityType | string |
None. |
|
| eventType | string |
None. |
|
| duplicate | OFduplicate |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"merchantId": "sample string 1",
"webhookEventGuid": "95894b33-b586-46a0-acd0-25b3b8cddabc",
"webhookGuid": "7d74b383-9c50-4d23-9a9d-c879aa7a3f49",
"webhookAttemptGuid": "b19499fb-132e-4fa9-b8cb-354407281d5f",
"entityGuid": "a748f136-faca-4161-b14f-c95994839fb1",
"entityType": "sample string 6",
"eventType": "sample string 7",
"duplicate": {
"mergeTargetGuid": "22008cb4-3fe4-4390-85ae-f5632a1742bc"
}
},
{
"merchantId": "sample string 1",
"webhookEventGuid": "95894b33-b586-46a0-acd0-25b3b8cddabc",
"webhookGuid": "7d74b383-9c50-4d23-9a9d-c879aa7a3f49",
"webhookAttemptGuid": "b19499fb-132e-4fa9-b8cb-354407281d5f",
"entityGuid": "a748f136-faca-4161-b14f-c95994839fb1",
"entityType": "sample string 6",
"eventType": "sample string 7",
"duplicate": {
"mergeTargetGuid": "22008cb4-3fe4-4390-85ae-f5632a1742bc"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfOFevent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cenvation.Crm.BusinessLogic.IntegrationQueue">
<OFevent>
<duplicate>
<mergeTargetGuid>22008cb4-3fe4-4390-85ae-f5632a1742bc</mergeTargetGuid>
</duplicate>
<entityGuid>a748f136-faca-4161-b14f-c95994839fb1</entityGuid>
<entityType>sample string 6</entityType>
<eventType>sample string 7</eventType>
<merchantId>sample string 1</merchantId>
<webhookAttemptGuid>b19499fb-132e-4fa9-b8cb-354407281d5f</webhookAttemptGuid>
<webhookEventGuid>95894b33-b586-46a0-acd0-25b3b8cddabc</webhookEventGuid>
<webhookGuid>7d74b383-9c50-4d23-9a9d-c879aa7a3f49</webhookGuid>
</OFevent>
<OFevent>
<duplicate>
<mergeTargetGuid>22008cb4-3fe4-4390-85ae-f5632a1742bc</mergeTargetGuid>
</duplicate>
<entityGuid>a748f136-faca-4161-b14f-c95994839fb1</entityGuid>
<entityType>sample string 6</entityType>
<eventType>sample string 7</eventType>
<merchantId>sample string 1</merchantId>
<webhookAttemptGuid>b19499fb-132e-4fa9-b8cb-354407281d5f</webhookAttemptGuid>
<webhookEventGuid>95894b33-b586-46a0-acd0-25b3b8cddabc</webhookEventGuid>
<webhookGuid>7d74b383-9c50-4d23-9a9d-c879aa7a3f49</webhookGuid>
</OFevent>
</ArrayOfOFevent>
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>