POST api/MSI/FeedBack/POST
Request Information
URI Parameters
None.
Body Parameters
FeedBack| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Origin | string |
None. |
|
| Type | globally unique identifier |
None. |
|
| string |
None. |
||
| Title | string |
None. |
|
| Content | string |
None. |
|
| RequestPerson | globally unique identifier |
None. |
|
| InputDate | date |
None. |
|
| IsReply | boolean |
None. |
|
| ReplyContent | string |
None. |
|
| ReplyDate | date |
None. |
|
| RPUserID | string |
None. |
|
| RPType | string |
None. |
|
| RPUniversity | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "bbfcbb93-4276-4475-bd03-faca182b3437",
"Origin": "sample string 2",
"Type": "f6f2ea6f-3407-46bb-9f1d-7870fbe76ecf",
"Email": "sample string 3",
"Title": "sample string 4",
"Content": "sample string 5",
"RequestPerson": "97ddc1e3-d934-43e7-a323-c10d5f395977",
"InputDate": "2026-07-21T04:16:17.1158866+08:00",
"IsReply": true,
"ReplyContent": "sample string 6",
"ReplyDate": "2026-07-21T04:16:17.1158866+08:00",
"RPUserID": "sample string 7",
"RPType": "sample string 8",
"RPUniversity": "0b81d1a7-e431-4cdc-b61e-8596608115a4"
}
application/xml, text/xml
Sample:
<FeedBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EUSI.EUSIEntities"> <Content>sample string 5</Content> <Email>sample string 3</Email> <Id>bbfcbb93-4276-4475-bd03-faca182b3437</Id> <InputDate>2026-07-21T04:16:17.1158866+08:00</InputDate> <IsReply>true</IsReply> <Origin>sample string 2</Origin> <RPType>sample string 8</RPType> <RPUniversity>0b81d1a7-e431-4cdc-b61e-8596608115a4</RPUniversity> <RPUserID>sample string 7</RPUserID> <ReplyContent>sample string 6</ReplyContent> <ReplyDate>2026-07-21T04:16:17.1158866+08:00</ReplyDate> <RequestPerson>97ddc1e3-d934-43e7-a323-c10d5f395977</RequestPerson> <Title>sample string 4</Title> <Type>f6f2ea6f-3407-46bb-9f1d-7870fbe76ecf</Type> </FeedBack>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InsertResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInsert | boolean |
None. |
|
| ErrMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsInsert": true,
"ErrMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<InsertResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EUSI.Models"> <ErrMessage>sample string 2</ErrMessage> <IsInsert>true</IsInsert> </InsertResult>