The details of a Payment belonging to a new contact.

Name Type Description Required
Id Int32 (Nullable) The unique id of the payment. No
HoldingPersonalDetailsId Int32 (Nullable) The Id of the associated newly-created Contact (the Id returned when creating a new PersonalDetails record). This must be entered for new Contacts. No
ContactId Int32 (Nullable) The Id of the Contact. This needs to be entered if a payment is for an existing Contact. No
SubscriptionId Int32 (Nullable) The Id of the HoldingSubscriptionDetails item. This must be entered if the payment is for a subscription. No
DonationId Int32 (Nullable) The Id of the fund (donation) if the payment is for a donation. Lookup: Funds list. No
Amount Decimal Yes
TransactionDate DateTime Yes
TransactionCode String No
PaymentMethodId Int32 (Nullable) No
WebOrderId Int32 (Nullable) The Id of the order if the payment is for an online shop purchase. No
Url Actions Description
api/holdingpayment POST Adds a New Member Payment.