{
	"info": {
		"_postman_id": "6ad84e04-baf6-4653-818f-a5129135eb36",
		"name": "OAD Pay Per Order Archives",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "24717466"
	},
	"item": [
		{
			"name": "OAD Pay Per Order Archives",
			"item": [
				{
					"name": "Get preliminary information",
					"item": [
						{
							"name": "Get contracts",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get workspace Pléiades Neo",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get workspace Pléiades & SPOT",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/me",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"me"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get product types",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/productTypes",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"productTypes"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get markets",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/properties",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"properties"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get available delivery types",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/deliveryTypes",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"deliveryTypes"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Production Options",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"aoi\": [\r\n    {\r\n      \"polygonId\": 1,\r\n      \"geometry\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n          [\r\n            [\r\n              1.4316558837890625,\r\n              43.568824930165476\r\n            ],\r\n            [\r\n              1.4316558837890625,\r\n              43.601900054609445\r\n            ],\r\n            [\r\n              1.4670181274414062,\r\n              43.601900054609445\r\n            ],\r\n            [\r\n              1.4670181274414062,\r\n              43.568824930165476\r\n            ],\r\n            [\r\n              1.4316558837890625,\r\n              43.568824930165476\r\n            ]\r\n          ]]\r\n      }\r\n    }\r\n  ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/productTypes/{{product_type_id}}/options",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"productTypes",
										"{{product_type_id}}",
										"options"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get country label",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/properties",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"properties"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Browse archives Pléiades Neo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"itemsPerPage\": 10,\r\n    \"startPage\": 1,\r\n    \"workspace\": \"public-pneo\",\r\n    \"properties\":{\r\n                \"productType\": \"mono\"\r\n    },\r\n    \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch",
							"protocol": "https",
							"host": [
								"search",
								"foundation",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v2",
								"opensearch"
							]
						}
					},
					"response": []
				},
				{
					"name": "Browse archives SPOT",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"itemsPerPage\": 10,\r\n    \"startPage\": 1,\r\n    \"workspace\": \"public\",\r\n    \"constellation\":\"SPOT\",\r\n    \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch",
							"protocol": "https",
							"host": [
								"search",
								"foundation",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v2",
								"opensearch"
							]
						}
					},
					"response": []
				},
				{
					"name": "Browse archives Pléiades",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"itemsPerPage\": 10,\r\n    \"startPage\": 1,\r\n    \"workspace\": \"public\",\r\n    \"constellation\":\"PHR\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch",
							"protocol": "https",
							"host": [
								"search",
								"foundation",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v2",
								"opensearch"
							]
						}
					},
					"response": []
				},
				{
					"name": "Calculate price Pléiades Neo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_id}}\",\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoArchiveMono\",\r\n            \"dataSourceIds\": [\r\n                {\r\n                    \"catalogId\": \"PublicMOC\",\r\n                    \"catalogItemId\": \"0b116a5f-0c8b-4f8b-a745-f23b09a2c4ec\"\r\n                }\r\n            ],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": \"\",\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoArchiveMono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"display\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"8bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"32631\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                },\r\n                {\r\n                    \"key\": \"fullStrip\",\r\n                    \"value\": \"false\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"orderGroup\": \"\",\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Name of the end user\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\"\r\n    },\r\n    \"notifications\": [\r\n        {\r\n            \"name\": \"\",\r\n            \"channels\": [\r\n                {\r\n                    \"type\": \"email\",\r\n                    \"addressee\": {\r\n                        \"to\": [\r\n                            \"john.doe@company.com\"\r\n                        ],\r\n                        \"cc\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"filter\": {\r\n                \"events\": [\r\n                    {\r\n                        \"event\": \"DELIVERY\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"\",\r\n            \"channels\": [\r\n                {\r\n                    \"type\": \"email\",\r\n                    \"addressee\": {\r\n                        \"to\": [\r\n                            \"john.doe@company.com\"\r\n                        ],\r\n                        \"cc\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"filter\": {\r\n                \"events\": [\r\n                    {\r\n                        \"event\": \"SALES_ORDER\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/prices",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"prices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Calculate price Pléiades",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_id}}\" ,\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [\r\n                {\r\n                    \"name\": \"\",\r\n                    \"channels\": [\r\n                        {\r\n                            \"parameters\": {\r\n                                \"addresses\": [\r\n                                    \"john.doe@company.com\"\r\n                                ]\r\n                            },\r\n                            \"type\": \"email\"\r\n                        }\r\n                    ],\r\n                    \"filter\": {\r\n                        \"events\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesArchiveMono\",\r\n            \"datastripIds\": [\r\n                \"DS_PHR1A_202212111112398_FR1_PX_E001N43_0615_01665\"\r\n            ],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": \"\",\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesArchiveMono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened_natural_color\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"basic\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"12bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"primary\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"orderGroup\": \"\",\r\n    \"endUsers\": [\r\n        {}\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"platformId\": \"PublicMOC\"\r\n    },\r\n    \"notificationEmails\": [\r\n        \"john.doe@company.com\"\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/prices",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"prices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Calculate price SPOT",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_id}}\" ,\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [\r\n                {\r\n                    \"name\": \"\",\r\n                    \"channels\": [\r\n                        {\r\n                            \"parameters\": {\r\n                                \"addresses\": [\r\n                                    \"john.doe@company.com\"\r\n                                ]\r\n                            },\r\n                            \"type\": \"email\"\r\n                        }\r\n                    ],\r\n                    \"filter\": {\r\n                        \"events\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"SPOTArchive1.5Mono\",\r\n            \"datastripIds\": [\r\n                \"DS_SPOT7_202001241038101_FR1_FR1_FR1_FR1_E001N43_01790\"\r\n            ],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": \"\",\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"SPOTArchive1.5Mono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened_natural_color\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"basic\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"12bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"primary\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"orderGroup\": \"\",\r\n    \"endUsers\": [\r\n        {}\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"platformId\": \"PublicMOC\"\r\n    },\r\n    \"notificationEmails\": [\r\n        \"john.doe@company.com\"\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/prices",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"prices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Request a quotation Pléiades Neo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            69.8851086844,\r\n                            43.4480129598\r\n                        ],\r\n                        [\r\n                            69.7053995443,\r\n                            43.4479274158\r\n                        ],\r\n                        [\r\n                            69.705655071,\r\n                            43.3138904615\r\n                        ],\r\n                        [\r\n                            69.7056532246,\r\n                            43.3130153891\r\n                        ],\r\n                        [\r\n                            69.7056835031,\r\n                            43.2009536968\r\n                        ],\r\n                        [\r\n                            69.8847822114,\r\n                            43.2015628825\r\n                        ],\r\n                        [\r\n                            69.884988961,\r\n                            43.3134423169\r\n                        ],\r\n                        [\r\n                            69.8849909814,\r\n                            43.3142428907\r\n                        ],\r\n                        [\r\n                            69.8851086844,\r\n                            43.4480129598\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoArchiveMono\",\r\n            \"dataSourceIds\": [\r\n                {\r\n                    \"catalogId\": \"PublicMOC\",\r\n                    \"catalogItemId\": \"5ad51723-c7c6-4d28-80ce-db8e3dcfc5f7\"\r\n                }\r\n            ],\r\n            \"datastripIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Name of the end user\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoArchiveMono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"display\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"8bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"32642\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                },\r\n                {\r\n                    \"key\": \"fullStrip\",\r\n                    \"value\": \"false\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n    \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/quotations",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"quotations"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create an order Pléiades Neo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_id}}\",\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoArchiveMono\",\r\n            \"dataSourceIds\": [\r\n                {\r\n                    \"catalogId\": \"PublicMOC\",\r\n                    \"catalogItemId\": \"0b116a5f-0c8b-4f8b-a745-f23b09a2c4ec\"\r\n                }\r\n            ],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": \"\",\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoArchiveMono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"display\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"8bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"32631\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                },\r\n                {\r\n                    \"key\": \"fullStrip\",\r\n                    \"value\": \"false\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"orderGroup\": \"\",\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Name of the end user\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\"\r\n    },\r\n    \"notifications\": [\r\n        {\r\n            \"name\": \"\",\r\n            \"channels\": [\r\n                {\r\n                    \"type\": \"email\",\r\n                    \"addressee\": {\r\n                        \"to\": [\r\n                            \"john.doe@company.com\"\r\n                        ],\r\n                        \"cc\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"filter\": {\r\n                \"events\": [\r\n                    {\r\n                        \"event\": \"DELIVERY\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"\",\r\n            \"channels\": [\r\n                {\r\n                    \"type\": \"email\",\r\n                    \"addressee\": {\r\n                        \"to\": [\r\n                            \"john.doe@company.com\"\r\n                        ],\r\n                        \"cc\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"filter\": {\r\n                \"events\": [\r\n                    {\r\n                        \"event\": \"SALES_ORDER\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/orders",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create an order SPOT",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_id}}\" ,\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [\r\n                {\r\n                    \"name\": \"\",\r\n                    \"channels\": [\r\n                        {\r\n                            \"parameters\": {\r\n                                \"addresses\": [\r\n                                    \"john.doe@company.com\"\r\n                                ]\r\n                            },\r\n                            \"type\": \"email\"\r\n                        }\r\n                    ],\r\n                    \"filter\": {\r\n                        \"events\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"SPOTArchive1.5Mono\",\r\n            \"datastripIds\": [\r\n                \"DS_SPOT7_202001241038101_FR1_FR1_FR1_FR1_E001N43_01790\"\r\n            ],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": \"\",\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"SPOTArchive1.5Mono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened_natural_color\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"basic\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"12bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"primary\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"orderGroup\": \"\",\r\n    \"endUsers\": [\r\n        {}\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"platformId\": \"PublicMOC\"\r\n    },\r\n    \"notificationEmails\": [\r\n        \"john.doe@company.com\"\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/orders",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create an order Pléiades",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"aoi\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Polygon 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.586101687094356\r\n                        ],\r\n                        [\r\n                            1.464024370605467,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.623143915843656\r\n                        ],\r\n                        [\r\n                            1.4125259575195295,\r\n                            43.586101687094356\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"programReference\": \"\",\r\n    \"contractId\": \"{{contract_id}}\" ,\r\n    \"items\": [\r\n        {\r\n            \"notifications\": [\r\n                {\r\n                    \"name\": \"\",\r\n                    \"channels\": [\r\n                        {\r\n                            \"parameters\": {\r\n                                \"addresses\": [\r\n                                    \"john.doe@company.com\"\r\n                                ]\r\n                            },\r\n                            \"type\": \"email\"\r\n                        }\r\n                    ],\r\n                    \"filter\": {\r\n                        \"events\": []\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesArchiveMono\",\r\n            \"datastripIds\": [\r\n                \"DS_PHR1A_202212111112398_FR1_PX_E001N43_0615_01665\"\r\n            ],\r\n            \"aoiId\": 1,\r\n            \"properties\": []\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": \"\",\r\n    \"customerReference\": \"Polygon 1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesArchiveMono\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"pansharpened_natural_color\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"basic\"\r\n                },\r\n                {\r\n                    \"key\": \"image_format\",\r\n                    \"value\": \"dimap_jpeg2000_regular\"\r\n                },\r\n                {\r\n                    \"key\": \"pixel_coding\",\r\n                    \"value\": \"12bits\"\r\n                },\r\n                {\r\n                    \"key\": \"processing_level\",\r\n                    \"value\": \"primary\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"orderGroup\": \"\",\r\n    \"endUsers\": [\r\n        {}\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"platformId\": \"PublicMOC\"\r\n    },\r\n    \"notificationEmails\": [\r\n        \"john.doe@company.com\"\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/orders",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get your imagery product",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"itemsPerPage\": 10,\r\n    \"startPage\": 1,\r\n    \"workspace\": \"{{workspace_id}}\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch",
							"protocol": "https",
							"host": [
								"search",
								"foundation",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v2",
								"opensearch"
							]
						}
					},
					"response": []
				},
				{
					"name": "Track your orders Pléiades Neo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"paging\": {\r\n        \"itemsPerPage\": 25,\r\n        \"startIndex\": 0,\r\n        \"pagingMode\": \"item\"\r\n    },\r\n    \"criteria\": {\r\n        \"q\": \"(quotationStatus:ACCEPTED)  AND (cis.quotation:{{quotation_id}}) AND (contractId:{{contract_id}}) AND (status:IN_PROGRESS) AND (technicalProduct.source.id:archive) AND (customerReference:**)\"\r\n    }\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v2/orders/search",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"orders",
								"search"
							]
						}
					},
					"response": []
				},
				{
					"name": "Manage quotations Pléiades Neo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"paging\": {\r\n        \"itemsPerPage\": 25,\r\n        \"startIndex\": 0,\r\n        \"pagingMode\": \"item\"\r\n    },\r\n    \"criteria\": {\r\n        \"q\": \"(customerReference:*) AND (quotationStatus:SENT) AND (contractId:{{contract_id}})\"\r\n    }\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v2/orders/search",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"orders",
								"search"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get a PDF quotation Pléiades Neo",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/quotations/{{quotationId}}/export",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"quotations",
								"{{quotationId}}",
								"export"
							]
						}
					},
					"response": []
				},
				{
					"name": "Accept a quotation Pléiades Neo",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\"rejectionReasonId\":1}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/quotations/{{quotation_id}}/accept",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"contracts",
								"{{contract_id}}",
								"quotations",
								"{{quotation_id}}",
								"accept"
							]
						}
					},
					"response": []
				},
				{
					"name": "Refuse a quotation Pléiades Neo",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "default"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\"rejectionReasonId\":1}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/quotations/{{quotation_id}}/refuse",
							"protocol": "https",
							"host": [
								"order",
								"api",
								"oneatlas",
								"airbus",
								"com"
							],
							"path": [
								"api",
								"v1",
								"contracts",
								"{{contract_id}}",
								"quotations",
								"{{quotation_id}}",
								"refuse"
							]
						}
					},
					"response": []
				}
			]
		}
	]
}