GET api/UI/SendEventBooking?nameSurname={nameSurname}&email={email}&phone={phone}&eventTitle={eventTitle}&mailSubject={mailSubject}&eventID={eventID}&customerID={customerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nameSurname

string

Required

email

string

Required

phone

string

Required

eventTitle

string

Required

mailSubject

string

Required

eventID

globally unique identifier

Required

customerID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.