media_put_spot_orders {civis} | R Documentation |
Edit the specified spot order
Description
Edit the specified spot order
Usage
media_put_spot_orders(id, body = NULL)
Arguments
id |
integer required. The ID for the spot order. |
body |
string optional. CSV body of a spot order. |
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]