Get preferred appointment booking detail item
POST/api/diary/preferredbookingdetailitem
Retrieves a preferred appointment booking detail item. Uses the POST method to pass parameters in the payload.
Response sample
{
"id": "string",
"type": "string",
"startTime": "2025-04-29T12:52:03.124Z",
"bookingDetails": {
"bookingDuration": 0,
"slotDuration": 0,
"doctorId": "string",
"diaryId": "string" }
}
Request
Responses
- 200
- 400
- 404
Success: Request accepted.
Bad request: StorefrontOrigin not passed in header; the request wasn’t valid or can’t be otherwise served. Typical when there is a syntax error in the request. Further details of the error are provided in the response payload body.
Not found: The Omni Subscription is not assigned to the site group; the URI isn’t valid or the requested resource doesn’t exist.