POST postImage

Request Information

URI Parameters

None.

Body Parameters

PostImageModel
NameDescriptionTypeAdditional information
PostImagesInByte

Collection of byte

None.

PostImagesId

integer

None.

Description

string

None.

ImagePath

string

None.

Category

integer

None.

InfluencerId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PostImagesInByte": "QEA=",
  "PostImagesId": 1,
  "Description": "sample string 2",
  "ImagePath": "sample string 3",
  "Category": 1,
  "InfluencerId": 1,
  "CreatedDate": "2025-12-11T15:30:33.7831042+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:30:33.7831042+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<PostImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.Models">
  <Category xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">1</Category>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">1</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">2025-12-11T15:30:33.7831042+05:30</CreatedDate>
  <Description xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">sample string 2</Description>
  <ImagePath xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">sample string 3</ImagePath>
  <InfluencerId xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">1</InfluencerId>
  <PostImagesId xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">1</PostImagesId>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">1</UpdatedBy>
  <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">2025-12-11T15:30:33.7831042+05:30</UpdatedDate>
  <PostImagesInByte>QEA=</PostImagesInByte>
</PostImageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostImage
NameDescriptionTypeAdditional information
PostImagesId

integer

None.

Description

string

None.

ImagePath

string

None.

Category

integer

None.

InfluencerId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PostImagesId": 1,
  "Description": "sample string 2",
  "ImagePath": "sample string 3",
  "Category": 1,
  "InfluencerId": 1,
  "CreatedDate": "2025-12-11T15:30:33.7831042+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:30:33.7831042+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<PostImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">
  <Category>1</Category>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-12-11T15:30:33.7831042+05:30</CreatedDate>
  <Description>sample string 2</Description>
  <ImagePath>sample string 3</ImagePath>
  <InfluencerId>1</InfluencerId>
  <PostImagesId>1</PostImagesId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-11T15:30:33.7831042+05:30</UpdatedDate>
</PostImage>