WildApricot · Example Payload

Wildapricot Event Registration Type Example

Membership ManagementAssociationsNonprofitEventsPayments

Wildapricot Event Registration Type Example is an example object payload from WildApricot, with 21 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdUrlIsEnabledEventIdNameDescriptionBasePriceGuestPriceUseTaxScopeSettingsAvailabilityRegistrationCodeAvailableForMembershipLevelsAvailableFromAvailableThroughMaximumRegistrantsCountCurrentRegistrantsCountGuestRegistrationPolicyUnavailabilityPolicyCancellationBehaviourCancellationDaysBeforeEventIsWaitlistEnabled

Example Payload

Raw ↑
{
  "Id": 1021,
  "Url": null,
  "IsEnabled": true,
  "EventId": 8974,
  "Name": "Jane Smith",
  "Description": "Example description",
  "BasePrice": 338.18,
  "GuestPrice": 266.19,
  "UseTaxScopeSettings": true,
  "Availability": null,
  "RegistrationCode": "example-value",
  "AvailableForMembershipLevels": [
    null
  ],
  "AvailableFrom": "example-value",
  "AvailableThrough": "example-value",
  "MaximumRegistrantsCount": 8995,
  "CurrentRegistrantsCount": 527,
  "GuestRegistrationPolicy": null,
  "UnavailabilityPolicy": null,
  "CancellationBehaviour": null,
  "CancellationDaysBeforeEvent": 9624,
  "IsWaitlistEnabled": true
}