EmploymentsList
Properties
| Name | Type | Description |
|---|---|---|
| employments | array of EmploymentListItem | |
| customEmployments | array of EmploymentListItem |
JSON Example
{
"employments": [
{
"employmentId": "...",
"employerName": "...",
"dateIgnored": "..."
}
],
"customEmployments": [
{
"employmentId": "...",
"employerName": "...",
"dateIgnored": "..."
}
]
}