AbodeONE

<back to all web services

GetGuestChaperoneInvite

Requires Authentication
The following routes are available for this service:
GET/chaperone_invite
GetGuestChaperoneInvite Parameters:
NameParameterData TypeRequiredDescription
InviteCodequerystringNo
GuestChaperoneResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformGuestChaperoneDTONo
ResponseStatusformResponseStatusNo
GuestChaperoneDTO Parameters:
NameParameterData TypeRequiredDescription
ChaperoneIdformintNo
GuestEventIdformintNo
FirstNameformstringNo
LastNameformstringNo
UsernameformstringNo
GenderformstringNo
PhoneformstringNo
EmailformstringNo
Address1formstringNo
Address2formstringNo
CityformstringNo
StateformstringNo
PostalformstringNo
CountryformstringNo
ExpectedArrivalDtformDateTime?No
ExpectedDepartureDtformDateTime?No
AmtPaidformdecimal?No
AppliedAmountformdecimal?No
AppliedByformstringNo
TshirtSizeformstringNo
SchoolOrgformstringNo
HotelNameformstringNo
HotelPhoneformstringNo
CodeformstringNo
InviteCodeformstringNo
TotalPaidAmountformdecimalNo
AvailableAmountformdecimalNo
NeedsTransportformboolNo
TransportDestformstringNo
TransportDetailsformstringNo
HeadChaperoneIdformint?No
IsPaidformboolNo
InvitedDtformDateTime?No
LastLoginDtformDateTime?No
GroupStatusformstringNo
FullNameformstringNo
HeadChaperoneFullNameformstringNo
GuestEventNameformstringNo
PasswordResetLinkformstringNo
EventStartDtformDateTime?No
EventEndDtformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET //chaperone_invite HTTP/1.1 
Host: api.lsu-staging.abodehms.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"result":{"chaperoneId":0,"guestEventId":0,"firstName":"String","lastName":"String","username":"String","gender":"String","phone":"String","email":"String","address1":"String","address2":"String","city":"String","state":"String","postal":"String","country":"String","expectedArrivalDt":"0001-01-01T00:00:00.0000000","expectedDepartureDt":"0001-01-01T00:00:00.0000000","amtPaid":0,"appliedAmount":0,"appliedBy":"String","tshirtSize":"String","schoolOrg":"String","hotelName":"String","hotelPhone":"String","code":"String","inviteCode":"String","totalPaidAmount":0,"availableAmount":0,"needsTransport":false,"transportDest":"String","transportDetails":"String","headChaperoneId":0,"isPaid":false,"invitedDt":"0001-01-01T00:00:00.0000000","lastLoginDt":"0001-01-01T00:00:00.0000000","groupStatus":"String","fullName":"String","headChaperoneFullName":"String","guestEventName":"String","passwordResetLink":"String","eventStartDt":"0001-01-01T00:00:00.0000000","eventEndDt":"0001-01-01T00:00:00.0000000"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}