statement
Get the compact pension statement for the specified id
Provides the pension statement for the specified id as a compact json in the insured person's preferred language. Its sole purpose is to provide a compact json for use cases with tight data volume limits such as e.g. a QR code. This endpoint should not be used otherwise.
If the pension fund is unable to provide a json for the request id, the error code 400 should be returned.
get/statements/{pensionStatementId}/compact-statements
Path parameters
pensionStatementIdstring required
Technical ID of pension statement used in API calls.
Example:550e8450-e59b-21d4-a346-442215440560
Technical pension statement ID.
Response
Compact statement details.
Example response
{
"bym": "1985-05",
"eii": "EMP_4711",
"en": "Acrea AG",
"era": 696,
"hoaw": 31000,
"ora": 780,
"ppi": "CHE123456789",
"ppl": {
"ct": "mand",
"pln": "Basisplan"
},
"ppn": "Omnifund",
"pst": "regular",
"rb": {
"cpd": 5382,
"mlswpb": 74383,
"opd": 5382,
"pd": 40213,
"ppd": 24817
},
"rc": {
"bmr": 38942.15,
"brd": 53842.5,
"prb": [
{
"cb": 378832.05,
"p": 22835,
"ra": 756
}
]
},
"rd": "2018-04-13",
"rpm": 48392.45,
"sd": {
"ds": 78000,
"el": 100,
"ism": 59215,
"isre": 59215,
"isri": 59215
},
"ts": "2018-04-13T11:11:11Z"
}