media_post_ratecards {civis} | R Documentation |
Create a Ratecard
Description
Create a Ratecard
Usage
media_post_ratecards(filename, start_on, end_on, dma_number)
Arguments
filename |
string required. Name of the ratecard file. |
start_on |
string required. First day to which the ratecard applies. |
end_on |
string required. Last day to which the ratecard applies. |
dma_number |
integer required. Number of the DMA associated with the ratecard. |
Value
A list containing the following elements:
id |
integer, The ratecard ID. |
filename |
string, Name of the ratecard file. |
startOn |
string, First day to which the ratecard applies. |
endOn |
string, Last day to which the ratecard applies. |
dmaNumber |
integer, Number of the DMA associated with the ratecard. |
archived |
string, The archival status of the requested item(s). |
[Package civis version 3.1.2 Index]