Skip to main content
GET
/
api
/
v2
/
employees
/
{employeeId}
/
flex
/
access
cURL
curl --request GET \
  --url https://api.become1.de/api/v2/employees/{employeeId}/flex/access \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "dateCreated": "2023-11-07T05:31:56Z",
    "dateModified": "2023-11-07T05:31:56Z",
    "employeeId": "<string>",
    "budget": {},
    "allowedModules": [
      "MEALS"
    ],
    "accumulateBudget": false,
    "validFrom": "2023-11-07T05:31:56Z",
    "validFromYearMonth": "<string>",
    "dateDeleted": "2023-11-07T05:31:56Z",
    "flexTaxRuleTemplateId": "default",
    "validUntil": "2023-11-07T05:31:56Z",
    "validUntilYearMonth": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employeeId
string
required

Query Parameters

referenceDate
string

Date in "yyyy-MM-dd" format

Response

200 - application/json
id
string
required

The unique primary key (UUID) of the entity.

dateCreated
string<date-time>
required
dateModified
string<date-time>
required
employeeId
string
required
budget
object
required
allowedModules
enum<string>[]
required
Available options:
MEALS,
HEALTH,
INTERNET,
HOLIDAY,
KITA,
MOBILITY,
SPORTS
accumulateBudget
boolean
default:false
required
validFrom
string<date-time>
required
validFromYearMonth
string
required

yyyy-MM

dateDeleted
string<date-time> | null
flexTaxRuleTemplateId
string | null
default:default
validUntil
string<date-time> | null
validUntilYearMonth
string | null

yyyy-MM