Retrieve a single BusinessAnnouncement record by its Id.
ActiveFrom and ActiveTo to schedule when the announcement is visible. Use OnlyForContacts and OnlyForMembers to control the audience:
| OnlyForContacts | OnlyForMembers | Audience |
|---|---|---|
| false | false | All customers (contacts and members) |
| true | false | Contacts only (no active contract) |
| false | true | Members only (with an active contract) |
NewImageUrl to a URL to upload a new image, or set ClearImage to true to remove the current image.
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BusinessAnnouncement-Read role.