POST Wall/InsertWallData

Request Information

URI Parameters

None.

Body Parameters

WallModel
NameDescriptionTypeAdditional information
IsActive

integer

None.

WallId

integer

None.

PostedBy

integer

None.

PostedByName

string

None.

PostedByProfile

string

None.

Title

string

None.

Post

string

None.

PostedOn

string

None.

RawPostedOn

date

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.

Request Formats

application/json, text/json

Sample:
{
  "IsActive": 1,
  "WallId": 2,
  "PostedBy": 3,
  "PostedByName": "sample string 4",
  "PostedByProfile": "sample string 5",
  "Title": "sample string 6",
  "Post": "sample string 7",
  "PostedOn": "sample string 8",
  "RawPostedOn": "2026-06-13T04:32:23.5001969+05:30",
  "Image": "sample string 10",
  "ImageName": "sample string 11",
  "Attachment": "sample string 12",
  "AttachmentName": "sample string 13",
  "AllowForEdit": "sample string 14",
  "IsUrlExist": "sample string 15",
  "IsLike": true,
  "LikeCount": 17,
  "CommentCount": 18,
  "Status": "sample string 19"
}

application/xml, text/xml

Sample:
<WallModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <AllowForEdit>sample string 14</AllowForEdit>
  <Attachment>sample string 12</Attachment>
  <AttachmentName>sample string 13</AttachmentName>
  <CommentCount>18</CommentCount>
  <Image>sample string 10</Image>
  <ImageName>sample string 11</ImageName>
  <IsActive>1</IsActive>
  <IsLike>true</IsLike>
  <IsUrlExist>sample string 15</IsUrlExist>
  <LikeCount>17</LikeCount>
  <Post>sample string 7</Post>
  <PostedBy>3</PostedBy>
  <PostedByName>sample string 4</PostedByName>
  <PostedByProfile>sample string 5</PostedByProfile>
  <PostedOn>sample string 8</PostedOn>
  <RawPostedOn>2026-06-13T04:32:23.5001969+05:30</RawPostedOn>
  <Status>sample string 19</Status>
  <Title>sample string 6</Title>
  <WallId>2</WallId>
</WallModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WallModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.