POST api/Events
Register lead for event.
FormBody:
Guid eventId
string email
string firstName
string lastName
string phone
string jobTitle
string company
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/x-www-form-urlencoded, application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
{ status: int, message: string }
StatusMessageResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2"
}