Reservation Station API

<back to all web services

UserConfirmEmail

The following routes are available for this service:
POST/user/email/confirm
UserConfirmEmail Parameters:
NameParameterData TypeRequiredDescription
SystemUserIdbodyintNo
CodebodystringNo
UtcOffsetbodyintNo
ApiServiceActivityRequest Parameters:
NameParameterData TypeRequiredDescription
ActivityDateformstringYesDate that this activitiy took place. ISO 8601
ApiServiceRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringYesThe API Key required for authentication
LatitudeformdoubleNoLatitude of the user making this request
LongitudeformdoubleNoLongitude of the user making this request
UserConfirmEmailResponse Parameters:
NameParameterData TypeRequiredDescription
RegistrationRequiredformboolNo
DataformLoginDataNo
ApiServiceResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
HeadingformstringNo
WasSuccessfulformboolNo
ModelStateformObjectNo
LoginData Parameters:
NameParameterData TypeRequiredDescription
SystemUserIdformintNo
NameformstringNo
EmailAddressformstringNo
MobileNumberformstringNo
RefreshTokenformstringNo
RefreshTokenExpiryformstringNo
VenuesformList<VenueData>No
VenueCustomFieldsformList<VenueCustomField>No
VenueData Parameters:
NameParameterData TypeRequiredDescription
VenueIdformintNo
NameformstringNo
RegisteredDateformstringNo
VenueCodeformstringNo
IsCoordinatorformboolNo
FacilitiesformList<FacilityData>No
LatitudeformdoubleNo
LongitudeformdoubleNo
HasLocationformboolNo
LogoUrlformstringNo
LeadTimeformintNo
VenueInfoformstringNo
AllowGuestsformboolNo
ContactNumberformstringNo
FacilityData Parameters:
NameParameterData TypeRequiredDescription
FacilityIdformintNo
FacilityGuidformstringNo
NameformstringNo
DescriptionformstringNo
NextAvailableformstringNo
HasNextAvailableformboolNo
RatesformList<RatesItem>No
ThemeColorformstringNo
BookingNotesformstringNo
LeadTimeformintNo
VenueIdformintNo
AllowExtraRequirementsformboolNo
RatesItem Parameters:
NameParameterData TypeRequiredDescription
RateformdecimalNo
MinutesformintNo
VenueCustomField Parameters:
NameParameterData TypeRequiredDescription
VenueNameformstringNo
VenueIdformintNo
FieldsformList<UserCustomFieldData>No
UserCustomFieldData Parameters:
NameParameterData TypeRequiredDescription
IdformGuidNo
ValueformstringNo
NameformstringNo
OptionalformboolNo

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

HTTP + JSV

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

POST /user/email/confirm HTTP/1.1 
Host: reservation.api.dev.86degrees.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	systemUserId: 0,
	code: String,
	utcOffset: 0,
	activityDate: String,
	apiKey: String,
	latitude: 0,
	longitude: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	registrationRequired: False,
	description: String,
	heading: String,
	wasSuccessful: False,
	modelState: {}
}