Message: betting_offer_rollback [draft]

This type of message is sent through AMQP service when particular betting offer should be cancelled and refunded due to an error.

Message structure

.message
id

Unique identifier for the message

type

betting_offer_rollback

sourceInternal attribute, please dont use this attribute
utInformation about the date and time of when the message was created. Format UNIX_TIMESTAMP
..data
...betting_offer_cancel
idIdentifier of the betting offer
action

Describes type of operation for the event. Possible values:

  • insert - new betting_offer_cancel offer generated
  • update - betting offer was updated when a previously sent information concering particulat betting offer was incorrect. It could be happen when our operator made a mistake and cancel incorrect betting offer
betting_offer_idIdentifier of the betting_offer. The complete list of possible betting_offer can be retrieved using the API resource: betting-offers.index
start_date

If specified it means a start date from which all bets made should be cancelled.

Possible empty value
end_date

If specified it means an end date to which all bets made should be cancelled.

Possible empty value