{
"reservation": {
"id": "<string>",
"line_item_id": "<string>",
"location_id": "<string>",
"quantity": 123,
"external_id": "<string>",
"description": "<string>",
"inventory_item_id": "<string>",
"created_by": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
Retrieves reservation by id for the authenticated vendor.
{
"reservation": {
"id": "<string>",
"line_item_id": "<string>",
"location_id": "<string>",
"quantity": 123,
"external_id": "<string>",
"description": "<string>",
"inventory_item_id": "<string>",
"created_by": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the reservation.
Comma-separated fields to include in the response.
OK
The response is of type object
.