• Hello,

    I try to create an order using the ordering api and postman.

    I have an event with a ticket type named: test.
    As param I also send: tickets –> [{“v0802e”:1}] (with the id of the ticket type.

    However as the response I get:

    {
        "code": "missing_param",
        "message": "Ontbrekend ticket type: test",
        "data": {
            "status": 400
        }
    }

    Does someone know how I can fix this?

    The page I need help with: [log in to see the link]

  • The topic ‘API missing param ticket type’ is closed to new replies.