client.media.put_ratecards_archive
A method of the Media endpoint.
- put_ratecards_archive(id: int, status: bool) Response
Update the archive status of this object
API URL:
PUT /media/ratecards/{id}/archiveimport civis client = civis.APIClient() response = client.media.put_ratecards_archive(...)
- Parameters:
- idint
The ID of the object.
- statusbool
The desired archived status of the object.
- Returns:
civis.Response- idint
The ratecard ID.
- filenamestr
Name of the ratecard file.
- start_onstr (date)
First day to which the ratecard applies.
- end_onstr (date)
Last day to which the ratecard applies.
- dma_numberint
Number of the DMA associated with the ratecard.
- archivedbool
The archival status of the requested item(s).