The setup object

Represents a company's setups on Check

The setup object captures important information for a company's setup on Check.

{
  "id": "ese_NEgjqOcAv7wSgYCfLzI5",
  "company": "com_KKVEd7FBm3MigJH02s7d",
  "created_at": "2024-09-03T20:04:45.026017Z",  
  "submitted_at": "2024-09-03T20:04:45.030161Z",
  "completed_at": null,
  "closed_at": null,
  "profile": {
    "previous_payroll_provider": "quickbooks_online",
    "first_payroll": null,
    "first_payroll_of_year": null,
    "employee_count": 10,
    "contractor_count": 2
  },
  "setup_due": "2024-09-24T21:00:00Z",
  "phases": [
    {
      "name": "preliminary_review",
      "completed_at": "2024-09-05T18:21:42.339383Z"
    },
    {
      "name": "team_setup",
      "completed_at": null
    },
    {
      "name": "final_steps",
      "completed_at": null
    }
  ]
}