media_post_spot_orders {civis} | R Documentation |
Create a spot order
Description
Create a spot order
Usage
media_post_spot_orders(body = NULL)
Arguments
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]