WildApricot · Example Payload

Wildapricot Event Registration Example

Membership ManagementAssociationsNonprofitEventsPayments

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

Top-level fields

IdUrlEventContactRegistrationTypeRegistrationTypeIdGuestRegistrationsSummaryDisplayNameOrganizationIsCheckedInRegistrationFeePaidSumIsPaidRegistrationFieldsShowToPublicRegistrationDateMemoIsGuestRegistrationOnWaitlistRecreateInvoiceParentRegistrationStatus

Example Payload

Raw ↑
{
  "Id": 3231,
  "Url": null,
  "Event": null,
  "Contact": null,
  "RegistrationType": null,
  "RegistrationTypeId": 9483,
  "GuestRegistrationsSummary": null,
  "DisplayName": "Jane Smith",
  "Organization": "example-value",
  "IsCheckedIn": false,
  "RegistrationFee": 331.31,
  "PaidSum": 44.47,
  "IsPaid": false,
  "RegistrationFields": [
    null
  ],
  "ShowToPublic": false,
  "RegistrationDate": "example-value",
  "Memo": "example-value",
  "IsGuestRegistration": false,
  "OnWaitlist": false,
  "RecreateInvoice": false,
  "ParentRegistration": null,
  "Status": null
}