PUT api/SystemConfig/SystemAnnouncement
Request Information
URI Parameters
None.
Body Parameters
SystemAnnouncementDTOName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
MessageBody | string |
None. |
|
ExpirationDate | date |
None. |
|
IsOneTimeMessage | boolean |
None. |
|
IncludeOnLogonScreen | boolean |
None. |
|
BackgroundColor | string |
None. |
|
MessageTitle | string |
None. |
|
DealerIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "MessageBody": "sample string 2", "ExpirationDate": "2025-08-29T01:17:13.8444551+00:00", "IsOneTimeMessage": true, "IncludeOnLogonScreen": true, "BackgroundColor": "sample string 5", "MessageTitle": "sample string 6", "DealerIds": [ 1, 2 ] }
text/html, multipart/form-data, application/zip
Sample:
{"Message":"sample string 1","MessageBody":"sample string 2","ExpirationDate":"2025-08-29T01:17:13.8444551+00:00","IsOneTimeMessage":true,"IncludeOnLogonScreen":true,"BackgroundColor":"sample string 5","MessageTitle":"sample string 6","DealerIds":[1,2]}
application/xml, text/xml
Sample:
<SystemAnnouncementDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DentaCad.DTO"> <BackgroundColor>sample string 5</BackgroundColor> <DealerIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </DealerIds> <ExpirationDate>2025-08-29T01:17:13.8444551+00:00</ExpirationDate> <IncludeOnLogonScreen>true</IncludeOnLogonScreen> <IsOneTimeMessage>true</IsOneTimeMessage> <Message>sample string 1</Message> <MessageBody>sample string 2</MessageBody> <MessageTitle>sample string 6</MessageTitle> </SystemAnnouncementDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data, application/zip, application/xml, text/xml
Sample:
Sample not available.