Skip to main content
GET
Get Wage Type By Number

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

wage_type_number
integer
required

Response

Successful Response

Response schema for German wage type

id
integer
required

Database ID

wage_type_number
integer
required

The business key of the wage type

name
string
required

The name of the wage type

is_total_gross_component
boolean
required

Component of the total gross (Gesamtbrutto)

component_type
enum<string>
required

The component type

Available options:
gross_earning,
gross_deduction,
net_earning,
net_deduction
tax_treatment
enum<string>
required

The tax treatment

Available options:
recurring_wage,
one_time_payment,
flat_rate_tax,
tax_free
tax_certificate_line_item
string | null
required

Tax certificate line item

social_security_treatment
enum<string>
required

The social security treatment

Available options:
recurring_wage,
one_time_payment,
social_security_free
is_sv_relevant_component
boolean
required

Component of Arbeitsentgelt

is_reimbursable_aag
boolean
required

Reimbursable under AAG

is_accident_insurance_relevant
boolean
required

Relevant for accident insurance

is_gl_component
boolean
required

Component of base wage

is_average_earnings_component
boolean
required

Component of average earnings

garnishment_treatment
enum<string>
required

Garnishment treatment

Available options:
full,
non_garnishable,
partial
is_minimum_wage_component
boolean
required

Component of minimum wage

valid_from
string<date> | null
valid_to
string<date> | null