POST api/Advertise/AddClick

Request Information

URI Parameters

None.

Body Parameters

AddClickDto
NameDescriptionTypeAdditional information
AdvertiseId

integer

None.

Email

string

None.

Longitude

decimal number

None.

Latitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "AdvertiseId": 1,
  "Email": "sample string 2",
  "Longitude": 3.1,
  "Latitude": 4.1
}

application/xml, text/xml

Sample:
<AddClickDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarAdsApi.DTOs">
  <AdvertiseId>1</AdvertiseId>
  <Email>sample string 2</Email>
  <Latitude>4.1</Latitude>
  <Longitude>3.1</Longitude>
</AddClickDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.