Import Pay To Employee

Post
/employers/{employerId}/import/pay

Takes a list PayOptionsImport and updates employees PayOptions to use the values provided.

Store values

Parameters

string

PayOptionsImport[]
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 paycode 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. (optional)
boolean
If set to true, the import will only be validated for data correctness. If false, the import is validated and then imported. (optional)
Try it

Possible Responses

200 Success
400 Bad Request