{
"appLevyOpeningBalances": {
"apprenticeshipLevy": "double",
"apprenticeshipLevyAllowance": "double",
"date": "string",
"nationalInsuranceEligibleEarnings": "double",
"netApprenticeshipLevy": "double",
"taxMonth": "string"
},
"appLevyReportMonths": [
{
"apprenticeshipLevy": "double",
"apprenticeshipLevyAllowance": "double",
"date": "string",
"nationalInsuranceEligibleEarnings": "double",
"netApprenticeshipLevy": "double",
"taxMonth": "string"
}
],
"appLevyReportQuarters": [
{
"apprenticeshipLevy": "double",
"apprenticeshipLevyAllowance": "double",
"date": "string",
"nationalInsuranceEligibleEarnings": "double",
"netApprenticeshipLevy": "double",
"taxMonth": "string"
}
],
"appLevyReportTotals": {
"apprenticeshipLevy": "double",
"apprenticeshipLevyAllowance": "double",
"date": "string",
"nationalInsuranceEligibleEarnings": "double",
"netApprenticeshipLevy": "double",
"taxMonth": "string"
}
}
Name | Type | Description |
---|---|---|
appLevyOpeningBalances | object | UkApprenticeshipLevySummaryReportPeriod |
appLevyOpeningBalances.apprenticeshipLevy | double | Decimal |
appLevyOpeningBalances.apprenticeshipLevyAllowance | double | Decimal |
appLevyOpeningBalances.date | string | String |
appLevyOpeningBalances.nationalInsuranceEligibleEarnings | double | Decimal |
appLevyOpeningBalances.netApprenticeshipLevy | double | Decimal |
appLevyOpeningBalances.taxMonth | string | String |
appLevyReportMonths[] | array | |
appLevyReportMonths[].apprenticeshipLevy | double | Decimal |
appLevyReportMonths[].apprenticeshipLevyAllowance | double | Decimal |
appLevyReportMonths[].date | string | String |
appLevyReportMonths[].nationalInsuranceEligibleEarnings | double | Decimal |
appLevyReportMonths[].netApprenticeshipLevy | double | Decimal |
appLevyReportMonths[].taxMonth | string | String |
appLevyReportQuarters[] | array | |
appLevyReportQuarters[].apprenticeshipLevy | double | Decimal |
appLevyReportQuarters[].apprenticeshipLevyAllowance | double | Decimal |
appLevyReportQuarters[].date | string | String |
appLevyReportQuarters[].nationalInsuranceEligibleEarnings | double | Decimal |
appLevyReportQuarters[].netApprenticeshipLevy | double | Decimal |
appLevyReportQuarters[].taxMonth | string | String |
appLevyReportTotals | object | UkApprenticeshipLevySummaryReportPeriod |
appLevyReportTotals.apprenticeshipLevy | double | Decimal |
appLevyReportTotals.apprenticeshipLevyAllowance | double | Decimal |
appLevyReportTotals.date | string | String |
appLevyReportTotals.nationalInsuranceEligibleEarnings | double | Decimal |
appLevyReportTotals.netApprenticeshipLevy | double | Decimal |
appLevyReportTotals.taxMonth | string | String |
Powered by DapperDox