POST api/Event/GetEventInspect
Request Information
URI Parameters
None.
Body Parameters
FormularioModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
None. |
|
| CountryCode | string |
None. |
|
| EventFormId | integer |
None. |
|
| EventId | string |
None. |
|
| Formulario | string |
None. |
|
| EventStateId | integer |
None. |
|
| AapData | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiKey": "sample string 1",
"CountryCode": "sample string 2",
"EventFormId": 3,
"EventId": "sample string 4",
"Formulario": "sample string 5",
"EventStateId": 6,
"AapData": "sample string 7"
}
application/xml, text/xml
Sample:
<FormularioModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connect.Model"> <AapData>sample string 7</AapData> <ApiKey>sample string 1</ApiKey> <CountryCode>sample string 2</CountryCode> <EventFormId>3</EventFormId> <EventId>sample string 4</EventId> <EventStateId>6</EventStateId> <Formulario>sample string 5</Formulario> </FormularioModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |