List all account tax lines
Returns a list of account tax lines.
NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no cursor parameter. Users typically have few account tax lines.
get/quickbooks-desktop/account-tax-lines
Headers
Conductor-End-User-Idstring required
The ID of the End-User to receive this request.
Example:end_usr_1234567abcdefg
The ID of the End-User to receive this request.
Response
Returns a list of account tax lines.
Example response
{
"objectType": "list",
"url": "/v1/quickbooks-desktop/account-tax-lines",
"data": [
{
"taxLineId": 123,
"taxLineName": "State Sales Tax"
}
]
}