Create Booking

Authenticating Your Access

To create a booking, you must authenticate your access. To learn how, refer to Authentication.

Create booking

POST /api/v1/booking

Headers

Name
Type
Description

x-token*

String

Token provided

Request Body

Name
Type
Description

section_id*

String

Section id

quantity*

Number

Booking quantity

isCrypto*

Boolean

If type of payment is crypto or not

isWeb*

Boolean

Images list

country

String

Event country

province

String

Event province

city

String

Event city

place

String

Event Place

address

String

Event address

price

Number

Booking price

area

String

Booking area

name

String

Booking name

{
    "reference": "NSDuhX",
    "url": "https://test-chronos-wallet.pantheonsite.io/pagar/586802150"
}

Example

{
	"section_id": "322a0248-72af-4f1d-9a96-72c5f21e5425",
	"quantity":2,
	"isWeb": true,
	"isCrypto": false
}

Last updated