PUT api/WriteToUs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
WriteToU| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"WriteToUsId": 1,
"UserId": 2,
"Description": "sample string 3",
"CreatedDate": "2025-12-11T15:28:16.8741036+05:30",
"CreatedBy": 1,
"UpdatedDate": "2025-12-11T15:28:16.8741036+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:
<WriteToU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess"> <Category>sample string 4</Category> <CreatedBy>1</CreatedBy> <CreatedDate>2025-12-11T15:28:16.8741036+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:16.8741036+05:30</UpdatedDate> <UserId>2</UserId> <WriteToUsId>1</WriteToUsId> </WriteToU>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.