POST api/Event/DeleteImageEventInspect

Request Information

URI Parameters

None.

Body Parameters

EventImageModel
NameDescriptionTypeAdditional information
eventid

integer

None.

apiKey

string

None.

eventRecord

string

None.

sectionId

integer

None.

imageURL

string

None.

countryCode

string

None.

descripcion

string

None.

ImageSource

string

None.

Request Formats

application/json, text/json

Sample:
{
  "eventid": 1,
  "apiKey": "sample string 2",
  "eventRecord": "sample string 3",
  "sectionId": 4,
  "imageURL": "sample string 5",
  "countryCode": "sample string 6",
  "descripcion": "sample string 7",
  "ImageSource": "sample string 8"
}

application/xml, text/xml

Sample:
<EventImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connect.Model">
  <ImageSource>sample string 8</ImageSource>
  <apiKey>sample string 2</apiKey>
  <countryCode>sample string 6</countryCode>
  <descripcion>sample string 7</descripcion>
  <eventRecord>sample string 3</eventRecord>
  <eventid>1</eventid>
  <imageURL>sample string 5</imageURL>
  <sectionId>4</sectionId>
</EventImageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.