Skip to main content
GET
Returns employee bonus information at a specific date and time

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

memberId
string
required

Employee membership id

Maximum string length: 36

Query Parameters

dateTime
string<date-time>
required

Date and time on which the bonus must be valid

Response

OK

bonusPercentage
number<double>
required

Bonus percentage, only for employee members

Last modified on August 10, 2026