POST api/DealLikes

Request Information

URI Parameters

None.

Body Parameters

DealLike
NameDescriptionTypeAdditional information
DealLikeId

integer

None.

DealId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DealLikeId": 1,
  "DealId": 1,
  "CreatedDate": "2025-12-11T15:30:17.4383656+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:30:17.4383656+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<DealLike 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:17.4383656+05:30</CreatedDate>
  <DealId>1</DealId>
  <DealLikeId>1</DealLikeId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-11T15:30:17.4383656+05:30</UpdatedDate>
</DealLike>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DealLike
NameDescriptionTypeAdditional information
DealLikeId

integer

None.

DealId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DealLikeId": 1,
  "DealId": 1,
  "CreatedDate": "2025-12-11T15:30:17.4540097+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:30:17.4540097+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<DealLike 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:17.4540097+05:30</CreatedDate>
  <DealId>1</DealId>
  <DealLikeId>1</DealLikeId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-11T15:30:17.4540097+05:30</UpdatedDate>
</DealLike>