GET api/Avalara/GetTaxForRenewalProduct?subscriptionFee={subscriptionFee}&registrationId={registrationId}&isSubmit={isSubmit}&studentProductId={studentProductId}&extenstionId={extenstionId}&feeAdj={feeAdj}&requestFrom={requestFrom}&subscriptionId={subscriptionId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriptionFee

decimal number

Required

registrationId

integer

Required

isSubmit

boolean

Required

studentProductId

integer

Required

extenstionId

integer

Default value is 0

feeAdj

decimal number

Default value is 0

requestFrom

string

Default value is

subscriptionId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

AvalaraTaxInfo
NameDescriptionTypeAdditional 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
}