W4 Submissions (2020+)

This is the JSON response for W4 submission from 2020 or later.

NOTE: the Federal Government change the format of the W4 form in 2020. To view the response from W4 submissions before 2020, see W4 Submissions Pre-2020.

// Response for Submissions
{
  "_links": {
    "self": {
      "href": "/api/submissions/40"
    },
    "employee": {
      "href": "/api/employees/10"
    }
  },
  "id": 40,
  "employee_id": 10,
  "status": "accepted",
  "document_name": "W4 (2021)",
  "tags": [
  ],
  "audit_logs": [],
  "document_id": "w4",
  "submitted_at": "2021-02-11T11:59:23-07:00",
  "auth_rep_rejected": false,
  "rejection_reason": null,
  "status_changed_by": "Delia Leonard",
  "status_changed_at": "2021-02-11T12:00:29-07:00",
  "is_current_submission_of_assignment": true,
  "uploaded_by_full_name": "Dave Smith",
  "countersignable": false,
  "countersigned": false,
  "confirmed_ok_at": null,
  "files": [
    "/api/submissions/40/file"
  ],
  "fields": [
    {
      "id": "doc_w4_filing_status",
      "field_type": "DropdownField",
      "label": "Filing Status (W4 (2021))",
      "value": "Single or Married filing separately"
    },
    {
      "id":"doc_w4_two_jobs_similar_pay",
      "field_type":"CheckboxField",
      "label":"Is the pay similar for both jobs? (W4 (2021))",
      "value":true
    },
    {
      "id": "doc_w4_qualifying_children",
      "field_type": "NumberField",
      "label": "Qualifying Children (W4 (2021))",
      "value": "2"
    },
    {
      "id": "doc_w4_other_dependents",
      "field_type": "NumberField",
      "label": "Other Dependents (W4 (2021))",
      "value": "1"
    },
    {
      "id": "doc_w4_total_dependents_withholding",
      "field_type": "NumberField",
      "label": "Total Dependents Withholding (W4 (2021))",
      "value": "4500"
    },
    {
      "id": "doc_w4_other_income",
      "field_type": "NumberField",
      "label": "Other Income (W4 (2021))",
      "value": "12345"
    },
    {
      "id": "doc_w4_deductions",
      "field_type": "NumberField",
      "label": "Deductions (W4 (2021))",
      "value": "111"
    },
    {
      "id": "doc_w4_extra_withholding",
      "field_type": "NumberField",
      "label": "Extra Withholding (W4 (2021))",
      "value": "444"
    },
    {
      "id": "doc_w4_exempt_status",
      "field_type": "TextField",
      "label": "Exempt Status (W4 (2021))",
      "value": null
    },
    {
      "id": "doc_w4_first_name_and_initial",
      "field_type": "TextField",
      "label": "First Name and Initial (W4 (2021))",
      "value": "Dave W"
    },
    {
      "id": "doc_w4_last_name",
      "field_type": "TextField",
      "label": "Last Name (W4 (2021))",
      "value": "Smith"
    },
    {
      "id": "doc_w4_ssn",
      "field_type": "TextField",
      "label": "SSN (W4 (2021))",
      "value": "123-45-6789"
    },
    {
      "id": "doc_w4_address_street",
      "field_type": "TextField",
      "label": "Address - Street (W4 (2021))",
      "value": "111 Maple St."
    },
    {
      "id": "doc_w4_address_apt",
      "field_type": "TextField",
      "label": "Address - Apt (W4 (2021))",
      "value": null
    },
    {
      "id": "doc_w4_address_city_state_zip",
      "field_type": "TextField",
      "label": "Address - City State Zip (W4 (2021))",
      "value": "Boulder, CO 80301"
    },
    {
      "id": "doc_w4_last_name_differs_from_ss_card",
      "field_type": "CheckboxField",
      "label": "Last Name Differs from Social Security Card (W4 (2021))",
      "value": false
    }
  ]
}