POST CIIWall/InsertWallData
Request Information
URI Parameters
None.
Body Parameters
CIIWallModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"IsActive": 1,
"WallId": 2,
"PostedBy": "sample string 3",
"Title": "sample string 4",
"Post": "sample string 5",
"PostedOn": "sample string 6",
"RawPostedOn": "sample string 7",
"Image": "sample string 8",
"ImageName": "sample string 9",
"Attachment": "sample string 10",
"AttachmentName": "sample string 11",
"AllowForEdit": "sample string 12",
"IsUrlExist": "sample string 13",
"IsLike": true,
"LikeCount": 15,
"CommentCount": 16,
"Status": "sample string 17",
"ShowUrlName": "sample string 18",
"UrlDetails": "sample string 19",
"ImageHeight": 20,
"ImageWidth": 21
}
application/xml, text/xml
Sample:
<CIIWallModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity"> <AllowForEdit>sample string 12</AllowForEdit> <Attachment>sample string 10</Attachment> <AttachmentName>sample string 11</AttachmentName> <CommentCount>16</CommentCount> <Image>sample string 8</Image> <ImageHeight>20</ImageHeight> <ImageName>sample string 9</ImageName> <ImageWidth>21</ImageWidth> <IsActive>1</IsActive> <IsLike>true</IsLike> <IsUrlExist>sample string 13</IsUrlExist> <LikeCount>15</LikeCount> <Post>sample string 5</Post> <PostedBy>sample string 3</PostedBy> <PostedOn>sample string 6</PostedOn> <RawPostedOn>sample string 7</RawPostedOn> <ShowUrlName>sample string 18</ShowUrlName> <Status>sample string 17</Status> <Title>sample string 4</Title> <UrlDetails>sample string 19</UrlDetails> <WallId>2</WallId> </CIIWallModel>
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.