curl --request POST \
--url https://preview.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"periodType": "WEEK"
}
'{
"name": "<string>",
"periodType": "WEEK",
"id": "<string>",
"payrollMode": "positive_pay"
}curl --request POST \
--url https://preview.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"periodType": "WEEK"
}
'{
"name": "<string>",
"periodType": "WEEK",
"id": "<string>",
"payrollMode": "positive_pay"
}Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
Was this page helpful?