Employee Bank Account Configuration
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefResponses
200
OK
application/json
idstringOptional
paymentMethodstring · enumOptionalPossible values:
updatedDateinteger · timestamp in millisecondsOptional
effectiveDatestring · dateOptional
YYYY-MM-DD
distributionMethodstringOptional
approvalStatusstring · enumOptionalPossible values:
400
Bad Request
get
/core/v1/employees/{employeeId}/bank-account-configurationsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefBody
effectiveDatestring · dateOptional
YYYY-MM-DD
paymentMethodstring · enumRequiredPossible values:
distributionMethodstring · enumOptionalPossible values:
Responses
200
OK
application/json
idstringOptional
paymentMethodstring · enumOptionalPossible values:
updatedDateinteger · timestamp in millisecondsOptional
effectiveDatestring · dateOptional
YYYY-MM-DD
distributionMethodstringOptional
approvalStatusstring · enumOptionalPossible values:
400
Bad Request
put
/core/v1/employees/{employeeId}/bank-account-configurationsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefQuery parameters
pageintegerOptionalDefault:
Page number
0Example: 0sizeinteger · min: 1 · max: 50OptionalDefault:
Page size
10Example: 10Responses
200
OK
application/json
totalPagesintegerRequired
Total number of pages available
lastbooleanRequired
Indicates whether this is the last page
totalElementsintegerRequired
Total number of elements across all pages
numberOfElementsintegerRequired
Number of elements in the current page
firstbooleanRequired
Indicates whether this is the first page
sizeintegerRequired
Size of the page (number of elements per page)
numberintegerRequired
Current page number (zero-indexed)
400
Bad Request
get
/core/v1/employees/{employeeId}/bank-account-configurations/historiesLast updated