{
"pagination": {
"count": 14,
"limit": 25,
"offset": 75,
"total_count": 89
},
"payroll_submissions": [
{
"id": "95a0e70b-fe02-4f47-aef9-2efff279df71",
"account_id": "e920bcba-85bb-4a8d-9ce2-0b29e5217e4d",
"entry_id": "f630296a-3046-46ea-86e5-689f08085f1b",
"created_at": "2019-05-17T00:00:00.000Z",
"document_external_id": null,
"document_filename": null,
"employment_information": {
"employer_name": "Acme Ltd",
"leave_date": "2019-05-17T00:00:00.000Z",
"role": "Software Engineer",
"start_date": "2019-05-17T00:00:00.000Z",
"status": "Active",
"type": "Full-time"
},
"identity_information": {
"NI_number": "AB123456C",
"address": {
"city": "London",
"country": "United Kingdom",
"county": "Greater London",
"post_code": "SW1A 1AA",
"street": "123 Main Street"
},
"date_of_birth": "2019-05-17T00:00:00.000Z",
"email": "john.smith@company.com",
"name": "John Smith",
"phone": 447123456789
},
"income_information": {
"deductions": {
"employee_ni": 200,
"employee_pension": 300,
"income_tax": 500,
"total_deductions": 1000
},
"earnings": {
"base_salary": 3000,
"bonus": 500,
"gross_pay": 3500,
"net_pay": 2500
},
"pay_date": "2019-05-17T00:00:00.000Z",
"pay_frequency": "Monthly",
"pay_interval_end": "2019-05-17T00:00:00.000Z",
"pay_interval_start": "2019-05-17T00:00:00.000Z"
}
}
]
}