GET api/Event/Success?eventCode={eventCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiRfqSuccessViewName | Description | Type | Additional information |
---|---|---|---|
EventCode | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "eventCode": "sample string 1", "email": "sample string 2", "phone": "sample string 3" }
text/html
Sample:
{"eventCode":"sample string 1","email":"sample string 2","phone":"sample string 3"}
application/xml, text/xml
Sample:
<ApiRfqSuccessView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts.Api"> <Email>sample string 2</Email> <EventCode>sample string 1</EventCode> <Phone>sample string 3</Phone> </ApiRfqSuccessView>