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 estimate line item.
Identifier of the underlying product, service, or procedure, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/estimate
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/estimate
- 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/estimate' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "string",
"extensions": {},
"lineItemId": "123e4567-e89b-12d3-a456-426614174000",
"lineSubtotal": "100.00",
"lineTax": "100.00",
"lineTotal": "100.00",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"quantity": 0,
"sequence": 0,
"taxRate": 0,
"unitPrice": "100.00"
}'Estimate created successfully
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": "string", "extensions": {}, "lineItemId": "123e4567-e89b-12d3-a456-426614174000", "lineSubtotal": "100.00", "lineTax": "100.00", "lineTotal": "100.00", "productId": "123e4567-e89b-12d3-a456-426614174000", "quantity": 0, "sequence": 0, "taxRate": 0, "unitPrice": "100.00" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/estimate
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/estimate
- 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/estimate?page=0&pageSize=10&sortBy=description&sortOrder=asc&description=string&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/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 GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/estimate/{lineItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Estimate found
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": "string", "extensions": {}, "lineItemId": "123e4567-e89b-12d3-a456-426614174000", "lineSubtotal": "100.00", "lineTax": "100.00", "lineTotal": "100.00", "productId": "123e4567-e89b-12d3-a456-426614174000", "quantity": 0, "sequence": 0, "taxRate": 0, "unitPrice": "100.00" }
Identifier of the underlying product, service, or procedure, if applicable.
- 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": "string",
"extensions": {},
"lineSubtotal": "100.00",
"lineTax": "100.00",
"lineTotal": "100.00",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"quantity": 0,
"sequence": 0,
"taxRate": 0,
"unitPrice": "100.00"
}'Estimate updated successfully
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": "string", "extensions": {}, "lineItemId": "123e4567-e89b-12d3-a456-426614174000", "lineSubtotal": "100.00", "lineTax": "100.00", "lineTotal": "100.00", "productId": "123e4567-e89b-12d3-a456-426614174000", "quantity": 0, "sequence": 0, "taxRate": 0, "unitPrice": "100.00" }
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": "string",
"extensions": {},
"lineSubtotal": "100.00",
"lineTax": "100.00",
"lineTotal": "100.00",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"quantity": 0,
"sequence": 0,
"taxRate": 0,
"unitPrice": "100.00"
}'Estimate replaced successfully
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": "string", "extensions": {}, "lineItemId": "123e4567-e89b-12d3-a456-426614174000", "lineSubtotal": "100.00", "lineTax": "100.00", "lineTotal": "100.00", "productId": "123e4567-e89b-12d3-a456-426614174000", "quantity": 0, "sequence": 0, "taxRate": 0, "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>'