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 unique identifier for this diagnostic code record.
Indicates whether this diagnostic code is currently active and usable.
Indicates whether discounts may be applied to this diagnostic code.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-code
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-code
- 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/diagnostic-code' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": {
"code": "12345",
"system": "http://example.com/codesystem",
"display": "Example Display Name"
},
"diagnosticCodeId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"isDiscountable": true,
"price": {},
"validFromDate": "2025-01-01"
}'Diagnostic Code created successfully
Timestamp when this diagnostic code record was created.
Canonical unique identifier for this diagnostic code record.
Indicates whether this diagnostic code is currently active and usable.
Indicates whether discounts may be applied to this diagnostic code.
Timestamp when this diagnostic code record was last updated.
{ "code": { "code": "12345", "system": "http://example.com/codesystem", "display": "Example Display Name" }, "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticCodeId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "isDiscountable": true, "price": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "validFromDate": "2025-01-01T00:00:00Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-code
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-code
- 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/diagnostic-code?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&isActive=true&isDiscountable=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-code/{diagnosticCodeId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-code/{diagnosticCodeId}
- 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/diagnostic-code/{diagnosticCodeId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Diagnostic Code found
Timestamp when this diagnostic code record was created.
Canonical unique identifier for this diagnostic code record.
Indicates whether this diagnostic code is currently active and usable.
Indicates whether discounts may be applied to this diagnostic code.
Timestamp when this diagnostic code record was last updated.
{ "code": { "code": "12345", "system": "http://example.com/codesystem", "display": "Example Display Name" }, "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticCodeId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "isDiscountable": true, "price": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "validFromDate": "2025-01-01T00:00:00Z" }