POST api/announcement/enterprise/GetServicesList
Request Information
URI Parameters
None.
Body Parameters
AnnouncementItemDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Content | Collection of byte |
None. |
|
| ContentType | string |
None. |
|
| FileSize | integer |
None. |
|
| Uploaded | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Content": "QEA=",
"ContentType": "sample string 2",
"FileSize": 1,
"Uploaded": "2026-03-29T17:24:16.6202296-04:00"
}
application/xml, text/xml
Sample:
<AnnouncementItemDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.DTO"> <Content>QEA=</Content> <ContentType>sample string 2</ContentType> <FileSize>1</FileSize> <Name>sample string 1</Name> <Uploaded>2026-03-29T17:24:16.6202296-04:00</Uploaded> </AnnouncementItemDTO>
application/x-www-form-urlencoded
Sample:
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. |