(Re)send Payslip Emails

Post
/employers/{employerId}/payrun/{taxYear}/{payPeriod}/{periodNumber}/email

Payslips are usually emailed automatically when a PayRun is finalised. But if you suppressed them or need to re-send them then you can do so with this API call.
Providing a pay run entry id will send a single email, otherwise all emails will be sent.

Store values

Parameters

string
The ID of the employer.
string
The pay period of the pay run.
integer
The period number of the pay run.
string
The tax year of the pay run.
integer
The ordinal number of the pay run. (optional)
string
The UniqueId of the pay run entry (optional). (optional)
Try it

Possible Responses

200 Success