media_put_spot_orders_archive {civis} | R Documentation |
Update the archive status of this object
Description
Update the archive status of this object
Usage
media_put_spot_orders_archive(id, status)
Arguments
id |
integer required. The ID of the object. |
status |
boolean required. The desired archived status of the object. |
Value
A list containing the following elements:
id |
integer, The ID for the spot order. |
archived |
string, The archival status of the requested item(s). |
csvS3Uri |
string, S3 URI for the spot order CSV file. |
jsonS3Uri |
string, S3 URI for the spot order JSON file. |
xmlArchiveS3Uri |
string, S3 URI for the spot order XML archive. |
lastTransformJobId |
integer, ID of the spot order transformation job. |
[Package civis version 3.1.2 Index]