Event: Change Event Status

  • Updated

Change Event Status


POST /v2/event/change/status

 


Parameter
Event Number    Long

The Number of an Event.

EventStatus    Object

The Id and Name of the new Event Status to be set.

PreviousWarnings   Array

The Previous Warnings if any will be passed in an array format so that they can be ignored.

CancellationReason    Object

The Id and Name of the Cancellation Reason to be set.

Note: Cancellation Reason is optional and needs to be passed in case of changing status to Released Type

{
    "EventNumber""88",
    "EventStatus": {
        "Id"47,
        "Name""Cancelled No Fee"
    },
"PreviousWarnings": null,
    "CancellationReason": {
        "Id"136,
        "Name""Agent lost tender"
    }
}
Response:
{
    "result": {
        "EventNumber""88"
    },
    "success"true
}
 

Was this article helpful?

Have more questions? Submit a request