GET api/mitglied/mitgliedversandservice?id={id}&vs_id={vs_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| vs_id | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MitgliedVersandservice| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
None. |
|
| vs_id | globally unique identifier |
None. |
|
| status | Versandservicestatus |
None. |
|
| gueltigab | date |
None. |
|
| veraendertam | date |
None. |
|
| versandstatus | VersandStatus |
None. |
|
| anzahl | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"mgd_id": "44fccc87-ead8-40b5-a4fe-286cace996b1",
"vs_id": "85cabbdd-08fa-47bc-8636-2a5c9311c6f6",
"status": 1,
"gueltigab": "2026-06-24T14:09:40.9536427+02:00",
"veraendertam": "2026-06-24T14:09:40.9536427+02:00",
"versandstatus": 1,
"anzahl": 1
},
{
"mgd_id": "44fccc87-ead8-40b5-a4fe-286cace996b1",
"vs_id": "85cabbdd-08fa-47bc-8636-2a5c9311c6f6",
"status": 1,
"gueltigab": "2026-06-24T14:09:40.9536427+02:00",
"veraendertam": "2026-06-24T14:09:40.9536427+02:00",
"versandstatus": 1,
"anzahl": 1
}
]