Add User's Payslip

Allow customer to add payslip for user.

  • unique_identifier: Choose either email/staff_id as unique identifier

  • access_type: Both/Company

  • file_type: file resource/url

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required
unique_identifierstringRequired
emailstring | nullableRequired
staff_idstring | nullableRequired
file_typestringOptional
file_urlstringOptional
filestring · binary | nullableOptional
access_typestringOptional
start_datestring · date | nullableRequired
end_datestring · date | nullableRequired
pay_datestring · date | nullableRequired
Responses
chevron-right
200

Success!

application/json
post
/add-ee-payslip

Last updated