Import Pay (beta)

Post
/employers/{employerId}/payrun-async/{payPeriod}/importpay

Takes a list PayOptionsImport and updates the currently open payrun to use the amounts given.
You must have an open payrun for the PayPeriod specified and all payroll codes submitted must match an employee on the payrun.
Any lines imported for a PayRunEntry will replace existing lines for that PayRunEntry.

Store values

Parameters

string
The employer id.
string
The pay period.

Contract.PayOptionsImportRequest[]
integer
The ordinal.
boolean
If set to true then only lines will be imported. Changes to regular pay will be ignored. Defaults to false. (optional)
boolean
If set to true then the lines submitted will be appended to existing lines rather than replace them. Defaults to false. (optional)
boolean
If set to true then any submitted lines that match the pay code of one (and only one) existing line will be used to update the value of that lines. Any unmatched lines will be appended to existing lines. Defaults to false. (optional)
Try it

Possible Responses

202 Accepted Contract.JobResponse application/json
400 Bad Request
404 Not Found
409 Conflict