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 underlying product, service, or procedure, if applicable.
Tax rate applied to this line, expressed as a decimal fraction (e.g., 0.15 for 15%).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/estimate/{lineItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/estimate/{lineItemId}
- 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/estimate/{lineItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "Example description",
"extensions": {},
"lineSubtotal": "100.00",
"lineTax": "100.00",
"lineTotal": "100.00",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"quantity": 1.23,
"sequence": 1.23,
"taxRate": 1.23,
"unitPrice": "100.00"
}'Estimate updated successfully
Human-readable description of the line item.
Canonical unique identifier for this estimate line item.
Identifier of the underlying product, service, or procedure, if applicable.
Tax rate applied to this line, expressed as a decimal fraction (e.g., 0.15 for 15%).
{ "description": "Example description", "extensions": {}, "lineItemId": "123e4567-e89b-12d3-a456-426614174000", "lineSubtotal": "100.00", "lineTax": "100.00", "lineTotal": "100.00", "productId": "123e4567-e89b-12d3-a456-426614174000", "quantity": 1.23, "sequence": 1.23, "taxRate": 1.23, "unitPrice": "100.00" }
Human-readable description of the line item.
Identifier of the underlying product, service, or procedure, if applicable.
Tax rate applied to this line, expressed as a decimal fraction (e.g., 0.15 for 15%).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/estimate/{lineItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/estimate/{lineItemId}
- 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/estimate/{lineItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "Example description",
"extensions": {},
"lineSubtotal": "100.00",
"lineTax": "100.00",
"lineTotal": "100.00",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"quantity": 1.23,
"sequence": 1.23,
"taxRate": 1.23,
"unitPrice": "100.00"
}'Estimate replaced successfully
Human-readable description of the line item.
Canonical unique identifier for this estimate line item.
Identifier of the underlying product, service, or procedure, if applicable.
Tax rate applied to this line, expressed as a decimal fraction (e.g., 0.15 for 15%).
{ "description": "Example description", "extensions": {}, "lineItemId": "123e4567-e89b-12d3-a456-426614174000", "lineSubtotal": "100.00", "lineTax": "100.00", "lineTotal": "100.00", "productId": "123e4567-e89b-12d3-a456-426614174000", "quantity": 1.23, "sequence": 1.23, "taxRate": 1.23, "unitPrice": "100.00" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/estimate/{lineItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/estimate/{lineItemId}
- 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/estimate/{lineItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'