POST CIIWall/UpdateWallDataInWeb
Request Information
URI Parameters
None.
Body Parameters
CIIWallModelNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Reason | string |
None. |
|
| UpdatedBy | string |
None. |
|
| StatusId | integer |
None. |
|
| IsActive | integer |
None. |
|
| WallId | integer |
None. |
|
| PostedBy | string |
None. |
|
| Title | string |
None. |
|
| Post | string |
None. |
|
| PostedOn | string |
None. |
|
| RawPostedOn | string |
None. |
|
| Image | string |
None. |
|
| ImageName | string |
None. |
|
| Attachment | string |
None. |
|
| AttachmentName | string |
None. |
|
| AllowForEdit | string |
None. |
|
| IsUrlExist | string |
None. |
|
| IsLike | boolean |
None. |
|
| LikeCount | integer |
None. |
|
| CommentCount | integer |
None. |
|
| Status | string |
None. |
|
| ShowUrlName | string |
None. |
|
| UrlDetails | string |
None. |
|
| ImageHeight | integer |
None. |
|
| ImageWidth | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Reason": "sample string 1",
"UpdatedBy": "sample string 2",
"StatusId": 3,
"IsActive": 4,
"WallId": 5,
"PostedBy": "sample string 6",
"Title": "sample string 7",
"Post": "sample string 8",
"PostedOn": "sample string 9",
"RawPostedOn": "sample string 10",
"Image": "sample string 11",
"ImageName": "sample string 12",
"Attachment": "sample string 13",
"AttachmentName": "sample string 14",
"AllowForEdit": "sample string 15",
"IsUrlExist": "sample string 16",
"IsLike": true,
"LikeCount": 18,
"CommentCount": 19,
"Status": "sample string 20",
"ShowUrlName": "sample string 21",
"UrlDetails": "sample string 22",
"ImageHeight": 23,
"ImageWidth": 24
}
application/xml, text/xml
Sample:
<CIIWallModelNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity"> <AllowForEdit>sample string 15</AllowForEdit> <Attachment>sample string 13</Attachment> <AttachmentName>sample string 14</AttachmentName> <CommentCount>19</CommentCount> <Image>sample string 11</Image> <ImageHeight>23</ImageHeight> <ImageName>sample string 12</ImageName> <ImageWidth>24</ImageWidth> <IsActive>4</IsActive> <IsLike>true</IsLike> <IsUrlExist>sample string 16</IsUrlExist> <LikeCount>18</LikeCount> <Post>sample string 8</Post> <PostedBy>sample string 6</PostedBy> <PostedOn>sample string 9</PostedOn> <RawPostedOn>sample string 10</RawPostedOn> <ShowUrlName>sample string 21</ShowUrlName> <Status>sample string 20</Status> <Title>sample string 7</Title> <UrlDetails>sample string 22</UrlDetails> <WallId>5</WallId> <Reason>sample string 1</Reason> <StatusId>3</StatusId> <UpdatedBy>sample string 2</UpdatedBy> </CIIWallModelNew>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.