# Misc: Return all calc types and non-billable taxes

Source: https://developer.avalara.com/products/communications/integration-guides/communications-integration/bmv5572052322392/

Guide: Communications

# Misc: Return all calc types and non-billable taxes

This example shows how to use AFC to return all the documented "calc" types including non-billable taxes. This example includes 6 lines on a single invoice. In this example:

-   Customer type is `0` (Residential)

-   Return non-billable flag (`retnb`) is enabled

-   Line 1 T/S pair is `13/6` (Cellular/Access Charge)

-   Line 2 T/S pair is `1/1` (Interstate/Toll)

-   Line 3 T/S pair is `7/21` (Local/Lines)

-   Line 4 T/S pair is `16/8` (Cable Television/Install)

-   Line 5 T/S pair is `7/40` (Local/Centrex/DID Extension)

-   Line 6 T/S pair is `3/687` (Other/Admissions)

## Request

**View example**:

```
curl --location --request POST 'https://communicationsua.avalara.net/api/v2/afc/CalcTaxes' \
--header 'client_id: 787' \
--header 'client_profile_id;' \
--header 'Authorization: Basic {Base64-encoded credentials}' \
--header 'Content-Type: application/json' \
--data-raw '{ // Author Ryan Robinson
   // Change Log Withers refining request to return non billable items
    "cfg": {"retnb": true,  // false will suppress non billable txs and is also the service default"incrf": true,  // returns PCode used in the Calc"retext": true  // returns reporting information for platforms who want to store reporting detail locally
    },
    "cmpn": {"bscl": 0,"svcl": 0,"fclt": false,"frch": false,"reg": false
    },
    "inv": [{    "doc": "TEST CALCULATION TYPES AVA",    "cmmt": false,    "bill": {
"ctry": "USA"    },    "cust": 0,    "lfln": false,    "date": "2022-04-21",    "itms": [
{
    "ref": "CalcType 2: Fixed",
    "bill": {"int": true,"geo": false,"ctry": "USA","st": "MN","cnty": "St Louis","city": "Duluth","zip": "55701"
    },
    "chg": 100,
    "line": 0,
    "sale": 1,
    "incl": false,
    "tran": 13,
    "serv": 6,
    "dbt": false,
    "adj": false
},
{
    "ref": "CalcType 3: PerMinute",
    "bill": {"int": true,"geo": false,"ctry": "USA","st": "AR","cnty": "Pulaski","city": "Little Rock","zip": "72201"
    },
    "chg": 100,
    "min": 1000,
    "line": 0,
    "sale": 1,
    "incl": false,
    "tran": 1,
    "serv": 1,
    "dbt": false,
    "adj": false
},
{
    "ref": "CalcType 4: PerLine",
    "bill": {"int": true,"geo": false,"ctry": "USA","st": "AK","cnty": "Fairbanks North Star","city": "Moose Creek","zip": "99701"
    },
    "chg": 0,
    "line": 500,
    "sale": 1,
    "incl": false,
    "tran": 7,
    "serv": 21,
    "dbt": false,
    "adj": false
},
{
    "ref": "CalcType 5: SelfTaxingRate",
    "bill": {"int": true,"geo": false,"ctry": "USA","st": "AZ","cnty": "Pima","city": "Tucson","zip": "85701"
    },
    "chg": 100,
    "line": 0,
    "sale": 1,
    "incl": false,
    "tran": 16,
    "serv": 8,
    "dbt": false,
    "adj": false
},
{
    "ref": "CalcType 4 and 6: PerLine and PerBracket",
    "bill": {"int": true,"geo": false,"ctry": "USA","st": "IL","cnty": "Cook","city": "Chicago","zip": "60290"
    },
    "chg": 0,
    "line": 50,
    "sale": 1,
    "incl": false,
    "tran": 7,
    "serv": 40,
    "dbt": false,
    "adj": false
},
{
    "ref": "CalcType 7: FixedOnTier",
    "bill": {"int": true,"geo": false,"ctry": "USA","st": "CA","cnty": "Los Angeles","city": "Pasadena Rose Bowl","zip": "91103"
    },
    "chg": 100,
    "line": 0,
    "sale": 1,
    "incl": false,
    "tran": 3,
    "serv": 687,
    "dbt": false,
    "adj": false
}    ],    "invm": true,    "dtl": false,    "summ": true}
    ]
}'
```

## Response

**View example**:

```
{
    "inv": [{    "doc": "TEST CALCULATION TYPES AVA",    "itms": [
{
    "ref": "CalcType 2: Fixed",
    "txs": [{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 2,    "cat": "E-911 CHARGES",    "cid": 7,    "name": "E911 (Wireless)",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 1868000,    "taxpcd": 1956400,    "rate": 0.8,    "sur": false,    "tax": 0.8,    "lvl": 1,    "tid": 44,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 2,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Telecom Relay Surcharge",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 1868000,    "taxpcd": 1956400,    "rate": 0.06,    "sur": true,    "tax": 0.06,    "lvl": 1,    "tid": 23,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 108.8423,    "calc": 1,    "cat": "SALES AND USE TAXES",    "cid": 1,    "name": "Transit Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 1956400,    "taxpcd": 1956400,    "rate": 0.005,    "sur": false,    "tax": 0.5442115,    "lvl": 2,    "tid": 33,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 108.8423,    "calc": 1,    "cat": "SALES AND USE TAXES",    "cid": 1,    "name": "Sales Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 1956400,    "taxpcd": 1956400,    "rate": 0.015,    "sur": false,    "tax": 1.6326345,    "lvl": 3,    "tid": 1,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 108.8423,    "calc": 1,    "cat": "SALES AND USE TAXES",    "cid": 1,    "name": "Sales Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 1956400,    "taxpcd": 1956400,    "rate": 0.06875,    "sur": false,    "tax": 7.48290813,    "lvl": 1,    "tid": 1,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 37.1,    "calc": 1,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Fed USF Cellular",    "exm": 62.9,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 1956400,    "rate": 0.238,    "sur": false,    "tax": 8.8298,    "lvl": 0,    "tid": 55,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 100.0,    "calc": 2,    "cat": "REGULATORY CHARGES",    "cid": 6,    "name": "FCC Regulatory Fee (Wireless)",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 1956400,    "rate": 0.0125,    "sur": false,    "tax": 0.0125,    "lvl": 0,    "tid": 170,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": false,    "cmpl": true,    "tm": 37.1,    "calc": 1,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Telecommunications Relay Surcharge (Cellular)",    "exm": 62.9,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 1956400,    "rate": 0.01331,    "sur": false,    "tax": 0.493801,    "lvl": 0,    "tid": 232,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0},{    "bill": false,    "cmpl": true,    "tm": 100.0,    "calc": 1,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Telecom Relay Surcharge IP CTS (Cellular)",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 1956400,    "rate": 0.00831,    "sur": false,    "tax": 0.831,    "lvl": 0,    "tid": 586,    "usexm": false,    "notax": false,    "trans": 13,    "svc": 6,    "chg": 100.0}
    ]
},
{
    "ref": "CalcType 3: PerMinute",
    "txs": [{    "bill": true,    "cmpl": true,    "tm": 124.2,    "calc": 1,    "cat": "BUSINESS TAXES",    "cid": 2,    "name": "Franchise Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 232500,    "taxpcd": 232500,    "rate": 0.0732,    "sur": false,    "tax": 9.09144,    "lvl": 3,    "tid": 29,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 3,    "cat": "BUSINESS TAXES",    "cid": 2,    "name": "License Tax",    "exm": 0.0,    "lns": 0,    "min": 1000.0,    "pcd": 232500,    "taxpcd": 232500,    "rate": 0.004,    "sur": false,    "tax": 4.0,    "lvl": 3,    "tid": 8,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 133.29144,    "calc": 1,    "cat": "SALES AND USE TAXES",    "cid": 1,    "name": "Sales Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 232500,    "taxpcd": 232500,    "rate": 0.01125,    "sur": false,    "tax": 1.4995287,    "lvl": 3,    "tid": 1,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 133.29144,    "calc": 1,    "cat": "SALES AND USE TAXES",    "cid": 1,    "name": "Sales Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 232500,    "taxpcd": 232500,    "rate": 0.01,    "sur": false,    "tax": 1.3329144,    "lvl": 2,    "tid": 1,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 133.29144,    "calc": 1,    "cat": "SALES AND USE TAXES",    "cid": 1,    "name": "Sales Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 232500,    "taxpcd": 232500,    "rate": 0.065,    "sur": false,    "tax": 8.6639436,    "lvl": 1,    "tid": 1,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 100.0,    "calc": 1,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Fed Universal Service Fund",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 232500,    "rate": 0.238,    "sur": false,    "tax": 23.8,    "lvl": 0,    "tid": 18,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": false,    "cmpl": true,    "tm": 100.0,    "calc": 1,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Telecom Relay Surcharge",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 232500,    "rate": 0.01331,    "sur": false,    "tax": 1.331,    "lvl": 0,    "tid": 23,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 100.0,    "calc": 1,    "cat": "REGULATORY CHARGES",    "cid": 6,    "name": "FCC Regulatory Fee (Wireline)",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 232500,    "rate": 0.004,    "sur": false,    "tax": 0.4,    "lvl": 0,    "tid": 169,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0},{    "bill": false,    "cmpl": true,    "tm": 100.0,    "calc": 1,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Telecom Relay Surcharge IP CTS",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 0,    "taxpcd": 232500,    "rate": 0.00831,    "sur": false,    "tax": 0.831,    "lvl": 0,    "tid": 585,    "usexm": false,    "notax": false,    "trans": 1,    "svc": 1,    "chg": 100.0}
    ]
},
{
    "ref": "CalcType 4: PerLine",
    "txs": [{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 4,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "Telecom Relay Surcharge",    "exm": 0.0,    "lns": 500,    "min": 0.0,    "pcd": 89900,    "taxpcd": 92100,    "rate": 0.01,    "sur": true,    "tax": 5.0,    "lvl": 1,    "tid": 23,    "usexm": false,    "notax": false,    "trans": 7,    "svc": 21,    "chg": 0.0},{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 4,    "cat": "E-911 CHARGES",    "cid": 7,    "name": "E-911",    "exm": 0.0,    "lns": 100,    "min": 0.0,    "pcd": 92100,    "taxpcd": 92100,    "rate": 1.0,    "sur": false,    "tax": 100.0,    "lvl": 2,    "tid": 10,    "usexm": false,    "notax": false,    "trans": 7,    "svc": 21,    "chg": 0.0},{    "bill": true,    "cmpl": true,    "tm": 5.0,    "calc": 1,    "cat": "EXCISE TAXES",    "cid": 4,    "name": "Federal Excise Tax",    "exm": 0.0,    "lns": 500,    "min": 0.0,    "pcd": 0,    "taxpcd": 92100,    "rate": 0.03,    "sur": false,    "tax": 0.15,    "lvl": 0,    "tid": 6,    "usexm": false,    "notax": false,    "trans": 7,    "svc": 21,    "chg": 0.0}
    ]
},
{
    "ref": "CalcType 5: SelfTaxingRate",
    "txs": [{    "bill": true,    "cmpl": true,    "tm": 100.0,    "calc": 1,    "cat": "CABLE REGULATORY FEES",    "cid": 11,    "name": "Franchise Tax (Cable)",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 150300,    "taxpcd": 150300,    "rate": 0.05,    "sur": false,    "tax": 5.0,    "lvl": 3,    "tid": 73,    "usexm": false,    "notax": false,    "trans": 16,    "svc": 8,    "chg": 100.0},{    "bill": true,    "cmpl": true,    "tm": 105.26315789,    "calc": 5,    "cat": "CABLE REGULATORY FEES",    "cid": 11,    "name": "Franchise Tax (Cable)",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 150000,    "taxpcd": 150300,    "rate": 0.05,    "sur": false,    "tax": 5.26315789,    "lvl": 2,    "tid": 73,    "usexm": false,    "notax": false,    "trans": 16,    "svc": 8,    "chg": 100.0}
    ]
},
{
    "ref": "CalcType 4 and 6: PerLine and PerBracket",
    "txs": [{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 6,    "cat": "E-911 CHARGES",    "cid": 7,    "name": "E911 (Centrex)",    "exm": 0.0,    "lns": 50,    "min": 0.0,    "pcd": 819900,    "taxpcd": 819900,    "rate": 150.0,    "sur": false,    "tax": 150.0,    "lvl": 3,    "tid": 92,    "usexm": false,    "notax": false,    "trans": 7,    "svc": 40,    "chg": 0.0},{    "bill": true,    "cmpl": true,    "tm": 0.0,    "calc": 4,    "cat": "CONNECTIVITY CHARGES",    "cid": 5,    "name": "TRS (Centrex)",    "exm": 0.0,    "lns": 50,    "min": 0.0,    "pcd": 797600,    "taxpcd": 819900,    "rate": 0.004,    "sur": true,    "tax": 0.2,    "lvl": 1,    "tid": 89,    "usexm": false,    "notax": false,    "trans": 7,    "svc": 40,    "chg": 0.0},{    "bill": true,    "cmpl": true,    "tm": 0.2,    "calc": 1,    "cat": "EXCISE TAXES",    "cid": 4,    "name": "Federal Excise Tax",    "exm": 0.0,    "lns": 50,    "min": 0.0,    "pcd": 0,    "taxpcd": 819900,    "rate": 0.03,    "sur": false,    "tax": 0.006,    "lvl": 0,    "tid": 6,    "usexm": false,    "notax": false,    "trans": 7,    "svc": 40,    "chg": 0.0}
    ]
},
{
    "ref": "CalcType 7: FixedOnTier",
    "txs": [{    "bill": true,    "cmpl": true,    "tm": 100.0,    "calc": 7,    "cat": "GROSS RECEIPTS TAXES",    "cid": 3,    "name": "Amusement Tax",    "exm": 0.0,    "lns": 0,    "min": 0.0,    "pcd": 316301,    "taxpcd": 316301,    "rate": 0.5,    "sur": false,    "tax": 0.5,    "lvl": 3,    "tid": 557,    "usexm": false,    "notax": false,    "trans": 3,    "svc": 687,    "chg": 100.0}
    ]
}    ],    "summ": [
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 0.0,
    "calc": 2,
    "cat": "E-911 CHARGES",
    "cid": 7,
    "name": "E911 (Wireless)",
    "exm": 0.0,
    "lns": 0,
    "pcd": 1868000,
    "rate": 0.8,
    "sur": false,
    "tax": 0.8,
    "lvl": 1,
    "tid": 44
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 0.0,
    "calc": 2,
    "cat": "CONNECTIVITY CHARGES",
    "cid": 5,
    "name": "Telecom Relay Surcharge",
    "exm": 0.0,
    "lns": 0,
    "pcd": 1868000,
    "rate": 0.06,
    "sur": false,
    "tax": 0.06,
    "lvl": 1,
    "tid": 23
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 108.8423,
    "calc": 1,
    "cat": "SALES AND USE TAXES",
    "cid": 1,
    "name": "Transit Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 1956400,
    "rate": 0.005,
    "sur": false,
    "tax": 0.5442115,
    "lvl": 2,
    "tid": 33
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 108.8423,
    "calc": 1,
    "cat": "SALES AND USE TAXES",
    "cid": 1,
    "name": "Sales Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 1956400,
    "rate": 0.015,
    "sur": false,
    "tax": 1.6326345,
    "lvl": 3,
    "tid": 1
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 108.8423,
    "calc": 1,
    "cat": "SALES AND USE TAXES",
    "cid": 1,
    "name": "Sales Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 1956400,
    "rate": 0.06875,
    "sur": false,
    "tax": 7.48290813,
    "lvl": 1,
    "tid": 1
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 37.1,
    "calc": 1,
    "cat": "CONNECTIVITY CHARGES",
    "cid": 5,
    "name": "Fed USF Cellular",
    "exm": 62.9,
    "lns": 0,
    "pcd": 0,
    "rate": 0.238,
    "sur": false,
    "tax": 8.8298,
    "lvl": 0,
    "tid": 55
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 100.0,
    "calc": 2,
    "cat": "REGULATORY CHARGES",
    "cid": 6,
    "name": "FCC Regulatory Fee (Wireless)",
    "exm": 0.0,
    "lns": 0,
    "pcd": 0,
    "rate": 0.0125,
    "sur": false,
    "tax": 0.0125,
    "lvl": 0,
    "tid": 170
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 124.2,
    "calc": 1,
    "cat": "BUSINESS TAXES",
    "cid": 2,
    "name": "Franchise Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 232500,
    "rate": 0.0732,
    "sur": false,
    "tax": 9.09144,
    "lvl": 3,
    "tid": 29
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 0.0,
    "calc": 3,
    "cat": "BUSINESS TAXES",
    "cid": 2,
    "name": "License Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 232500,
    "rate": 0.004,
    "sur": false,
    "tax": 4.0,
    "lvl": 3,
    "tid": 8
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 133.29144,
    "calc": 1,
    "cat": "SALES AND USE TAXES",
    "cid": 1,
    "name": "Sales Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 232500,
    "rate": 0.01125,
    "sur": false,
    "tax": 1.4995287,
    "lvl": 3,
    "tid": 1
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 133.29144,
    "calc": 1,
    "cat": "SALES AND USE TAXES",
    "cid": 1,
    "name": "Sales Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 232500,
    "rate": 0.01,
    "sur": false,
    "tax": 1.3329144,
    "lvl": 2,
    "tid": 1
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 133.29144,
    "calc": 1,
    "cat": "SALES AND USE TAXES",
    "cid": 1,
    "name": "Sales Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 232500,
    "rate": 0.065,
    "sur": false,
    "tax": 8.6639436,
    "lvl": 1,
    "tid": 1
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 100.0,
    "calc": 1,
    "cat": "CONNECTIVITY CHARGES",
    "cid": 5,
    "name": "Fed Universal Service Fund",
    "exm": 0.0,
    "lns": 0,
    "pcd": 0,
    "rate": 0.238,
    "sur": false,
    "tax": 23.8,
    "lvl": 0,
    "tid": 18
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 100.0,
    "calc": 1,
    "cat": "REGULATORY CHARGES",
    "cid": 6,
    "name": "FCC Regulatory Fee (Wireline)",
    "exm": 0.0,
    "lns": 0,
    "pcd": 0,
    "rate": 0.004,
    "sur": false,
    "tax": 0.4,
    "lvl": 0,
    "tid": 169
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 0.0,
    "calc": 4,
    "cat": "CONNECTIVITY CHARGES",
    "cid": 5,
    "name": "Telecom Relay Surcharge",
    "exm": 0.0,
    "lns": 500,
    "pcd": 89900,
    "rate": 0.01,
    "sur": false,
    "tax": 5.0,
    "lvl": 1,
    "tid": 23
},
{
    "max": 100.0,
    "min": 0.0,
    "tchg": 0.0,
    "calc": 4,
    "cat": "E-911 CHARGES",
    "cid": 7,
    "name": "E-911",
    "exm": 0.0,
    "lns": 100,
    "pcd": 92100,
    "rate": 1.0,
    "sur": false,
    "tax": 100.0,
    "lvl": 2,
    "tid": 10
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 5.2,
    "calc": 1,
    "cat": "EXCISE TAXES",
    "cid": 4,
    "name": "Federal Excise Tax",
    "exm": 0.0,
    "lns": 550,
    "pcd": 0,
    "rate": 0.03,
    "sur": false,
    "tax": 0.156,
    "lvl": 0,
    "tid": 6
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 100.0,
    "calc": 1,
    "cat": "CABLE REGULATORY FEES",
    "cid": 11,
    "name": "Franchise Tax (Cable)",
    "exm": 0.0,
    "lns": 0,
    "pcd": 150300,
    "rate": 0.05,
    "sur": false,
    "tax": 5.0,
    "lvl": 3,
    "tid": 73
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 105.26315789,
    "calc": 5,
    "cat": "CABLE REGULATORY FEES",
    "cid": 11,
    "name": "Franchise Tax (Cable)",
    "exm": 0.0,
    "lns": 0,
    "pcd": 150000,
    "rate": 0.05,
    "sur": false,
    "tax": 5.26315789,
    "lvl": 2,
    "tid": 73
},
{
    "max": 57.0,
    "min": 48.0,
    "tchg": 0.0,
    "calc": 6,
    "cat": "E-911 CHARGES",
    "cid": 7,
    "name": "E911 (Centrex)",
    "exm": 0.0,
    "lns": 50,
    "pcd": 819900,
    "rate": 150.0,
    "sur": false,
    "tax": 150.0,
    "lvl": 3,
    "tid": 92
},
{
    "max": 2147483647.0,
    "min": 0.0,
    "tchg": 0.0,
    "calc": 4,
    "cat": "CONNECTIVITY CHARGES",
    "cid": 5,
    "name": "TRS (Centrex)",
    "exm": 0.0,
    "lns": 50,
    "pcd": 797600,
    "rate": 0.004,
    "sur": false,
    "tax": 0.2,
    "lvl": 1,
    "tid": 89
},
{
    "max": 2147483647.0,
    "min": 10.0,
    "tchg": 100.0,
    "calc": 7,
    "cat": "GROSS RECEIPTS TAXES",
    "cid": 3,
    "name": "Amusement Tax",
    "exm": 0.0,
    "lns": 0,
    "pcd": 316301,
    "rate": 0.5,
    "sur": false,
    "tax": 0.5,
    "lvl": 3,
    "tid": 557
}    ],    "incrf": {}}
    ]
}
```