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.

-
Jake Bennett commented
I would like to add messages for individual deduction entries, and for the UK API (for the UK API it is currently not possible to update payslips at all, so this would amount to two changes in my case: One to make that possible, and another to add the messages).
-
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!