GET - https://staging.subscribercrmapi.acamh.org/api/holdingpaysourcedetails/contact/{contactId}

Lists all Pay Source Details for a contact.

[
{
"HoldingId": 123,
"Id": 1,
"ContactId": 123,
"HoldingPersonalDetailsId": null,
"PaySourceContactId": 456,
"DateFrom": "2020-09-20T00:00:00+00:00",
"DateTo": "2024-08-20T00:00:00+00:00",
"Notes": "",
"ToRemove": false
},
{
"HoldingId": 456,
"Id": 2,
"ContactId": 123,
"HoldingPersonalDetailsId": null,
"PaySourceContactId": 789,
"DateFrom": "2024-09-20T00:00:00+00:00",
"DateTo": null,
"Notes": "",
"ToRemove": false
}
]