GET auxiliary/statetaxline
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StateTaxLine| Name | Description | Type | Additional information |
|---|---|---|---|
| State | string |
None. |
|
| StateAbbreviation | string |
None. |
|
| Rate | decimal number |
None. |
|
| Fee | decimal number |
None. |
|
| Surplus | decimal number |
None. |
|
| DateLastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"State": "sample string 1",
"StateAbbreviation": "sample string 2",
"Rate": 1.0,
"Fee": 1.0,
"Surplus": 1.0,
"DateLastModified": "2026-06-03T07:52:54.1817089-04:00"
},
{
"State": "sample string 1",
"StateAbbreviation": "sample string 2",
"Rate": 1.0,
"Fee": 1.0,
"Surplus": 1.0,
"DateLastModified": "2026-06-03T07:52:54.1817089-04:00"
}
]