Language
Detailed step-by-step explanations for Pléiades Neo archive
Step 1: Authenticate
Using you API Key, you will need to get an access token that enables authorization. Authorization refers to the process of determining what permissions an authenticated client has for a set of resources.
For security reasons this access token expires regularly then it’s necessary to renew the authentication process to get a new one.
Please refer to the dedicated Authentication Guide
Step 2: Browse archives
API Endpoint | https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"itemsPerPage": 10,
"startPage": 1,
"workspace": "public-pneo"
}
Our search API supports following criteria:
acquisitionDate
cloudCover
lastUpdateDate: this key is convenient if you want implement an automatic harvesting sequence
incidenceAngle
geometry in geojson
Our search API supports sorting items using cloudCover
and dates (acquisitionDate
and lastUpdateDate
)
Each image is returned as a GeoJSON feature under the /features[] property.
id
of the acquisition will be used for orderingCloud cover is calculated at acquisition level, not re-calculated at the Area of Interest
Most of the ‘links’ are not enabled / useful in case of an ALBUM, only quicklook and thumbnail can be used
Response
{
"_links": {
"delete": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd",
"name": "Delete",
"type": "HTTP"
},
"imagesGetBuffer": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/buffer",
"type": "getBuffer",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesMetadata": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/metadata",
"type": "application/geo+json",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesWcs": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/wcs",
"type": "WCS",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesWms": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/wms",
"type": "WMS",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesWmts": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/wmts",
"type": "WMTS",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"monitor": {
"href": "https://monitor.foundation.api.oneatlas.airbus.com/api/v1/activities/01e885a5-fed9-4c91-bc72-2e40bc199ccb",
"name": "Monitor",
"type": "HTTP"
},
"quicklook": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/quicklook",
"name": "QuickLook",
"type": "HTTP"
},
"self": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/opensearch?id=20abfc7e-ece9-4ba5-a61f-654d667990dd",
"method": "GET",
"name": "self",
"resourceId": "20abfc7e-ece9-4ba5-a61f-654d667990dd"
},
"thumbnail": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/thumbnail",
"name": "Thumbnail",
"type": "HTTP"
},
"wms": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/wms",
"name": "WMS",
"type": "WMS"
},
"wmts": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/wmts",
"name": "WMTS",
"type": "WMTS"
}
},
"dataAccess": {
"metadata": "http://datastore-vaas/api/v1/genericProduct/packs/86567ea3-b25b-46eb-809b-f47a8a526604",
"packImages": [
{
"href": "http://datastore-vaas/api/v1/packs/86567ea3-b25b-46eb-809b-f47a8a526604/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
}
],
"resourceId": "86567ea3-b25b-46eb-809b-f47a8a526604"
},
"geometry": {
"coordinates": [
[
[
-53.4921335249,
-1.8463104683
],
[
-53.4929378987,
-1.9880959541
],
[
-53.4929401714,
-1.988972234
],
[
-53.4933062301,
-2.12960047
],
[
-53.4933091794,
-2.1304733496
],
[
-53.4921335249,
-1.8463104683
]
]
],
"type": "Polygon"
},
"properties": {
"acquisitionDate": "2022-12-15T13:56:40.887Z",
"acquisitionIdentifier": "ACQ_PNEO4_02316605189621",
"acquisitionStation": "SE1",
"activityId": "01e885a5-fed9-4c91-bc72-2e40bc199ccb",
"archiveAnonymousIdentifier": "300377131",
"archivingCenter": "FR1",
"azimuthAngle": 180.48344669203564,
"cloudCover": 33,
"constellation": "PNEO",
"correlationId": "5ea2344d-9c87-4ced-a80c-400dc126c15d",
"expirationDate": "2032-12-12T16:22:07.796545792Z",
"format": "image/tiff",
"geometryCentroid": {
"lat": -2.3307341290037,
"lon": -53.423027672448484
},
"id": "20abfc7e-ece9-4ba5-a61f-654d667990dd",
"illuminationAzimuthAngle": 135.0623249152443,
"illuminationElevationAngle": 59.74438053420907,
"incidenceAngle": 21.629181215044625,
"incidenceAngleAcrossTrack": 14.407257387476102,
"incidenceAngleAlongTrack": 17.826157843855526,
"lastUpdateDate": "2022-12-15T16:27:40.067282476Z",
"organisationName": "AIRBUS DS GEO",
"platform": "PNEO4",
"processingCenter": "MOC",
"processingDate": "2022-12-15T15:28:10.428Z",
"processingLevel": "ALBUM",
"processorName": "MMCAT",
"productCategory": "image",
"productType": "mono",
"productionStatus": "ARCHIVED",
"publicationDate": "2022-12-15T16:27:40.067282476Z",
"qualified": false,
"resolution": 0.3,
"sensorType": "OPTICAL",
"snowCover": 0,
"spectralRange": "VISIBLE",
"title": "",
"workspaceId": "3e88441b-adc9-4be6-bd80-59d4fb69d5a7",
"workspaceName": "public-pneo",
"workspaceTitle": "Workspace temporaire pour la data Pléiades Neo"
},
"rights": {
"browse": {
"privileges": [
{
"id": "25d86db6-11b5-428b-accf-6e9877929146",
"subscriptionId": "8bbcbd8b-0da7-48a9-aa18-14221ee6182e",
"filter": {
"workspaceId": "3e88441b-adc9-4be6-bd80-59d4fb69d5a7"
}
}
]
}
},
"type": "Feature"
}
Step 3: Calculate Price
Note: This end-point will only work for AUTOMATIC request.
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/prices |
REST verb | POST |
Authentication | Bearer token |
See Step 5. The body request is the same than the /orders
endpoint.
Step 4: Request a quotation
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/quotations |
REST verb | POST |
Authentication | Bearer token |
See See Step 5. The body request is the same than the /orders
endpoint - with one additional notification “QUOTATION_REQUEST” to be added on top of “SALES_ORDER” based on the same template.
Step 5: Create an order
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/orders |
REST verb | POST |
Authentication | Bearer token |
catalogItemId
to be used in the payload is to be retrieved from the result of Search under the key id
Body request sample Pléiades Neo Archive
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-9.77696619933472,
31.497269607846903
],
[
-9.751646146234133,
31.497269607846903
],
[
-9.751646146234133,
31.519076143386798
],
[
-9.77696619933472,
31.519076143386798
],
[
-9.77696619933472,
31.497269607846903
]
]
]
}
}
],
"programReference": "",
"contractId": "<CiscontractId>",
"items": [
{
"notifications": [],
"stations": [],
"productTypeId": "PleiadesNeoArchiveMono",
"dataSourceIds": [
{
"catalogId": "PublicMOC",
"catalogItemId": "<AcquisitionUUID>"
}
],
"datastripIds": [],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "PleiadesNeoArchiveMono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened"
},
{
"key": "radiometric_processing",
"value": "display"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "8bits"
},
{
"key": "processing_level",
"value": "ortho"
},
{
"key": "projection_1",
"value": "32629"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
},
{
"key": "dem_1",
"value": "best_available"
},
{
"key": "delivery_method",
"value": "on_the_flow"
},
{
"key": "fullStrip",
"value": "false"
}
]
}
],
"orderGroup": "",
"endUsers": [
{
"endUserName": "EndUSER AC002902",
"country": "FR"
}
],
"delivery": {
"type": "network"
},
"notifications": [
{
"name": "",
"channels": [
{
"type": "email",
"addressee": {
"to": [
"john.doe@company.com"
],
"cc": []
}
}
],
"filter": {
"events": [
{
"event": "DELIVERY"
}
]
}
},
{
"name": "",
"channels": [
{
"type": "email",
"addressee": {
"to": [
"john.doe@company.com"
],
"cc": []
}
}
],
"filter": {
"events": [
{
"event": "SALES_ORDER"
}
]
}
}
]
}
Response
{
"quotationId": "QUO22054547",
"currency": "EUR",
"discountPercentage": 0.0,
"discountValue": 0.0,
"totalAmount": 0.0
}
Notes:
productTypeId
can be retrieved using Get product typesPlease refer to the dedicated Get production options for processing options
customerReference
can be used throughout the ordering process to get the status of your order and find the images in your delivery workspace. It is as a consequence better to use 1 customerReference specific to each orderDem and projection are not mandatory for primary, Dem is not mandatory for projected
The
QUOid
sent back in the response can be used to search for your order
About multi-item and multi-aoi orders:
The number
aoiId
corresponds to both theid
of theaoi
The number
1
indem_1
andprojection_1
refers to both theaoiId
Step 6: Get your imagery product
Once delivered, the acquisition will be placed in your private workspace. You can run this request to access these images:
API Endpoint | https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"itemsPerPage": 10,
"startPage": 1,
"workspace": "<workspace-Id>"
}
Our search API supports following criteria:
acquisitionDate
cloudCover
publicationDate: this key is convenient if you want implement an automatic harvesting sequence
incidenceAngle
geometry
customerReference: if you used a specific reference while ordering, this will allow you to easily identify your data
Each image is returned as a GeoJSON feature under the /features[] property. The download link is part of the returned links.
Response
{
"error": false,
"itemsPerPage": 10,
"startIndex": 0,
"totalResults": 1,
"type": "FeatureCollection",
"features": [
{
"_links": {
"delete": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094",
"name": "Delete",
"type": "HTTP"
},
"imagesGetBuffer": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/buffer",
"name": "panchromatic",
"type": "getBuffer",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/buffer",
"name": "multispectral",
"type": "getBuffer",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesMetadata": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/metadata",
"name": "panchromatic",
"type": "application/geo+json",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/metadata",
"name": "multispectral",
"type": "application/geo+json",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesWcs": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/wcs",
"name": "panchromatic",
"type": "WCS",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/wcs",
"name": "multispectral",
"type": "WCS",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesWms": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/wms",
"name": "panchromatic",
"type": "WMS",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/wms",
"name": "multispectral",
"type": "WMS",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesWmts": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/wmts",
"name": "panchromatic",
"type": "WMTS",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/wmts",
"name": "multispectral",
"type": "WMTS",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"monitor": {
"href": "https://monitor.foundation.api.oneatlas.airbus.com/api/v1/activities/8553c339-2307-468e-8835-83df77cade22",
"name": "Monitor",
"type": "HTTP"
},
"quicklook": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/quicklook",
"name": "QuickLook",
"type": "HTTP"
},
"self": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/opensearch?id=df4c27e2-ce70-4f3d-8928-5e27dfe12094",
"method": "GET",
"name": "self",
"resourceId": "df4c27e2-ce70-4f3d-8928-5e27dfe12094"
},
"thumbnail": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/thumbnail",
"name": "Thumbnail",
"type": "HTTP"
},
"wms": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/wms",
"name": "WMS",
"type": "WMS"
},
"wmts": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/wmts",
"name": "WMTS",
"type": "WMTS"
}
},
"dataAccess": {
"metadata": "http://daas.datastore.svc.cluster.local/packs/1f9bb79a-db3f-44af-a46d-d861ffbd8387",
"packImages": [
{
"href": "http://daas.datastore.svc.cluster.local/images/be98dc10-46df-415c-aae9-384746d5b635",
"name": "multispectral",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
},
{
"href": "http://daas.datastore.svc.cluster.local/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3",
"name": "panchromatic",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
}
],
"resourceId": "1f9bb79a-db3f-44af-a46d-d861ffbd8387"
},
"geometry": {
"coordinates": [
[
[
86.1234443321,
42.3774685612
],
[
86.123584467,
42.2457271923
],
[
86.2827193226,
42.2448454382
],
[
86.2829700326,
42.3768342801
],
[
86.1234443321,
42.3774685612
]
]
],
"type": "Polygon"
},
"properties": {
"acquisitionDate": "2022-12-11T05:12:01.778Z",
"acquisitionIdentifier": "ACQ_PNEO3_02329405139276",
"acquisitionStation": "",
"activityId": "8553c339-2307-468e-8835-83df77cade22",
"archivingCenter": "",
"azimuthAngle": 166.1560954655803,
"cloudCover": 0,
"commercialReference": "000060751",
"constellation": "PNEO",
"contractId": "<contract_id>",
"correlationId": "PWOI_000060751_1_2_I_1",
"customerReference": "<customer_reference>",
"expirationDate": "2023-12-11T07:03:36Z",
"format": "SAFIR",
"geometryCentroid": {
"lat": 42.31116135046377,
"lon": 86.20320718234834
},
"id": "df4c27e2-ce70-4f3d-8928-5e27dfe12094",
"illuminationAzimuthAngle": 166.036157103877,
"illuminationElevationAngle": 23.572311147419587,
"incidenceAngle": 9.919399980046554,
"incidenceAngleAcrossTrack": 2.4177380903339203,
"incidenceAngleAlongTrack": 9.648469436182321,
"internalLine": "1_2",
"internalReference": "SAL22051564",
"lastUpdateDate": "2022-12-11T07:03:36Z",
"organisationName": "",
"platform": "PNEO3",
"processingCenter": "",
"processingDate": "2022-12-11T06:51:25.1Z",
"processingLevel": "SENSOR",
"processorName": "SPICYv1.2.9",
"productCategory": "image",
"productType": "bundle",
"productionStatus": "IN_CLOUD",
"publicationDate": "2022-12-11T06:59:37.910304059Z",
"qualified": false,
"resolution": 0.31,
"sensorType": "OPTICAL",
"sourceIdentifier": "PNEO3_20221211T063414_BUNDLE-FS_PRIMARY",
"spectralRange": "VISIBLE",
"workspaceId": "<workspaceId>",
"workspaceName": "voicerose",
"workspaceTitle": "voicerose"
},
"rights": {
"browse": {
"privileges": [
{
"id": "114d4a2c-d9ca-4cb0-8051-356d9af5059d",
"filter": {
"workspaceId": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22"
}
}
]
},
"create": {
"privileges": [
{
"id": "19e0d6cc-85c7-4ffa-950c-c929b8025ec2",
"filter": {
"workspaceId": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22"
}
}
]
},
"delete": {
"privileges": [
{
"id": "114d4a2c-d9ca-4cb0-8051-356d9af5059d",
"filter": {
"workspaceId": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22"
}
}
]
}
},
"type": "Feature"
}
]
}
Track your orders
You can see all your orders thanks to this request:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/orders/search |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"paging": {
"itemsPerPage": 25,
"startIndex": 0,
"pagingMode": "item"
},
"criteria": {
"q": "(quotationStatus:ACCEPTED) AND (cis.quotation:QUO22054973) AND (contractId:CTR21000411) AND (status:IN_PROGRESS) AND (technicalProduct.source.id:archive) AND (customerReference:*<customer_reference>*)"
}
}
Some insight about the interesting keys to be used (not all keys are mandatory):
customerReference: is the reference you used when creating your order
quotationStatus: can be
ACCEPTED
(quotation has been accepted, order is running) orSENT
(quotation not yet validated, order not yet running)cis.quotation: id of the quotation can be used to search
contractId: id of the contract can be used to search
status: can be
IN_PROGRESS
(order is running) orDELIVERED
(order finished, all data delivered) orCANCELLED
(order cancelled)technicalProduct.source.id: can be
tasking
orarchive
Response
{
"paging": {
"itemsPerPage": 25,
"startIndex": 0,
"pagingMode": "item",
"totalResults": 30
},
"features": [
{
"contractId": "<CisContractId>",
"customerReference": "<customer_reference>",
"quotationId": "QUO22006217",
"salesOrderId": "SAL22005724",
"program": "",
"productType": "PleiadesNeoTaskingOnePlan",
"licence": "standard",
"aoi": {
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-27.306937758050495,
38.72168083627531
],
[
-27.1970744768005,
38.72168083627531
],
[
-27.1970744768005,
38.81590473156177
],
[
-27.306937758050495,
38.81590473156177
],
[
-27.306937758050495,
38.72168083627531
]
]
]
}
},
"mission": "pleiadesneo",
"source": "tasking",
"target": "oneplan",
"status": "CANCELLED",
"comment": "",
"tasking": {
"holdBack": 0,
"maxIncidenceAngle": 50.0,
"acquisitionMode": "MONOSCOPIC",
"cloudCoverageThresholdForProposition": 30.0,
"period": [
{
"startDate": "2022-01-29T00:00:00Z",
"endDate": "2022-03-29T23:59:59Z"
}
],
"taskingRequest": [
{
"taskingRequestId": "TWOI_000007805_1_N"
}
],
"endOfInitialPeriod": "2022-03-29T23:59:59Z",
"validatedArea": 0.0,
"validatedAreaPct": 0.0,
"receivingStationType": "vrs",
"maxCloudCoverage": 10.0,
"nbProposedCoverageItems": 0,
"totalCoverageItems": 0
},
"processingLevel": "primary",
"spectralProcessing": "full_bundle",
"productFormat": "dimap_jpeg2000_regular",
"pixelCoding": "12bits",
"radiometricProcessing": "basic",
"priority": "standard",
"deliveryMethod": "on_the_flow",
"deliveryAddress": "5 RUE DES SATELLITES TOULOUSE CEDEX 4 31030 FR",
"endUser": {
"endUserCountryId": "CN"
},
"dumpingStation": [
{
"processingStation": "FR1",
"receivingStation": "FR1"
},
{
"processingStation": "FR1",
"receivingStation": "IN1"
},
{
"processingStation": "FR1",
"receivingStation": "SE1"
}
],
"quotationStatus": "ACCEPTED",
"quotationCreationDate": "2022-01-27T18:08:52Z",
"orderCreationDate": "2022-01-27T18:09:08Z",
"orderLineAmount": 0.0,
"customerName": "[LE] Airbus DS Geo SA France",
"contact": "john.doe@company.com",
"orderLineAmountWithoutDiscount": 0.0,
"currency": "EUR",
"orderLineAmountDiscountPct": 0.0,
"orderLineAmountWithDiscount": 0.0,
"priceCalculationArea": 100.0,
"orderMinimumApplied": true,
"feasibilityStudyResult": {
"coverRate": 0.0,
"commitment": true
},
"customerId": "AC002902",
"producedArea": 0.0,
"deliveryType": "network",
"deliveryPlatformId": "PublicMOC",
"deliveryWorkspace": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22",
"requestedArea": 99.7919052906175,
"notifications": [...],
"projectionCode": "32626",
"quotationEndOfValidityDate": "2022-01-28T00:00:00Z",
"initialOrderLineAmountWithoutDiscount": 5000.0,
"initialOrderLineAmountDiscountPct": 0.0,
"initialOrderLineAmountWithDiscount": 5000.0,
"initialPriceCalculationArea": 100.0,
"cancelationDeadlineDate": "2022-01-28T00:00:00Z",
"producedAreaPct": 0.0,
"productionRoute": "GDSIP3",
"quotationVersion": 1,
"orderLineDescription": "Pléiades Neo Tasking OnePlan 100 km2 basic",
"onePlanPro": true,
"orderItemId": "WOI_000007805_1",
"lastStatusChangeDate": "2022-01-27T20:21:21Z",
"orderCreator": "5247773080",
"orderLineId": 1
}
]
}
Manage quotations
You can get access quotations using the request:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/orders/search |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"paging": {
"itemsPerPage": 25,
"startIndex": 0,
"pagingMode": "item"
},
"criteria": {
"q": "(customerReference:*<customer_reference>*) AND (quotationStatus:SENT) AND (contractId:<CisContractId>)"
}
}
Retrieve quotationId
then
To accept a quotation:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/quotations/<quotationId>/accept |
REST verb | PUT |
Authentication | Bearer access token |
Once accepted, the order is automatically created.
To refuse a quotation:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/quotations/<quotationId>/refuse |
REST verb | PUT |
Authentication | Bearer access token |
Request
{"rejectionReasonId":1}
© Airbus Defence and Space 2022. All rights reserved. Privacy Policy | Legal Information