v11
latestOpenAPI 3.1.12026-08-03174162.0 MBOrders
Create order quote
post/orders/quote
Request body
Example request
{
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"items": [
{
"quantity": 2,
"admissionId": "adm_01jps5cgsee0xvapbk92e8eb4g",
"sectionId": "sct_01jps5cgse0g3qj16kpq8t221r",
"admission": {
"id": "adm_01jps5cgsee0xvapbk92e8eb4g",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"sectionId": "sct_01jps5cgse0g3qj16kpq8t221r",
"teamId": "tem_01jqpjksnsen9vprw95et60t2m",
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event",
"name": "Final Release",
"subtitle": "Entry before 10pm",
"description": "Early bird pricing with priority entry. Must present valid ID at gate.",
"capacity": 100000,
"limit": -1,
"available": 70000,
"sold": 20000,
"reserved": 10000,
"order": 0,
"entryStartsAt": "2026-08-04T06:13:52",
"entryEndsAt": "2026-08-05T06:13:52",
"saleStartsAt": "2026-08-03T06:13:52",
"saleEndsAt": "2026-08-05T06:13:52",
"saleEndsBehavior": "SALE_ENDED",
"price": {
"base": 1000,
"booking": 200,
"currency": "AUD"
},
"visibility": "ALWAYS",
"tenantId": "tnt_01jqpj2t2kfvmstt6f6tzkbaf2",
"deleted": false,
"orderPadded": "0000000000"
},
"section": {
"id": "sct_01jps5cgse0g3qj16kpq8t221r",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "General Admission",
"capacity": 1000,
"limit": -1,
"available": 700,
"sold": 200,
"reserved": 100,
"visibility": "ALWAYS",
"location": {
"id": "loc_01hk153x00eh99pagyydz03sbz",
"googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "Watson's EQ",
"address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
"city": "Moore Park",
"state": "New South Wales",
"postcode": "2021",
"country": "Australia",
"latitude": -33.8944593,
"longitude": 151.2252255,
"timeZone": "Australia/Sydney",
"types": [
"establishment",
"point_of_interest",
"stadium"
],
"description": "Historic outdoor amphitheater known for summer concerts",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
},
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event"
},
"id": "itm_01jps5cgsfwyxj0516571eaf17"
}
],
"couponCode": "TEST50"
}Response
OK
Example response
{
"quote": {
"items": [
{
"id": "itm_01jps5cgsfwyxj0516571eaf17",
"kind": "ADMISSION",
"quantity": 2,
"admissionId": "adm_01jps5cgsee0xvapbk92e8eb4g",
"sectionId": "sct_01jps5cgse0g3qj16kpq8t221r",
"admission": {
"id": "adm_01jps5cgsee0xvapbk92e8eb4g",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"sectionId": "sct_01jps5cgse0g3qj16kpq8t221r",
"teamId": "tem_01jqpjksnsen9vprw95et60t2m",
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event",
"name": "Final Release",
"subtitle": "Entry before 10pm",
"description": "Early bird pricing with priority entry. Must present valid ID at gate.",
"capacity": 100000,
"limit": -1,
"available": 70000,
"sold": 20000,
"reserved": 10000,
"order": 0,
"entryStartsAt": "2026-08-04T06:13:52",
"entryEndsAt": "2026-08-05T06:13:52",
"saleStartsAt": "2026-08-03T06:13:52",
"saleEndsAt": "2026-08-05T06:13:52",
"saleEndsBehavior": "SALE_ENDED",
"price": {
"base": 1000,
"booking": 200,
"currency": "AUD"
},
"visibility": "ALWAYS",
"tenantId": "tnt_01jqpj2t2kfvmstt6f6tzkbaf2",
"deleted": false,
"orderPadded": "0000000000"
},
"section": {
"id": "sct_01jps5cgse0g3qj16kpq8t221r",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "General Admission",
"capacity": 1000,
"limit": -1,
"available": 700,
"sold": 200,
"reserved": 100,
"visibility": "ALWAYS",
"location": {
"id": "loc_01hk153x00eh99pagyydz03sbz",
"googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "Watson's EQ",
"address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
"city": "Moore Park",
"state": "New South Wales",
"postcode": "2021",
"country": "Australia",
"latitude": -33.8944593,
"longitude": 151.2252255,
"timeZone": "Australia/Sydney",
"types": [
"establishment",
"point_of_interest",
"stadium"
],
"description": "Historic outdoor amphitheater known for summer concerts",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
},
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event"
},
"price": {
"net": 1200,
"total": 1200,
"gross": 1200,
"base": 1000,
"booking": 200,
"currency": "AUD"
}
}
],
"price": {
"net": 500,
"total": 1400,
"gross": 2200,
"base": 1000,
"booking": 400,
"sms": 200,
"refunded": -700,
"discount": -1000,
"currency": "AUD"
},
"couponCode": {
"id": "cod_01jps5cgsfzftw7hxcvr2wftk2",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "TEST50",
"active": true,
"couponId": "cpn_01jps5cgsfzs1ksqaet5hba8ac"
}
}
}