Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
External system identifier for the transaction.
Identifier for the owning organization or tenant.
Identifier of the related payment resource, if any.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/transaction
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/transaction
- 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/transaction?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&externalId=123e4567-e89b-12d3-a456-426614174000&externalReference=string&integrationName=string&isActive=true&ownershipId=123e4567-e89b-12d3-a456-426614174000&paymentId=123e4567-e89b-12d3-a456-426614174000&status=declined' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/transaction/{transactionId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/transaction/{transactionId}
- 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/transaction/{transactionId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Transaction found
Timestamp when the transaction record was created.
External system identifier for the transaction.
External reference string associated with the transaction.
Name of the external integration or gateway handling the transaction.
Identifier for the owning organization or tenant.
Identifier of the related payment resource, if any.
Current status of the transaction.
Canonical identifier for the transaction.
{ "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "externalId": "123e4567-e89b-12d3-a456-426614174000", "externalReference": "example", "integrationName": "Example Name", "isActive": true, "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "paymentId": "123e4567-e89b-12d3-a456-426614174000", "status": "declined", "transactionId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
External system identifier for the transaction.
External reference string associated with the transaction.
Name of the external integration or gateway handling the transaction.
Identifier for the owning organization or tenant.
Identifier of the related payment resource, if any.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/transaction/{transactionId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/transaction/{transactionId}
- 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/transaction/{transactionId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"extensions": {},
"externalId": "123e4567-e89b-12d3-a456-426614174000",
"externalReference": "example",
"integrationName": "Example Name",
"isActive": true,
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"status": "declined"
}'Transaction updated successfully
Timestamp when the transaction record was created.
External system identifier for the transaction.
External reference string associated with the transaction.
Name of the external integration or gateway handling the transaction.
Identifier for the owning organization or tenant.
Identifier of the related payment resource, if any.
Current status of the transaction.
Canonical identifier for the transaction.
{ "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "externalId": "123e4567-e89b-12d3-a456-426614174000", "externalReference": "example", "integrationName": "Example Name", "isActive": true, "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "paymentId": "123e4567-e89b-12d3-a456-426614174000", "status": "declined", "transactionId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }