GET /claims/{claimNumber}/referenceContacts
null
{
"items": [
{
"type": "SPOUSE",
"liable": false,
"address": {
"city": "string",
"type": "BILLING",
"careOf": "string",
"street": "string",
"zipCode": "string",
"countryCode": "st",
"houseNumber": "string",
"addressLine2": "string"
},
"lastName": "string",
"firstName": "string",
"communicationChannels": [
{
"type": "PHONE",
"value": "string"
}
]
}
],
"pagination": {
"totalItems": 0
}
}