Pricing
Base pricing
Use the parking endpoint to update the base pricing.
get
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
get
GET /v1/parkings/{parking} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
patch
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
Body
pricing_daysanyRequired
Responses
200
The request has been successful
204
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
406
The request has been refused
422
The request cannot be processed
patch
PATCH /v1/parkings/{parking} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"pricing_days": null
}
No content
Seasonal pricing
get
List of parking pricings
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
422
The request cannot be processed
get
GET /v1/parkings/{parking}/pricings HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
get
Get pricing
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
pricingstring · uuidRequired
The pricing uuid
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
422
The request cannot be processed
get
GET /v1/parkings/{parking}/pricings/{pricing} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
delete
Delete pricing
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
pricingstring · uuidRequired
The pricing uuid
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
delete
DELETE /v1/parkings/{parking}/pricings/{pricing} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
patch
Update pricing
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
pricingstring · uuidRequired
The pricing uuid
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
422
The request cannot be processed
patch
PATCH /v1/parkings/{parking}/pricings/{pricing} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated