Update Stubhub Order Type and Create Update Order Notification Endpoint
An existing Tixstock broker Update the Stubhub Order Type and Create Update Order Notification on a broker website. The Update Stubhub Order Type and Create Update Order Notification Endpoint should be used to fulfil the orders on Tixstock.
Endpoint URL
https://api.tixstock.com/orders/update-stubhub-order-type-and-create-update-order-notification/{internal_order_id}
Authorisation
Authorisation | Description |
---|---|
Basic Auth | A valid Basic auth must be provided within the Authorizarion as a username and password for the API request. To generate an access token, please see your API settings from within the Tixstock Broker Admin Area. |
Please see 'Authentication - Basic Auth' for further information
Request Data
The supplied data must adhere to the following ruleset:
The Internal Order ID must be supplied. Otherwise, an error will be outputted
Parameter | Description |
---|---|
internal_order_id * | A valid Internal Order ID must be supplied Type: String |
external_order_status * | A valid External Order Status must be supplied Type: String |
API Response:
Please note, the example shown below displays no base64 PDF file and venue details empty. This data would be returned in a real api response.
{
{
"data": [],
"meta": {
"mode": "Sandbox",
"auth_token": "dGl4c3RvY2s6c2RoaXNkbmpvOTBr",
"ip": "127.0.0.1"
},
"message": "Success"
}
}