client.media.post_spot_orders

A method of the Media endpoint.

post_spot_orders(*, body: str = None) Response

Create a spot order

API URL: POST /media/spot_orders

import civis
client = civis.APIClient()
response = client.media.post_spot_orders(...)
Parameters:
bodystr, optional

CSV body of a spot order.

Returns:
civis.Response
  • idint

    The ID for the spot order.

  • archivedbool

    The archival status of the requested item(s).

  • csv_s3_uristr

    S3 URI for the spot order CSV file.

  • json_s3_uristr

    S3 URI for the spot order JSON file.

  • xml_archive_s3_uristr

    S3 URI for the spot order XML archive.

  • last_transform_job_idint

    ID of the spot order transformation job.