{
	"info": {
		"_postman_id": "9bcfab1b-4fc3-4224-a797-b61af391f09d",
		"name": "OAD Pay Per Order Tasking",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "24717466"
	},
	"item": [
		{
			"name": "OAD Pay Per Order Tasking",
			"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": "Validate AOI",
					"item": [
						{
							"name": "Validate AOI",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"geometry\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    -42.49931262834877,\r\n                    20.92430224367932\r\n                ],\r\n\r\n                                [\r\n                    -42.499283813789454,\r\n                    20.834370239032097\r\n                ],\r\n                [\r\n                    -42.403059936210546,\r\n                    20.834370239032097\r\n                ],\r\n                [\r\n                    -42.40303112165122,\r\n                    20.92430224367932\r\n                ],\r\n                [\r\n                    -42.49931262834877,\r\n                    20.92430224367932\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/geometry/valid",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"geometry",
										"valid"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Check feasibility",
					"item": [
						{
							"name": "Check feasibility Pléiades Neo OnePlan",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"acquisitionDate\": {\r\n        \"endDate\": \"2024-06-11T23:59:59.999Z\",\r\n        \"startDate\": \"2024-05-12T11:03:19.052Z\"\r\n    },\r\n    \"missions\": [\r\n        \"PLEIADESNEO\"\r\n    ],\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 10,\r\n        \"maxIncidenceAngle\": 50\r\n    },\r\n    \"progTypeNames\": [\r\n        \"ONEPLAN\"\r\n    ],\r\n    \"aoi\": {\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}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/feasibility",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"feasibility"
									]
								}
							},
							"response": []
						},
						{
							"name": "Check feasibility Pléiades Neo OneDay",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"acquisitionDate\": {\r\n        \"endDate\": \"2024-06-11T23:59:59.999Z\",\r\n        \"startDate\": \"2024-05-12T11:03:19.052Z\"\r\n    },\r\n    \"contractId\": \"\",\r\n    \"missions\": [\r\n        \"PLEIADESNEO\"\r\n    ],\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 10,\r\n        \"maxIncidenceAngle\": 50\r\n    },\r\n    \"progTypeNames\": [\r\n        \"ONEDAY\"\r\n    ],\r\n    \"aoi\": {\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.3216558837890625,\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}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/feasibility",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"feasibility"
									]
								}
							},
							"response": []
						},
						{
							"name": "Check feasibility Pléiades Neo OneNow",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"acquisitionDate\": {\r\n        \"endDate\": \"2024-06-11T23:59:59.999Z\",\r\n        \"startDate\": \"2024-05-12T11:03:19.052Z\"\r\n    },\r\n    \"contractId\": \"\",\r\n    \"missions\": [\r\n        \"PLEIADESNEO\"\r\n    ],\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 10,\r\n        \"maxIncidenceAngle\": 50\r\n    },\r\n    \"progTypeNames\": [\r\n        \"ONENOWATTEMPTS\"\r\n    ],\r\n    \"aoi\": {\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.3216558837890625,\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}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/feasibility",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"feasibility"
									]
								}
							},
							"response": []
						},
						{
							"name": "Check feasibility Pléiades OnePlan",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"acquisitionDate\": {\r\n        \"endDate\": \"2024-06-11T23:59:59.999Z\",\r\n        \"startDate\": \"2024-03-12T11:03:19.052Z\"\r\n    },\r\n    \"contractId\": \"{{contract_id}}\",\r\n    \"missions\": [\r\n        \"PLEIADES\"\r\n    ],\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 10,\r\n        \"maxIncidenceAngle\": 50\r\n    },\r\n    \"progTypeNames\": [\r\n        \"ONEPLAN\"\r\n    ],\r\n    \"aoi\": {\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}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/feasibility",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"feasibility"
									]
								}
							},
							"response": []
						},
						{
							"name": "Check feasibility SPOT OnePlan",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"acquisitionDate\": {\r\n        \"endDate\": \"2024-06-11T23:59:59.999Z\",\r\n        \"startDate\": \"2024-05-12T11:03:19.052Z\"\r\n    },\r\n    \"contractId\": \"\",\r\n    \"missions\": [\r\n        \"SPOT\"\r\n    ],\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 10,\r\n        \"maxIncidenceAngle\": 50\r\n    },\r\n    \"progTypeNames\": [\r\n        \"ONEPLAN\"\r\n    ],\r\n    \"aoi\": {\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}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/feasibility",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"feasibility"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Get attempts",
					"item": [
						{
							"name": "Get attempts Pléiades Neo OneDay",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"progTypeNames\": [\r\n        \"ONEDAY\"\r\n    ],\r\n    \"missions\": [\r\n        \"PLEIADESNEO\"\r\n    ],\r\n    \"acquisitionDate\": {\r\n        \"startDate\": \"2024-04-16T00:16:26.665Z\",\r\n        \"endDate\": null\r\n    },\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 25,\r\n        \"maxIncidenceAngle\": 30\r\n    },\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/attempts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"attempts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get attempts Pléiades Neo OneNow",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"progTypeNames\": [\r\n        \"ONENOWATTEMPTS\"\r\n    ],\r\n    \"missions\": [\r\n        \"PLEIADESNEO\"\r\n    ],\r\n    \"acquisitionDate\": {\r\n        \"startDate\": \"2024-04-16T00:16:26.665Z\",\r\n        \"endDate\": \"2024-04-17T00:16:26.665Z\"\r\n    },\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 25,\r\n        \"maxIncidenceAngle\": 30\r\n    },\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/attempts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"attempts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get attempts Pléiades OneDay",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"progTypeNames\": [\r\n        \"ONEDAY\"\r\n    ],\r\n    \"missions\": [\r\n        \"PLEIADES\"\r\n    ],\r\n    \"acquisitionDate\": {\r\n        \"startDate\": \"2024-04-16T00:16:26.665Z\",\r\n        \"endDate\": null\r\n    },\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 25,\r\n        \"maxIncidenceAngle\": 30\r\n    },\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/attempts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"attempts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get attempts Pléiades OneNow",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"progTypeNames\": [\r\n        \"ONENOW\"\r\n    ],\r\n    \"missions\": [\r\n        \"PLEIADES\"\r\n    ],\r\n    \"acquisitionDate\": {\r\n        \"startDate\": \"2024-04-16T00:16:26.665Z\",\r\n        \"endDate\": \"2024-04-17T00:16:26.665Z\"\r\n    },\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 25,\r\n        \"maxIncidenceAngle\": 30\r\n    },\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/attempts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"attempts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get attempts SPOT OneDay",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"progTypeNames\": [\r\n        \"ONEDAY\"\r\n    ],\r\n    \"missions\": [\r\n        \"SPOT\"\r\n    ],\r\n    \"acquisitionDate\": {\r\n        \"startDate\": \"2024-04-16T00:16:26.665Z\",\r\n        \"endDate\": null\r\n    },\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 25,\r\n        \"maxIncidenceAngle\": 30\r\n    },\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/attempts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"attempts"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get attempts SPOT OneNow",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"progTypeNames\": [\r\n        \"ONENOW\"\r\n    ],\r\n    \"missions\": [\r\n        \"SPOT\"\r\n    ],\r\n    \"acquisitionDate\": {\r\n        \"startDate\": \"2024-04-16T00:16:26.665Z\",\r\n        \"endDate\": \"2024-04-17T00:16:26.665Z\"\r\n    },\r\n    \"optical\": {\r\n        \"acquisitionMode\": \"MONO\",\r\n        \"maxCloudCover\": 25,\r\n        \"maxIncidenceAngle\": 30\r\n    },\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,\r\n                    43.545313140623726\r\n                ],\r\n                [\r\n                    1.5095901489257812,43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.656198305413156\r\n                ],\r\n                [\r\n                    1.3763809204101562,\r\n                    43.545313140623726\r\n                ]\r\n            ]\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/attempts",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"attempts"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Calculate price",
					"item": [
						{
							"name": "Calculate price Pléiades Neo OnePlan",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"customerReference\":\" Your personal customer reference\",\r\n    \"items\": [\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\": \"NEW_ACQUISITIONS\"\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\": \"ACQUISITION_CAMPAIGN\"\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\": \"BEFORE_TASKING_END\",\r\n                                \"daysBeforeEnd\": 7\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2024-12-13T23:28:54.869Z 2025-02-12T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\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\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\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\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\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 Neo OneDay",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"customerReference\":\" Your personal customer reference\",\r\n    \"items\": [\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\": \"NEW_ACQUISITIONS\"\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\": \"ACQUISITION_CAMPAIGN\"\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\": \"BEFORE_TASKING_END\",\r\n                                \"daysBeforeEnd\": 7\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2024-12-13T23:28:54.869Z 2025-02-12T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\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\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\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 Neo OneNow weather",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a custom comment\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"segmentKey\": \"7480abda301fca65a582cd83b58d151eaf3fc262589f0ee0595e718ad861f24bbe88849fe4cffd33bc767117e7c5957826303b1abc1d3407dbe03a31e244ca89::[{\\\"key\\\":\\\"acqPeriods\\\",\\\"value\\\":\\\"2023-06-22T10:40:33.999Z 2023-06-22T10:40:36.119Z,2023-06-23T10:58:32.999Z 2023-06-23T10:58:35.119Z,2023-06-25T10:47:29.999Z 2023-06-25T10:47:32.119Z\\\"},{\\\"key\\\":\\\"orderDeadLine\\\",\\\"value\\\":\\\"2023-06-22T09:53:00.999Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\",\\\"value\\\":\\\"false\\\"}]\",\r\n    \"customerReference\": \"This is a custom reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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 Neo OneNow attempts",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a comment you want to precise\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"customerReference\": \"This is a customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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 OnePlan",
							"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\": [ [[ 1.4316558837890625, 43.568824930165476],[ 1.4316558837890625, 43.601900054609445],[ 1.4670181274414062, 43.601900054609445],[ 1.4670181274414062, 43.568824930165476],[ 1.4316558837890625, 43.568824930165476] ] ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"CHALLENGING\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-18T09:04:16.284Z 2023-07-18T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": 10\r\n                }\r\n            ],\r\n            \"comments\": \"comment\"\r\n        }\r\n    ],\r\n\r\n    \"customerReference\": \"customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"PleiadesTaskingOnePlan\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\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 OneDay",
							"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\": \"PHR 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.3763809204101572,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101572,\r\n                            43.545313140623726\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOneDay\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"extendedAngle\",\r\n                    \"value\": true\r\n                }\r\n            ],\r\n            \"comments\": \"this is my comment about the tasking\",\r\n            \"segmentKey\": \"ef82764dd656726290812ea3905b424973fd569af88c491536799ba127170e88b4e2833f08753d16d12046ed1862a7c5a26faf0cfb8cdff58a462b74cc9e28e8::[{\\\"key\\\":\\\"acqPeriod\\\", \\\"value\\\":\\\"2024-04-18T11:10:43.499Z 2024-04-18T11:10:45.647Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.298528 43.665978, 1.298188 43.535382, 1.589609 43.53518, 1.589235 43.665975, 1.298528 43.665978, 1.298528 43.665978))\\\"},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2024-04-18T02:15:00.499Z\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"customerReference\": \"unique customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOneDay\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\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 OneNow",
							"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\": [ [[1.3763809204101562, 43.545313140623726],\r\n                [1.5095901489257812, 43.545313140623726],\r\n                [1.5095901489257812,43.656198305413156],\r\n                [1.3763809204101562, 43.656198305413156],\r\n                [1.3763809204101562, 43.545313140623726\r\n] ] ]\r\n            }\r\n        }\r\n    ],\r\n    \r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOneNow\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-10-16T00:16:26.665Z 2023-12-16T00:16:26.665Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"CustomTaskingName\"\r\n                }\r\n            ],\r\n            \"comments\": \"This is a custom comment\",\r\n            \"segmentKey\": \"899491bded61fe40d77f6f431354658fc3a35741489cffac8946089c6f702d03691a378c7e41e0161b55396f3c7fdca597ccdc1d775a03223d01bd004b6e29b0::[{\\\"key\\\":\\\"acqPeriods\\\", \\\"value\\\":\\\"2023-10-20T10:36:41.999Z 2023-10-20T10:36:43.452Z,2023-10-22T10:21:26.399Z 2023-10-22T10:21:27.852Z,2023-10-27T10:32:46.299Z 2023-10-27T10:32:47.752Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2023-10-20T03:30:00.999Z\\\"},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.032607 43.665052, 1.031837 43.535287, 1.863465 43.533338, 1.862512 43.665005, 1.032607 43.665052, 1.032607 43.665052))\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": null,\r\n    \"customerReference\": \"test1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"PleiadesTaskingOneNow\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"notifications\": [\r\n        {\r\n          \"name\": \"\",\r\n          \"channels\": [\r\n            {\r\n              \"type\": \"email\",\r\n              \"parameters\": {\r\n                \"addresses\": [\r\n                  \"john.doe@company.com\"\r\n                ]\r\n              }\r\n            }\r\n          ],\r\n          \"filter\": {\r\n            \"events\": [\r\n              \"ACQUISITION_RECEIVED\"\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 SPOT OnePlan",
							"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.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    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"CHALLENGING\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-18T09:04:16.284Z 2023-07-18T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": 10\r\n                }\r\n            ],\r\n            \"comments\": \"comment\"\r\n        }\r\n    ],\r\n    \"customerReference\": \"customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"SpotTaskingOnePlan\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\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 SPOT OneDay",
							"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\": \"SPOT 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.3763809204101572,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101572,\r\n                            43.545313140623726\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOneDay\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"extendedAngle\",\r\n                    \"value\": true\r\n                }\r\n            ],\r\n            \"comments\": \"this is my comment about the tasking\",\r\n            \"segmentKey\": \"ef82764dd656726290812ea3905b424973fd569af88c491536799ba127170e88b4e2833f08753d16d12046ed1862a7c5a26faf0cfb8cdff58a462b74cc9e28e8::[{\\\"key\\\":\\\"acqPeriod\\\", \\\"value\\\":\\\"2024-04-18T11:10:43.499Z 2024-04-18T11:10:45.647Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.298528 43.665978, 1.298188 43.535382, 1.589609 43.53518, 1.589235 43.665975, 1.298528 43.665978, 1.298528 43.665978))\\\"},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2024-04-18T02:15:00.499Z\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"customerReference\": \"unique customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOneDay\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\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 SPOT OneNow",
							"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.3763809204101562,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.545313140623726\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOneNow\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-10-16T00:16:26.665Z 2023-12-16T00:16:26.665Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"CustomTaskingName\"\r\n                }\r\n            ],\r\n            \"comments\": \"This is a custom comment\",\r\n            \"segmentKey\": \"899491bded61fe40d77f6f431354658fc3a35741489cffac8946089c6f702d03691a378c7e41e0161b55396f3c7fdca597ccdc1d775a03223d01bd004b6e29b0::[{\\\"key\\\":\\\"acqPeriods\\\", \\\"value\\\":\\\"2023-10-20T10:36:41.999Z 2023-10-20T10:36:43.452Z,2023-10-22T10:21:26.399Z 2023-10-22T10:21:27.852Z,2023-10-27T10:32:46.299Z 2023-10-27T10:32:47.752Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2023-10-20T03:30:00.999Z\\\"},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.032607 43.665052, 1.031837 43.535287, 1.863465 43.533338, 1.862512 43.665005, 1.032607 43.665052, 1.032607 43.665052))\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": null,\r\n    \"customerReference\": \"test1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"SpotTaskingOneNow\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"notifications\": [\r\n            {\r\n                \"name\": \"\",\r\n                \"channels\": [\r\n                    {\r\n                        \"type\": \"email\",\r\n                        \"parameters\": {\r\n                            \"addresses\": [\r\n                                \"john.doe@company.com\"\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"filter\": {\r\n                    \"events\": [\r\n                        \"ACQUISITION_RECEIVED\"\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": "Request quotation",
					"item": [
						{
							"name": "Request a quotation Pléiades Neo OnePlan",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"customerReference\":\" Your personal customer reference\",\r\n    \"items\": [\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\": \"NEW_ACQUISITIONS\"\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\": \"ACQUISITION_CAMPAIGN\"\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\": \"BEFORE_TASKING_END\",\r\n                                \"daysBeforeEnd\": 7\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2024-12-13T23:28:54.869Z 2025-02-12T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\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\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\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\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\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/quotations",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"quotations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Request a quotation Pléiades Neo OneDay",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"customerReference\":\" Your personal customer reference\",\r\n    \"items\": [\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\": \"NEW_ACQUISITIONS\"\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\": \"ACQUISITION_CAMPAIGN\"\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\": \"BEFORE_TASKING_END\",\r\n                                \"daysBeforeEnd\": 7\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-12-10T13:29:57.299Z 2023-12-14T13:29:59.073Z\"\r\n                },\r\n                {\r\n                    \"key\": \"orderDeadLine\",\r\n                    \"value\": \"2023-12-14T12:36:00.299Z\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\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\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\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            \"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\": \"QUOTATION_REQUEST\"\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": "Request a quotation Pléiades Neo OneNow weather",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a custom comment\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"segmentKey\": \"7480abda301fca65a582cd83b58d151eaf3fc262589f0ee0595e718ad861f24bbe88849fe4cffd33bc767117e7c5957826303b1abc1d3407dbe03a31e244ca89::[{\\\"key\\\":\\\"acqPeriods\\\",\\\"value\\\":\\\"2023-06-22T10:40:33.999Z 2023-06-22T10:40:36.119Z,2023-06-23T10:58:32.999Z 2023-06-23T10:58:35.119Z,2023-06-25T10:47:29.999Z 2023-06-25T10:47:32.119Z\\\"},{\\\"key\\\":\\\"orderDeadLine\\\",\\\"value\\\":\\\"2023-06-22T09:53:00.999Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\",\\\"value\\\":\\\"false\\\"}]\",\r\n    \"customerReference\": \"This is a custom reference\",\r\n        \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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": "Request a quotation Pléiades Neo OneNow attempts",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a comment you want to precise\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"customerReference\": \"This is a customer reference\",\r\n        \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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",
					"item": [
						{
							"name": "Create an order Pléiades Neo OnePlan",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"customerReference\":\" Your personal customer reference\",\r\n    \"items\": [\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\": \"NEW_ACQUISITIONS\"\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\": \"ACQUISITION_CAMPAIGN\"\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\": \"BEFORE_TASKING_END\",\r\n                                \"daysBeforeEnd\": 7\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2024-12-13T23:28:54.869Z 2025-02-12T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\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\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\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\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\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 Pléiades Neo OneDay",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"customerReference\":\" Your personal customer reference\",\r\n    \"items\": [\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\": \"NEW_ACQUISITIONS\"\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\": \"ACQUISITION_CAMPAIGN\"\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\": \"BEFORE_TASKING_END\",\r\n                                \"daysBeforeEnd\": 7\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ],\r\n            \"stations\": [],\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-12-10T13:29:57.299Z 2023-12-14T13:29:59.073Z\"\r\n                },\r\n                {\r\n                    \"key\": \"orderDeadLine\",\r\n                    \"value\": \"2023-12-14T12:36:00.299Z\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\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\": \"ortho\"\r\n                },\r\n                {\r\n                    \"key\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\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 Pléiades Neo OneNow weather",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a custom comment\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"segmentKey\": \"7480abda301fca65a582cd83b58d151eaf3fc262589f0ee0595e718ad861f24bbe88849fe4cffd33bc767117e7c5957826303b1abc1d3407dbe03a31e244ca89::[{\\\"key\\\":\\\"acqPeriods\\\",\\\"value\\\":\\\"2023-06-22T10:40:33.999Z 2023-06-22T10:40:36.119Z,2023-06-23T10:58:32.999Z 2023-06-23T10:58:35.119Z,2023-06-25T10:47:29.999Z 2023-06-25T10:47:32.119Z\\\"},{\\\"key\\\":\\\"orderDeadLine\\\",\\\"value\\\":\\\"2023-06-22T09:53:00.999Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\",\\\"value\\\":\\\"false\\\"}]\",\r\n    \"customerReference\": \"This is a custom reference\",\r\n        \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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 Pléiades Neo OneNow attempts",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a comment you want to precise\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"customerReference\": \"This is a customer reference\",\r\n        \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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 Pléiades OnePlan",
							"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.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    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-08-18T09:04:16.284Z 2023-12-18T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"custom name\"\r\n                }\r\n            ],\r\n            \"comments\": \"comment\"\r\n        }\r\n    ],\r\n    \"customerReference\": \"customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"PleiadesTaskingOnePlan\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\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 Pléiades OneDay",
							"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\": \"PHR 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [[[1.3763809204101572,43.545313140623726 ],[ 1.5095901489257812,43.545313140623726],[1.5095901489257812,43.656198305413156],[1.3763809204101562,43.656198305413156],[1.3763809204101572,43.545313140623726]]]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOneDay\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"extendedAngle\",\r\n                    \"value\": true\r\n                }\r\n\r\n            ],\r\n            \"comments\": \"this is my comment about the tasking\",\r\n            \"segmentKey\": \"ef82764dd656726290812ea3905b424973fd569af88c491536799ba127170e88b4e2833f08753d16d12046ed1862a7c5a26faf0cfb8cdff58a462b74cc9e28e8::[{\\\"key\\\":\\\"acqPeriod\\\", \\\"value\\\":\\\"2024-04-18T11:10:43.499Z 2024-04-18T11:10:45.647Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.298528 43.665978, 1.298188 43.535382, 1.589609 43.53518, 1.589235 43.665975, 1.298528 43.665978, 1.298528 43.665978))\\\"},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2024-04-18T02:15:00.499Z\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n\r\n    \"customerReference\": \"unique customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\"productTypeId\": \"PleiadesTaskingOneDay\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\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 Pléiades OneNow",
							"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.3763809204101562,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.545313140623726\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOneNow\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-10-16T00:16:26.665Z 2023-12-16T00:16:26.665Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"CustomTaskingName\"\r\n                }\r\n            ],\r\n            \"comments\": \"This is a custom comment\",\r\n            \"segmentKey\": \"899491bded61fe40d77f6f431354658fc3a35741489cffac8946089c6f702d03691a378c7e41e0161b55396f3c7fdca597ccdc1d775a03223d01bd004b6e29b0::[{\\\"key\\\":\\\"acqPeriods\\\", \\\"value\\\":\\\"2023-10-20T10:36:41.999Z 2023-10-20T10:36:43.452Z,2023-10-22T10:21:26.399Z 2023-10-22T10:21:27.852Z,2023-10-27T10:32:46.299Z 2023-10-27T10:32:47.752Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2023-10-20T03:30:00.999Z\\\"},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.032607 43.665052, 1.031837 43.535287, 1.863465 43.533338, 1.862512 43.665005, 1.032607 43.665052, 1.032607 43.665052))\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": null,\r\n    \"customerReference\": \"test1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"PleiadesTaskingOneNow\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"notifications\": [\r\n            {\r\n                \"name\": \"\",\r\n                \"channels\": [\r\n                    {\r\n                        \"type\": \"email\",\r\n                        \"parameters\": {\r\n                            \"addresses\": [\r\n                                \"john.doe@company.com\"\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"filter\": {\r\n                    \"events\": [\r\n                        \"ACQUISITION_RECEIVED\"\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 OnePlan",
							"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.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    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-08-18T09:04:16.284Z 2023-12-18T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"custom name\"\r\n                }\r\n            ],\r\n            \"comments\": \"comment\"\r\n        }\r\n    ],\r\n    \"customerReference\": \"customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"SpotTaskingOnePlan\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\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 OneDay",
							"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\": \"SPOT 1\",\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.3763809204101572,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101572,\r\n                            43.545313140623726\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOneDay\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"extendedAngle\",\r\n                    \"value\": true\r\n                }\r\n            ],\r\n            \"comments\": \"this is my comment about the tasking\",\r\n            \"segmentKey\": \"ef82764dd656726290812ea3905b424973fd569af88c491536799ba127170e88b4e2833f08753d16d12046ed1862a7c5a26faf0cfb8cdff58a462b74cc9e28e8::[{\\\"key\\\":\\\"acqPeriod\\\", \\\"value\\\":\\\"2024-04-18T11:10:43.499Z 2024-04-18T11:10:45.647Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.298528 43.665978, 1.298188 43.535382, 1.589609 43.53518, 1.589235 43.665975, 1.298528 43.665978, 1.298528 43.665978))\\\"},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2024-04-18T02:15:00.499Z\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"customerReference\": \"unique customer reference\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOneDay\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\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 OneNow",
							"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.3763809204101562,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.545313140623726\r\n                        ],\r\n                        [\r\n                            1.5095901489257812,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.656198305413156\r\n                        ],\r\n                        [\r\n                            1.3763809204101562,\r\n                            43.545313140623726\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOneNow\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"MONO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-10-16T00:16:26.665Z 2023-12-16T00:16:26.665Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"CustomTaskingName\"\r\n                }\r\n            ],\r\n            \"comments\": \"This is a custom comment\",\r\n            \"segmentKey\": \"899491bded61fe40d77f6f431354658fc3a35741489cffac8946089c6f702d03691a378c7e41e0161b55396f3c7fdca597ccdc1d775a03223d01bd004b6e29b0::[{\\\"key\\\":\\\"acqPeriods\\\", \\\"value\\\":\\\"2023-10-20T10:36:41.999Z 2023-10-20T10:36:43.452Z,2023-10-22T10:21:26.399Z 2023-10-22T10:21:27.852Z,2023-10-27T10:32:46.299Z 2023-10-27T10:32:47.752Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\", \\\"value\\\":false},{\\\"key\\\":\\\"orderDeadLine\\\", \\\"value\\\":\\\"2023-10-20T03:30:00.999Z\\\"},{\\\"key\\\":\\\"geometryWkt\\\", \\\"value\\\":\\\"POLYGON((1.032607 43.665052, 1.031837 43.535287, 1.863465 43.533338, 1.862512 43.665005, 1.032607 43.665052, 1.032607 43.665052))\\\"},{\\\"key\\\":\\\"maxCloudCover\\\", \\\"value\\\":\\\"25.0\\\"},{\\\"key\\\":\\\"maxIncidenceAngle\\\", \\\"value\\\":\\\"30.0\\\"}]\"\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": null,\r\n    \"customerReference\": \"test1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"SpotTaskingOneNow\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"{{workspace_id}}\",\r\n        \"notifications\": [\r\n            {\r\n                \"name\": \"\",\r\n                \"channels\": [\r\n                    {\r\n                        \"type\": \"email\",\r\n                        \"parameters\": {\r\n                            \"addresses\": [\r\n                                \"john.doe@company.com\"\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"filter\": {\r\n                    \"events\": [\r\n                        \"ACQUISITION_RECEIVED\"\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": "Get your imagery product",
					"item": [
						{
							"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",
					"item": [
						{
							"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:tasking) AND (customerReference:**)\"\r\n    }\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": "Track your orders Pléiades & SPOT",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get the status of a specific tasking SPOT & Pléiades",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings/ICR_FC_407319",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings",
										"ICR_FC_407319"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get the status of a tasking by customer reference SPOT & Pléiades",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings?customerRef={{unique_customer_reference}}",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings"
									],
									"query": [
										{
											"key": "customerRef",
											"value": "{{unique_customer_reference}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get the status of a tasking by sal reference SPOT & Pléiades",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings?sal=SAL21430646",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings"
									],
									"query": [
										{
											"key": "sal",
											"value": "SAL21430646"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Stereo and Tristereo ordering",
					"item": [
						{
							"name": "Request a stereo quotation Pléiades Neo OnePlan",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"STEREO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-12-13T23:28:54.869Z 2024-02-12T23:59:59.999Z\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"customerReference\": \"customref\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOnePlan\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\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\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"AUTOMATIC\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMinBH\",\r\n                    \"value\": \"0.3\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMaxBH\",\r\n                    \"value\": \"0.6\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"John B\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\"\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": "Request a stereo quotation Pléiades Neo OneDay",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"STEREO\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"MANUAL\"\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-12-13T23:28:54.869Z 2024-02-12T23:59:59.999Z\"\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"customerReference\": \"customref\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoTaskingOneDay\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"dem_1\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"projection_1\",\r\n                    \"value\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMinBH\",\r\n                    \"value\": \"0.3\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMaxBH\",\r\n                    \"value\": \"0.6\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"John B\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\"\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": "Request a stereo quotation Pléiades Neo OneNow weather",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"MANUAL\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a custom comment\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"STEREO\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMinBH\",\r\n                    \"value\": \"0.3\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMaxBH\",\r\n                    \"value\": \"0.6\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"segmentKey\": \"7480abda301fca65a582cd83b58d151eaf3fc262589f0ee0595e718ad861f24bbe88849fe4cffd33bc767117e7c5957826303b1abc1d3407dbe03a31e244ca89::[{\\\"key\\\":\\\"acqPeriods\\\",\\\"value\\\":\\\"2023-06-22T10:40:33.999Z 2023-06-22T10:40:36.119Z,2023-06-23T10:58:32.999Z 2023-06-23T10:58:35.119Z,2023-06-25T10:47:29.999Z 2023-06-25T10:47:32.119Z\\\"},{\\\"key\\\":\\\"orderDeadLine\\\",\\\"value\\\":\\\"2023-06-22T09:53:00.999Z\\\"},{\\\"key\\\":\\\"extendedAngle\\\",\\\"value\\\":\\\"false\\\"}]\",\r\n    \"customerReference\": \"This is a custom reference\",\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowWeather\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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": "Request a stereo quotation Pléiades Neo OneNow attempts",
							"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                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.40303112165122,\r\n                            20.92430224367932\r\n                        ],\r\n                        [\r\n                            -42.403059936210546,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.499283813789454,\r\n                            20.834370239032097\r\n                        ],\r\n                        [\r\n                            -42.49931262834877,\r\n                            20.92430224367932\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"contractId\": \"{{contract_pneo}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-06-25T11:03:19.052Z 2023-06-28T11:03:19.052Z\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"MANUAL\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"Custom feasibility name\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"This is a comment you want to precise\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"STEREO\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMinBH\",\r\n                    \"value\": \"0.3\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMaxBH\",\r\n                    \"value\": \"0.6\"\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                }\r\n            ],\r\n            \"holdback\": false\r\n        }\r\n    ],\r\n    \"customerReference\": \"This is a customer reference\",\r\n    \"endUsers\": [\r\n        {\r\n            \"endUserName\": \"Your enduser name\",\r\n            \"country\": \"FR\"\r\n        }\r\n    ],\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesNeoOneNowAttempts\",\r\n            \"options\": [\r\n                {\r\n                    \"key\": \"spectral_processing\",\r\n                    \"value\": \"full_bundle\"\r\n                },\r\n                {\r\n                    \"key\": \"radiometric_processing\",\r\n                    \"value\": \"reflectance\"\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\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"rush\"\r\n                },\r\n                {\r\n                    \"key\": \"delivery_method\",\r\n                    \"value\": \"on_the_flow\"\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 stereo order SPOT OnePlan (feasibility study required)",
							"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.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    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"SpotTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"STEREO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"MANUAL\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-11-18T09:04:16.284Z 2023-12-18T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMinBH\",\r\n                    \"value\": \"0.3\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMaxBH\",\r\n                    \"value\": \"0.6\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"custom feasibility name\"\r\n                }\r\n            ],\r\n            \"comments\": \"Ceci est un test, il n'est pas necessaire de faire ce tasking\"\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": null,\r\n    \"customerReference\": \"test1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"SpotTaskingOnePlan\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"\",\r\n        \"notifications\": [\r\n            {\r\n                \"name\": \"\",\r\n                \"channels\": [\r\n                    {\r\n                        \"type\": \"email\",\r\n                        \"parameters\": {\r\n                            \"addresses\": [\r\n                                \"john.doe@company.com\"\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"filter\": {\r\n                    \"events\": [\r\n                        \"ACQUISITION_RECEIVED\"\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 stereo order Pléiades OnePlan (feasibility study required)",
							"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.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    ],\r\n    \"contractId\": \"{{contract_legacy}}\",\r\n    \"items\": [\r\n        {\r\n            \"productTypeId\": \"PleiadesTaskingOnePlan\",\r\n            \"dataSourceIds\": [],\r\n            \"aoiId\": 1,\r\n            \"properties\": [\r\n                {\r\n                    \"key\": \"acquisitionMode\",\r\n                    \"value\": \"STEREO\"\r\n                },\r\n                {\r\n                    \"key\": \"classification\",\r\n                    \"value\": \"EASY\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomation\",\r\n                    \"value\": \"MANUAL\"\r\n                },\r\n                {\r\n                    \"key\": \"notificationThreshold\",\r\n                    \"value\": 25\r\n                },\r\n                {\r\n                    \"key\": \"maxCloudCover\",\r\n                    \"value\": 10\r\n                },\r\n                {\r\n                    \"key\": \"maxIncidenceAngle\",\r\n                    \"value\": 50\r\n                },\r\n                {\r\n                    \"key\": \"acqPeriod\",\r\n                    \"value\": \"2023-11-18T09:04:16.284Z 2023-12-18T23:59:59.999Z\"\r\n                },\r\n                {\r\n                    \"key\": \"comments\",\r\n                    \"value\": \"comment\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMinBH\",\r\n                    \"value\": \"0.3\"\r\n                },\r\n                {\r\n                    \"key\": \"acquisitionModeMaxBH\",\r\n                    \"value\": \"0.6\"\r\n                },\r\n                {\r\n                    \"key\": \"feasibilityAutomationName\",\r\n                    \"value\": \"custom feasibility name\"\r\n                }\r\n            ],\r\n            \"comments\": \"This is a custom comment\"\r\n        }\r\n    ],\r\n    \"primaryMarket\": \"NQUAL\",\r\n    \"secondaryMarket\": null,\r\n    \"customerReference\": \"test1\",\r\n    \"optionsPerProductType\": [\r\n        {\r\n            \"licence\": \"\",\r\n            \"productTypeId\": \"PleiadesTaskingOnePlan\",\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\": \"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\": \"4326\"\r\n                },\r\n                {\r\n                    \"key\": \"licence\",\r\n                    \"value\": \"standard\"\r\n                },\r\n                {\r\n                    \"key\": \"dem\",\r\n                    \"value\": \"best_available\"\r\n                },\r\n                {\r\n                    \"key\": \"priority\",\r\n                    \"value\": \"standard\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"delivery\": {\r\n        \"type\": \"network\",\r\n        \"workspace\": \"\",\r\n        \"notifications\": [\r\n            {\r\n                \"name\": \"\",\r\n                \"channels\": [\r\n                    {\r\n                        \"type\": \"email\",\r\n                        \"parameters\": {\r\n                            \"addresses\": [\r\n                                \"john.doe@company.com\"\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"filter\": {\r\n                    \"events\": [\r\n                        \"ACQUISITION_RECEIVED\"\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": "Retrieve acquisitions of an order",
					"item": [
						{
							"name": "Retrieve acquisitions of an order Pléiades Neo",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"paging\": {\r\n        \"itemsPerPage\": 10000,\r\n        \"startIndex\": 0\r\n    },\r\n    \"criteria\": {\r\n        \"q\": \"(orderItemId:WOI_000016433_1 AND contractId:{{contract_pneo}}) AND (status:VALIDATED OR status:PROPOSED OR status:REFUSED OR status:PENDING OR status:REJECTED)\"\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/coverages/search",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"coverages",
										"search"
									]
								}
							},
							"response": []
						},
						{
							"name": "Retrieve acquisitions of an order SPOT & Pléiades",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings/{{tasking_id}}/segments",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings",
										"{{tasking_id}}",
										"segments"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Accept or refuse acquisitions of an order",
					"item": [
						{
							"name": "Accept an acquisition of an order Pléiades Neo",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/coverages/{{coverageItemId}}/accept",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"coverages",
										"{{coverageItemId}}",
										"accept"
									]
								}
							},
							"response": []
						},
						{
							"name": "Refuse an acquisition of an order Pléiades Neo",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/coverages/{{coverageItemId}}/refuse",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"coverages",
										"{{coverageItemId}}",
										"refuse"
									]
								}
							},
							"response": []
						},
						{
							"name": "Accept an acquisition of an order Pléiades & SPOT",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings/{{tasking_Id}}/segments/{{segment_Id}}/accept",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings",
										"{{tasking_Id}}",
										"segments",
										"{{segment_Id}}",
										"accept"
									]
								}
							},
							"response": []
						},
						{
							"name": "Refuse an acquisition of an order Pléiades & SPOT",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings/{{tasking_Id}}/segments/{{segment_Id}}/refuse",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings",
										"{{tasking_Id}}",
										"segments",
										"{{segment_Id}}",
										"refuse"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Manage quotations",
					"item": [
						{
							"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": []
						}
					]
				},
				{
					"name": "Orbitography",
					"item": [
						{
							"name": "Get global satellite coverage",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"satellites\": [\r\n        \"PNEO3\",\r\n        \"PNEO4\",\r\n        \"PHR-1A\",\r\n        \"PHR1-B\",\r\n        \"SPOT-6\"\r\n    ],\r\n    \"startDate\": \"2028-08-14T00:00:00.000\",\r\n    \"endDate\": \"2028-08-16T23:59:59.999\",\r\n    \"mode\": \"DESCENDING\",\r\n    \"angle\": 26.77,\r\n    \"track\": true,\r\n    \"corridor\": true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/orbits",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orbits"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get global satellite coverage for a specified AOI",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"satellites\": [\r\n        \"PNEO3\",\r\n        \"PNEO4\",\r\n        \"PHR-1A\",\r\n        \"PHR1-B\",\r\n        \"SPOT-6\"\r\n    ],\r\n    \"startDate\": \"2028-09-15T00:00:00.000\",\r\n    \"endDate\": \"2028-09-22T23:59:59.999\",\r\n    \"mode\": \"DESCENDING\",\r\n    \"angle\": 26.77,\r\n    \"shape\": {\r\n        \"polygon\": {\r\n            \"exterior\": {\r\n                \"linearRing\": {\r\n                    \"pos\": \"6.503906250000023 16.720385051693995 8.437500000000004 16.720385051693995 8.437500000000004 18.396230138028827 6.503906250000023 18.396230138028827 6.503906250000023 16.720385051693995\"\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/orbitsShape",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orbitsShape"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Cancel a tasking order",
					"item": [
						{
							"name": "Cancel a tasking orders Pléiades Neo OneNow, OnePlan & OneDay",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/orders/{{order_id}}/cancel",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders",
										"{{order_id}}",
										"cancel"
									]
								}
							},
							"response": []
						},
						{
							"name": "Cancel a tasking orders Pléiades & SPOT OneNow & OneDay",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings/{{tasking_id}}/cancel",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings",
										"{{tasking_id}}",
										"cancel"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Stop a tasking order",
					"item": [
						{
							"name": "Stop a tasking orders Pléiades Neo",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/orders/{{order_id}}/stop",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders",
										"{{order_id}}",
										"stop"
									]
								}
							},
							"response": []
						},
						{
							"name": "Stop a tasking orders Pléiades & SPOT",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									},
									{
										"key": "Cache-Control",
										"value": "no-cache",
										"type": "default",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://order.api.oneatlas.airbus.com/api/v1/contracts/{{contract_legacy}}/taskings/{{tasking_id}}/stop",
									"protocol": "https",
									"host": [
										"order",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_legacy}}",
										"taskings",
										"{{tasking_id}}",
										"stop"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		}
	]
}