Add Pay Item for User

Allow customer to add pay item for user

  • unique_identifier: Choose either email/staff_id as unique identifier

  • frequency: One-Time/Hourly/Daily/Weekly/Bi-weekly/Semi-Monthly/Monthly/Quarterly/Half-Yearly/Yearly

  • calculation_type: Gross/Net/CTC

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idstringRequired
unique_identifierstringRequired
emailstring | nullableRequired
staff_idstring | nullableRequired
langstringOptionalDefault: EN
pay_item_countrystringRequired
pay_item_namestringRequired
frequencystringRequired
calculation_typestringRequired
currencystringRequired
valuestringRequired
effective_datestring · date | nullableRequired
end_datestring · date | nullableOptional
attachmentsstring · binary[] | nullableOptional
Responses
chevron-right
200

Success!

application/json
post
/add-ee-pay-item

Last updated