PUT api/EntityFeedback
Request Information
URI Parameters
None.
Body Parameters
EntityFeedbackName | Description | Type | Additional information |
---|---|---|---|
RecordNo | integer |
None. |
|
ObjectName | string |
None. |
|
Rid | integer |
None. |
|
Feedback | string |
None. |
|
CreatedOn | date |
None. |
|
UpdatedOn | date |
None. |
|
IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecordNo": 1, "ObjectName": "sample string 2", "Rid": 3, "Feedback": "sample string 4", "CreatedOn": "2024-12-22T04:11:09.6599791+00:00", "UpdatedOn": "2024-12-22T04:11:09.6599791+00:00", "IsDeleted": true }
application/xml, text/xml
Sample:
<EntityFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models"> <CreatedOn>2024-12-22T04:11:09.6599791+00:00</CreatedOn> <Feedback>sample string 4</Feedback> <IsDeleted>true</IsDeleted> <ObjectName>sample string 2</ObjectName> <RecordNo>1</RecordNo> <Rid>3</Rid> <UpdatedOn>2024-12-22T04:11:09.6599791+00:00</UpdatedOn> </EntityFeedback>
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.