Skip to main content
POST
Upload lineup from Excel

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Body

file
file
required

Excel file (.xlsx) containing the broadcast lineup.

medium
enum<string>
required

Broadcast medium: TV, RADIO, or DIGITAL.

  • TV - TV
  • RADIO - Radio
  • DIGITAL - Digital
Available options:
TV,
RADIO,
DIGITAL
channel
string
required

Specific channel name e.g. TV47, RADIO 47, TV47 DIGITAL.

Required string length: 1 - 100
effective_from
string<date>
required

Schedule start date (defaults to 1st of the parsed month/year).

effective_to
string<date>
required

Schedule end date (defaults to last day of the parsed month/year).

Response

200 - application/json
id
string<uuid>
required
read-only
medium
enum<string>
required
  • TV - TV
  • RADIO - Radio
  • DIGITAL - Digital
Available options:
TV,
RADIO,
DIGITAL
channel
string
required
Maximum string length: 100
month
integer
required
Required range: 0 <= x <= 2147483647
year
integer
required
Required range: 0 <= x <= 2147483647
title
string
required
Maximum string length: 255
uploaded_by
string
required
read-only
slot_count
object
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
version
integer
Required range: 0 <= x <= 2147483647
effective_from
string<date> | null
effective_to
string<date> | null
metadata
any