Create New Payrun

Creates a new pay run for this business.

Request

POST ../api/v1/client/payrun/create

Request body

The request body takes following writable properties:

{
    "adhoc": "boolean",
    "callbackUrl": "string",
    "createWithEmptyPays": "boolean",
    "datePaid": "date-time",
    "externalId": "string",
    "payPeriodEnding": "date-time",
    "payScheduleId": "int32",
    "timesheetImportOption": "string"
}

Properties

Name
Type
Description

adhoc

boolean

Nullable

callbackUrl

string

String

createWithEmptyPays

boolean

Nullable

datePaid

date-time

DateTime

externalId

string

String

payPeriodEnding

date-time

DateTime

payScheduleId

int32

Int32

timesheetImportOption

string

Nullable

Possible values are:

  • None

  • ThisPayPeriod

  • AllOutstanding

  • CustomPeriod

Last updated