/reservations/:id/products/:product_id/refresh
URL
https://api.basset.ws/reservationsHTTP Methods
GET
GET
URL Params
Example
https://api.basset.ws/reservations/:id/products/:product_id/refresh?site=:site&channel=:channelRequired path parameters
Param
Type
Description
Example
id
[String]
basset reservation ID
714285129
product_id
[String]
product reservation ID
f7c60b12-d6cf-4495-a2be-ff037f8b5b48
Required query parameters
Param
Type
Description
Example
site
[String]
ISO 3166-2 country code
site=AR
channel
[String]
Sales channel: WEB or DESKTOP
channel=WEB
Success response
200 OK
Last updated