GET eo-events/preregister?ClientId={ClientId}&event_id={event_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
|
| event_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| CancellationPolicy | string |
None. |
|
| EventDietaryNeedEnabled | boolean |
None. |
|
| IsMemberEligibleForVoucher | boolean |
None. |
|
| VoucherPrice | decimal number |
None. |
|
| WaitList | string |
None. |
|
| RSVP | string |
None. |
|
| Currency | string |
None. |
|
| MemberPrice | decimal number |
None. |
|
| GuestTypePrices | Dictionary of string [key] and string [value] |
None. |
|
| MaxGuestPerInvite | integer |
None. |
|
| MemberContactId | globally unique identifier |
None. |
|
| IsRegistrationOpen | boolean |
None. |
|
| Reason | string |
None. |
|
| IsModificationAllowed | boolean |
None. |
|
| ActionsAllowed | Collection of integer |
None. |
|
| ModificationError | string |
None. |
|
| ShirtSizeRequired | boolean |
None. |
|
| IsGlobalEvent | boolean |
None. |
|
| MinimumDeposit | decimal number |
None. |
|
| isGlobalLeadershipConference | boolean |
None. |
|
| ShirtSizes | Collection of string |
None. |
|
| IncomingPositionList | Collection of string |
None. |
|
| OfficerTrainingTrackList | Collection of string |
None. |
|
| RemainingAmountDue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"CancellationPolicy": "sample string 1",
"EventDietaryNeedEnabled": true,
"IsMemberEligibleForVoucher": true,
"VoucherPrice": 4.0,
"WaitList": "sample string 5",
"RSVP": "sample string 6",
"Currency": "sample string 7",
"MemberPrice": 8.0,
"GuestTypePrices": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"MaxGuestPerInvite": 9,
"MemberContactId": "a7420d46-f1eb-4466-9ab8-5540f16785a8",
"IsRegistrationOpen": true,
"Reason": "sample string 12",
"IsModificationAllowed": true,
"ActionsAllowed": [
1,
2
],
"ModificationError": "sample string 13",
"ShirtSizeRequired": true,
"IsGlobalEvent": true,
"MinimumDeposit": 16.0,
"isGlobalLeadershipConference": true,
"ShirtSizes": [
"sample string 1",
"sample string 2"
],
"IncomingPositionList": [
"sample string 1",
"sample string 2"
],
"OfficerTrainingTrackList": [
"sample string 1",
"sample string 2"
],
"RemainingAmountDue": 18.0
}