A fund in SubscriberCRM.

Name Type Description Required
Id Int32 No
ParentFundId Int32 (Nullable) The Id of the parent fund. No
Name String No
Description String No
StartDate DateTime (Nullable) No
EndDate DateTime (Nullable) No
EventId Int32 (Nullable) The Id of the event that this fund is associated to. No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/fund GET Gets all the fund in SubscriberCRM.

Here is a Json example of the Fund object.

{
"Id": 1,
"ParentFundId": null,
"Name": "A fund",
"Description": null,
"StartDate": "2027-06-11T13:47:45.6252829+00:00",
"EndDate": null,
"EventId": null
}