Information about a contact's Pay Source.

Name Type Description Required
Id Int32 (Nullable) The unique Id of these Pay Source Details. No
ContactId Int32 The Contact's Id. This is required when adding or updating an existing Contact's Pay Source Details. No
PaySourceContactId Int32 The Contact Id of the Pay Source. Yes
DateFrom DateTime (Nullable) No
DateTo DateTime (Nullable) No
Notes String No
Url Actions Description
api/paysourcedetails/{id} GET Gets a single Pay Source Details.
api/paysourcedetails/contact/{contactId} GET Lists all Pay Source Details for a contact.
api/paysourcedetails POST Updates existing Pay Source Details.