Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Canonical identifier for this supplied product record.
Canonical identifier of the product that was supplied.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/inventory-supplied-product
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/inventory-supplied-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/inventory-supplied-product' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"batch": {},
"extensions": {},
"inventorySuppliedProductId": "123e4567-e89b-12d3-a456-426614174000",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"suppliedQuantity": 1.23
}'Inventory Supplied Product created successfully
Timestamp when this supplied product record was created.
Canonical identifier for this supplied product record.
Canonical identifier of the product that was supplied.
Quantity of the product supplied. Must be strictly positive.
{ "batch": {}, "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "inventorySuppliedProductId": "123e4567-e89b-12d3-a456-426614174000", "productId": "123e4567-e89b-12d3-a456-426614174000", "suppliedQuantity": 1.23, "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/inventory-supplied-product
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/inventory-supplied-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/inventory-supplied-product?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&productId=123e4567-e89b-12d3-a456-426614174000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId}
- 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/inventory-supplied-product/{inventorySuppliedProductId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Inventory Supplied Product found
Timestamp when this supplied product record was created.
Canonical identifier for this supplied product record.
Canonical identifier of the product that was supplied.
Quantity of the product supplied. Must be strictly positive.
{ "batch": {}, "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "inventorySuppliedProductId": "123e4567-e89b-12d3-a456-426614174000", "productId": "123e4567-e89b-12d3-a456-426614174000", "suppliedQuantity": 1.23, "updatedAt": "2025-01-01T00:00:00.000Z" }