POST api/Base/AddNotice
Request Information
URI Parameters
None.
Body Parameters
NoticeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| NI_ID | integer |
None. |
|
| NI_Title | string |
None. |
|
| NI_Content | string |
None. |
|
| NI_Time | date |
None. |
|
| NI_Sender | string |
None. |
|
| NI_ReceiptType | string |
None. |
|
| NI_CampusGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NI_ID": 1,
"NI_Title": "sample string 2",
"NI_Content": "sample string 3",
"NI_Time": "2026-04-20T10:16:53.4005773+08:00",
"NI_Sender": "sample string 4",
"NI_ReceiptType": "sample string 5",
"NI_CampusGUID": "sample string 6"
}
application/xml, text/xml
Sample:
<NoticeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <NI_CampusGUID>sample string 6</NI_CampusGUID> <NI_Content>sample string 3</NI_Content> <NI_ID>1</NI_ID> <NI_ReceiptType>sample string 5</NI_ReceiptType> <NI_Sender>sample string 4</NI_Sender> <NI_Time>2026-04-20T10:16:53.4005773+08:00</NI_Time> <NI_Title>sample string 2</NI_Title> </NoticeInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |