v1

latestOpenAPI 3.0.32026-07-2410639570.9 KB
Restobar · Consumos Externos - V2

Registrar cuenta por cobrar al huésped por consumo en restaurante o bar

post/api/v2/integration/restobar/external_consumptions

Headers

X-Api-Keystring required
Example:restobar_api_key

API Key de integración con Restobar. Enviado en el header X-Api-Key.

Request body

Example request

{
  "external_consumption": {
    "hotel_reservation_id": 1001,
    "external_reference": "RST-0042",
    "room_name": "101",
    "guest_name": "Juan Pérez",
    "identification_number": "123456789",
    "description": "Cena Mesa 5",
    "amount": 45000,
    "consumed_at": "2024-03-15T20:30:00Z"
  }
}

Response

created