POST api/TrendingLikes

Request Information

URI Parameters

None.

Body Parameters

TrendingLike
NameDescriptionTypeAdditional information
TrendingLikeId

integer

None.

TrendingId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TrendingLikeId": 1,
  "TrendingId": 1,
  "CreatedDate": "2025-12-11T15:30:15.4384176+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:30:15.4384176+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<TrendingLike xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-12-11T15:30:15.4384176+05:30</CreatedDate>
  <TrendingId>1</TrendingId>
  <TrendingLikeId>1</TrendingLikeId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-11T15:30:15.4384176+05:30</UpdatedDate>
</TrendingLike>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TrendingLike
NameDescriptionTypeAdditional information
TrendingLikeId

integer

None.

TrendingId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TrendingLikeId": 1,
  "TrendingId": 1,
  "CreatedDate": "2025-12-11T15:30:15.4384176+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:30:15.4384176+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<TrendingLike xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-12-11T15:30:15.4384176+05:30</CreatedDate>
  <TrendingId>1</TrendingId>
  <TrendingLikeId>1</TrendingLikeId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-11T15:30:15.4384176+05:30</UpdatedDate>
</TrendingLike>