Name / Description | Type / Format | Example | |
---|---|---|---|
payrollCode
|
string
|
"string"
|
|
firstName
|
string
|
"string"
|
|
surname
|
string
|
"string"
|
|
uniqueIdentifier
|
string
uuid
|
"string"
|
|
issueDate
|
string
date
|
"2025-10-13"
|
|
reference
|
string
|
"string"
|
|
payCode
|
string
|
"string"
|
|
pausePayments
|
boolean
|
true
|
|
loanAmount
|
number
double
|
0.0
|
|
previouslyPaid
|
number
double
|
0.0
|
|
periodAmount
|
number
double
|
0.0
|
{
"payrollCode": "string",
"firstName": "string",
"surname": "string",
"uniqueIdentifier": "string",
"issueDate": "2025-10-13",
"reference": "string",
"payCode": "string",
"pausePayments": true,
"loanAmount": 0.0,
"previouslyPaid": 0.0,
"periodAmount": 0.0
}
- none -
- none -