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.)
Payment headings - Array
Unauthorized - Authorization Required
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "paymentHeadings",
- "attributes": {
- "name": "Correction",
- "description": null,
- "isBasicHeading": false,
- "isPeriodBased": false,
- "headingType": "Amount",
- "attachmentType": "employee",
- "paymentClass": "AdHocPayment"
},
}
]
}
Get payment heading by ID
Payment heading
Unauthorized - Authorization Required
Not Found
General Error
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "paymentHeadings",
- "attributes": {
- "name": "Correction",
- "description": null,
- "isBasicHeading": false,
- "isPeriodBased": false,
- "headingType": "Amount",
- "attachmentType": "employee",
- "paymentClass": "AdHocPayment"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}