Skip to main content
POST
Create Announcement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tenantId
number
required
name
string
required
mediaFileId
number
required
active
required
Available options:
0
startDate
string
required
endDate
string
required
description
string
ivrIds
number[]
branchId
number

Response

200 - application/json

Created announcement

id
number
required

Announcement ID

tenantId
number
required

Tenant ID

name
string
required

Announcement name

description
string
required

Announcement description

mediaFile
object | null
required

Attached media file

active
number
required

Active state (1 = active, 0 = inactive)

startDate
string
required

Start date (ISO 8601)

endDate
string
required

End date (ISO 8601)

ivrs
object[]
required

IVRs this announcement is attached to

branch
object
required

Owning branch