GET - https://subscribercrmapidemo.subscriber.co.uk/api/holdingpaysourcedetails/contact/{contactId}

Lists all Pay Source Details for a contact.

[
{
"HoldingId": 123,
"Id": 1,
"ContactId": 123,
"HoldingPersonalDetailsId": null,
"PaySourceContactId": 456,
"DateFrom": "2021-06-18T00:00:00+00:00",
"DateTo": "2025-05-18T00:00:00+00:00",
"Notes": "",
"ToRemove": false
},
{
"HoldingId": 456,
"Id": 2,
"ContactId": 123,
"HoldingPersonalDetailsId": null,
"PaySourceContactId": 789,
"DateFrom": "2025-06-18T00:00:00+00:00",
"DateTo": null,
"Notes": "",
"ToRemove": false
}
]