Booking Marketplace

If the resale field is true, the resale marketplace listing will be generated or updated.

Here you will find all the tickets that are published in the marketplace.

Get bookings marketplace

GET api/v1/booking/marketplace

{
"bookings": [
        {
            "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
        },
        {
            "id": "15cb960d-9cd0-45f2-a7fb-94418d4ffcfa",
            "name": "Victor Sanders",
            "area": "General",
            "price": 30000,
            "address": "Cerrito 3984",
            "place": "Rosario Polo Club",
            "city": "Rosario",
            "province": "Santa fe",
            "country": "Argentina",
            "date": "2023-02-23",
            "time": "10:50:05",
            "image": "https://res.cloudinary.com/jonmenez/image/upload/v1673635061/eeeeee_mfaywh.jpg",
            "video": "rfrf",
            "tx_link": "https://mumbai.polygonscan.com/tx/0xf3d53580ec0c8982e7e98710ec47b1e1722bff3774600412df76ba1381a63034",
            "resale_price": 2000,
            "event_id": 11,
            "ticket_id": 11,
            "token_id": 18,
            "customerInternalId": "pBbMrO",
            "createdAt": "2023-02-15T15:07:32.000Z",
            "user_id": 5
        }
    ]
}

Example

{
    "bookings": [
        {
            "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
        },
        {
            "id": "15cb960d-9cd0-45f2-a7fb-94418d4ffcfa",
            "name": "Victor Sanders",
            "area": "General",
            "price": 30000,
            "address": "Cerrito 3984",
            "place": "Rosario Polo Club",
            "city": "Rosario",
            "province": "Santa fe",
            "country": "Argentina",
            "date": "2023-02-23",
            "time": "10:50:05",
            "image": "https://res.cloudinary.com/jonmenez/image/upload/v1673635061/eeeeee_mfaywh.jpg",
            "video": "rfrf",
            "tx_link": "https://mumbai.polygonscan.com/tx/0xf3d53580ec0c8982e7e98710ec47b1e1722bff3774600412df76ba1381a63034",
            "resale_price": 2000,
            "event_id": 11,
            "ticket_id": 11,
            "token_id": 18,
            "customerInternalId": "pBbMrO",
            "createdAt": "2023-02-15T15:07:32.000Z",
            "user_id": 5
        }
    ]
}

Last updated