| Name / Description | Type / Format | Example | |
|---|---|---|---|
| statePensionAgeAutomatically calculated. | integerint32 | 0 | |
| address | Contract.Address  | {Contract.Address} | |
| maritalStatus | string | "Single""Married""Divorced""Widowed""CivilPartnership""Unknown" | |
| title | string | "string" | |
| firstName | string | "string" | |
| middleName | string | "string" | |
| lastName | string | "string" | |
| alternativeEmail | stringemail | "string" | |
| previousSurName | string | "string" | |
| email | string | "string" | |
| emailPayslipIf set to true then the employees Payslip will be sent by email when a PayRun is finalised. | boolean | true | |
| pdfPasswordSet the password to be used on PDFs. If blank then we'll create a password based on the PdfPasswordType property. | string | "string" | |
| pdfPasswordType | string | "InitialsAndDob""NiNumber""Custom" | |
| emailStatementOnly applicable to CIS Subcontractors. If set to true then we will automatically email a CIS Statement when a CIS300 is accepted. | boolean | true | |
| photoUrl | string | "string" | |
| telephone | string | "string" | |
| photoSasUrl | string | "string" | |
| mobile | string | "string" | |
| dateOfBirth | stringdate | "2025-10-31" | |
| gender | string | "Male""Female" | |
| niNumber | string | "string" | |
| passportNumber | string | "string" | |
| partnerDetails | Contract.PartnerDetails  | {Contract.PartnerDetails} | 
{
  "statePensionAge": 0,
  "address": {
    "line1": "string",
    "line2": "string",
    "line3": "string",
    "line4": "string",
    "line5": "string",
    "postCode": "string",
    "country": "England",
    "foreignCountry": "string"
  },
  "maritalStatus": "Single",
  "title": "string",
  "firstName": "string",
  "middleName": "string",
  "lastName": "string",
  "alternativeEmail": "string",
  "previousSurName": "string",
  "email": "string",
  "emailPayslip": true,
  "pdfPassword": "string",
  "pdfPasswordType": "InitialsAndDob",
  "emailStatement": true,
  "photoUrl": "string",
  "telephone": "string",
  "photoSasUrl": "string",
  "mobile": "string",
  "dateOfBirth": "2025-10-31",
  "gender": "Male",
  "niNumber": "string",
  "passportNumber": "string",
  "partnerDetails": {
    "firstName": "string",
    "initials": "string",
    "lastName": "string",
    "niNumber": "string"
  }
}- none -
- none -