Create New Payrun
Creates a new pay run for this business.
Request
POST ../api/v1/client/payrun/createRequest body
{
"adhoc": "boolean",
"callbackUrl": "string",
"createWithEmptyPays": "boolean",
"datePaid": "date-time",
"externalId": "string",
"payPeriodEnding": "date-time",
"payScheduleId": "int32",
"timesheetImportOption": "string"
}Properties
Name
Type
Description
Last updated