{
"availability_check": {
"national_registration_number": "string",
"date_of_birth": "2019-08-24",
"given_name": "string",
"family_name": "string",
"email_address": "user@example.com",
"phone_number": "string",
"postal_code": "string",
"currency": "GBP"
}
}curl --location '/deductions/availability/full' \
--header 'Content-Type: application/json' \
--data-raw '{
"availability_check": {
"national_registration_number": "string",
"date_of_birth": "2019-08-24",
"given_name": "string",
"family_name": "string",
"email_address": "user@example.com",
"phone_number": "string",
"postal_code": "string",
"currency": "GBP"
}
}'{
"availability_check": {
"availability_status": "confirmed",
"currency": "GBP",
"employments": [
{
"employment": {
"employee_id": "be924a6e-e15e-408c-b986-039029a4d787",
"start_date": "2025-12-18T12:55:05.702Z",
"currency": "ALL",
"employer": {
"salary_deduction_opt_in_status": "pending",
"name": "Alice Brooke",
"sic_code": "64",
"industry_name": "Financial Services",
"id": "alice.brooke@example.net"
},
"payrolls": [
{
"payroll": {
"id": "458ab811-84f0-4c8c-b29f-c57e27b8b28d",
"employment_status": "unknown",
"contract_type": "part_time",
"payment_run_frequency": "unknown",
"annualised_salary": 266100,
"pay_dates": [
{
"pay_date": "2026-05-28",
"payroll_cutoff_date": "2026-05-20",
"pay_period": "5"
},
{
"pay_date": "2026-06-28",
"payroll_cutoff_date": "2026-06-20",
"pay_period": "6"
},
{
"pay_date": "2025-07-28",
"payroll_cutoff_date": "2026-07-20",
"pay_period": "7"
}
]
}
}
]
}
}
]
}
}