Airbus OneAtlas · Example Payload

Oneatlas Tasking Example

ImagerySatellites

Oneatlas Tasking Example is an example object payload from Airbus OneAtlas, with 20 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contractIdorderIdproductTypeIdcustomerIdtaskingIdsegmentIdlicenceIdquotationIdtaskingIdscountcustomerRefprogramstatusmissionprogTypeNamesacquisitionDateicrEndOfPeriodDatehasProposedSegmentsstartPagesortKeys

Example Payload

Raw ↑
{
  "contractId": "example-contractId",
  "orderId": "example-orderId",
  "productTypeId": "example-productTypeId",
  "customerId": "example-customerId",
  "taskingId": "example-taskingId",
  "segmentId": "example-segmentId",
  "licenceId": "example-licenceId",
  "quotationId": "example-quotationId",
  "taskingIds": [],
  "count": 1,
  "customerRef": "example-customerRef",
  "program": "example-program",
  "status": [],
  "mission": "example-mission",
  "progTypeNames": "example-progTypeNames",
  "acquisitionDate": "example-acquisitionDate",
  "icrEndOfPeriodDate": "example-icrEndOfPeriodDate",
  "hasProposedSegments": true,
  "startPage": 1,
  "sortKeys": "example-sortKeys"
}