Calculate Tax due

Get
/engine/tax

Calculates tax amount due, given the values specified.
You would never need to use this API call. It is provided just for information and testing purposes.
Access is limited so you'll probably receive a 401 response if you try to use it.

Store values

Parameters

string
If not provided then current tax year will be used. (optional)
string
If not provided then the default code for the tax year will be used. (optional)
number
The gross amount for which tax should be calculated. (optional)
string
(optional)
string
(optional)
string
The PayPeriod (Weekly, Monthly, etc) (optional)
integer
The period that this payment is being made for (optional)
boolean
If set to true then tax will be calculated in a Week1/Month1 basis (optional)
number
Gross pay to date (optional)
number
Tax paid to date (optional)
Try it

Possible Responses

200 Success number application/json