Lookup
Using the /lookup/UsrReservationMeetingRoom/{lookup_value} endpoint is another way to find one specific reservation.
But which field holds the lookup value? This information can be found in the OpenAPI document in the ‘description’ field of the ‘lookup_value’ parameter of the ‘/lookup’ endpoint:
Have a look at the result of the Create request. The field "OrderNumber" has value "266.00". So, the request should be /lookup/department/266.00.
As the body of the lookup endpoint is always ignored, you can put anything in there:
{the quick brown fox jumps over the lazy dog}
Best will be:
{}
The response is exactly the same as what we got with the Create.