Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
Canonical identifier for the separation (e.g., division, department).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/with-primary-inventory-location
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"childSeparationId": "123e4567-e89b-12d3-a456-426614174000",
"contactId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"parentSeparationId": "123e4567-e89b-12d3-a456-426614174000",
"primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000",
"separationCategory": "division",
"separationId": "123e4567-e89b-12d3-a456-426614174000",
"separationType": "string"
}'With Primary Inventory Location created successfully
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Timestamp when the separation record was created.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
Canonical identifier for the separation (e.g., division, department).
Free-text type or classification of the separation as used in the source system.
{ "childSeparationId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "parentSeparationId": "123e4567-e89b-12d3-a456-426614174000", "primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000", "separationCategory": "division", "separationId": "123e4567-e89b-12d3-a456-426614174000", "separationType": "string", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/with-primary-inventory-location
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&childSeparationId=123e4567-e89b-12d3-a456-426614174000&contactId=123e4567-e89b-12d3-a456-426614174000&isActive=true&name=string&parentSeparationId=123e4567-e89b-12d3-a456-426614174000&primaryInventoryLocationId=123e4567-e89b-12d3-a456-426614174000&separationCategory=division&separationType=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'With Primary Inventory Location found
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Timestamp when the separation record was created.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
Canonical identifier for the separation (e.g., division, department).
Free-text type or classification of the separation as used in the source system.
{ "childSeparationId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "parentSeparationId": "123e4567-e89b-12d3-a456-426614174000", "primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000", "separationCategory": "division", "separationId": "123e4567-e89b-12d3-a456-426614174000", "separationType": "string", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"childSeparationId": "123e4567-e89b-12d3-a456-426614174000",
"contactId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"parentSeparationId": "123e4567-e89b-12d3-a456-426614174000",
"primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000",
"separationCategory": "division",
"separationType": "string"
}'With Primary Inventory Location updated successfully
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Timestamp when the separation record was created.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
Canonical identifier for the separation (e.g., division, department).
Free-text type or classification of the separation as used in the source system.
{ "childSeparationId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "parentSeparationId": "123e4567-e89b-12d3-a456-426614174000", "primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000", "separationCategory": "division", "separationId": "123e4567-e89b-12d3-a456-426614174000", "separationType": "string", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"childSeparationId": "123e4567-e89b-12d3-a456-426614174000",
"contactId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"parentSeparationId": "123e4567-e89b-12d3-a456-426614174000",
"primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000",
"separationCategory": "division",
"separationType": "string"
}'With Primary Inventory Location replaced successfully
Identifier of the child separation, if any.
Identifier of the associated contact entity, if any.
Timestamp when the separation record was created.
Identifier of the parent separation, if any.
Identifier of the primary inventory location associated with this separation.
High-level category of the separation (e.g., division, department).
Canonical identifier for the separation (e.g., division, department).
Free-text type or classification of the separation as used in the source system.
{ "childSeparationId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "parentSeparationId": "123e4567-e89b-12d3-a456-426614174000", "primaryInventoryLocationId": "123e4567-e89b-12d3-a456-426614174000", "separationCategory": "division", "separationId": "123e4567-e89b-12d3-a456-426614174000", "separationType": "string", "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/with-primary-inventory-location/{separationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'