Skip to content

AHDS Store API (1.0)

Animal Health Data Store - V1 API Documentation

Overview
Languages
Servers
Mock server

https://docs.heydonto.com/_mock/apis/animal-health/openapi/

Local Development

http://localhost:8083/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Creates a new Shelter Animal Booking record. Shelter Animal Booking resource in the Animal Health Data Store

Security
bearer
Path
siteIdnumberrequired

Site identifier

Bodyapplication/jsonrequired
animalIdstringrequired

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstring

Free-text notes about the booking.

consultIdstring or null

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstringrequired

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
endAtstringrequired

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobject

Vendor- or practice-specific extensions.

isActivebooleanrequired

Whether this booking is currently active.

shelterAnimalBookingIdstringrequired

Canonical identifier for this shelter animal booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceIdstringrequired

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestring

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstring

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstringrequired

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstringrequired

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstringrequired

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
bookingTypeobject
curl -i -X POST \
  'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/shelter-animal-booking' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "animalId": "123e4567-e89b-12d3-a456-426614174000",
    "comment": "string",
    "consultId": "123e4567-e89b-12d3-a456-426614174000",
    "contactId": "123e4567-e89b-12d3-a456-426614174000",
    "endAt": "2025-01-01T00:00:00.000Z",
    "extensions": {},
    "isActive": true,
    "shelterAnimalBookingId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourceName": "string",
    "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000",
    "startAt": "2025-01-01T00:00:00.000Z",
    "status": "planned",
    "bookingType": {
      "code": "string",
      "system": "string",
      "display": "string"
    }
  }'

Responses

Shelter Animal Booking created successfully

Bodyapplication/json
animalIdstringrequired

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstringrequired

Free-text notes about the booking.

consultIdstring or nullrequired

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstringrequired

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
createdAtstring(date-time)required

Timestamp when the booking record was created.

Example: "2025-01-01T00:00:00.000Z"
endAtstring(date-time)required

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobjectrequired

Vendor- or practice-specific extensions.

isActivebooleanrequired

Whether this booking is currently active.

shelterAnimalBookingIdstringrequired

Canonical identifier for this shelter animal booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceIdstringrequired

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestringrequired

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstringrequired

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstringrequired

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstring(date-time)required

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstringrequired

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
updatedAtstring(date-time)required

Timestamp when the booking record was last modified.

Example: "2025-01-01T00:00:00.000Z"
bookingTypeobjectrequired
bookingType.​codestringrequired

Code value

bookingType.​systemstringrequired

Code system URI

bookingType.​displaystring

Human-readable display

Response
application/json
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "comment": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "endAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "shelterAnimalBookingId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceName": "string", "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000", "startAt": "2025-01-01T00:00:00.000Z", "status": "planned", "updatedAt": "2025-01-01T00:00:00.000Z", "bookingType": { "code": "string", "system": "string", "display": "string" } }

Request

Returns a paginated list of Shelter Animal Bookings for the specified site. Supports filtering and sorting.

Security
bearer
Path
siteIdnumberrequired

Site identifier

Query
pagenumber>= 0

Page number (0-indexed)

Default 0
pageSizenumber[ 1 .. 100 ]

Number of items per page

Default 10
sortBystring

Field to sort by

Enum"createdAt""updatedAt""comment""endAt""shelterResourceName""startAt"
sortOrderstring

Sort order

Default "asc"
Enum"asc""desc"
animalIdstring

Reference to the animal associated with this booking.

Example: animalId=123e4567-e89b-12d3-a456-426614174000
commentstring

Free-text notes about the booking.

consultIdstring

Optional reference to a related consult/visit.

Example: consultId=123e4567-e89b-12d3-a456-426614174000
contactIdstring

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: contactId=123e4567-e89b-12d3-a456-426614174000
isActiveboolean

Whether this booking is currently active.

shelterResourceIdstring

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: shelterResourceId=123e4567-e89b-12d3-a456-426614174000
shelterResourceNamestring

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstring

Reference to the ownership record of the shelter resource, if applicable.

Example: shelterResourceOwnershipId=123e4567-e89b-12d3-a456-426614174000
shelterResourcePlaceIdstring

Reference to the shelter place/location associated with this booking.

Example: shelterResourcePlaceId=123e4567-e89b-12d3-a456-426614174000
statusstring

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
curl -i -X GET \
  'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/shelter-animal-booking?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&comment=string&consultId=123e4567-e89b-12d3-a456-426614174000&contactId=123e4567-e89b-12d3-a456-426614174000&isActive=true&shelterResourceId=123e4567-e89b-12d3-a456-426614174000&shelterResourceName=string&shelterResourceOwnershipId=123e4567-e89b-12d3-a456-426614174000&shelterResourcePlaceId=123e4567-e89b-12d3-a456-426614174000&status=planned' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Paginated list of Shelter Animal Bookings

Request

Returns a single Shelter Animal Booking by its unique identifier.

Security
bearer
Path
siteIdnumberrequired

Site identifier

shelterAnimalBookingIdstringrequired

Shelter Animal Booking unique identifier (UUID)

curl -i -X GET \
  'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/shelter-animal-booking/{shelterAnimalBookingId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Shelter Animal Booking found

Bodyapplication/json
animalIdstringrequired

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstringrequired

Free-text notes about the booking.

consultIdstring or nullrequired

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstringrequired

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
createdAtstring(date-time)required

Timestamp when the booking record was created.

Example: "2025-01-01T00:00:00.000Z"
endAtstring(date-time)required

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobjectrequired

Vendor- or practice-specific extensions.

isActivebooleanrequired

Whether this booking is currently active.

shelterAnimalBookingIdstringrequired

Canonical identifier for this shelter animal booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceIdstringrequired

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestringrequired

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstringrequired

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstringrequired

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstring(date-time)required

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstringrequired

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
updatedAtstring(date-time)required

Timestamp when the booking record was last modified.

Example: "2025-01-01T00:00:00.000Z"
bookingTypeobjectrequired
bookingType.​codestringrequired

Code value

bookingType.​systemstringrequired

Code system URI

bookingType.​displaystring

Human-readable display

Response
application/json
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "comment": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "endAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "shelterAnimalBookingId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceName": "string", "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000", "startAt": "2025-01-01T00:00:00.000Z", "status": "planned", "updatedAt": "2025-01-01T00:00:00.000Z", "bookingType": { "code": "string", "system": "string", "display": "string" } }

Request

Partially updates an existing Shelter Animal Booking. Only provided fields will be updated.

Security
bearer
Path
siteIdnumberrequired

Site identifier

shelterAnimalBookingIdstringrequired

Shelter Animal Booking unique identifier (UUID)

Bodyapplication/jsonrequired
animalIdstring

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstring

Free-text notes about the booking.

consultIdstring or null

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstring

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
endAtstring

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobject

Vendor- or practice-specific extensions.

isActiveboolean

Whether this booking is currently active.

shelterResourceIdstring

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestring

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstring

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstring

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstring

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstring

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
bookingTypeobject
curl -i -X PATCH \
  'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/shelter-animal-booking/{shelterAnimalBookingId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "animalId": "123e4567-e89b-12d3-a456-426614174000",
    "comment": "string",
    "consultId": "123e4567-e89b-12d3-a456-426614174000",
    "contactId": "123e4567-e89b-12d3-a456-426614174000",
    "endAt": "2025-01-01T00:00:00.000Z",
    "extensions": {},
    "isActive": true,
    "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourceName": "string",
    "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000",
    "startAt": "2025-01-01T00:00:00.000Z",
    "status": "planned",
    "bookingType": {
      "code": "string",
      "system": "string",
      "display": "string"
    }
  }'

Responses

Shelter Animal Booking updated successfully

Bodyapplication/json
animalIdstringrequired

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstringrequired

Free-text notes about the booking.

consultIdstring or nullrequired

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstringrequired

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
createdAtstring(date-time)required

Timestamp when the booking record was created.

Example: "2025-01-01T00:00:00.000Z"
endAtstring(date-time)required

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobjectrequired

Vendor- or practice-specific extensions.

isActivebooleanrequired

Whether this booking is currently active.

shelterAnimalBookingIdstringrequired

Canonical identifier for this shelter animal booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceIdstringrequired

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestringrequired

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstringrequired

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstringrequired

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstring(date-time)required

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstringrequired

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
updatedAtstring(date-time)required

Timestamp when the booking record was last modified.

Example: "2025-01-01T00:00:00.000Z"
bookingTypeobjectrequired
bookingType.​codestringrequired

Code value

bookingType.​systemstringrequired

Code system URI

bookingType.​displaystring

Human-readable display

Response
application/json
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "comment": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "endAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "shelterAnimalBookingId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceName": "string", "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000", "startAt": "2025-01-01T00:00:00.000Z", "status": "planned", "updatedAt": "2025-01-01T00:00:00.000Z", "bookingType": { "code": "string", "system": "string", "display": "string" } }

Request

Fully replaces an existing Shelter Animal Booking. All fields must be provided.

Security
bearer
Path
siteIdnumberrequired

Site identifier

shelterAnimalBookingIdstringrequired

Shelter Animal Booking unique identifier (UUID)

Bodyapplication/jsonrequired
animalIdstringrequired

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstringrequired

Free-text notes about the booking.

consultIdstring or null

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstringrequired

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
endAtstringrequired

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobjectrequired

Vendor- or practice-specific extensions.

isActivebooleanrequired

Whether this booking is currently active.

shelterResourceIdstringrequired

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestringrequired

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstringrequired

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstringrequired

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstringrequired

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstringrequired

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
bookingTypeobjectrequired
bookingType.​codestringrequired

Code value

bookingType.​systemstringrequired

Code system URI

bookingType.​displaystring

Human-readable display

curl -i -X PUT \
  'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/shelter-animal-booking/{shelterAnimalBookingId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "animalId": "123e4567-e89b-12d3-a456-426614174000",
    "comment": "string",
    "consultId": "123e4567-e89b-12d3-a456-426614174000",
    "contactId": "123e4567-e89b-12d3-a456-426614174000",
    "endAt": "2025-01-01T00:00:00.000Z",
    "extensions": {},
    "isActive": true,
    "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourceName": "string",
    "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000",
    "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000",
    "startAt": "2025-01-01T00:00:00.000Z",
    "status": "planned",
    "bookingType": {
      "code": "string",
      "system": "string",
      "display": "string"
    }
  }'

Responses

Shelter Animal Booking replaced successfully

Bodyapplication/json
animalIdstringrequired

Reference to the animal associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
commentstringrequired

Free-text notes about the booking.

consultIdstring or nullrequired

Optional reference to a related consult/visit.

Example: "123e4567-e89b-12d3-a456-426614174000"
contactIdstringrequired

Reference to the primary contact associated with this booking (e.g., adopter, foster, organization).

Example: "123e4567-e89b-12d3-a456-426614174000"
createdAtstring(date-time)required

Timestamp when the booking record was created.

Example: "2025-01-01T00:00:00.000Z"
endAtstring(date-time)required

End date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
extensionsobjectrequired

Vendor- or practice-specific extensions.

isActivebooleanrequired

Whether this booking is currently active.

shelterAnimalBookingIdstringrequired

Canonical identifier for this shelter animal booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceIdstringrequired

Reference to the shelter resource (e.g., kennel, run, room) being booked.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourceNamestringrequired

Human-readable name of the shelter resource at the time of booking.

shelterResourceOwnershipIdstringrequired

Reference to the ownership record of the shelter resource, if applicable.

Example: "123e4567-e89b-12d3-a456-426614174000"
shelterResourcePlaceIdstringrequired

Reference to the shelter place/location associated with this booking.

Example: "123e4567-e89b-12d3-a456-426614174000"
startAtstring(date-time)required

Start date and time of the booking.

Example: "2025-01-01T00:00:00.000Z"
statusstringrequired

Current status of the shelter animal booking.

Enum"planned""in-progress""completed""cancelled""no-show""on-hold""unknown"
updatedAtstring(date-time)required

Timestamp when the booking record was last modified.

Example: "2025-01-01T00:00:00.000Z"
bookingTypeobjectrequired
bookingType.​codestringrequired

Code value

bookingType.​systemstringrequired

Code system URI

bookingType.​displaystring

Human-readable display

Response
application/json
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "comment": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "endAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "shelterAnimalBookingId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourceName": "string", "shelterResourceOwnershipId": "123e4567-e89b-12d3-a456-426614174000", "shelterResourcePlaceId": "123e4567-e89b-12d3-a456-426614174000", "startAt": "2025-01-01T00:00:00.000Z", "status": "planned", "updatedAt": "2025-01-01T00:00:00.000Z", "bookingType": { "code": "string", "system": "string", "display": "string" } }

Request

Permanently deletes a Shelter Animal Booking record.

Security
bearer
Path
siteIdnumberrequired

Site identifier

shelterAnimalBookingIdstringrequired

Shelter Animal Booking unique identifier (UUID)

curl -i -X DELETE \
  'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/shelter-animal-booking/{shelterAnimalBookingId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Shelter Animal Booking deleted successfully

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations