PayCodeSet

A PayCodeSet is used to group together a number of PayCodes.

Name / Description Type / Format Example
name
The name of this PayCodeSet
string "string"
payCodes
The Code of any PayCodes included in this PayCodeSet
string[]
useForMcr boolean true
mcrPayCategory string "McrPensionablePay" "McrOvertime" "McrAdditionalPensionablePayments"
useForLgps
Flag indicating if this PayCodeSet will be used for LGPS pay categorisation
boolean true
lgpsPayCategory string "LgpsFinalPayPre2014"
id
The unique id of the object
string uuid "string"
{
  "name": "string",
  "payCodes": [
    "string"
  ],
  "useForMcr": true,
  "mcrPayCategory": "McrPensionablePay",
  "useForLgps": true,
  "lgpsPayCategory": "LgpsFinalPayPre2014",
  "id": "string"
}
Contained in Models

- none -

Consumed by Operations
Create PayCodeSet
Update PayCodeSet