POST Api/ReplyFeedback
Guard/Resident Reply Feedback. Type Resident=0,Admin=1, Status Resident=1,Admin=2
Request Information
URI Parameters
None.
Body Parameters
ReplyFeedbackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UID | string |
None. |
|
| Version | string |
None. |
|
| ReplyMessage | string |
None. |
|
| ReplyType | string |
None. |
|
| Status | string |
None. |
|
| FilePath | string |
None. |
|
| FilePathName | string |
None. |
|
| UpdatedBy | string |
None. |
|
| Condo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UID": "sample string 1",
"Version": "sample string 2",
"ReplyMessage": "sample string 3",
"ReplyType": "sample string 4",
"Status": "sample string 5",
"FilePath": "sample string 6",
"FilePathName": "sample string 7",
"UpdatedBy": "sample string 8",
"Condo": "sample string 9"
}
application/xml, text/xml
Sample:
<ApiController.ReplyFeedbackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers"> <Condo>sample string 9</Condo> <FilePath>sample string 6</FilePath> <FilePathName>sample string 7</FilePathName> <ReplyMessage>sample string 3</ReplyMessage> <ReplyType>sample string 4</ReplyType> <Status>sample string 5</Status> <UID>sample string 1</UID> <UpdatedBy>sample string 8</UpdatedBy> <Version>sample string 2</Version> </ApiController.ReplyFeedbackRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>