Pricing
Base pricing
Use the parking endpoint to update the base pricing.
The parking uuid
The request has been successful
No content
The request is unauthorized
The request is forbiden
The resource cannot be found
GET /v1/parkings/{parking} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
The parking uuid
The request has been successful
No content
The request has been successful
The request is unauthorized
The request is forbiden
The resource cannot be found
The request has been refused
The request cannot be processed
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
List of parking pricings
The parking uuid
The request has been successful
No content
The request is unauthorized
The request is forbiden
The request cannot be processed
GET /v1/parkings/{parking}/pricings HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Get pricing
The parking uuid
The pricing uuid
The request has been successful
No content
The request is unauthorized
The request is forbiden
The request cannot be processed
GET /v1/parkings/{parking}/pricings/{pricing} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Delete pricing
The parking uuid
The pricing uuid
The request has been successful
No content
The request is unauthorized
The request is forbiden
DELETE /v1/parkings/{parking}/pricings/{pricing} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Update pricing
The parking uuid
The pricing uuid
The request has been successful
No content
The request is unauthorized
The request is forbiden
The request cannot be processed
PATCH /v1/parkings/{parking}/pricings/{pricing} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated