Request Parameters
Example Request:
{
"action": {
"actionTypeId": 348,
"data": [{
"childData": [],
"datatypeId": "41838",
"value": "payment-ref-number-goes-here"
}, {
"childData": [],
"datatypeId": "41839",
"value": 50
}],
"eventRef": {
"type": "Event",
"value": ["e0cddf5e-ff9f-4897-81d7-c4bc1770d6ca"],
"key": "Guid"
}
}
}
Response Parameters
Note - The internal API will throw an exception if the GUID or EvenTypeId aren't correct.
Example Response:
{
"jsonrpc": "2.0",
"id": 11,
"result": {
"response": {
"eventActionGuid": "e0cddf5e-ff9f-4897-81d7-c4bc1770d6ca"
},
"errors": [],
"success": true
}
}