PublicAPIEventQueue

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the PublicAPIEventQueue.
transactionIdBigIntegertrueTransaction of the PublicAPIEventQueue.
actionStringtrueInsert, Update or Delete
publicAPIEventEntityPublicApiEventEntitytrueRelated event entity.
relatedIdIntegertrueId of the entity that produced this PublicAPIEventQueue.
publicAPIEventQueueStatusTypePublicAPIEventQueueStatusTypetrueStatus of the element.

JSON representation

{
	"id": 2,
	"transactionId": 2565012613,
	"action": "I",
	"publicAPIEventEntity": {
        "id": 1,
		"code": "ReservationRoomStay",
		"name": "ReservationRoomStay"
	},
	"relatedId": 2,
	"publicAPIEventQueueStatusType": {
        "id": 4,
		"code": "4",
		"name": "Pending"
	}
}