POST api/NSI/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": "1b04fcf0-4f0c-434b-88cc-6b45abe7c42e",
"Origin": "sample string 2",
"Type": "043ea526-6124-4f45-9438-1bb695f49161",
"Email": "sample string 3",
"Title": "sample string 4",
"Content": "sample string 5",
"RequestPerson": "519321b7-202d-48a9-b95b-6f9fe9f187b7",
"InputDate": "2026-07-21T04:17:12.9454602+08:00",
"IsReply": true,
"ReplyContent": "sample string 6",
"ReplyDate": "2026-07-21T04:17:12.9454602+08:00",
"RPUserID": "sample string 7",
"RPType": "sample string 8",
"RPUniversity": "5514bbbb-330b-4f1c-8940-1cce24b78a6c"
}
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>1b04fcf0-4f0c-434b-88cc-6b45abe7c42e</Id> <InputDate>2026-07-21T04:17:12.9454602+08:00</InputDate> <IsReply>true</IsReply> <Origin>sample string 2</Origin> <RPType>sample string 8</RPType> <RPUniversity>5514bbbb-330b-4f1c-8940-1cce24b78a6c</RPUniversity> <RPUserID>sample string 7</RPUserID> <ReplyContent>sample string 6</ReplyContent> <ReplyDate>2026-07-21T04:17:12.9454602+08:00</ReplyDate> <RequestPerson>519321b7-202d-48a9-b95b-6f9fe9f187b7</RequestPerson> <Title>sample string 4</Title> <Type>043ea526-6124-4f45-9438-1bb695f49161</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>