API Docs / Schemas / EmploymentsList

EmploymentsList

Properties

Name Type Description
employmentsarray of EmploymentListItem
customEmploymentsarray of EmploymentListItem

JSON Example

{
  "employments": [
    {
      "employmentId": "...",
      "employerName": "...",
      "dateIgnored": "..."
    }
  ],
  "customEmployments": [
    {
      "employmentId": "...",
      "employerName": "...",
      "dateIgnored": "..."
    }
  ]
}

Contained in Schemas