Add Pay Item for User
Allow customer to add pay item for user
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idstringRequired
unique_identifierstringRequired
emailstring | nullableRequired
staff_idstring | nullableRequired
langstringOptionalDefault:
ENpay_item_countrystringRequired
pay_item_namestringRequired
frequencystringRequired
calculation_typestringRequired
currencystringRequired
valuestringRequired
effective_datestring · date | nullableRequired
end_datestring · date | nullableOptional
attachmentsstring · binary[] | nullableOptional
Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
post
/add-ee-pay-itemLast updated