GET api/WriteToUs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WriteToU
NameDescriptionTypeAdditional information
WriteToUsId

integer

None.

UserId

integer

None.

Description

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Category

string

None.

ImageUrl

string

None.

StoreAddress

string

None.

Name

string

None.

PhoneNumber

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WriteToUsId": 1,
    "UserId": 2,
    "Description": "sample string 3",
    "CreatedDate": "2025-12-11T15:28:38.4684632+05:30",
    "CreatedBy": 1,
    "UpdatedDate": "2025-12-11T15:28:38.4684632+05:30",
    "UpdatedBy": 1,
    "Category": "sample string 4",
    "ImageUrl": "sample string 5",
    "StoreAddress": "sample string 6",
    "Name": "sample string 7",
    "PhoneNumber": "sample string 8"
  },
  {
    "WriteToUsId": 1,
    "UserId": 2,
    "Description": "sample string 3",
    "CreatedDate": "2025-12-11T15:28:38.4684632+05:30",
    "CreatedBy": 1,
    "UpdatedDate": "2025-12-11T15:28:38.4684632+05:30",
    "UpdatedBy": 1,
    "Category": "sample string 4",
    "ImageUrl": "sample string 5",
    "StoreAddress": "sample string 6",
    "Name": "sample string 7",
    "PhoneNumber": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWriteToU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">
  <WriteToU>
    <Category>sample string 4</Category>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-12-11T15:28:38.4684632+05:30</CreatedDate>
    <Description>sample string 3</Description>
    <ImageUrl>sample string 5</ImageUrl>
    <Name>sample string 7</Name>
    <PhoneNumber>sample string 8</PhoneNumber>
    <StoreAddress>sample string 6</StoreAddress>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2025-12-11T15:28:38.4684632+05:30</UpdatedDate>
    <UserId>2</UserId>
    <WriteToUsId>1</WriteToUsId>
  </WriteToU>
  <WriteToU>
    <Category>sample string 4</Category>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-12-11T15:28:38.4684632+05:30</CreatedDate>
    <Description>sample string 3</Description>
    <ImageUrl>sample string 5</ImageUrl>
    <Name>sample string 7</Name>
    <PhoneNumber>sample string 8</PhoneNumber>
    <StoreAddress>sample string 6</StoreAddress>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2025-12-11T15:28:38.4684632+05:30</UpdatedDate>
    <UserId>2</UserId>
    <WriteToUsId>1</WriteToUsId>
  </WriteToU>
</ArrayOfWriteToU>