Close
    logoPlayHQ Webhook Documentation

    Shared Program Registrations

    Last update: 18 minutes ago by Nazar32Reading time: 2 min

    Data to be included in file

    Field Name in FileField DescriptionSample DataField TypeSizeIsNullableComments
    idParticipant Registration’s UUID9f7f5a82-f7bb-11ea-adc1-0242ac120002UUIDNo
    • This ID is unique to each registration in the file ie each row will have a unique participant registration UUID
    participantProfileIdParticipant Profile UUID58d9e86a-f73c-11ea-adc1-0242ac120002UUIDNo
    • This ID is unique to each participant in the file ie a participant that registers multiple times will have multiple rows in this file, however, this UUID will be the same for each of those rows.
    sharedProgramRegisteredToIdUUID of the Shared Program the Participant Registered To440685da-f7bc-11ea-adc1-0242ac120002UUIDNo
    organisationRegisteredToIdUUID of the Organisation the Participant Registered To26c3d626-f7bc-11ea-adc1-0242ac120002UUIDNo
    • There are currently 2 columns in the registrations file that is currently prepared that would receive the Organisation Name… they are AssocName and ClubName
    • The Organisation UUID would effectively replace the current 2 column approach.
    • NEO4J query via (ParticipantProgramRegistration) - [OPENED] → (Organisation)
    programSeasonNameSeason Registered To2020StringNo
    programSeasonStartDateSeason Start Date set by the organisation the participant registered to01/05/2020StringNo
    • This is the season start date set by the organisation that the participant has registered to
    programSeasonEndDateSeason End Date set by the organisation the participant registered to30/09/2020StringNo
    • This is the season end date set by the organisation that the participant has registered to
    registrationDateDate registration was completed2020-08-27T06:29:54.400000000ZStringNo
    • String is an ISO 8601 DateTime in UTC timezone
    roleRole selected during registrationpicklist:
    • Player
    • Volunteer
    • Coach
    • Team Manager
    • Official
    String (limited to one of the values shown)No
    registrationStatusStatus of the participant’s registrationpicklist:
    • Active
    • Cancelled
    String (limited to one of the values shown)No
    • a registration can only go from “Active” to “Cancelled” via an update
    • as detailed in the extraction rules at the top of the page, this update of a Registration Status is the only update that will trigger an existing registration to be included in the file
    participantDateOfBirthDoB reported during registration27/04/2015StringNo
    • all of the fields mentioned to the left that are in the registrations file that is currently prepared can be derived from the DoB provided in this FACT file
    • dob reported at point of rego
    participantGenderGender reported during registrationFemaleStringNo
    schoolIDACARA ID of the School reported during registration45674StringYes
    • MANDATORY on our participant registration form if participant is under 18 (not available otherwise)
    • this could be reported as “Not Applicable”
      • if that option is selected by the user, we will be sending through an ID of “not-applicable”.
      • this option is not available in the ACARA file by default - we have added it
    • this could be reported as “Home School”
      • if that option is selected by the user, we will be sending through an ID of “home-school”.
      • this option is not available in the ACARA file by default - we have added it
    schoolYearSchool Year reported during registrationpicklist:
    • Kindergarten
    • Prep
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • Completed School
    • University/Tafe
    • Not Applicable
    StringYes
    • MANDATORY on our participant registration form if participant is under 18 (not available otherwise)
    optInMarketingThe marketing opt in value reported during registration - targeted at 3rd party comms, research, and any other type of marketing comms that are not covered through registrationTRUE or FALSEBooleanNo
    • this option will need to be mapped to opt-in options required for the fulfilment report
    createdAtDate/time the Registration was created2020-08-27T06:29:54.400000000ZStringNo
    • String is an ISO 8601 DateTime in UTC timezone
    updatedAtDate/time the Registration was last updated2020-08-27T06:29:54.400000000ZStringNo
    • String is an ISO 8601 DateTime in UTC timezone
    • populated with the most recent value after considering the created at date/time field on the role relationship between Participant and ParticipantProgramRegistration, and the created at date/time on the Cancellation relationship between the profile and participant nodes (if it exists)
    previousRegistrationIdPrevious Registration UUID (for transfers only)234fsd6a-543c-15a-a321-054dfg22002UUIDYes
    • This will only be populated IF a program participant has transferred between programs
    • This can be used to look up the merchandise order items for the original registration
    Previous
    Shared Program Registration Custom Field Answer
    Next — Data Warehouse Integration Solution
    Venues