P45StarterDetails
- leavingType: stringFormat: date
Date requiredDate the employee left the previous employment, as shown on the P45.
- receivedType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- studentType: boolean
Loan Deductions Continue requiredWhether the P45 says student loan deductions should continue. A
truevalue still needs the employee to confirm their plan before PayrollKit can deduct. - taxType: "cumulative" or "week_1_month_1"enum
Basis requiredweek_1_month_1when the P45 marks the code as week 1/month 1; otherwisecumulative. - taxType: string
Code requiredTax code shown on the P45 at leaving, without spaces. Include an
SorCprefix when the P45 shows one. - typeconst:current_year_p45required
- partnerType: string
Source Id min length:1max length:200ID of a separate supporting record in the Partner's product.
- previousType: integer
Employment Pay Pence min:0max:999999999999Total pay to date shown on the P45. Required when
taxBasisiscumulative; omit it forweek_1_month_1. - previousType: integer
Employment Tax Pence min:-999999999999max:999999999999Total tax to date shown on the P45, negative when it shows a refund. Required when
taxBasisiscumulative; omit it forweek_1_month_1.