Statutory Calculations
Post calculationsemployees linking
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.sandbox.flowpayroll.ai/v1/statutory-pay/calculations/employees/{employeeId}/linking \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <api-key>' \
--data '
{
"startDate": "<string>",
"endDate": "<string>"
}
'{
"content": {
"data": {
"isLinked": true,
"linkedPeriodCount": 123,
"totalLinkedWeeks": 123,
"remainingSspWeeks": 123,
"skipWaitingDays": true
},
"metadata": {
"dateFormat": "<string>",
"dateTimeFormat": "<string>"
}
},
"metadata": {
"dateFormat": "<string>",
"dateTimeFormat": "<string>"
},
"errors": [
{
"field": "<string>",
"reasonText": "<string>",
"reasonId": "<string>",
"reasonParameters": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"message": {
"text": "<string>",
"textId": "<string>",
"textParameters": [
{
"key": "<string>",
"value": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token for API access
Was this page helpful?
curl --request POST \
--url https://api.sandbox.flowpayroll.ai/v1/statutory-pay/calculations/employees/{employeeId}/linking \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <api-key>' \
--data '
{
"startDate": "<string>",
"endDate": "<string>"
}
'{
"content": {
"data": {
"isLinked": true,
"linkedPeriodCount": 123,
"totalLinkedWeeks": 123,
"remainingSspWeeks": 123,
"skipWaitingDays": true
},
"metadata": {
"dateFormat": "<string>",
"dateTimeFormat": "<string>"
}
},
"metadata": {
"dateFormat": "<string>",
"dateTimeFormat": "<string>"
},
"errors": [
{
"field": "<string>",
"reasonText": "<string>",
"reasonId": "<string>",
"reasonParameters": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"message": {
"text": "<string>",
"textId": "<string>",
"textParameters": [
{
"key": "<string>",
"value": "<string>"
}
]
}
}