/TaxLedger/Summary GET

Returns a Tax Ledger Summary for the authenticated User.

URL
/TaxLedger/Summary
Verb
GET

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string Optional The token acquired from a POST to Users/AccessToken.

Output

If the user credentials are not for an active user, you will recieve a 403 Forbidden and a Message Response indicating the reason

If the user credentials are for an active user, you will receive a 200 OK and the following data as serialized JSON

Parameter Data Type Valid Values Description
AccountBalance decimal decimal User's tax account balance.
AmountDue decimal decimal The amount of tax due for user.
LastPaymentAmount decimal decimal The user's last tax payment amount.
LastPaymentDate datetime datetime The user's last tax payment UTC date.