Account Tax Lines
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
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
Example:
"end_usr_1234567abcdefg"
Response
200 - application/json
Returns a list of account tax lines.
The type of object. This value is always "list"
.
Allowed value:
"list"
Example:
"list"
The endpoint URL where this list can be accessed.
Example:
"/v1/quickbooks-desktop/account-tax-lines"
The array of account tax lines.