POST api/NewsFeed/GetTip

Request Information

URI Parameters

None.

Body Parameters

GetTipModel
NameDescriptionTypeAdditional information
User_ID

integer

None.

User_Type

string

None.

PageSize

integer

None.

PageNo

integer

None.

Content_Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "User_ID": 1,
  "User_Type": "sample string 2",
  "PageSize": 3,
  "PageNo": 4,
  "Content_Type": "sample string 5"
}

application/xml, text/xml

Sample:
<GetTipModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Model">
  <Content_Type>sample string 5</Content_Type>
  <PageNo>4</PageNo>
  <PageSize>3</PageSize>
  <User_ID>1</User_ID>
  <User_Type>sample string 2</User_Type>
</GetTipModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Object

None.

Response Formats

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

Sample:

Sample not available.