Queries
Information about standard queries to aid in integration
Endpoint | Description | Method | Query Parameters |
---|---|---|---|
/v1.0/alternative-calculations | Alternative calculations available as jurisdiction overrides in some locations. | GET | $filter, $skip, $top, payDate |
/v1.0/calculation-methods | List of calculation methods and supplemental methods related to taxing scenarios. | GET | $filter, $skip, $top, payDate |
/v1.0/compensation-identifiers | Vertex-defined compensation identifiers, representing a category of compensation. | GET | $filter, $skip, $top, payDate |
/v1.0/compensation-applicabilities | Applicability of a compensation identifier in a particular tax usage. | GET | $filter, $skip, $top, payDate |
/v1.0/deduction-identifiers | Vertex-defined deduction categories. | GET | $filter, $skip, $top, payDate |
/v1.0/deduction-applicabilities | The applicability of a deduction identifier at a particular GeoCode or school district, for a particular type of payroll tax. | GET | $filter, $skip, $top, payDate payDate will be considered as today's date if it is not passed. |
/v1.0/filing-statuses | Filing statuses available in particular taxing scenarios. | GET | $filter, $skip, $top, payDate |
/v1.0/forms | Form and form fields in particular taxing scenarios. | GET | $filter, $skip, $top, payDate |
/v1.0/jits | Jurisdiction Interaction Treatments (JIT). | GET | $filter, $skip, $top, payDate |
/v1.0/psds | Political Sub Division codes. | GET | $filter, $skip, $top, payDate |
/v1.0/canadian-withholding-exempts | Amount of income that is exempt from tax for either Canadian federal or provincial. | GET | $filter, $skip, $top, payDate |
/v1.0/tax-identifiers | Vertex-defined tax identifiers, representing a category of payroll tax. | GET | $filter, $skip, $top, payDate |
/v1.0/tax-identifiers/{id} | A specific tax identifier, representing a category of payroll tax. | GET | $filter, $skip, $top, payDate |
/v1.0/tax-records | Descriptions of tax records, representing a type of tax at a particular taxing location. | GET | $filter, $skip, $top, payDate |
Updated 3 months ago