PublicAPIEventQueue
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the PublicAPIEventQueue. |
transactionId | BigInteger | true | Transaction of the PublicAPIEventQueue. |
action | String | true | Insert, Update or Delete |
publicAPIEventEntity | PublicApiEventEntity | true | Related event entity. |
relatedId | Integer | true | Id of the entity that produced this PublicAPIEventQueue. |
publicAPIEventQueueStatusType | PublicAPIEventQueueStatusType | true | Status 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" } }