/reservations/:id/products/:product_id

URL

https://api.basset.ws/reservations

HTTP Methods

  • PATCH

PATCH

URL Params

Example

https://api.basset.ws/reservations/:id/products/:product_id?site=:site&channel=:channel

Required 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

Required body

Param

Type

Description

Example

status

[String]

Product status: BOOKED, CASHED, CANCELLED, ISSUED, BILLED, ERROR, NONE

status: BOOKED

Success response

200 OK

Last updated