POST api/user/timeline/likes

Request Information

URI Parameters

None.

Body Parameters

EntityCity
NameDescriptionTypeAdditional information
Location

string

None.

CountryId

integer

None.

PageSize

integer

None.

CurrentPage

integer

None.

ApplicationId

integer

None.

ParentId

integer

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Radius

integer

None.

EntityType

integer

None.

SearchKey

string

None.

BusinessTypeId

integer

None.

Keyword

string

None.

OfferId

integer

None.

GroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Location": "sample string 1",
  "CountryId": 1,
  "PageSize": 2,
  "CurrentPage": 3,
  "ApplicationId": 4,
  "ParentId": 5,
  "Latitude": 6.0,
  "Longitude": 7.0,
  "Radius": 8,
  "EntityType": 9,
  "SearchKey": "sample string 10",
  "BusinessTypeId": 11,
  "Keyword": "sample string 12",
  "OfferId": 13,
  "GroupId": 14
}

application/xml, text/xml

Sample:
<EntityCity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <ApplicationId>4</ApplicationId>
  <BusinessTypeId>11</BusinessTypeId>
  <CountryId>1</CountryId>
  <CurrentPage>3</CurrentPage>
  <EntityType>9</EntityType>
  <GroupId>14</GroupId>
  <Keyword>sample string 12</Keyword>
  <Latitude>6</Latitude>
  <Location>sample string 1</Location>
  <Longitude>7</Longitude>
  <OfferId>13</OfferId>
  <PageSize>2</PageSize>
  <ParentId>5</ParentId>
  <Radius>8</Radius>
  <SearchKey>sample string 10</SearchKey>
</EntityCity>

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.