Add payslip messages to payslip POST API
Our app allows adding earnings lines for commissions to payslips. We would also like to add messages to the payslip at the same time (via the API) to indicate what each commission was for. Currently the payslip API doesn't allow this that I can find. So our clients have to cut and paste payslip messages from our app to the payslip in the Xero website, which is very cumbersome and error prone.
-
Alex commented
I have developing application to interact with Xero Payslips and one of the requirements for my app is ability to add message for separate payslips (not entire payroll).
I see this feature in Web UI, but, according to the docs, it seems that API is didn't have this feature implemented.Its highly appreciated if posting messages for individual payslips will be implemented in API.
Thanks!