Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
Method used to calculate the adjustment (e.g., fixed amount, percentage).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Canonical identifier for the price adjustment.
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/price-adjustment
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/price-adjustment
- 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/price-adjustment' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"adjustmentAmount": "string",
"adjustmentMethod": "string",
"adjustmentType": "user",
"associatedResourceId": "123e4567-e89b-12d3-a456-426614174000",
"associatedResourceType": "string",
"description": "string",
"extensions": {},
"isActive": true,
"isConsuming": true,
"priceAdjustmentId": "123e4567-e89b-12d3-a456-426614174000",
"totalChange": "string",
"totalChangeTax": "string",
"totalEarned": "string",
"totalEarnedTax": "string",
"triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000",
"triggeringResourceType": "string",
"wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000",
"wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000",
"wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000"
}'Price Adjustment created successfully
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
Method used to calculate the adjustment (e.g., fixed amount, percentage).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Timestamp when the price adjustment was created.
Canonical identifier for the price adjustment.
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total change in tax amount caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Total tax amount earned as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Timestamp when the price adjustment was last updated.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
{ "adjustmentAmount": "string", "adjustmentMethod": "string", "adjustmentType": "user", "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "isConsuming": true, "priceAdjustmentId": "123e4567-e89b-12d3-a456-426614174000", "totalChange": "string", "totalChangeTax": "string", "totalEarned": "string", "totalEarnedTax": "string", "triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000", "triggeringResourceType": "string", "updatedAt": "2025-01-01T00:00:00.000Z", "wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000" }
Field to sort by
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/price-adjustment
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/price-adjustment
- 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/price-adjustment?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&adjustmentAmount=string&adjustmentMethod=string&adjustmentType=user&associatedResourceId=123e4567-e89b-12d3-a456-426614174000&associatedResourceType=string&description=string&isActive=true&isConsuming=true&totalChange=string&totalChangeTax=string&totalEarned=string&totalEarnedTax=string&triggeringResourceId=123e4567-e89b-12d3-a456-426614174000&triggeringResourceType=string&wellnessPlanBenefitId=123e4567-e89b-12d3-a456-426614174000&wellnessPlanId=123e4567-e89b-12d3-a456-426614174000&wellnessPlanMembershipId=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/price-adjustment/{priceAdjustmentId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- 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/price-adjustment/{priceAdjustmentId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Price Adjustment found
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
Method used to calculate the adjustment (e.g., fixed amount, percentage).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Timestamp when the price adjustment was created.
Canonical identifier for the price adjustment.
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total change in tax amount caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Total tax amount earned as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Timestamp when the price adjustment was last updated.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
{ "adjustmentAmount": "string", "adjustmentMethod": "string", "adjustmentType": "user", "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "isConsuming": true, "priceAdjustmentId": "123e4567-e89b-12d3-a456-426614174000", "totalChange": "string", "totalChangeTax": "string", "totalEarned": "string", "totalEarnedTax": "string", "triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000", "triggeringResourceType": "string", "updatedAt": "2025-01-01T00:00:00.000Z", "wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000" }
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- 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/price-adjustment/{priceAdjustmentId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"adjustmentAmount": "string",
"adjustmentMethod": "string",
"adjustmentType": "user",
"associatedResourceId": "123e4567-e89b-12d3-a456-426614174000",
"associatedResourceType": "string",
"description": "string",
"extensions": {},
"isActive": true,
"isConsuming": true,
"totalChange": "string",
"totalChangeTax": "string",
"totalEarned": "string",
"totalEarnedTax": "string",
"triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000",
"triggeringResourceType": "string",
"wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000",
"wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000",
"wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000"
}'Price Adjustment updated successfully
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
Method used to calculate the adjustment (e.g., fixed amount, percentage).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Timestamp when the price adjustment was created.
Canonical identifier for the price adjustment.
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total change in tax amount caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Total tax amount earned as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Timestamp when the price adjustment was last updated.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
{ "adjustmentAmount": "string", "adjustmentMethod": "string", "adjustmentType": "user", "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "isConsuming": true, "priceAdjustmentId": "123e4567-e89b-12d3-a456-426614174000", "totalChange": "string", "totalChangeTax": "string", "totalEarned": "string", "totalEarnedTax": "string", "triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000", "triggeringResourceType": "string", "updatedAt": "2025-01-01T00:00:00.000Z", "wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000" }
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
Method used to calculate the adjustment (e.g., fixed amount, percentage).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total change in tax amount caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Total tax amount earned as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- 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/price-adjustment/{priceAdjustmentId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"adjustmentAmount": "string",
"adjustmentMethod": "string",
"adjustmentType": "user",
"associatedResourceId": "123e4567-e89b-12d3-a456-426614174000",
"associatedResourceType": "string",
"description": "string",
"extensions": {},
"isActive": true,
"isConsuming": true,
"totalChange": "string",
"totalChangeTax": "string",
"totalEarned": "string",
"totalEarnedTax": "string",
"triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000",
"triggeringResourceType": "string",
"wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000",
"wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000",
"wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000"
}'Price Adjustment replaced successfully
Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method).
Method used to calculate the adjustment (e.g., fixed amount, percentage).
High-level type of price adjustment.
Identifier of the resource this adjustment is associated with.
Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate).
Timestamp when the price adjustment was created.
Canonical identifier for the price adjustment.
Total change in amount (excluding tax) caused by this adjustment, as a decimal string.
Total change in tax amount caused by this adjustment, as a decimal string.
Total amount earned (excluding tax) as a result of this adjustment, as a decimal string.
Total tax amount earned as a result of this adjustment, as a decimal string.
Identifier of the resource that triggered this adjustment, if applicable.
Timestamp when the price adjustment was last updated.
Associated wellness plan benefit, if applicable.
Associated wellness plan, if applicable.
{ "adjustmentAmount": "string", "adjustmentMethod": "string", "adjustmentType": "user", "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "isConsuming": true, "priceAdjustmentId": "123e4567-e89b-12d3-a456-426614174000", "totalChange": "string", "totalChangeTax": "string", "totalEarned": "string", "totalEarnedTax": "string", "triggeringResourceId": "123e4567-e89b-12d3-a456-426614174000", "triggeringResourceType": "string", "updatedAt": "2025-01-01T00:00:00.000Z", "wellnessPlanBenefitId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanId": "123e4567-e89b-12d3-a456-426614174000", "wellnessPlanMembershipId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/price-adjustment/{priceAdjustmentId}
- 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/price-adjustment/{priceAdjustmentId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'