POST auxiliary/statetaxline
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:53.796498-04:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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:52:53.796498-04:00"
}