Get Role Assumed Pensionable Pay

Get
/employers/{employerId}/employees/{employeeId}/leave/{id}/role/{roleId}/assumedpensionablepay

Calculates the assumed pensionable pay for a specific employee role during a leave period.
For existing leaves (when id is provided), uses the leave's existing configuration.
For new leaves (when id is empty), calculates based on the provided leave type, pay type, and period parameters.
Only supports roles associated with LGPS schemes that allow automatic APP calculation.

Store values

Parameters

string
The unique identifier of the employer
string
The unique identifier of the employee
string
The unique identifier of the leave record (empty GUID for new leaves)
string
The unique identifier of the employee role for which to calculate assumed pensionable pay
string
The pay period (required for new leaves, ignored for existing leaves) (optional)
string
The type of leave (required for new leaves, ignored for existing leaves) (optional)
string
The leave payment type (required for new leaves, ignored for existing leaves) (optional)
string
The leave start date (required for new leaves, ignored for existing leaves) (optional)
Try it

Possible Responses

200 Success number application/json
404 Not Found
400 Bad Request