Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Canonical stable identifier for the product.
Type/category of product.
Identifier of the sheet/group this product belongs to.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/product
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/product
- 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/product' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "string",
"concentration": 0,
"concentrationDiluted": 0,
"concentrationDilutedUnit": "string",
"concentrationDilutedVolume": "string",
"concentrationUnit": "string",
"concentrationVolume": "string",
"defaultDosageCalculationMethod": "string",
"defaultInfusionRatePer": "string",
"defaultRouteOfAdministration": "string",
"description": "string",
"extensions": {},
"hasCostPrice": true,
"isActive": true,
"isConstantRateInfusion": true,
"isContainer": true,
"isDerivedPrice": true,
"isPurchased": true,
"isSold": true,
"lowestDispensableQuantity": 0,
"lowestDispensableUnit": "string",
"name": "string",
"productGroupId": "123e4567-e89b-12d3-a456-426614174000",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"productType": "standard",
"sheetGroupId": "123e4567-e89b-12d3-a456-426614174000",
"sheetGroupName": "string",
"stockLevel": {},
"trackingLevel": "none",
"warning": "string"
}'Product created successfully
Timestamp when the product was created.
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Canonical stable identifier for the product.
Type/category of product.
Identifier of the sheet/group this product belongs to.
Timestamp when the product was last modified.
{ "code": "string", "concentration": 0, "concentrationDiluted": 0, "concentrationDilutedUnit": "string", "concentrationDilutedVolume": "string", "concentrationUnit": "string", "concentrationVolume": "string", "createdAt": "2025-01-01T00:00:00.000Z", "defaultDosageCalculationMethod": "string", "defaultInfusionRatePer": "string", "defaultRouteOfAdministration": "string", "description": "string", "extensions": {}, "hasCostPrice": true, "isActive": true, "isConstantRateInfusion": true, "isContainer": true, "isDerivedPrice": true, "isPurchased": true, "isSold": true, "lowestDispensableQuantity": 0, "lowestDispensableUnit": "string", "name": "string", "productGroupId": "123e4567-e89b-12d3-a456-426614174000", "productId": "123e4567-e89b-12d3-a456-426614174000", "productType": "standard", "sheetGroupId": "123e4567-e89b-12d3-a456-426614174000", "sheetGroupName": "string", "stockLevel": {}, "trackingLevel": "none", "updatedAt": "2025-01-01T00:00:00.000Z", "warning": "string" }
Field to sort by
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Type/category of product.
Identifier of the sheet/group this product belongs to.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/product
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/product
- 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/product?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&code=string&concentrationDilutedUnit=string&concentrationDilutedVolume=string&concentrationUnit=string&concentrationVolume=string&defaultDosageCalculationMethod=string&defaultInfusionRatePer=string&defaultRouteOfAdministration=string&description=string&hasCostPrice=true&isActive=true&isConstantRateInfusion=true&isContainer=true&isDerivedPrice=true&isPurchased=true&isSold=true&lowestDispensableUnit=string&name=string&productGroupId=123e4567-e89b-12d3-a456-426614174000&productType=standard&sheetGroupId=123e4567-e89b-12d3-a456-426614174000&sheetGroupName=string&trackingLevel=none&warning=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/product/{productId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/product/{productId}
- 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/product/{productId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Product found
Timestamp when the product was created.
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Canonical stable identifier for the product.
Type/category of product.
Identifier of the sheet/group this product belongs to.
Timestamp when the product was last modified.
{ "code": "string", "concentration": 0, "concentrationDiluted": 0, "concentrationDilutedUnit": "string", "concentrationDilutedVolume": "string", "concentrationUnit": "string", "concentrationVolume": "string", "createdAt": "2025-01-01T00:00:00.000Z", "defaultDosageCalculationMethod": "string", "defaultInfusionRatePer": "string", "defaultRouteOfAdministration": "string", "description": "string", "extensions": {}, "hasCostPrice": true, "isActive": true, "isConstantRateInfusion": true, "isContainer": true, "isDerivedPrice": true, "isPurchased": true, "isSold": true, "lowestDispensableQuantity": 0, "lowestDispensableUnit": "string", "name": "string", "productGroupId": "123e4567-e89b-12d3-a456-426614174000", "productId": "123e4567-e89b-12d3-a456-426614174000", "productType": "standard", "sheetGroupId": "123e4567-e89b-12d3-a456-426614174000", "sheetGroupName": "string", "stockLevel": {}, "trackingLevel": "none", "updatedAt": "2025-01-01T00:00:00.000Z", "warning": "string" }
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Type/category of product.
Identifier of the sheet/group this product belongs to.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/product/{productId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/product/{productId}
- 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/product/{productId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "string",
"concentration": 0,
"concentrationDiluted": 0,
"concentrationDilutedUnit": "string",
"concentrationDilutedVolume": "string",
"concentrationUnit": "string",
"concentrationVolume": "string",
"defaultDosageCalculationMethod": "string",
"defaultInfusionRatePer": "string",
"defaultRouteOfAdministration": "string",
"description": "string",
"extensions": {},
"hasCostPrice": true,
"isActive": true,
"isConstantRateInfusion": true,
"isContainer": true,
"isDerivedPrice": true,
"isPurchased": true,
"isSold": true,
"lowestDispensableQuantity": 0,
"lowestDispensableUnit": "string",
"name": "string",
"productGroupId": "123e4567-e89b-12d3-a456-426614174000",
"productType": "standard",
"sheetGroupId": "123e4567-e89b-12d3-a456-426614174000",
"sheetGroupName": "string",
"stockLevel": {},
"trackingLevel": "none",
"warning": "string"
}'Product updated successfully
Timestamp when the product was created.
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Canonical stable identifier for the product.
Type/category of product.
Identifier of the sheet/group this product belongs to.
Timestamp when the product was last modified.
{ "code": "string", "concentration": 0, "concentrationDiluted": 0, "concentrationDilutedUnit": "string", "concentrationDilutedVolume": "string", "concentrationUnit": "string", "concentrationVolume": "string", "createdAt": "2025-01-01T00:00:00.000Z", "defaultDosageCalculationMethod": "string", "defaultInfusionRatePer": "string", "defaultRouteOfAdministration": "string", "description": "string", "extensions": {}, "hasCostPrice": true, "isActive": true, "isConstantRateInfusion": true, "isContainer": true, "isDerivedPrice": true, "isPurchased": true, "isSold": true, "lowestDispensableQuantity": 0, "lowestDispensableUnit": "string", "name": "string", "productGroupId": "123e4567-e89b-12d3-a456-426614174000", "productId": "123e4567-e89b-12d3-a456-426614174000", "productType": "standard", "sheetGroupId": "123e4567-e89b-12d3-a456-426614174000", "sheetGroupName": "string", "stockLevel": {}, "trackingLevel": "none", "updatedAt": "2025-01-01T00:00:00.000Z", "warning": "string" }
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Type/category of product.
Identifier of the sheet/group this product belongs to.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/product/{productId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/product/{productId}
- 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/product/{productId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "string",
"concentration": 0,
"concentrationDiluted": 0,
"concentrationDilutedUnit": "string",
"concentrationDilutedVolume": "string",
"concentrationUnit": "string",
"concentrationVolume": "string",
"defaultDosageCalculationMethod": "string",
"defaultInfusionRatePer": "string",
"defaultRouteOfAdministration": "string",
"description": "string",
"extensions": {},
"hasCostPrice": true,
"isActive": true,
"isConstantRateInfusion": true,
"isContainer": true,
"isDerivedPrice": true,
"isPurchased": true,
"isSold": true,
"lowestDispensableQuantity": 0,
"lowestDispensableUnit": "string",
"name": "string",
"productGroupId": "123e4567-e89b-12d3-a456-426614174000",
"productType": "standard",
"sheetGroupId": "123e4567-e89b-12d3-a456-426614174000",
"sheetGroupName": "string",
"stockLevel": {},
"trackingLevel": "none",
"warning": "string"
}'Product replaced successfully
Timestamp when the product was created.
Default method used to calculate dosage (e.g., perKg, perAnimal).
Whether the product is typically administered as a constant rate infusion.
Identifier of the product group/category this product belongs to.
Canonical stable identifier for the product.
Type/category of product.
Identifier of the sheet/group this product belongs to.
Timestamp when the product was last modified.
{ "code": "string", "concentration": 0, "concentrationDiluted": 0, "concentrationDilutedUnit": "string", "concentrationDilutedVolume": "string", "concentrationUnit": "string", "concentrationVolume": "string", "createdAt": "2025-01-01T00:00:00.000Z", "defaultDosageCalculationMethod": "string", "defaultInfusionRatePer": "string", "defaultRouteOfAdministration": "string", "description": "string", "extensions": {}, "hasCostPrice": true, "isActive": true, "isConstantRateInfusion": true, "isContainer": true, "isDerivedPrice": true, "isPurchased": true, "isSold": true, "lowestDispensableQuantity": 0, "lowestDispensableUnit": "string", "name": "string", "productGroupId": "123e4567-e89b-12d3-a456-426614174000", "productId": "123e4567-e89b-12d3-a456-426614174000", "productType": "standard", "sheetGroupId": "123e4567-e89b-12d3-a456-426614174000", "sheetGroupName": "string", "stockLevel": {}, "trackingLevel": "none", "updatedAt": "2025-01-01T00:00:00.000Z", "warning": "string" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/product/{productId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/product/{productId}
- 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/product/{productId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'