latestOpenAPI 3.0.22026-07-26480119.6 KB
bc65b4950c7e
Partner::SeatMaps
Create an SeatMap
Request to create a seat map to be used on events/classes. All fields in the payload are mandatory.
post/partner/seat-maps
Parameters
#/paths/~1partner~1seat-maps/get/parameters/0 — unresolved $ref
Request body
Example request
{
"name": "Bike Room 1",
"size": [
3,
3
],
"categories": [
{
"name": "bike",
"bookable": true,
"icon": "bike",
"positions": [
{
"name": "B1",
"position": [
2,
1
],
"externalReference": "B1"
},
{
"name": "B2",
"position": [
2,
2
],
"externalReference": "B2"
}
]
},
{
"name": "air conditioning",
"bookable": false,
"positions": [
{
"name": "A1",
"position": [
1,
1
],
"externalReference": "A1"
},
{
"name": "A3",
"position": [
1,
3
],
"externalReference": "A3"
}
]
}
]
}Response
Created a seat map
object required