Get Booking

Get an event with the given event ID. Include parameters can be provided to get the following related resource data:

Get specific booking

GET /api/v1/booking/:id

Path Parameters

Name
Type
Description

id*

String

Booking id

{
    "id": "67234811-721c-49c8-99a0-fb93adc70b8a",
    "name": "Victor Sanders",
    "area": "General",
    "price": 30000,
    "address": "Cerrito 3984",
    "place": "Rosario Polo Club",
    "city": "Rosario",
    "province": "Santa fe",
    "country": "Argentina",
    "date": "2023-02-21",
    "time": "10:50:05",
    "image": "https://res.cloudinary.com/jonmenez/image/upload/v1673635061/eeeeee_mfaywh.jpg",
    "video": "ded",
    "tx_link": "https://mumbai.polygonscan.com/tx/0xb2727085790e250ed4ab6d786e980811c371e627e4aba59dca98d42938e1dfc5",
    "resale_price": 200000,
    "event_id": 11,
    "ticket_id": 11,
    "token_id": 16,
    "customerInternalId": "Payed",
    "createdAt": "2023-02-15T09:07:32.000Z",
    "user_id": 26
}

Example

{
    "id": "67234811-721c-49c8-99a0-fb93adc70b8a",
    "name": "Victor Sanders",
    "area": "General",
    "price": 30000,
    "address": "Cerrito 3984",
    "place": "Rosario Polo Club",
    "city": "Rosario",
    "province": "Santa fe",
    "country": "Argentina",
    "date": "2023-02-21",
    "time": "10:50:05",
    "image": "https://res.cloudinary.com/jonmenez/image/upload/v1673635061/eeeeee_mfaywh.jpg",
    "video": "ded",
    "tx_link": "https://mumbai.polygonscan.com/tx/0xb2727085790e250ed4ab6d786e980811c371e627e4aba59dca98d42938e1dfc5",
    "resale_price": 200000,
    "event_id": json
    "ticket_id": 11,
    "token_id": 16,
    "customerInternalId": "Payed",
    "createdAt": "2023-02-15T09:07:32.000Z",
    "user_id": 26
}

Last updated