media_patch_ratecards {civis} | R Documentation |
Update some attributes of this Ratecard
Description
Update some attributes of this Ratecard
Usage
media_patch_ratecards(
id,
filename = NULL,
start_on = NULL,
end_on = NULL,
dma_number = NULL
)
Arguments
id |
integer required. The ratecard ID. |
filename |
string optional. Name of the ratecard file. |
start_on |
string optional. First day to which the ratecard applies. |
end_on |
string optional. Last day to which the ratecard applies. |
dma_number |
integer optional. 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]