v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Get a tax package

get/tax_packages/{id}

Path parameters

idstring required

ID of the tax package to get

Response

200

idstring
companystring
statusstring
succeeded_atstring
{"stackTrail":"paths:/tax_packages/{id}:get:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}
created_atstring

Example response

{
  "id": "tax_pkg_abc123",
  "company": "com_789",
  "status": "succeeded",
  "contents": {
    "employee_tax_statements": [
      "ets_123"
    ]
  },
  "result": {
    "url": "https://api.check.com/tax_packages/tax_pkg_abc123/download/"
  },
  "succeeded_at": "2024-01-15T12:05:00Z",
  "created_at": "2024-01-15T12:00:00Z"
}