media_put_ratecards {civis} | R Documentation |
Replace all attributes of this Ratecard
Description
Replace all attributes of this Ratecard
Usage
media_put_ratecards(id, filename, start_on, end_on, dma_number)
Arguments
id |
integer required. The ratecard ID. |
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]