GET auxiliary/statetaxline/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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:53:31.7694905-04:00"
}