Product reservations
Set one or multiple external reservation codes of different types to the product reservation
Set one or multiple external reservation codes of different types to the product reservation. The method will set all the reservation codes from the request. If a reservation code type already exists in the reservation, it will be replaced with a new value from the request. If the request does not contain the reservation code type already in the reservation, CareCloud will make no changes to the reservation code.
post/product-reservations/actions/set-product-reservation-external-codes
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"product_reservation_id": "81eaeea13b8984a169c490a325",
"external_reservation_codes": [
{
"external_code_type_id": "86e05affc7a7abefcd513ab400",
"value": "2107225110"
}
]
}Response
No Content