Toggle menu

PerformEventAction

Request Parameters

PerformEventAction Request Schema
 

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

PerformEventAction Response Schema
 

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
    }
}

Last modified on February 05, 2021

Share this page

Facebook icon Twitter icon email icon

Print

print icon