GET api/Avalara/GetEstimatedTaxAmount?fee={fee}&studentProductId={studentProductId}®istrationId={registrationId}&extenstionId={extenstionId}&useOriginalAmount={useOriginalAmount}&requestFrom={requestFrom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fee | decimal number |
Required |
|
| studentProductId | integer |
Default value is 0 |
|
| registrationId | integer |
Default value is 0 |
|
| extenstionId | integer |
Default value is 0 |
|
| useOriginalAmount | boolean |
Default value is False |
|
| requestFrom | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
AvalaraTaxInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxAmount | decimal number |
None. |
|
| StudentOrderItemTaxInfoId | integer |
None. |
|
| ProductElementList | Collection of StudentProductElements |
None. |
|
| ErrorResponse | string |
None. |
|
| InvalidAddressMsg_Renewal | string |
None. |
|
| IsTaxExempted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"TaxAmount": 1.0,
"StudentOrderItemTaxInfoId": 2,
"ProductElementList": [
{
"StudentProductElementId": 1,
"ProductId": 2,
"StudentProductId": 3,
"ProductElementId": 4,
"ElementPrice": 5.0,
"YearAccess": 6,
"MonthAccess": 7,
"ElementTypeId": 8,
"ElementType": "sample string 9",
"GroupId": 10,
"FromDate": "2026-04-02T23:50:46.1033203-04:00",
"ToDate": "2026-04-02T23:50:46.1033203-04:00",
"Quantity": 11,
"ElementId": 12,
"ItemCode": "sample string 13",
"ElementTitle": "sample string 14",
"LineItemTaxAmount": 15.0,
"StudentOrderItemTaxInfoId": 16,
"DiscountPrice": 17.0,
"OrderItemTaxInfoId": 18
},
{
"StudentProductElementId": 1,
"ProductId": 2,
"StudentProductId": 3,
"ProductElementId": 4,
"ElementPrice": 5.0,
"YearAccess": 6,
"MonthAccess": 7,
"ElementTypeId": 8,
"ElementType": "sample string 9",
"GroupId": 10,
"FromDate": "2026-04-02T23:50:46.1033203-04:00",
"ToDate": "2026-04-02T23:50:46.1033203-04:00",
"Quantity": 11,
"ElementId": 12,
"ItemCode": "sample string 13",
"ElementTitle": "sample string 14",
"LineItemTaxAmount": 15.0,
"StudentOrderItemTaxInfoId": 16,
"DiscountPrice": 17.0,
"OrderItemTaxInfoId": 18
}
],
"ErrorResponse": "sample string 3",
"InvalidAddressMsg_Renewal": "sample string 4",
"IsTaxExempted": true
}