Skip to main content
POST
Create Inventory Item

Authorizations

Authorization
string
header
required

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

Body

application/json
platform
enum<string>
required
Available options:
TV,
RADIO,
DIGITAL
category
string
required
name
string
required
rate_card_price
required
Required range: x >= 0
pricing_unit
enum<string>
default:PER_WEEK
Available options:
PER_WEEK,
PER_INSERT,
PER_DAY,
PER_POST,
PER_EVENT
slot_start
string<time> | null
slot_end
string<time> | null
base_units
integer | null
Required range: x >= 1
unit_label
string | null
price_per_extra_unit
default:0.00
Required range: x >= 0
duration_seconds
integer | null
Required range: x >= 1
weekly_capacity
integer | null
Required range: x >= 1
inclusions
string | null
description
string | null

Response

Successful Response