POST NoticeBoardSave0?userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
Required |
Body Parameters
FormDataNoticeBoard| Name | Description | Type | Additional information |
|---|---|---|---|
| StatementType | string |
None. |
|
| PropertyId | integer |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
|
| NotificationTypeId | integer |
None. |
|
| PropertyGroupId | integer |
None. |
|
| Notify | integer |
None. |
|
| AlertTypeId | integer |
None. |
|
| ExpirtyDate | string |
None. |
|
| PropertyDetailsId | string |
None. |
|
| PropertyTowerId | string |
None. |
|
| PropertyRWAMemberId | string |
None. |
|
| UserID | string |
None. |
|
| NoticeBoardAttachment | Collection of NoticeBoardAttachment |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatementType": "sample string 1",
"PropertyId": 2,
"Subject": "sample string 3",
"Message": "sample string 4",
"NotificationTypeId": 5,
"PropertyGroupId": 6,
"Notify": 7,
"AlertTypeId": 8,
"ExpirtyDate": "sample string 9",
"PropertyDetailsId": "sample string 10",
"PropertyTowerId": "sample string 11",
"PropertyRWAMemberId": "sample string 12",
"UserID": "sample string 13",
"NoticeBoardAttachment": [
{
"filename": "sample string 1",
"filepath": "sample string 2"
},
{
"filename": "sample string 1",
"filepath": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<FormDataNoticeBoard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrestComplaintWebApi.Models">
<AlertTypeId>8</AlertTypeId>
<ExpirtyDate>sample string 9</ExpirtyDate>
<Message>sample string 4</Message>
<NoticeBoardAttachment>
<NoticeBoardAttachment>
<filename>sample string 1</filename>
<filepath>sample string 2</filepath>
</NoticeBoardAttachment>
<NoticeBoardAttachment>
<filename>sample string 1</filename>
<filepath>sample string 2</filepath>
</NoticeBoardAttachment>
</NoticeBoardAttachment>
<NotificationTypeId>5</NotificationTypeId>
<Notify>7</Notify>
<PropertyDetailsId>sample string 10</PropertyDetailsId>
<PropertyGroupId>6</PropertyGroupId>
<PropertyId>2</PropertyId>
<PropertyRWAMemberId>sample string 12</PropertyRWAMemberId>
<PropertyTowerId>sample string 11</PropertyTowerId>
<StatementType>sample string 1</StatementType>
<Subject>sample string 3</Subject>
<UserID>sample string 13</UserID>
</FormDataNoticeBoard>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.