Arlula · Example Payload

Arlula Batch Tasking Order Request Example

Earth ObservationGeospatialImageryRemote SensingSatellites

Arlula Batch Tasking Order Request Example is an example object payload from Arlula, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ordersemails

Example Payload

Raw ↑
{
  "orders": [
    {
      "id": "opp-a1b2c3d4",
      "bundleKey": "bundle-standard",
      "eula": "EULA-001",
      "cloud": 20,
      "priorityKey": "standard",
      "emails": [
        "example-value"
      ],
      "webhooks": [
        "example-value"
      ],
      "coupon": "example-coupon"
    }
  ],
  "emails": [
    "example-value"
  ]
}