Contract.PayLineResponse

Name / Description Type / Format Example
id string uuid "string"
attachmentOrderId
The Id of the associated AttachmentOrder. Only included if the Code is AEO
string uuid "string"
pensionId
The Id of the associated Pension. Only included if the Code is PENSION, PENSIONSS or PENSIONRAS
string uuid "string"
leaveId
The Id of the associated Leave. Only included if the PayLine is a result of a Leave with Statutory pay
string uuid "string"
loanId
The Id of the associated Loan, if any.
string uuid "string"
leaveStatutoryDaysPaid
If the PayLine is a result of a Leave with Statutory Pay then this property tells you how many days they've been paid for (based on their Working Pattern).
number double 0.0
leaveStatutoryWeeksPaid
If the PayLine is a result of a Leave with Statutory Pay then this property tells you how many weeks they've been paid for (based on their Working Pattern).
number double 0.0
initialBackPayPublicPayRunId
Used to mark the first payrun where this payline has been payrolled for backpay
string uuid "string"
value
The amount to add or deduct (whether it is a deduction or addition depends on the PayCode used).
If the PayCode has a CalculationType other than FixedAmount then this field will be a percentage.
If the PayCode has a MultiplierType other than None then this field will be readonly and automatically calculated.
number double 0.0
rate
If the related PayCode has a MultiplierType other than None then this field will be used as the rate per day or hour. Otherwise it isn't used
number double 0.0
multiplier
If the related PayCode has a MultiplierType other than None then this field will be used as number of days or hours
number double 0.0
description
A freeform description to accompany this line. It will be displayed on the payslip.
string "string"
code
The Code of the PayCode this line is assigned to. The PayCode determines the treatment of this line when it comes to NI, Tax and Pensions as well as whether it's a deduction or addition.
string "string"
tags string[]
childId string uuid "string"
isNetToGross
If the PayLine is a fixed ammount addition without multiplier then this property may be set to true so that the amount of the addition to be considered a take home pay target.
boolean true
targetNetToGrossValue
The orginal net fixed addition amount that is considered to be a take home pay target.
number double 0.0
netToGrossDiscrepancy
The discrepancy between the targeted and the calculated grossed up value durig a net to gross calculation.
number double 0.0
effectiveFrom
The date the payline starts being calculated in payrun
string date "2024-04-27"
effectiveTo
The date the payline stops being calculated in payrun
string date "2024-04-27"
isAutoGeneratedBasicPayLine boolean true
percentageOfEffectiveDays
The percentage of working days the effective dates span for pro-rata'ing values, calculated/set during each payrun
number double 0.0
totalWorkingDays number double 0.0
autoAdjustForLeave
This sets whether the PayLine should be automatically adjusted or not for:
Leave Entries;
Starters/Leavers;
PayLine effectiveFrom and effectiveTo values falling mid-way through a PayRun
boolean true
isAutomaticBackPay
Automatically calculate backpay and add or modify the necessary pay lines for this addition/deduction when a pay run is created.
Applicable only to employee level addition/deduction pay lines.
If set to false then you must manually handle the calculation and adding of backpay lines.
boolean true
ignoreInitialBackPay
Skip the automatic backpay calculation on the first pay run, if the addition/deduction had been paid outside or Staffology.
If set to false, the automatic backpay calculation will be performed on the first pay run.
boolean true
contributesToBasicPay
Indicates whether this PayLine contributes to the basic pay of the Employee.
boolean true
calculateAsWhenPaid
Indicates whether this pay line should be treated as When Paid rather than When Earned
boolean true
totalPaidDays number double 0.0
roleId
The employee role which is associated with this pay line.
If set to null, the pay line is not related with a role.
string uuid "string"
earnedFrom string date "2024-04-27"
earnedTo string date "2024-04-27"
annualValue
The original value from the PayLine before we modify it
Currently only used when CalculationType is set to FixedAnnualAmount
so we can determine whether the payline value needs calculating or not
To recalculate set to null with annual amount recorded in Value
number double 0.0
department
Department code which we want to override in payline
string "string"
costCentre
CostCentre code which we want to override in payline
string "string"
departmentId
Department uniqueId which we want to override in payline
string uuid "string"
costCentreId
CostCentre uniqueId which we want to override in payline
string uuid "string"
analysisCategoriesCodes
List of analysiscategory id and analysiscategoryCode id
Contract.PaylineAnalysisCategoriesCodes[] {Contract.PaylineAnalysisCategoriesCodes}
analysisCategoryCodeIds
Array of analysiscategoryCode uniqueId
string[]
paySpineId
The Id of the associated pay spine.
string uuid "string"
paySpineGradeId
The Id of the associated pay spine grade.
string uuid "string"
spinalPointId
The Id of the associated spinal point.
string uuid "string"
londonAllowanceId
Used to set London allowance id for payline
integer int32 0
fullTimeAnnualValue
Used to set Full Time Annual Value for payline
number double 0.0
{
  "id": "string",
  "attachmentOrderId": "string",
  "pensionId": "string",
  "leaveId": "string",
  "loanId": "string",
  "leaveStatutoryDaysPaid": 0.0,
  "leaveStatutoryWeeksPaid": 0.0,
  "initialBackPayPublicPayRunId": "string",
  "value": 0.0,
  "rate": 0.0,
  "multiplier": 0.0,
  "description": "string",
  "code": "string",
  "tags": [
    "string"
  ],
  "childId": "string",
  "isNetToGross": true,
  "targetNetToGrossValue": 0.0,
  "netToGrossDiscrepancy": 0.0,
  "effectiveFrom": "2024-04-27",
  "effectiveTo": "2024-04-27",
  "isAutoGeneratedBasicPayLine": true,
  "percentageOfEffectiveDays": 0.0,
  "totalWorkingDays": 0.0,
  "autoAdjustForLeave": true,
  "isAutomaticBackPay": true,
  "ignoreInitialBackPay": true,
  "contributesToBasicPay": true,
  "calculateAsWhenPaid": true,
  "totalPaidDays": 0.0,
  "roleId": "string",
  "earnedFrom": "2024-04-27",
  "earnedTo": "2024-04-27",
  "annualValue": 0.0,
  "department": "string",
  "costCentre": "string",
  "departmentId": "string",
  "costCentreId": "string",
  "analysisCategoriesCodes": [
    {
      "analysisCategory": "string",
      "analysisCategoryCode": "string",
      "analysisCategoryId": "string",
      "analysisCategoryCodeId": "string"
    }
  ],
  "analysisCategoryCodeIds": [
    "string"
  ],
  "paySpineId": "string",
  "paySpineGradeId": "string",
  "spinalPointId": "string",
  "londonAllowanceId": 0,
  "fullTimeAnnualValue": 0.0
}
Consumed by Operations

- none -

Returned by Operations

- none -