A payment heading is a definition of a type of payment that can be made to an employee. For example 'Salary','First Aid','Overtime @ 1.5'. Payment headings have atrtibutes which define the type of payment (cash amount, units x rates) and its PAYE attributes (subject to tax, national insurance, pension etc.)
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "paymentHeadings",
- "attributes": {
- "name": "Correction",
- "description": null,
- "isBasicHeading": false,
- "isPeriodBased": false,
- "headingType": "Amount",
- "attachmentType": "employee",
- "paymentClass": "AdHocPayment",
- "pensionPaymentType": "FlexiblePensionPayment",
- "taxable": true,
- "niableEmployee": true,
- "employersNationalInsurance": true
},
}
]
}Get payment heading by ID
Payment heading
{- "data": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "paymentHeadings",
- "attributes": {
- "name": "Correction",
- "description": null,
- "isBasicHeading": false,
- "isPeriodBased": false,
- "headingType": "Amount",
- "attachmentType": "employee",
- "paymentClass": "AdHocPayment",
- "pensionPaymentType": "FlexiblePensionPayment",
- "taxable": true,
- "niableEmployee": true,
- "employersNationalInsurance": true
},
}
}