Product reservations
Change reservation state
Change a state of existing reservation
post/product-reservations/actions/change-reservation-state
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"product_reservation_id": "81d503b99cc748b3ca189383ad",
"state": 5
}Response
No Content