{
	"info": {
		"_postman_id": "4c11c69e-2433-4ce0-abdb-70d201586aa8",
		"name": "Customer: EVPL API Sandbox V1.4",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "1525430"
	},
	"item": [
		{
			"name": "GeographicSiteManagement",
			"item": [
				{
					"name": "geographicSite",
					"item": [
						{
							"name": "retrieveGeographicSites",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "",
										"value": "application/json",
										"type": "text",
										"disabled": true
									},
									{
										"key": "",
										"value": "application/x-www-form-urlencoded",
										"type": "text",
										"disabled": true
									}
								],
								"body": {
									"mode": "urlencoded",
									"urlencoded": [
										{
											"key": "grant_type",
											"value": "client_credntials",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/geographicSiteManagement/sbx/v1/geographicSite/",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"geographicSiteManagement",
										"sbx",
										"v1",
										"geographicSite",
										""
									],
									"query": [
										{
											"key": "status",
											"value": "\"\"",
											"description": "Status of the site (planned, cancelled,underConstruction,existing,former).",
											"disabled": true
										},
										{
											"key": "siteType",
											"value": "\"\"",
											"description": "This defines whether a Service Site is public or private. ",
											"disabled": true
										},
										{
											"key": "siteName",
											"value": "\"\"",
											"description": "A name commonly used by people to refer to this Service Site.",
											"disabled": true
										},
										{
											"key": "geographicAddress.streetNr",
											"value": "\"\"",
											"description": "Street Nr of the geographic site address",
											"disabled": true
										},
										{
											"key": "geographicAddress.streetName",
											"value": "\"\"",
											"description": "Street Name of the geographic site address",
											"disabled": true
										},
										{
											"key": "geographicAddress.streetType",
											"value": "\"\"",
											"description": "Street Type of the geographic site address",
											"disabled": true
										},
										{
											"key": "geographicAddress.city",
											"value": "\"\"",
											"description": "City of the geographic site address",
											"disabled": true
										},
										{
											"key": "geographicAddress.postcode",
											"value": "\"\"",
											"description": "Postcode of the geographic site address",
											"disabled": true
										},
										{
											"key": "geographicAddress.country",
											"value": "\"\"",
											"description": "Country of the geographic site address",
											"disabled": true
										}
									]
								},
								"description": "The Buyer requests that the Seller provides a list of Service Sites known to the Seller based on a set of Site/Address filter criteria.  For each Service Site returned, the Seller also provides a Service Site Identifier, which uniquely identifies this Service Site within the Seller."
							},
							"response": [
								{
									"name": "Example 1: Retrieve all Orange IC Service Site located in Paris",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "",
												"value": "application/json",
												"type": "text",
												"disabled": true
											},
											{
												"key": "",
												"value": "application/x-www-form-urlencoded",
												"type": "text",
												"disabled": true
											}
										],
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/geographicSiteManagement/sbx/v1/geographicSite/?geographicAddress.city=Paris&geographicAddress.country=France",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"geographicSiteManagement",
												"sbx",
												"v1",
												"geographicSite",
												""
											],
											"query": [
												{
													"key": "status",
													"value": "\"\"",
													"description": "Status of the site (planned, cancelled,underConstruction,existing,former).",
													"disabled": true
												},
												{
													"key": "siteType",
													"value": "\"\"",
													"description": "This defines whether a Service Site is public or private. ",
													"disabled": true
												},
												{
													"key": "siteName",
													"value": "\"\"",
													"description": "A name commonly used by people to refer to this Service Site.",
													"disabled": true
												},
												{
													"key": "geographicAddress.streetNr",
													"value": "\"\"",
													"description": "Street Nr of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.streetName",
													"value": "\"\"",
													"description": "Street Name of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.streetType",
													"value": "\"\"",
													"description": "Street Type of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.city",
													"value": "Paris",
													"description": "City of the geographic site address"
												},
												{
													"key": "geographicAddress.postcode",
													"value": "\"\"",
													"description": "Postcode of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.country",
													"value": "France",
													"description": "Country of the geographic site address"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 06 Apr 2021 17:29:00 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccballrt16-28701-33830465-1"
										}
									],
									"cookie": [],
									"body": "[\n    {\n        \"id\": \"45540\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"21 Rue de la Motte\",\n                \"city\": \"Aubervilliers\",\n                \"postcode\": \"93300\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Aubervilliers\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"105740\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"7, avenue Gambetta\",\n                \"city\": \"Bagnolet\",\n                \"postcode\": \"93177\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Bagnolet\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1347177\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"61, rue des Archives\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75141\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Pastourelle\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1361650\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"137 Bd Voltaire\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75011\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris - Telehouse 2\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1515650\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"114 rue Ambroise Croizat\",\n                \"city\": \"Saint-Denis\",\n                \"postcode\": \"93200\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris - Equinix PA3\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"6\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Rue de Paris\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75003\",\n                \"country\": \"FRANCE\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"100001\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"rue des Archives\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75003\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris Lab 1\",\n        \"siteType\": \"public\"\n    }\n]"
								},
								{
									"name": "Example 2: Retrieve all Orange IC Service Site (POP)",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "",
												"value": "application/json",
												"type": "text",
												"disabled": true
											},
											{
												"key": "",
												"value": "application/x-www-form-urlencoded",
												"type": "text",
												"disabled": true
											}
										],
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/geographicSiteManagement/sbx/v1/geographicSite/",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"geographicSiteManagement",
												"sbx",
												"v1",
												"geographicSite",
												""
											],
											"query": [
												{
													"key": "status",
													"value": "\"\"",
													"description": "Status of the site (planned, cancelled,underConstruction,existing,former).",
													"disabled": true
												},
												{
													"key": "siteType",
													"value": "\"\"",
													"description": "This defines whether a Service Site is public or private. ",
													"disabled": true
												},
												{
													"key": "siteName",
													"value": "\"\"",
													"description": "A name commonly used by people to refer to this Service Site.",
													"disabled": true
												},
												{
													"key": "geographicAddress.streetNr",
													"value": "\"\"",
													"description": "Street Nr of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.streetName",
													"value": "\"\"",
													"description": "Street Name of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.streetType",
													"value": "\"\"",
													"description": "Street Type of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.city",
													"value": "",
													"description": "City of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.postcode",
													"value": "\"\"",
													"description": "Postcode of the geographic site address",
													"disabled": true
												},
												{
													"key": "geographicAddress.country",
													"value": "France",
													"description": "Country of the geographic site address",
													"disabled": true
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 06 Apr 2021 17:30:48 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccballrt01-32319-32126275-1"
										}
									],
									"cookie": [],
									"body": "[\n    {\n        \"id\": \"1265904\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Boulevard de Marseille\",\n                \"city\": \"Abidjan\",\n                \"postcode\": \"CP 01\",\n                \"country\": \"Ivory Coast\",\n                \"locality\": \"Abidjan\"\n            }\n        },\n        \"siteName\": \"Abidjan KM4\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1265905\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Boulevard Clozel\",\n                \"city\": \"Abidjan\",\n                \"postcode\": \"CP 18\",\n                \"country\": \"Ivory Coast\",\n                \"locality\": \"Abidjan\"\n            }\n        },\n        \"siteName\": \"Abidjan Republique\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1354977\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"King Abdullah the Second street\",\n                \"city\": \"Amman\",\n                \"postcode\": \"1118\",\n                \"country\": \"Jordan\",\n                \"locality\": \"Amman\"\n            }\n        },\n        \"siteName\": \"Aman Hashim Datacenter\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1354978\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Princess Taghreed Moh'd Street\",\n                \"city\": \"Amman\",\n                \"postcode\": \"1118\",\n                \"country\": \"Jordan\",\n                \"locality\": \"Amman\"\n            }\n        },\n        \"siteName\": \"Aman Marj El Hamam\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"765918\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Science park 121\",\n                \"city\": \"Amsterdam\",\n                \"postcode\": \"1098 SJ\",\n                \"country\": \"Netherlands\",\n                \"locality\": \"Amsterdam\"\n            }\n        },\n        \"siteName\": \"Amsterdam - Interxion AMS9 (SARA)\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1437266\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Science Park 120\",\n                \"city\": \"Amsterdam\",\n                \"postcode\": \"1098 XG\",\n                \"country\": \"Netherlands\",\n                \"locality\": \"Amsterdam\"\n            }\n        },\n        \"siteName\": \"Amsterdam - TeleCity 1 / Digital Reality\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"691797\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"21691 Filigree Court\",\n                \"city\": \"Ashburn\",\n                \"postcode\": \"VA 20147\",\n                \"country\": \"US\",\n                \"locality\": \"Ashburn\"\n            }\n        },\n        \"siteName\": \"Ashburn - Equinix DC4\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1430804\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Acero, 30-32\",\n                \"city\": \"Barcelona\",\n                \"postcode\": \"8038\",\n                \"country\": \"Spain\",\n                \"locality\": \"Barcelona\"\n            }\n        },\n        \"siteName\": \"Barcelona - Carrier House Itconic /Telven\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"212151\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Paseo de Zona Franca, 137-139\",\n                \"city\": \"Barcelona\",\n                \"postcode\": \"8038\",\n                \"country\": \"Spain\",\n                \"locality\": \"Barcelona\"\n            }\n        },\n        \"siteName\": \"Barcelona - UNI2\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"41575\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"156, route d'Estissac\",\n                \"city\": \"Bercenay-en-Othe\",\n                \"postcode\": \"10190\",\n                \"country\": \"France\",\n                \"locality\": \"Bercenay\"\n            }\n        },\n        \"siteName\": \"Bercenay - Orange CTS\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"222542\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Wezembeekstraat 2 bus 1\",\n                \"city\": \"Zaventem\",\n                \"postcode\": \"1930\",\n                \"country\": \"Belgium\",\n                \"locality\": \"Brussels\"\n            }\n        },\n        \"siteName\": \"Brussels - Interxion\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"216830\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"15 avenue Jules Bordet\",\n                \"city\": \"Evere\",\n                \"postcode\": \"1140\",\n                \"country\": \"Belgium\",\n                \"locality\": \"Brussels\"\n            }\n        },\n        \"siteName\": \"Brussels - Bordet\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1440397\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"240 Main Rd, Rondebosch\",\n                \"city\": \"Cape Town\",\n                \"postcode\": \"7701\",\n                \"country\": \"South Africa\",\n                \"locality\": \"Cape Town\"\n            }\n        },\n        \"siteName\": \"Cape Town - Teraco CT1 \",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"45540\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"21 Rue de la Motte\",\n                \"city\": \"Aubervilliers\",\n                \"postcode\": \"93300\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Aubervilliers\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"819435\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Lakeside Technology 350 East Carmak Road\",\n                \"city\": \"Chicago\",\n                \"postcode\": \"IL 60618\",\n                \"country\": \"US\",\n                \"locality\": \"Chicago\"\n            }\n        },\n        \"siteName\": \"Chicago - Equinix CH1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"859380\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"1950 Stemmons Ave\",\n                \"city\": \"Dallas\",\n                \"postcode\": \"TX 75207\",\n                \"country\": \"US\",\n                \"locality\": \"Dallas\"\n            }\n        },\n        \"siteName\": \"Dallas - Equinix DA1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"255614\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Building A, KleyerStrasse 90\",\n                \"city\": \"Frankfurt am Main\",\n                \"postcode\": \"60326\",\n                \"country\": \"Germany\",\n                \"locality\": \"Frankfurt\"\n            }\n        },\n        \"siteName\": \"Frankfurt - Itenos\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"105740\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"7, avenue Gambetta\",\n                \"city\": \"Bagnolet\",\n                \"postcode\": \"93177\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Bagnolet\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"730124\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Hanauer Landstrasse 302/304 AD\",\n                \"city\": \"Frankfurt am Main\",\n                \"postcode\": \"60314\",\n                \"country\": \"Germany\",\n                \"locality\": \"Frankfurt\"\n            }\n        },\n        \"siteName\": \"Frankfurt - Interxion\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"223804\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"CERN, Building 513 RO 23 Switzerland\",\n                \"city\": \"Geneva\",\n                \"postcode\": \"1211\",\n                \"country\": \"Switzerland\",\n                \"locality\": \"Geneva\"\n            }\n        },\n        \"siteName\": \"Geneva - CERN\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"430476\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"OBS 5/F Sino Favour Centre 1 On Yip Street Chai Wan\",\n                \"city\": \"Hong Kong\",\n                \"postcode\": \"???\",\n                \"country\": \"Hong Kong\",\n                \"locality\": \"Hong-Kong\"\n            }\n        },\n        \"siteName\": \"Hong Kong - XFT1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1440395\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"5 Brewery St, Isando\",\n                \"city\": \"Johannesburg\",\n                \"postcode\": \"1600\",\n                \"country\": \"South Africa\",\n                \"locality\": \"Johannesburg\"\n            }\n        },\n        \"siteName\": \"Johannesburg - Teraco Data Environnement\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"867090\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"600 W, 7th Street\",\n                \"city\": \"Los Angeles\",\n                \"postcode\": \"CA 90019\",\n                \"country\": \"US\",\n                \"locality\": \"Los Angeles\"\n            }\n        },\n        \"siteName\": \"Los Angeles - Equinix LA1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"786172\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"14, av. Severiano Falcao\",\n                \"city\": \"Prior Velho\",\n                \"postcode\": \"2685\",\n                \"country\": \"Portugal\",\n                \"locality\": \"Lisbon\"\n            }\n        },\n        \"siteName\": \"Lisbon - Equinix LS1 (Carrier House II)\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"118284\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Coriander Avenue\",\n                \"city\": \"London\",\n                \"postcode\": \"E14 ZAA\",\n                \"country\": \"UK\",\n                \"locality\": \"London\"\n            }\n        },\n        \"siteName\": \"London - Telehouse North\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1209526\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Calle de Albasanz, 71\",\n                \"city\": \"Madrid\",\n                \"postcode\": \"28037\",\n                \"country\": \"Spain\",\n                \"locality\": \"Madrid\"\n            }\n        },\n        \"siteName\": \"Madrid - Interxion MAD1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"212150\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Calle Almatea, 2\",\n                \"city\": \"Madrid\",\n                \"postcode\": \"28045\",\n                \"country\": \"Spain\",\n                \"locality\": \"Madrid\"\n            }\n        },\n        \"siteName\": \"Madrid - Menese\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"316011\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"40 avenue Roger Salengro\",\n                \"city\": \"Marseille\",\n                \"postcode\": \"13003\",\n                \"country\": \"France\",\n                \"locality\": \"Marseille\"\n            }\n        },\n        \"siteName\": \"Marseille - Interxion MRS1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"737544\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"50 NE 9th Street\",\n                \"city\": \"Miami\",\n                \"postcode\": \"FL 33132\",\n                \"country\": \"US\",\n                \"locality\": \"Miami\"\n            }\n        },\n        \"siteName\": \"Miami - Equinix MI1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1011649\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"111 8th avenue\",\n                \"city\": \"New York\",\n                \"postcode\": \"NY 10013\",\n                \"country\": \"US\",\n                \"locality\": \"New York\"\n            }\n        },\n        \"siteName\": \"New York - Orange\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"764620\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"529 Bryant Street\",\n                \"city\": \"Palo Alto\",\n                \"postcode\": \"CA 9430\",\n                \"country\": \"US\",\n                \"locality\": \"Palo Alto\"\n            }\n        },\n        \"siteName\": \"Palo Alto - Equinix SV8\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1347177\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"61, rue des Archives\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75141\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Pastourelle\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1361650\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"137 Bd Voltaire\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75011\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris - Telehouse 2\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1390691\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Bat Murigny, rue Pierre Mehault\",\n                \"city\": \"Reims\",\n                \"postcode\": \"51100\",\n                \"country\": \"France\",\n                \"locality\": \"Reims\"\n            }\n        },\n        \"siteName\": \"FRANCE TELECOM Val de Murigny\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"295104\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Block 750, Chai Chee Road 04-01, Technopark @ Chai Chee\",\n                \"city\": \"Singapore\",\n                \"postcode\": \"46900\",\n                \"country\": \"Singapore\",\n                \"locality\": \"Singapore\"\n            }\n        },\n        \"siteName\": \"Singapore - Orange\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"773731\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Pte Ltd 20 Ayer Rajah Crescent 05-05/08, Ayer Rajah Industrial Park\",\n                \"city\": \"Singapore\",\n                \"postcode\": \"139964\",\n                \"country\": \"Singapore\",\n                \"locality\": \"Singapore\"\n            }\n        },\n        \"siteName\": \"Singapore - Equinix SG1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1249822\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Jossefstrasse 225 ZH2\",\n                \"city\": \"Zurich\",\n                \"postcode\": \"8005\",\n                \"country\": \"Switzerland\",\n                \"locality\": \"Zurich\"\n            }\n        },\n        \"siteName\": \"Zurich - Equinix ZH2\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"737779\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"6-9 Harbour Exchange Square\",\n                \"city\": \"London\",\n                \"postcode\": \"E14 9GE\",\n                \"country\": \"London\",\n                \"locality\": \"London\"\n            }\n        },\n        \"siteName\": \"London Equinix  Docklands LD8\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1139911\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Luttenbergweg\",\n                \"city\": \"Amsterdam\",\n                \"postcode\": \"41101 EC\",\n                \"country\": \"Netherlands\",\n                \"locality\": \"Amsterdam\"\n            }\n        },\n        \"siteName\": \"Amsterdam - Equinix AM1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1150474\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"7 Rue de l'Orée\",\n                \"city\": \"Val de Reuil\",\n                \"postcode\": \"27100\",\n                \"country\": \"France\",\n                \"locality\": \"Val de Reuil\"\n            }\n        },\n        \"siteName\": \"Val de Reuil\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1515650\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"114 rue Ambroise Croizat\",\n                \"city\": \"Saint-Denis\",\n                \"postcode\": \"93200\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris - Equinix PA3\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2006800\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Bd Dimitrie Pompeiu 8\",\n                \"city\": \"Bucharest\",\n                \"postcode\": \"20337\",\n                \"country\": \"Romania\",\n                \"locality\": \"Bucharest\"\n            }\n        },\n        \"siteName\": \"Bucharest - NX DATA 1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2006807\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Bd Dimitrie Pompeiu 6A\",\n                \"city\": \"Bucharest\",\n                \"postcode\": \"20337\",\n                \"country\": \"Romania\",\n                \"locality\": \"Bucharest\"\n            }\n        },\n        \"siteName\": \"Bucharest - NX DATA 2\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2044659\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"ul. Konstruktorska 5\",\n                \"city\": \"Warsaw\",\n                \"postcode\": \"NCS5508\",\n                \"country\": \"Poland\",\n                \"locality\": \"Warsaw\"\n            }\n        },\n        \"siteName\": \"Warsaw - Atman WA2\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2044662\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Al. Jerozolimskie 65/79\",\n                \"city\": \"Warsaw\",\n                \"postcode\": \"NCS5508\",\n                \"country\": \"Poland\",\n                \"locality\": \"Warsaw\"\n            }\n        },\n        \"siteName\": \"Warsaw - Equinix WA1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2119378\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"92 Dubai Production City (IMPZ). Sheikh Mohammed Bin Zayed Rd\",\n                \"city\": \"Dubai\",\n                \"postcode\": \"500389\",\n                \"country\": \"UAE\",\n                \"locality\": \"Dubai\"\n            }\n        },\n        \"siteName\": \"Dubai - Equinix DX1\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"46846\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Rue Félix Eboué\",\n                \"city\": \"Point-à-Pitre\",\n                \"postcode\": \"97110\",\n                \"country\": \"France\",\n                \"locality\": \"France - DOM\"\n            }\n        },\n        \"siteName\": \"Guadeloupe Point-à-Pitre\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"678475\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Route de Vert Pré\",\n                \"city\": \"Le Lamentin\",\n                \"postcode\": \"97200\",\n                \"country\": \"France\",\n                \"locality\": \"France - DOM\"\n            }\n        },\n        \"siteName\": \"Martinique Le Lamentin\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2020505\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Oregun, Ikeja\",\n                \"city\": \"Lagos\",\n                \"postcode\": \"123\",\n                \"country\": \"Nigeria\",\n                \"locality\": \"Lagos\"\n            }\n        },\n        \"siteName\": \"Lagos - Rackcenter\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1025701\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"93 rue Felix Pyat\",\n                \"city\": \"Marseille\",\n                \"postcode\": \"13331\",\n                \"country\": \"France\",\n                \"locality\": \"Marseille\"\n            }\n        },\n        \"siteName\": \"Marseille - St Mauront\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2020507\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"8A Saka Tinubu Street\",\n                \"city\": \"Lagos\",\n                \"postcode\": \"176\",\n                \"country\": \"Nigeria\",\n                \"locality\": \"Lagos\"\n            }\n        },\n        \"siteName\": \"Lagos - Medallion\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"6\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"Rue de Paris\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75003\",\n                \"country\": \"FRANCE\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2104332\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"42 Ring road central\",\n                \"city\": \"Accra\",\n                \"postcode\": \"1632\",\n                \"country\": \"Ghana\",\n                \"locality\": \"Accra\"\n            }\n        },\n        \"siteName\": \"Accra - Rackafrica\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2104329\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"East Ridge \",\n                \"city\": \"Accra\",\n                \"postcode\": \"233302\",\n                \"country\": \"Ghana\",\n                \"locality\": \"Accra\"\n            }\n        },\n        \"siteName\": \"Accra - Nita\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"2157311\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"18, Bolshaya Morskaya\",\n                \"city\": \"St Petersburg\",\n                \"postcode\": \"191186\",\n                \"country\": \"Russia\",\n                \"locality\": \"St Petersburg\"\n            }\n        },\n        \"siteName\": \"St Petersburg - Bolshaya Morskaya\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"1482748\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"7, Butlerova street \",\n                \"city\": \"Moscow\",\n                \"postcode\": \"117485\",\n                \"country\": \"Russia\",\n                \"locality\": \"Moscow\"\n            }\n        },\n        \"siteName\": \"Moscow - M9\",\n        \"siteType\": \"public\"\n    },\n    {\n        \"id\": \"100001\",\n        \"status\": \"existing\",\n        \"geographicAddress\": {\n            \"formattedAddress\": {\n                \"addrLine1\": \"rue des Archives\",\n                \"city\": \"Paris\",\n                \"postcode\": \"75003\",\n                \"country\": \"France\",\n                \"locality\": \"Paris\"\n            }\n        },\n        \"siteName\": \"Paris Lab 1\",\n        \"siteType\": \"public\"\n    }\n]"
								}
							]
						},
						{
							"name": "retrieveSite",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/geographicSiteManagement/sbx/v1/geographicSite/:SiteId",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"geographicSiteManagement",
										"sbx",
										"v1",
										"geographicSite",
										":SiteId"
									],
									"variable": [
										{
											"key": "SiteId",
											"value": "1354978",
											"description": "siteId"
										}
									]
								},
								"description": "The Buyer requests the full details for a single Service Site based on a Service Site identifier that was previously provided by the Seller. "
							},
							"response": [
								{
									"name": "Example 3: Retrieve Service Site full details by Identifier",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/geographicSiteManagement/sbx/v1/geographicSite/:SiteId",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"geographicSiteManagement",
												"sbx",
												"v1",
												"geographicSite",
												":SiteId"
											],
											"variable": [
												{
													"key": "SiteId",
													"value": "1354978",
													"description": "siteId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 06 Apr 2021 17:33:39 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "225"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccballrt05-23360-31824509-1"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"1354978\",\n    \"status\": \"existing\",\n    \"siteName\": \"Aman Marj El Hamam\",\n    \"siteType\": \"public\",\n    \"formattedAddress\": {\n        \"addrLine1\": \"Princess Taghreed Moh'd Street\",\n        \"city\": \"Amman\",\n        \"postcode\": \"1118\",\n        \"country\": \"Jordan\",\n        \"locality\": \"Amman\"\n    }\n}"
								}
							]
						}
					]
				}
			],
			"description": "**Geographic Site Management**\r\n\r\nThis API allows to retrieve a list of Geographic site and to get all information for one geographic site.\r\n\r\nA geographic site is a  fixed physical location at which a Product can be installed.  Its location can be described either with geocodes (Lat/Long information) or by association with an Address or Address Reference.  \r\n\r\nGeographic Site API used TMF 674 as template.",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "GeographicAddressManagement",
			"item": [
				{
					"name": "createGeographicAddressValidation",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"provideAlternative\": true,\r\n    \"submittedGeographicAddress\": {\r\n        \"@type\": \"FieldedAddress\",\r\n        \"associatedGeographicAddress\": {\r\n            \"country\": \"france\",\r\n            \"streetType\": \"rue\",\r\n            \"city\": \"Bézons\",\r\n            \"streetNr\": \"12\",\r\n            \"postcode\": \"95870\",\r\n            \"streetName\": \"des fleurs\"\r\n        }\r\n    },\r\n    \"@type\": \"GeographicAddressValidation\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/geographicAddressManagement/sbx/v1/geographicAddressValidation/",
							"protocol": "https",
							"host": [
								"{{BasePath}}"
							],
							"path": [
								"internationalcarriers",
								"mefApi",
								"sonata",
								"geographicAddressManagement",
								"sbx",
								"v1",
								"geographicAddressValidation",
								""
							]
						}
					},
					"response": [
						{
							"name": "Example 4 createGeographicAddressValidation",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"provideAlternative\": true,\r\n    \"submittedGeographicAddress\": {\r\n        \"@type\": \"FieldedAddress\",\r\n        \"@schemaLocation\": \"\",\r\n        \"associatedGeographicAddress\": {\r\n            \"country\": \"france\",\r\n            \"streetType\": \"rue\",\r\n            \"postcodeExtension\": \"\",\r\n            \"city\": \"Bézons\",\r\n            \"streetNr\": \"12\",\r\n            \"locality\": \"\",\r\n            \"postcode\": \"95870\",\r\n            \"streetNrLast\": \"\",\r\n            \"streetNrSuffix\": \"\",\r\n            \"streetName\": \"des fleurs\",\r\n            \"stateOrProvince\": \"\",\r\n            \"streetNrLastSuffix\": \"\",\r\n            \"geographicSubAddress\": {\r\n                \"buildingName\": \"\",\r\n                \"subUnit\": [{\r\n                        \"subUnitNumber\": \"\",\r\n                        \"subUnitType\": \"\"\r\n                    }\r\n                ],\r\n                \"levelType\": \"\",\r\n                \"levelNumber\": \"\",\r\n                \"privateStreetNumber\": \"\",\r\n                \"privateStreetName\": \"\"\r\n            },\r\n            \"streetSuffix\": \"\"\r\n        }\r\n    },\r\n    \"@type\": \"GeographicAddressValidation\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/geographicAddressManagement/sbx/v1/geographicAddressValidation/",
									"protocol": "https",
									"host": [
										"ope-obs",
										"apibackbone",
										"orange",
										"com"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"geographicAddressManagement",
										"sbx",
										"v1",
										"geographicAddressValidation",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "nginx"
								},
								{
									"key": "Date",
									"value": "Thu, 21 Jul 2022 23:42:15 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Vary",
									"value": "Origin"
								},
								{
									"key": "Vary",
									"value": "Access-Control-Request-Method"
								},
								{
									"key": "Vary",
									"value": "Access-Control-Request-Headers"
								},
								{
									"key": "Expires",
									"value": "0"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, no-store, max-age=0, must-revalidate"
								},
								{
									"key": "X-XSS-Protection",
									"value": "1; mode=block"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "X-Frame-Options",
									"value": "DENY"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=15724800; includeSubDomains"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=15768000;"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Expose-Headers",
									"value": "X-Result-Count, X-Total-Count, X-OAPI-Request-Id, X-Rate-Limit-Limit, X-Rate-Limit-Remaining, X-Rate-Limit-Reset"
								},
								{
									"key": "X-OAPI-Request-Id",
									"value": "opapccbeinrt01-11088-3839557-1"
								}
							],
							"cookie": [],
							"body": "{\n    \"validationResult\": \"success\",\n    \"provideAlternative\": true,\n    \"submittedGeographicAddress\": {\n        \"associatedGeographicAddress\": {\n            \"country\": \"france\",\n            \"streetType\": \"rue\",\n            \"city\": \"Bézons\",\n            \"streetNr\": \"12\",\n            \"postcode\": \"95870\",\n            \"streetName\": \"des fleurs\"\n        }\n    },\n    \"bestMatchGeographicAddress\": {\n        \"hasPublicSite\": false,\n        \"@type\": \"FieldedAddress\",\n        \"allowsNewSite\": true,\n        \"id\": \"22482972\",\n        \"associatedGeographicAddress\": {\n            \"country\": \"France\",\n            \"streetType\": \"rue\",\n            \"city\": \"bezons\",\n            \"streetNr\": \"12\",\n            \"postcode\": \"95870\",\n            \"streetName\": \"des fleurs\"\n        }\n    },\n    \"@type\": \"GeographicAddressValidation\"\n}"
						},
						{
							"name": "Example 5 createGeographicAddressValidation",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"provideAlternative\": true,\r\n    \"submittedGeographicAddress\": {\r\n        \"@type\": \"FieldedAddress\",\r\n        \"associatedGeographicAddress\": {\r\n            \"country\": \"france\",\r\n            \"streetType\": \"rue\",\r\n            \"city\": \"Bézons\",\r\n            \"streetNr\": \"12\",\r\n            \"postcode\": \"95870\",\r\n            \"streetName\": \"des fleurs\"\r\n        }\r\n    },\r\n    \"@type\": \"GeographicAddressValidation\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/geographicAddressManagement/sbx/v1/geographicAddressValidation/",
									"protocol": "https",
									"host": [
										"ope-obs",
										"apibackbone",
										"orange",
										"com"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"geographicAddressManagement",
										"sbx",
										"v1",
										"geographicAddressValidation",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "nginx"
								},
								{
									"key": "Date",
									"value": "Tue, 13 Sep 2022 22:06:40 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Vary",
									"value": "Origin"
								},
								{
									"key": "Vary",
									"value": "Access-Control-Request-Method"
								},
								{
									"key": "Vary",
									"value": "Access-Control-Request-Headers"
								},
								{
									"key": "Expires",
									"value": "0"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, no-store, max-age=0, must-revalidate"
								},
								{
									"key": "X-XSS-Protection",
									"value": "1; mode=block"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "X-Frame-Options",
									"value": "DENY"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=15724800; includeSubDomains"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=15768000;"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Expose-Headers",
									"value": "X-Result-Count, X-Total-Count, X-OAPI-Request-Id, X-Rate-Limit-Limit, X-Rate-Limit-Remaining, X-Rate-Limit-Reset"
								},
								{
									"key": "X-OAPI-Request-Id",
									"value": "opapccbeinrt01-11088-5323109-1"
								}
							],
							"cookie": [],
							"body": "{\n    \"validationResult\": \"success\",\n    \"provideAlternative\": true,\n    \"submittedGeographicAddress\": {\n        \"associatedGeographicAddress\": {\n            \"country\": \"france\",\n            \"streetType\": \"rue\",\n            \"city\": \"Bézons\",\n            \"streetNr\": \"12\",\n            \"postcode\": \"95870\",\n            \"streetName\": \"des fleurs\"\n        }\n    },\n    \"bestMatchGeographicAddress\": {\n        \"hasPublicSite\": false,\n        \"@type\": \"FieldedAddress\",\n        \"allowsNewSite\": true,\n        \"id\": \"22482972\",\n        \"associatedGeographicAddress\": {\n            \"country\": \"France\",\n            \"streetType\": \"rue\",\n            \"city\": \"bezons\",\n            \"streetNr\": \"12\",\n            \"postcode\": \"95870\",\n            \"streetName\": \"des fleurs\"\n        }\n    },\n    \"@type\": \"GeographicAddressValidation\"\n}"
						}
					]
				},
				{
					"name": "retrieveGeographicAddress",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/geographicAddressManagement/sbx/v1/geographicAddress/:id",
							"protocol": "https",
							"host": [
								"{{BasePath}}"
							],
							"path": [
								"internationalcarriers",
								"mefApi",
								"sonata",
								"geographicAddressManagement",
								"sbx",
								"v1",
								"geographicAddress",
								":id"
							],
							"variable": [
								{
									"key": "id",
									"value": "22482972",
									"description": "Identifier of the GeographicAddress"
								}
							]
						}
					},
					"response": [
						{
							"name": "Example 6 retrieveGeographicAddress",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/geographicAddressManagement/sbx/v1/geographicAddress/:id",
									"protocol": "https",
									"host": [
										"ope-obs",
										"apibackbone",
										"orange",
										"com"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"geographicAddressManagement",
										"sbx",
										"v1",
										"geographicAddress",
										":id"
									],
									"variable": [
										{
											"key": "id",
											"value": "22482972",
											"description": "Identifier of the GeographicAddress"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "nginx"
								},
								{
									"key": "Date",
									"value": "Thu, 21 Jul 2022 23:49:45 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Vary",
									"value": "Origin"
								},
								{
									"key": "Vary",
									"value": "Access-Control-Request-Method"
								},
								{
									"key": "Vary",
									"value": "Access-Control-Request-Headers"
								},
								{
									"key": "Expires",
									"value": "0"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, no-store, max-age=0, must-revalidate"
								},
								{
									"key": "X-XSS-Protection",
									"value": "1; mode=block"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "X-Frame-Options",
									"value": "DENY"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=15724800; includeSubDomains"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=15768000;"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Expose-Headers",
									"value": "X-Result-Count, X-Total-Count, X-OAPI-Request-Id, X-Rate-Limit-Limit, X-Rate-Limit-Remaining, X-Rate-Limit-Reset"
								},
								{
									"key": "X-OAPI-Request-Id",
									"value": "opapccbeinrt01-11088-3839641-1"
								}
							],
							"cookie": [],
							"body": "{\n    \"hasPublicSite\": false,\n    \"@type\": \"GeographicAddress\",\n    \"allowsNewSite\": true,\n    \"id\": \"22482972\",\n    \"associatedGeographicAddress\": {\n        \"country\": \"France\",\n        \"streetType\": \"rue\",\n        \"city\": \"bezons\",\n        \"streetNr\": \"12\",\n        \"postcode\": \"95870\",\n        \"streetName\": \"des fleurs\"\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "productOfferingQualificationManagement",
			"item": [
				{
					"name": "ProductOfferingQualification",
					"item": [
						{
							"name": "Create a ProductOfferingQualification",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json;charset=utf-8"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"provideAlternative\": true,\n    \"requestedCurrency\": \"EUR\",\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"product\": {                \n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 2,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"52835645\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
								},
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"productOfferingQualificationManagement",
										"sbx",
										"v1",
										"productOfferingQualification"
									]
								},
								"description": "A request initiated by the Buyer to determine whether the Seller can feasibly deliver a new Product(s) or modified existing one(s) to a specific set of geographic locations specified by a set of Site/Address filter criteria. The Seller also provides estimated time intervals to complete these deliveries. "
							},
							"response": [
								{
									"name": "Example 7: Transit Eline [Two new interfaces ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"provideAlternative\": true,\n  \"requestedResponseDate\": \"2022-07-21T23:59:00.967Z\",\n  \"relatedParty\": [\n    {\n      \"role\": \"buyer\"\n    }\n  ],\n  \"productOfferingQualificationItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"TransitELine\"\n        },\n        \"productConfiguration\": {\n          \"bandwidth\": 2,\n          \"@type\": \"EVPL\"\n        }\n      },\n      \"productOffering\": {\n        \"id\": \"Intense\"\n      },\n      \"productOfferingQualificationItemRelationship\": [\n        {\n          \"type\": \"hasENNIEndPoint\",\n          \"id\": \"2\"\n        },\n        {\n          \"type\": \"hasENNIEndPoint\",\n          \"id\": \"3\"\n        }\n      ]\n    },\n    {\n      \"id\": \"2\",\n      \"action\": \"add\",\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"ENNI\"\n        },\n        \"productOffering\": {\n          \"id\": \"AccessInterface\"\n        },\n        \"place\": [\n          {\n            \"id\": \"100000\",\n            \"role\": \"ENNI Site\",\n            \"@type\": \"GeographicSiteRef\",\n            \"@referredType\": \"GeographicSiteRef\"\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"3\",\n      \"action\": \"add\",\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"ENNI\"\n        },\n        \"productOffering\": {\n          \"id\": \"AccessInterface\"\n        },\n        \"place\": [\n          {\n            \"id\": \"100001\",\n            \"role\": \"ENNI Site\",\n            \"@type\": \"GeographicSiteRef\",\n            \"@referredType\": \"GeographicSiteRef\"\n          }\n        ]\n      }\n    }\n  ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOfferingQualificationManagement",
												"sbx",
												"v1",
												"productOfferingQualification"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Thu, 21 Jul 2022 23:55:39 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3164"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt01-11095-3839727-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"769a026c-e13d-485c-aef3-3f0f47660ba4\",\n    \"state\": \"done\",\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jane Billing\",\n            \"emailAddress\": \"billing@acme.com\",\n            \"firstName\": \"Jane\",\n            \"lastName\": \"Billing\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Billing\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"John Commercial\",\n            \"emailAddress\": \"commercial@acme.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Commercial\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Support\",\n            \"emailAddress\": \"support@acme.com\",\n            \"lastName\": \"Support\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Jerry Signatory\",\n            \"emailAddress\": \"signatory@acme.com\",\n            \"firstName\": \"Jerry\",\n            \"lastName\": \"Signatory\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jasmin Technical\",\n            \"emailAddress\": \"technical@acme.com\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Technical\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Technical\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@tes.com\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 5,\n                \"timeUnit\": \"businessDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-21T23:55:39Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 2,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Intense\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 5,\n                \"timeUnit\": \"businessDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-21T23:55:39Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 5,\n                \"timeUnit\": \"businessDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-21T23:55:39Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"provideAlternative\": true,\n    \"effectiveQualificationCompletionDate\": \"2022-07-21T23:55:39Z\",\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 8: Transit Eline [ Two existing interfaces ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"provideAlternative\": false,\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"@type\": \"EVPL\",\n                    \"bandwidth\": 500\n                },\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    },\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\"\n                        }\n                    }\n                ]\n            },\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOfferingQualificationManagement",
												"sbx",
												"v1",
												"productOfferingQualification"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Jul 2022 00:21:15 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "2443"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt01-11095-3840219-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"e971fd79-343a-49e9-9ffb-87e2e8a4de7f\",\n    \"state\": \"done\",\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jane Billing\",\n            \"emailAddress\": \"billing@acme.com\",\n            \"firstName\": \"Jane\",\n            \"lastName\": \"Billing\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Billing\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"John Commercial\",\n            \"emailAddress\": \"commercial@acme.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Commercial\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Support\",\n            \"emailAddress\": \"support@acme.com\",\n            \"lastName\": \"Support\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Jerry Signatory\",\n            \"emailAddress\": \"signatory@acme.com\",\n            \"firstName\": \"Jerry\",\n            \"lastName\": \"Signatory\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jasmin Technical\",\n            \"emailAddress\": \"technical@acme.com\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Technical\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Technical\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@tes.com\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 3,\n                \"timeUnit\": \"calendarHours\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-22T00:21:15Z\",\n            \"product\": {\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    },\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 500,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            }\n        }\n    ],\n    \"provideAlternative\": false,\n    \"effectiveQualificationCompletionDate\": \"2022-07-22T00:21:15Z\",\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 9: Transit Eline [An existing interface and a new interface ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"provideAlternative\": true,\n  \"requestedResponseDate\": \"2022-07-22T03:33:35.967Z\",\n  \"relatedParty\": [\n    {\n      \"role\": \"buyer\"\n    }\n  ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\":\"1000\" ,\n                    \"@type\": \"EVPL\"\n                },\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    }\n                ]\n            },\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOfferingQualificationManagement",
												"sbx",
												"v1",
												"productOfferingQualification"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Jul 2022 00:25:47 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3629"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt01-11091-3840288-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"1062537f-e619-41c3-945a-111216ce37e7\",\n    \"state\": \"done\",\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jane Billing\",\n            \"emailAddress\": \"billing@acme.com\",\n            \"firstName\": \"Jane\",\n            \"lastName\": \"Billing\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Billing\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"John Commercial\",\n            \"emailAddress\": \"commercial@acme.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Commercial\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Support\",\n            \"emailAddress\": \"support@acme.com\",\n            \"lastName\": \"Support\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Jerry Signatory\",\n            \"emailAddress\": \"signatory@acme.com\",\n            \"firstName\": \"Jerry\",\n            \"lastName\": \"Signatory\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jasmin Technical\",\n            \"emailAddress\": \"technical@acme.com\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Technical\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Technical\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@tes.com\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"yellow\",\n            \"installationInterval\": {\n                \"amount\": 5,\n                \"timeUnit\": \"businessDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-22T00:25:47Z\",\n            \"product\": {\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 1000,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ],\n            \"alternateProductProposal\": [\n                {\n                    \"id\": \"7d075514-7a44-46aa-9b27-306189b3536d\",\n                    \"productSpecification\": {\n                        \"id\": \"TransitELine\"\n                    },\n                    \"eligibleProductOffering\": {\n                        \"id\": \"Essential\"\n                    },\n                    \"installationInterval\": {\n                        \"amount\": 5,\n                        \"timeUnit\": \"businessDays\"\n                    },\n                    \"productConfiguration\": {\n                        \"bandwidth\": 500,\n                        \"@type\": \"EVPL\"\n                    }\n                },\n                {\n                    \"id\": \"a042d3d5-fc2c-4580-be6c-bf8d54974a85\",\n                    \"productSpecification\": {\n                        \"id\": \"TransitELine\"\n                    },\n                    \"eligibleProductOffering\": {\n                        \"id\": \"Dynamic\"\n                    },\n                    \"installationInterval\": {\n                        \"amount\": 5,\n                        \"timeUnit\": \"businessDays\"\n                    },\n                    \"productConfiguration\": {\n                        \"bandwidth\": 500,\n                        \"@type\": \"EVPL\"\n                    }\n                },\n                {\n                    \"id\": \"31189220-d96d-432e-9350-340e95a91fe2\",\n                    \"productSpecification\": {\n                        \"id\": \"TransitELine\"\n                    },\n                    \"eligibleProductOffering\": {\n                        \"id\": \"Intense\"\n                    },\n                    \"installationInterval\": {\n                        \"amount\": 5,\n                        \"timeUnit\": \"businessDays\"\n                    },\n                    \"productConfiguration\": {\n                        \"bandwidth\": 500,\n                        \"@type\": \"EVPL\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 5,\n                \"timeUnit\": \"businessDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-22T00:25:47Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"provideAlternative\": true,\n    \"effectiveQualificationCompletionDate\": \"2022-07-22T00:25:47Z\",\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 11:  Existing product update [Bandwith]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"provideAlternative\": true,\n    \"requestedCurrency\": \"USD\",\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"LDD30102\",\n            \"action\": \"modify\",\n            \"product\": {\n                \"id\": \"LDD30102\",\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"@type\": \"EVPL\",\n                    \"bandwidth\": 220\n                },\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    },\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\"\n                        }\n                    }\n                ]\n            },\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOfferingQualificationManagement",
												"sbx",
												"v1",
												"productOfferingQualification"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Jul 2022 00:30:51 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "174"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt01-11088-3840430-1"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"0cad5d10-5d05-4ce1-9e94-69049f5fe79c\",\n    \"state\": \"done\",\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jane Billing\",\n            \"emailAddress\": \"billing@acme.com\",\n            \"firstName\": \"Jane\",\n            \"lastName\": \"Billing\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Billing\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"John Commercial\",\n            \"emailAddress\": \"commercial@acme.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Commercial\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Support\",\n            \"emailAddress\": \"support@acme.com\",\n            \"lastName\": \"Support\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Jerry Signatory\",\n            \"emailAddress\": \"signatory@acme.com\",\n            \"firstName\": \"Jerry\",\n            \"lastName\": \"Signatory\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jasmin Technical\",\n            \"emailAddress\": \"technical@acme.com\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Technical\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Technical\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@tes.com\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [{\n            \"id\": \"LDD30102\",\n            \"state\": \"done\",\n            \"action\": \"modify\",\n            \"serviceabilityConfidence\": \"yellow\",\n            \"installationInterval\": {\n                \"amount\": 3,\n                \"timeUnit\": \"calendarHours\"\n            },\n            \"guaranteedUntilDate\": \"2022-09-13T22:41:22Z\",\n            \"product\": {\n                \"id\": \"LDD30102\",\n                \"productRelationship\": [{\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    }, {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 220,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            },\n            \"alternateProductProposal\": [{\n                    \"id\": \"2e4333bd-d501-46a9-bd83-68b011d87702\",\n                    \"productSpecification\": {\n                        \"id\": \"TransitELine\"\n                    },\n                    \"eligibleProductOffering\": {\n                        \"id\": \"Essential\"\n                    },\n                    \"installationInterval\": {\n                        \"amount\": 3,\n                        \"timeUnit\": \"calendarHours\"\n                    },\n                    \"productConfiguration\": {\n                        \"bandwidth\": 100,\n                        \"@type\": \"EVPL\"\n                    },\n                    \"availableCurrencies\": [\n                        \"EUR\",\n                        \"USD\"\n                    ]\n                }, {\n                    \"id\": \"66b4ea10-636c-452f-95cb-6031a06f8327\",\n                    \"productSpecification\": {\n                        \"id\": \"TransitELine\"\n                    },\n                    \"eligibleProductOffering\": {\n                        \"id\": \"Dynamic\"\n                    },\n                    \"installationInterval\": {\n                        \"amount\": 3,\n                        \"timeUnit\": \"calendarHours\"\n                    },\n                    \"productConfiguration\": {\n                        \"bandwidth\": 100,\n                        \"@type\": \"EVPL\"\n                    },\n                    \"availableCurrencies\": [\n                        \"EUR\",\n                        \"USD\"\n                    ]\n                }\n            ]\n        }\n    ],\n    \"provideAlternative\": true,\n    \"effectiveQualificationCompletionDate\": \"2022-09-13T22:41:22Z\",\n    \"requestCurrency\": \"USD\"\n}\n"
								},
								{
									"name": "Example 12: Access Eline [New ENNI & New UNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"provideAlternative\": true,\n    \"requestedCurrency\": \"EUR\",\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"product\": {                \n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 2,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"52835645\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOfferingQualificationManagement",
												"sbx",
												"v1",
												"productOfferingQualification"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Jul 2022 23:01:38 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3172"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24736-3855767-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"16e42a78-2d58-4589-9d49-20e11c15146f\",\n    \"state\": \"done\",\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jane Billing\",\n            \"emailAddress\": \"billing@acme.com\",\n            \"firstName\": \"Jane\",\n            \"lastName\": \"Billing\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Billing\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"John Commercial\",\n            \"emailAddress\": \"commercial@acme.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Commercial\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Support\",\n            \"emailAddress\": \"support@acme.com\",\n            \"lastName\": \"Support\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Jerry Signatory\",\n            \"emailAddress\": \"signatory@acme.com\",\n            \"firstName\": \"Jerry\",\n            \"lastName\": \"Signatory\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jasmin Technical\",\n            \"emailAddress\": \"technical@acme.com\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Technical\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Technical\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@tes.com\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 60,\n                \"timeUnit\": \"calendarDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-22T23:01:38Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 2,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 5,\n                \"timeUnit\": \"businessDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-22T23:01:38Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"green\",\n            \"installationInterval\": {\n                \"amount\": 60,\n                \"timeUnit\": \"calendarDays\"\n            },\n            \"guaranteedUntilDate\": \"2022-07-22T23:01:38Z\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"52835645\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"provideAlternative\": true,\n    \"effectiveQualificationCompletionDate\": \"2022-07-22T23:01:38Z\",\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 13: Access Eline [An existing ENNI & New UNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"provideAlternative\": true,\n    \"requestedCurrency\": \"USD\",\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"@type\": \"EVPL\"\n                },\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    }\n                ]\n            },\n            \"productOffering\": {\n                \"id\": \"Intense\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"22369679\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/productOfferingQualificationManagement/sbx/v1/productOfferingQualification",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOfferingQualificationManagement",
												"sbx",
												"v1",
												"productOfferingQualification"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Jul 2022 23:06:28 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "2388"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24737-3855887-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"d3af2716-f539-40ce-bd94-d2709a34a998\",\n    \"state\": \"done\",\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jane Billing\",\n            \"emailAddress\": \"billing@acme.com\",\n            \"firstName\": \"Jane\",\n            \"lastName\": \"Billing\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Billing\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"John Commercial\",\n            \"emailAddress\": \"commercial@acme.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Commercial\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Support\",\n            \"emailAddress\": \"support@acme.com\",\n            \"lastName\": \"Support\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Jerry Signatory\",\n            \"emailAddress\": \"signatory@acme.com\",\n            \"firstName\": \"Jerry\",\n            \"lastName\": \"Signatory\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jasmin Technical\",\n            \"emailAddress\": \"technical@acme.com\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Technical\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Technical\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@tes.com\"\n        }\n    ],\n    \"productOfferingQualificationItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"done\",\n            \"action\": \"add\",\n            \"serviceabilityConfidence\": \"red\",\n            \"guaranteedUntilDate\": \"2022-07-22T23:06:28Z\",\n            \"product\": {\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Intense\"\n            },\n            \"productOfferingQualificationItemRelationship\": [\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ]\n        }\n    ],\n    \"provideAlternative\": true,\n    \"effectiveQualificationCompletionDate\": \"2022-07-22T23:06:28Z\",\n    \"requestCurrency\": \"USD\"\n}"
								}
							]
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			]
		},
		{
			"name": "QuoteManagement",
			"item": [
				{
					"name": "quote",
					"item": [
						{
							"name": "Create a quote",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json;charset=utf-8"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n   \"externalId\":\"1\",\n   \"projectId\":\"1\",\n   \"quoteLevel\":\"firm\",\n   \"instantSyncQuoting\":false,\n   \"description\":\"exemple de description\",\n   \"requestedQuoteCompletionDate\":\"2022-11-19T15:36:30Z\",\n   \"requestedCurrency\":\"EUR\",\n   \"quoteItem\":[\n      {\n         \"id\":\"1\",\n         \"action\":\"add\",\n         \"requestedQuoteItemTerm\":{\n            \"duration\":{\n               \"amount\":1,\n               \"units\":\"year\"\n            }\n         },\n         \"product\":{\n            \"productSpecification\":{\n               \"id\":\"TransitELine\"\n            },\n            \"productConfiguration\":{\n               \"@type\":\"EVPL\",\n               \"bandwidth\":4\n            }\n         },\n         \"productOffering\":{\n            \"id\":\"Intense\"\n         },\n         \"quoteItemRelationship\":[\n            {\n               \"type\":\"hasENNIEndPoint\",\n               \"id\":\"2\"\n            },\n            {\n               \"type\":\"hasUNIEndPoint\",\n               \"id\":\"3\"\n            }\n         ]\n      },\n      {\n         \"id\":\"2\",\n         \"action\":\"add\",\n         \"productOffering\":{\n            \"id\":\"AccessInterface\"\n         },\n         \"product\":{\n            \"productSpecification\":{\n               \"id\":\"ENNI\"\n            },\n            \"productOffering\":{\n               \"id\":\"AccessInterface\"\n            },\n            \"place\":[\n               {\n                  \"id\":\"100001\",\n                  \"role\":\"ENNI Site\",\n                  \"@type\":\"GeographicSiteRef\",\n                  \"@referredType\":\"GeographicSiteRef\"\n               }\n            ]\n         }\n      },\n      {\n         \"id\":\"3\",\n         \"action\":\"add\",\n         \"productOffering\":{\n            \"id\":\"AccessInterface\"\n         },\n         \"product\":{\n            \"productSpecification\":{\n               \"id\":\"UNI\"\n            },\n            \"productOffering\":{\n               \"id\":\"AccessInterface\"\n            },\n            \"place\":[\n               {\n                  \"id\":\"22369679\",\n                  \"role\":\"UNI Site\",\n                  \"@type\":\"GeographicAddressRef\",\n                  \"@referredType\":\"GeographicAddressRef\"\n               }\n            ]\n         }\n      }\n   ],\n   \"relatedParty\":[\n      {\n         \"role\":\"buyer\"\n      }\n   ]\n}"
								},
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"quoteManagement",
										"sbx",
										"v1",
										"quote"
									]
								},
								"description": "This operation is used to create a new quote."
							},
							"response": [
								{
									"name": "Example 15: Create Quote [An existing interface and a new interface ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"externalId\": \"1\",\n  \"projectId\": \"1\",\n  \"quoteLevel\": \"firm\",\n  \"instantSyncQuoting\": false,\n  \"description\": \"TNR CPE\",\n  \"expectedFulfillmentStartDate\": \"2022-06-10T12:52:39.875Z\",\n  \"requestedQuoteCompletionDate\": \"2022-09-27T12:52:39.875Z\",\n  \"quoteItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"requestedQuoteItemTerm\": {\n        \"duration\": {\n          \"amount\": 1,\n          \"units\": \"day\"\n        }\n      },\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"TransitELine\"\n        },\n        \"productRelationship\": [\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"B100001-GigabitEth2-1-1\",\n              \"buyerProductId\": \"ENNI01\"\n            }\n          }\n        ],\n        \"productConfiguration\": {\n          \"@type\": \"EVPL\",\n          \"bandwidth\": 4\n        }\n      },\n      \"productOffering\": {\n        \"id\": \"Essential\"\n      },\n      \"quoteItemRelationship\": [\n        {\n          \"type\": \"hasENNIEndPoint\",\n          \"id\": \"2\"\n        }\n      ]\n    },\n    {\n      \"id\": \"2\",\n      \"action\": \"add\",\n      \"productOffering\": {\n        \"id\": \"AccessInterface\"\n      },\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"ENNI\"\n        },\n        \"productOffering\": {\n          \"id\": \"AccessInterface\"\n        },\n        \"place\": [\n          {\n            \"role\": \"ENNI Site\",\n            \"@type\": \"GeographicSiteRef\",\n            \"@referredType\": \"GeographicSiteRef\",\n            \"id\": \"100000\"\n          }\n        ]\n      }\n    }\n  ],\n  \"relatedParty\": [\n    {\n      \"role\": \"buyer\"\n    }\n  ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:03:39 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3259"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Location",
											"value": "/quoteManagement/v1/quote"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24734-5656983-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"approved\",\n    \"instantSyncQuoting\": true,\n    \"quoteLevel\": \"firm\",\n    \"requestedQuoteCompletionDate\": \"2022-09-27T12:52:39Z\",\n    \"quoteItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"product\": {\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\",\n                            \"buyerProductId\": \"ENNI01\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 44,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"day\"\n                }\n            ],\n            \"requestedQuoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            },\n            \"quoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            },\n            \"quoteItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"id\": 120,\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"description\": \"TNR CPE\",\n    \"quoteDate\": \"2022-09-13T23:03:38Z\",\n    \"expectedFulfillmentStartDate\": \"2022-06-10T12:52:39Z\",\n    \"effectiveQuoteCompletionDate\": \"2022-09-13T23:03:38Z\",\n    \"validFor\": {\n        \"startDate\": \"2022-09-13T23:03:38Z\",\n        \"endDate\": \"2022-09-15T23:59:59Z\"\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Name LastName\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Name\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 16: Create Quote  [Existing interfaces ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"externalId\": \"1\",\n  \"projectId\": \"1\",\n  \"quoteLevel\": \"firm\",\n  \"instantSyncQuoting\": false,\n  \"description\": \"Non Reg CPE\",\n  \"expectedFulfillmentStartDate\": \"2022-06-10T12:52:39.875Z\",\n  \"requestedQuoteCompletionDate\": \"2022-10-10T12:52:39.875Z\",\n  \"quoteItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"productOffering\": {\n        \"id\": \"Essential\"\n      },\n      \"requestedQuoteItemTerm\": {\n        \"duration\": {\n          \"amount\": 1,\n          \"units\": \"day\"\n        }\n      },\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"TransitELine\"\n        },\n        \"productRelationship\": [\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"B100001-GigabitEth2-1-1\",\n              \"buyerProductId\": \"ENNI01\"\n            }\n          },\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"A100000-GigabitEth1-1-1\",\n              \"buyerProductId\": \"ENNI06\"\n            }\n          }\n        ],\n        \"productConfiguration\": {\n          \"@type\": \"EVPL\",\n          \"bandwidth\": 4\n        }\n      }\n    }\n  ],\n  \"relatedParty\": [\n    {\n      \"role\": \"buyer\"\n    }\n  ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 22:58:41 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "2918"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Location",
											"value": "/quoteManagement/v1/quote"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24734-5656946-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"approved\",\n    \"instantSyncQuoting\": true,\n    \"quoteLevel\": \"firm\",\n    \"requestedQuoteCompletionDate\": \"2022-10-10T12:52:39Z\",\n    \"quoteItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"product\": {\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\",\n                            \"buyerProductId\": \"ENNI01\"\n                        }\n                    },\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\",\n                            \"buyerProductId\": \"ENNI06\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 44,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"day\"\n                }\n            ],\n            \"requestedQuoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            },\n            \"quoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            }\n        }\n    ],\n    \"id\": 118,\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"description\": \"Non Reg CPE\",\n    \"quoteDate\": \"2022-09-13T22:58:41Z\",\n    \"expectedFulfillmentStartDate\": \"2022-06-10T12:52:39Z\",\n    \"effectiveQuoteCompletionDate\": \"2022-09-13T22:58:41Z\",\n    \"validFor\": {\n        \"startDate\": \"2022-09-13T22:58:41Z\",\n        \"endDate\": \"2022-09-15T23:59:59Z\"\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Name LastName\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Name\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 17: Create Quote [Two new interfaces ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"externalId\": \"1\",\n  \"projectId\": \"1\",\n  \"quoteLevel\": \"firm\",\n  \"instantSyncQuoting\": false,\n  \"description\": \"TNR CPE\",\n  \"requestedQuoteCompletionDate\": \"2022-09-29T12:52:39.875Z\",\n  \"quoteItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"requestedQuoteItemTerm\": {\n        \"duration\": {\n          \"amount\": 1,\n          \"units\": \"year\"\n        }\n      },\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"TransitELine\"\n        },\n        \"productConfiguration\": {\n          \"@type\": \"EVPL\",\n          \"bandwidth\": 4\n        }\n      },\n      \"productOffering\": {\n        \"id\": \"Dynamic\"\n      },\n      \"quoteItemRelationship\": [\n        {\n          \"type\": \"hasENNIEndPoint\",\n          \"id\": \"2\"\n        },\n        {\n          \"type\": \"hasENNIEndPoint\",\n          \"id\": \"3\"\n        }\n      ]\n    },\n    {\n      \"id\": \"2\",\n      \"action\": \"add\",\n      \"productOffering\": {\n        \"id\": \"AccessInterface\"\n      },\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"ENNI\"\n        },\n        \"productOffering\": {\n          \"id\": \"AccessInterface\"\n        },\n        \"place\": [\n          {\n            \"role\": \"ENNI Site\",\n            \"@type\": \"GeographicSiteRef\",\n            \"@referredType\": \"GeographicSiteRef\",\n            \"id\": \"100001\"\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"3\",\n      \"action\": \"add\",\n      \"productOffering\": {\n        \"id\": \"AccessInterface\"\n      },\n      \"product\": {\n        \"productSpecification\": {\n          \"id\": \"ENNI\"\n        },\n        \"productOffering\": {\n          \"id\": \"AccessInterface\"\n        },\n        \"place\": [\n          {\n            \"role\": \"ENNI Site\",\n            \"@type\": \"GeographicSiteRef\",\n            \"@referredType\": \"GeographicSiteRef\",\n            \"id\": \"100000\"\n          }\n        ]\n      }\n    }\n  ],\n  \"relatedParty\": [\n    {\n      \"role\": \"buyer\"\n    }\n  ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 22:56:36 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3503"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Location",
											"value": "/quoteManagement/v1/quote"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24735-5656938-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"approved\",\n    \"instantSyncQuoting\": true,\n    \"quoteLevel\": \"firm\",\n    \"requestedQuoteCompletionDate\": \"2022-09-29T12:52:39Z\",\n    \"quoteItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"PREMIUM\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1133,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"month\"\n                }\n            ],\n            \"requestedQuoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"year\"\n                }\n            },\n            \"quoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"year\"\n                }\n            },\n            \"quoteItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"id\": 117,\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"description\": \"TNR CPE\",\n    \"quoteDate\": \"2022-09-13T22:56:35Z\",\n    \"effectiveQuoteCompletionDate\": \"2022-09-13T22:56:35Z\",\n    \"validFor\": {\n        \"startDate\": \"2022-09-13T22:56:35Z\",\n        \"endDate\": \"2022-09-15T23:59:59Z\"\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Name LastName\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Name\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 18: Create a quote [update] to updatttte",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"externalId\": \"1\",\n  \"projectId\": \"1\",\n  \"quoteLevel\": \"firm\",\n  \"instantSyncQuoting\": true,\n  \"description\": \"exemple de description\",\n  \"expectedFulfillmentStartDate\": \"2021-04-26T12:52:39.875Z\",\n  \"quoteItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"modify\",\n      \"productOffering\": {\n        \"id\": \"EthernetNow\"\n      },\n      \"requestedQuoteItemTerm\": {\n        \"duration\": {\n          \"amount\": 1,\n          \"units\": \"year\"\n        }\n      },\n      \"product\": {\n        \"id\": \"LDD01100\",\n        \"productSpecification\": {\n          \"id\": \"TransitELine\"\n        },\n        \"productRelationship\": [\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"ROUTA659-TenGigEth1-0-6\",\n              \"buyerProductId\": \"ENNI01\"\n            }\n          },\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"ROUTA591-TenGigEth1-0-5\",\n              \"buyerProductId\": \"ENNI06\"\n            }\n          }\n        ],\n        \"productConfiguration\": {\n          \"@type\": \"EthernetNow\",\n          \"bandwidth\": 200,\n          \"classOfService\": \"GUARANTEED\"\n        }\n      }\n    }\n  ],\n  \"relatedParty\": [\n    {\n      \"role\": \"buyer\"\n    }\n  ]\n}"
										},
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 06 Apr 2021 21:34:10 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3173"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Location",
											"value": "/quoteManagement/v1/quote"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccballrt11-18048-34360891-1"
										}
									],
									"cookie": [],
									"body": "{\n  \"state\": \"approved\",\n  \"instantSyncQuoting\": true,\n  \"quoteLevel\": \"firm\",\n  \"quoteItem\": [\n    {\n      \"id\": \"1\",\n      \"state\": \"approved\",\n      \"action\": \"modify\",\n      \"productOffering\": {\n        \"id\": \"EthernetNow\"\n      },\n      \"product\": {\n        \"id\": \"LDD01100\",\n        \"productRelationship\": [\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"ROUTA659-TenGigEth1-0-6\",\n              \"buyerProductId\": \"ENNI01\"\n            }\n          },\n          {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n              \"id\": \"ROUTA591-TenGigEth1-0-5\",\n              \"buyerProductId\": \"ENNI06\"\n            }\n          }\n        ],\n        \"productSpecification\": {\n          \"id\": \"TransitELine\"\n        },\n        \"productConfiguration\": {\n          \"bandwidth\": 200,\n          \"classOfService\": \"GUARANTEED\",\n          \"@type\": \"EthernetNow\"\n        }\n      },\n      \"quoteItemPrice\": [\n        {\n          \"priceType\": \"recurring\",\n          \"name\": \"recurring charge\",\n          \"price\": {\n            \"preTaxAmount\": {\n              \"value\": 4854,\n              \"unit\": \"EUR\"\n            }\n          },\n          \"recurringChargePeriod\": \"month\"\n        }\n      ],\n      \"requestedQuoteItemTerm\": {\n        \"duration\": {\n          \"amount\": 1,\n          \"units\": \"year\"\n        }\n      },\n      \"quoteItemTerm\": {\n        \"duration\": {\n          \"amount\": 1,\n          \"units\": \"year\"\n        }\n      }\n    }\n  ],\n  \"id\": 29,\n  \"externalId\": \"1\",\n  \"projectId\": \"1\",\n  \"description\": \"exemple de description\",\n  \"quoteDate\": \"2021-04-06T22:02:01Z\",\n  \"expectedFulfillmentStartDate\": \"2021-04-26T12:52:39Z\",\n  \"effectiveQuoteCompletionDate\": \"2021-04-06T22:02:01Z\",\n  \"validFor\": {\n    \"startDate\": \"2021-04-06T22:02:01Z\",\n    \"endDate\": \"2021-04-08T23:59:59Z\"\n  },\n \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Vincent Acme\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Vincent\",\n            \"lastName\": \"Acme\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"DAF\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+33123456788\",\n            \"name\": \"Henry Martin\",\n            \"emailAddress\": \"commercial@mailtest.com\",\n            \"firstName\": \"Henry\",\n            \"lastName\": \"Martin\",\n            \"companyName\": \"Test Company\",\n            \"streetAddress\": \"6 avenue de Gaulle\",\n            \"postCode\": \"75001\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"0125555555\",\n            \"name\": \"FAULTTEST\",\n            \"emailAddress\": \"sav@testmail.com\",\n            \"lastName\": \"FAULTTEST\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"Paul Dubois\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"Paul\",\n            \"lastName\": \"Dubois\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"0160000000\",\n            \"name\": \"Amandine Bernard\",\n            \"emailAddress\": \"technical@mailtest.com\",\n            \"firstName\": \"Amandine\",\n            \"lastName\": \"Bernard\",\n            \"companyName\": \"Test Company\",\n            \"streetAddress\": \"3 rue Michel\",\n            \"postCode\": \"75000\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Ingenior\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+33234567890\",\n            \"emailAddress\": \"test@mail.com\"\n        }\n    ],\n  \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 19: Create Quote [ new interface ENNI and a new interface UNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n   \"externalId\":\"1\",\n   \"projectId\":\"1\",\n   \"quoteLevel\":\"firm\",\n   \"instantSyncQuoting\":false,\n   \"description\":\"exemple de description\",\n   \"requestedQuoteCompletionDate\":\"2022-11-19T15:36:30Z\",\n   \"requestedCurrency\":\"EUR\",\n   \"quoteItem\":[\n      {\n         \"id\":\"1\",\n         \"action\":\"add\",\n         \"requestedQuoteItemTerm\":{\n            \"duration\":{\n               \"amount\":1,\n               \"units\":\"year\"\n            }\n         },\n         \"product\":{\n            \"productSpecification\":{\n               \"id\":\"TransitELine\"\n            },\n            \"productConfiguration\":{\n               \"@type\":\"EVPL\",\n               \"bandwidth\":4\n            }\n         },\n         \"productOffering\":{\n            \"id\":\"Intense\"\n         },\n         \"quoteItemRelationship\":[\n            {\n               \"type\":\"hasENNIEndPoint\",\n               \"id\":\"2\"\n            },\n            {\n               \"type\":\"hasUNIEndPoint\",\n               \"id\":\"3\"\n            }\n         ]\n      },\n      {\n         \"id\":\"2\",\n         \"action\":\"add\",\n         \"productOffering\":{\n            \"id\":\"AccessInterface\"\n         },\n         \"product\":{\n            \"productSpecification\":{\n               \"id\":\"ENNI\"\n            },\n            \"productOffering\":{\n               \"id\":\"AccessInterface\"\n            },\n            \"place\":[\n               {\n                  \"id\":\"100001\",\n                  \"role\":\"ENNI Site\",\n                  \"@type\":\"GeographicSiteRef\",\n                  \"@referredType\":\"GeographicSiteRef\"\n               }\n            ]\n         }\n      },\n      {\n         \"id\":\"3\",\n         \"action\":\"add\",\n         \"productOffering\":{\n            \"id\":\"AccessInterface\"\n         },\n         \"product\":{\n            \"productSpecification\":{\n               \"id\":\"UNI\"\n            },\n            \"productOffering\":{\n               \"id\":\"AccessInterface\"\n            },\n            \"place\":[\n               {\n                  \"id\":\"22369679\",\n                  \"role\":\"UNI Site\",\n                  \"@type\":\"GeographicAddressRef\",\n                  \"@referredType\":\"GeographicAddressRef\"\n               }\n            ]\n         }\n      }\n   ],\n   \"relatedParty\":[\n      {\n         \"role\":\"buyer\"\n      }\n   ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:05:08 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3523"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Location",
											"value": "/quoteManagement/v1/quote"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24736-5657051-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"approved\",\n    \"instantSyncQuoting\": true,\n    \"quoteLevel\": \"firm\",\n    \"requestedQuoteCompletionDate\": \"2022-11-19T15:36:30Z\",\n    \"quoteItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Intense\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"PREMIUM\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1438,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"month\"\n                }\n            ],\n            \"requestedQuoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"year\"\n                }\n            },\n            \"quoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"year\"\n                }\n            },\n            \"quoteItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"22369679\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1500,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"id\": 121,\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"description\": \"exemple de description\",\n    \"quoteDate\": \"2022-09-13T23:05:08Z\",\n    \"effectiveQuoteCompletionDate\": \"2022-09-13T23:05:08Z\",\n    \"validFor\": {\n        \"startDate\": \"2022-09-13T23:05:08Z\",\n        \"endDate\": \"2022-09-15T23:59:59Z\"\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Name LastName\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Name\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"requestCurrency\": \"EUR\"\n}"
								}
							]
						},
						{
							"name": "List quotes",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote/",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"quoteManagement",
										"sbx",
										"v1",
										"quote",
										""
									],
									"query": [
										{
											"key": "externalId",
											"value": "<string>",
											"description": "ID given by the consumer and only understandable by him (to facilitate his searches afterwards)",
											"disabled": true
										},
										{
											"key": "state",
											"value": "inProgress",
											"description": "State of the Quote",
											"disabled": true
										},
										{
											"key": "quoteLevel",
											"value": "<string>",
											"description": "Level of the quote - could be indicative, budgetary or firm",
											"disabled": true
										},
										{
											"key": "projectId",
											"value": "<string>",
											"description": "This value MAY be assigned by the Buyer/Seller to identify a project the quoting request is associated with.",
											"disabled": true
										},
										{
											"key": "quoteDate.gt",
											"value": "<dateTime>",
											"description": "Date when the quote was created - greater than (UTC)",
											"disabled": true
										},
										{
											"key": "quoteDate.lt",
											"value": "<dateTime>",
											"description": "Date when the quote was created - lower than (UTC)",
											"disabled": true
										},
										{
											"key": "quoteCompletionDate.gt",
											"value": "<dateTime>",
											"description": "Date when the quote was completed -  greater than (UTC)",
											"disabled": true
										},
										{
											"key": "quoteCompletionDate.lt",
											"value": "<dateTime>",
											"description": "Date when the quote was completed -  lower than (UTC)",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "<string>",
											"description": "Requested number of resources to be provided in response requested by client",
											"disabled": true
										}
									]
								},
								"description": "This operation is used to retrieve quote information using filter criteria."
							},
							"response": [
								{
									"name": "Example 20: List quotes",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://ope-obs.apibackbone.orange.com/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote/",
											"protocol": "https",
											"host": [
												"ope-obs",
												"apibackbone",
												"orange",
												"com"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote",
												""
											],
											"query": [
												{
													"key": "externalId",
													"value": "<string>",
													"description": "ID given by the consumer and only understandable by him (to facilitate his searches afterwards)",
													"disabled": true
												},
												{
													"key": "state",
													"value": "inProgress",
													"description": "State of the Quote",
													"disabled": true
												},
												{
													"key": "quoteLevel",
													"value": "<string>",
													"description": "Level of the quote - could be indicative, budgetary or firm",
													"disabled": true
												},
												{
													"key": "projectId",
													"value": "<string>",
													"description": "This value MAY be assigned by the Buyer/Seller to identify a project the quoting request is associated with.",
													"disabled": true
												},
												{
													"key": "quoteDate.gt",
													"value": "<dateTime>",
													"description": "Date when the quote was created - greater than (UTC)",
													"disabled": true
												},
												{
													"key": "quoteDate.lt",
													"value": "<dateTime>",
													"description": "Date when the quote was created - lower than (UTC)",
													"disabled": true
												},
												{
													"key": "quoteCompletionDate.gt",
													"value": "<dateTime>",
													"description": "Date when the quote was completed -  greater than (UTC)",
													"disabled": true
												},
												{
													"key": "quoteCompletionDate.lt",
													"value": "<dateTime>",
													"description": "Date when the quote was completed -  lower than (UTC)",
													"disabled": true
												},
												{
													"key": "limit",
													"value": "<string>",
													"description": "Requested number of resources to be provided in response requested by client",
													"disabled": true
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:08:00 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "X-Total-Count",
											"value": "71"
										},
										{
											"key": "X-Result-Count",
											"value": "71"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24732-5657096-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "[\n    {\n        \"id\": 4,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T13:19:42Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T13:19:42Z\"\n    },\n    {\n        \"id\": 5,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T13:39:08Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T13:39:08Z\"\n    },\n    {\n        \"id\": 6,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T14:13:52Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T14:13:52Z\"\n    },\n    {\n        \"id\": 7,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T14:32:22Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T14:32:22Z\"\n    },\n    {\n        \"id\": 8,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T14:45:06Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T14:45:06Z\"\n    },\n    {\n        \"id\": 10,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T15:06:41Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T15:06:41Z\"\n    },\n    {\n        \"id\": 12,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-30T16:14:29Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-30T16:14:29Z\"\n    },\n    {\n        \"id\": 16,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T09:54:01Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T09:54:01Z\"\n    },\n    {\n        \"id\": 17,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T09:57:36Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T09:57:36Z\"\n    },\n    {\n        \"id\": 18,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T10:03:12Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T10:03:12Z\"\n    },\n    {\n        \"id\": 19,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T12:59:42Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T12:59:42Z\"\n    },\n    {\n        \"id\": 20,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T13:05:06Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T13:05:06Z\"\n    },\n    {\n        \"id\": 21,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T13:05:15Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T13:05:15Z\"\n    },\n    {\n        \"id\": 22,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-03-31T13:05:43Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-03-31T13:05:43Z\"\n    },\n    {\n        \"id\": 26,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-02T13:53:06Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-02T13:53:06Z\"\n    },\n    {\n        \"id\": 27,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-02T13:53:16Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-02T13:53:16Z\"\n    },\n    {\n        \"id\": 28,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-02T13:54:56Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-02T13:54:56Z\"\n    },\n    {\n        \"id\": 29,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-02T13:57:30Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-02T13:57:30Z\"\n    },\n    {\n        \"id\": 34,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-04T02:36:01Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-04T02:36:01Z\"\n    },\n    {\n        \"id\": 35,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-04T02:43:54Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-04T02:43:54Z\"\n    },\n    {\n        \"id\": 36,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-04T16:22:57Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-04T16:22:57Z\"\n    },\n    {\n        \"id\": 40,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-06T21:01:30Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-06T21:01:30Z\"\n    },\n    {\n        \"id\": 41,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-06T21:09:22Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-06T21:09:22Z\"\n    },\n    {\n        \"id\": 42,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-06T21:34:10Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-06T21:34:10Z\"\n    },\n    {\n        \"id\": 48,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-28T09:10:32Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-28T09:10:32Z\"\n    },\n    {\n        \"id\": 50,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-28T10:07:29Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-28T10:07:29Z\"\n    },\n    {\n        \"id\": 53,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-04-28T13:10:35Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-04-28T13:10:35Z\"\n    },\n    {\n        \"id\": 55,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-05-05T09:12:01Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-05-05T09:12:01Z\"\n    },\n    {\n        \"id\": 59,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-05-10T09:49:06Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-05-10T09:49:06Z\"\n    },\n    {\n        \"id\": 60,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-05-10T09:50:16Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-05-10T09:50:16Z\"\n    },\n    {\n        \"id\": 61,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-05-10T09:51:14Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-05-10T09:51:14Z\"\n    },\n    {\n        \"id\": 62,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-07-27T08:58:54Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-07-27T08:58:54Z\"\n    },\n    {\n        \"id\": 63,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-07-27T09:01:20Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-07-27T09:01:20Z\"\n    },\n    {\n        \"id\": 64,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-07-27T09:02:24Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-07-27T09:02:24Z\"\n    },\n    {\n        \"id\": 66,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-09-23T10:37:09Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-09-23T10:37:09Z\"\n    },\n    {\n        \"id\": 67,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-09-23T10:37:44Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-09-23T10:37:44Z\"\n    },\n    {\n        \"id\": 68,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T09:49:57Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T09:49:57Z\"\n    },\n    {\n        \"id\": 69,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T09:57:00Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T09:57:00Z\"\n    },\n    {\n        \"id\": 70,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T09:58:20Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T09:58:20Z\"\n    },\n    {\n        \"id\": 71,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T10:05:09Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T10:05:09Z\"\n    },\n    {\n        \"id\": 72,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T10:05:19Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T10:05:19Z\"\n    },\n    {\n        \"id\": 76,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T11:36:07Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T11:36:07Z\"\n    },\n    {\n        \"id\": 78,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2021-12-15T11:54:14Z\",\n        \"effectiveQuoteCompletionDate\": \"2021-12-15T11:54:14Z\"\n    },\n    {\n        \"id\": 79,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-03-09T15:22:34Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-03-09T15:22:34Z\"\n    },\n    {\n        \"id\": 80,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-03-09T15:23:07Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-03-09T15:23:07Z\"\n    },\n    {\n        \"id\": 82,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-22T23:31:20Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-22T23:31:20Z\"\n    },\n    {\n        \"id\": 83,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-22T23:34:50Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-22T23:34:50Z\"\n    },\n    {\n        \"id\": 84,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-22T23:43:50Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-22T23:43:50Z\"\n    },\n    {\n        \"id\": 85,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-22T23:57:46Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-22T23:57:46Z\"\n    },\n    {\n        \"id\": 86,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-23T00:10:35Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-23T00:10:35Z\"\n    },\n    {\n        \"id\": 87,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-23T00:18:13Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-23T00:18:13Z\"\n    },\n    {\n        \"id\": 88,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-07-23T00:36:09Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-07-23T00:36:09Z\"\n    },\n    {\n        \"id\": 89,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-08-11T10:14:08Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-08-11T10:14:08Z\"\n    },\n    {\n        \"id\": 90,\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-08-12T12:56:10Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-08-12T12:56:10Z\"\n    },\n    {\n        \"id\": 93,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T10:20:02Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T10:20:02Z\"\n    },\n    {\n        \"id\": 94,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T10:20:15Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T10:20:15Z\"\n    },\n    {\n        \"id\": 95,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T10:20:23Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T10:20:23Z\"\n    },\n    {\n        \"id\": 96,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T10:20:36Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T10:20:36Z\"\n    },\n    {\n        \"id\": 97,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T10:20:45Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T10:20:45Z\"\n    },\n    {\n        \"id\": 104,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:00:07Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:00:07Z\"\n    },\n    {\n        \"id\": 105,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:00:15Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:00:15Z\"\n    },\n    {\n        \"id\": 106,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:00:24Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:00:24Z\"\n    },\n    {\n        \"id\": 107,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:00:46Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:00:46Z\"\n    },\n    {\n        \"id\": 112,\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:11:46Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:11:46Z\"\n    },\n    {\n        \"id\": 113,\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:12:49Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:12:49Z\"\n    },\n    {\n        \"id\": 114,\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-12T12:14:03Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-12T12:14:03Z\"\n    },\n    {\n        \"id\": 117,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-13T22:56:36Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-13T22:56:36Z\"\n    },\n    {\n        \"id\": 118,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-13T22:58:41Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-13T22:58:41Z\"\n    },\n    {\n        \"id\": 119,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-13T23:01:33Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-13T23:01:33Z\"\n    },\n    {\n        \"id\": 120,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-13T23:03:39Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-13T23:03:39Z\"\n    },\n    {\n        \"id\": 121,\n        \"externalId\": \"1\",\n        \"projectId\": \"1\",\n        \"state\": \"approved\",\n        \"quoteLevel\": \"firm\",\n        \"quoteDate\": \"2022-09-13T23:05:08Z\",\n        \"effectiveQuoteCompletionDate\": \"2022-09-13T23:05:08Z\"\n    }\n]"
								}
							]
						},
						{
							"name": "Retrieve a quote",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote/:id",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"quoteManagement",
										"sbx",
										"v1",
										"quote",
										":id"
									],
									"variable": [
										{
											"key": "id",
											"value": "<string>",
											"description": "(Required) "
										}
									]
								},
								"description": "This operation is used to retrieve quote information using the ID."
							},
							"response": [
								{
									"name": "Example 21: Retrieve a quote",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/quoteManagement/sbx/v1/quote/:id",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"quoteManagement",
												"sbx",
												"v1",
												"quote",
												":id"
											],
											"variable": [
												{
													"key": "id",
													"value": "120",
													"description": "(Required) "
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:17:29 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24734-5657173-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"approved\",\n    \"instantSyncQuoting\": true,\n    \"quoteLevel\": \"firm\",\n    \"requestedQuoteCompletionDate\": \"2022-09-27T12:52:39Z\",\n    \"quoteItem\": [\n        {\n            \"id\": \"1\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"product\": {\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 44,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"day\"\n                }\n            ],\n            \"quoteItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            },\n            \"quoteItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"state\": \"approved\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"quoteItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"id\": 120,\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"description\": \"TNR CPE\",\n    \"quoteDate\": \"2022-09-13T23:03:39Z\",\n    \"expectedFulfillmentStartDate\": \"2022-06-10T12:52:39Z\",\n    \"effectiveQuoteCompletionDate\": \"2022-09-13T23:03:39Z\",\n    \"validFor\": {\n        \"startDate\": \"2022-09-13T23:03:39Z\",\n        \"endDate\": \"2022-09-15T23:59:59Z\"\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Name LastName\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Name\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"requestCurrency\": \"EUR\"\n}"
								}
							]
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "ProductInventoryManagement",
			"item": [
				{
					"name": "product",
					"item": [
						{
							"name": "productFind (list) - retrieve product list with summary view",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productInventoryManagement/sbx/v1/product",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"productInventoryManagement",
										"sbx",
										"v1",
										"product"
									],
									"query": [
										{
											"key": "buyerId",
											"value": "<string>",
											"description": "Identifier of the party who role is buyer.",
											"disabled": true
										},
										{
											"key": "status",
											"value": "active",
											"description": "The s tatus of the product. Available values : active, suspended, activePendingTerminate, terminated, pendingActive, suspendedPendingTerminate",
											"disabled": true
										},
										{
											"key": "productSpecificationId",
											"value": "<string>",
											"description": "A reference to a product spec by id",
											"disabled": true
										},
										{
											"key": "productOfferingId",
											"value": "<string>",
											"description": "A reference to a product offering by id",
											"disabled": true
										},
										{
											"key": "geographicalSiteId",
											"value": "<string>",
											"description": "A site identifier which is associated to the product",
											"disabled": true
										},
										{
											"key": "productOrderId",
											"value": "LDD01164",
											"description": "Identifies Product Order(s) associated with the Product",
											"disabled": true
										},
										{
											"key": "startDate.lt",
											"value": "<dateTime>",
											"description": "Less than the date that is the initial install date for the Product",
											"disabled": true
										},
										{
											"key": "startDate.gt",
											"value": "<dateTime>",
											"description": "Greater than the date that is the initial install date for the Product",
											"disabled": true
										},
										{
											"key": "lastUpdateDate.lt",
											"value": "<dateTime>",
											"description": "Less than date that the last change affecting this Product was completed",
											"disabled": true
										},
										{
											"key": "lastUpdateDate.gt",
											"value": "<dateTime>",
											"description": "Greater than the date that the last change affecting this Product was complet-ed",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "<string>",
											"description": "Requested index for start of resources to be provided in response requested by client",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "<string>",
											"description": "Requested number of resources to be provided in response requested by client",
											"disabled": true
										}
									]
								},
								"description": "The Buyer requests a list of Products from the Seller based on filter criteria."
							},
							"response": [
								{
									"name": "Example 22 - retrieve product list with summary view",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productInventoryManagement/sbx/v1/product",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productInventoryManagement",
												"sbx",
												"v1",
												"product"
											],
											"query": [
												{
													"key": "buyerId",
													"value": "<string>",
													"description": "Identifier of the party who role is buyer.",
													"disabled": true
												},
												{
													"key": "status",
													"value": "active",
													"description": "The s tatus of the product. Available values : active, suspended, activePendingTerminate, terminated, pendingActive, suspendedPendingTerminate",
													"disabled": true
												},
												{
													"key": "productSpecificationId",
													"value": "<string>",
													"description": "A reference to a product spec by id",
													"disabled": true
												},
												{
													"key": "productOfferingId",
													"value": "<string>",
													"description": "A reference to a product offering by id",
													"disabled": true
												},
												{
													"key": "geographicalSiteId",
													"value": "<string>",
													"description": "A site identifier which is associated to the product",
													"disabled": true
												},
												{
													"key": "productOrderId",
													"value": "LDD30117",
													"description": "Identifies Product Order(s) associated with the Product",
													"disabled": true
												},
												{
													"key": "startDate.lt",
													"value": "<dateTime>",
													"description": "Less than the date that is the initial install date for the Product",
													"disabled": true
												},
												{
													"key": "startDate.gt",
													"value": "<dateTime>",
													"description": "Greater than the date that is the initial install date for the Product",
													"disabled": true
												},
												{
													"key": "lastUpdateDate.lt",
													"value": "<dateTime>",
													"description": "Less than date that the last change affecting this Product was completed",
													"disabled": true
												},
												{
													"key": "lastUpdateDate.gt",
													"value": "<dateTime>",
													"description": "Greater than the date that the last change affecting this Product was complet-ed",
													"disabled": true
												},
												{
													"key": "offset",
													"value": "<string>",
													"description": "Requested index for start of resources to be provided in response requested by client",
													"disabled": true
												},
												{
													"key": "limit",
													"value": "<string>",
													"description": "Requested number of resources to be provided in response requested by client",
													"disabled": true
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:18:52 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "X-Total-Count",
											"value": "14"
										},
										{
											"key": "X-Result-Count",
											"value": "14"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24734-5657198-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "[\n    {\n        \"id\": \"LDD30117\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30118\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30119\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30120\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30121\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30122\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30123\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30124\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30125\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30126\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30100\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30101\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30102\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Dynamic\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    },\n    {\n        \"id\": \"LDD30104\",\n        \"status\": \"pending\",\n        \"productOffering\": {\n            \"id\": \"Intense\"\n        },\n        \"productSpecification\": {\n            \"id\": \"TransitELine\"\n        }\n    }\n]"
								}
							]
						},
						{
							"name": "productGet (by id) - retrieve one product with all information",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productInventoryManagement/sbx/v1/product/:ProductID",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"productInventoryManagement",
										"sbx",
										"v1",
										"product",
										":ProductID"
									],
									"query": [
										{
											"key": "ProductId",
											"value": "",
											"disabled": true
										}
									],
									"variable": [
										{
											"key": "ProductID",
											"value": "LDD01154"
										}
									]
								},
								"description": "The Buyer requests the details associated with a single Product based on a Seller Product Identifier."
							},
							"response": [
								{
									"name": "Example 23 retrieve one product with all information",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productInventoryManagement/sbx/v1/product/:ProductID",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productInventoryManagement",
												"sbx",
												"v1",
												"product",
												":ProductID"
											],
											"query": [
												{
													"key": "ProductId",
													"value": "",
													"disabled": true
												}
											],
											"variable": [
												{
													"key": "ProductID",
													"value": "LDD30104"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:34:22 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24735-5657389-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"LDD30104\",\n    \"productOrderId\": 92,\n    \"status\": \"pending\",\n    \"lastUpdateDate\": \"2022-08-12T13:25:58Z\",\n    \"productConfiguration\": {\n        \"bandwidth\": 4,\n        \"classOfService\": \"PREMIUM\",\n        \"@type\": \"EVPL\"\n    },\n    \"productOffering\": {\n        \"id\": \"Intense\"\n    },\n    \"productSpecification\": {\n        \"id\": \"TransitELine\"\n    },\n    \"productRelationship\": [\n        {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n                \"id\": \"A100000-GigabitEth1-1-1\"\n            }\n        },\n        {\n            \"type\": \"hasENNIEndPoint\",\n            \"product\": {\n                \"id\": \"B100001-GigabitEth2-1-1\"\n            }\n        }\n    ],\n    \"relatedParty\": [\n        {\n            \"role\": \"billing\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Name LastName\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"firstName\": \"Name\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"productPrice\": [\n        {\n            \"price\": {\n                \"preTaxAmount\": {\n                    \"value\": 50,\n                    \"unit\": \"EUR\"\n                }\n            },\n            \"priceType\": \"recurring\",\n            \"recurringChargePeriod\": \"day\"\n        },\n        {\n            \"price\": {\n                \"preTaxAmount\": {\n                    \"value\": 0,\n                    \"unit\": \"EUR\"\n                }\n            },\n            \"priceType\": \"nonRecurring\"\n        }\n    ],\n    \"productTerm\": [\n        {\n            \"name\": \"FULL_FLEXIBLE\",\n            \"duration\": {\n                \"amount\": 1,\n                \"units\": \"day\"\n            }\n        }\n    ],\n    \"statusChange\": [\n        {\n            \"changeReason\": \"FULL_AUTO_NEW_SERVICE\",\n            \"status\": \"pending\"\n        }\n    ],\n    \"@type\": \"MEFProduct\"\n}"
								},
								{
									"name": "Example 24 retrieve one product with all information",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productInventoryManagement/sbx/v1/product/:ProductID",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productInventoryManagement",
												"sbx",
												"v1",
												"product",
												":ProductID"
											],
											"query": [
												{
													"key": "ProductId",
													"value": "",
													"disabled": true
												}
											],
											"variable": [
												{
													"key": "ProductID",
													"value": "B100001-GigabitEth2-1-1"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:32:58 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24737-5657316-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": \"B100001-GigabitEth2-1-1\",\n    \"status\": \"activePendingTerminate\",\n    \"relatedSite\": [\n        {\n            \"id\": \"100001\",\n            \"href\": \"https://odp.apps.ocn.infra.ftgroup/sandbox/salesapi/lde//geographicSiteManagement/v1/geographicSite/100001\",\n            \"role\": \"ENNI Site\",\n            \"@type\": \"PlaceRef\",\n            \"@referredType\": \"GeographicSite\"\n        }\n    ],\n    \"productConfiguration\": {\n        \"router\": \"B100001\",\n        \"physicalInterface\": \"GigabitEth2/1/1\",\n        \"@type\": \"AccessInterface\"\n    },\n    \"productOffering\": {\n        \"id\": \"AccessInterface\"\n    },\n    \"productSpecification\": {\n        \"id\": \"ENNI\"\n    },\n    \"@type\": \"MEFProduct\"\n}"
								}
							]
						}
					]
				}
			],
			"description": "**Product Inventory Management**\r\n\r\nThe scope of this MEF API is to provide the ability  for a Service Provider’s (Buyer) operational support system to retrieve from a Partner’s (Seller) Inventory management system a set of product instances based upon a filter of product inventory attributes, or a specific product instance based upon a product identifier.\r\n\r\n\r\nProduct Inventory API has been designed by MEF Sonata team and used TMF 637 as template.",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "ProductOrderManagement",
			"item": [
				{
					"name": "product Order",
					"item": [
						{
							"name": "Create a product order",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json;charset=utf-8"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"externalId\": \"<string>\",\n    \"buyerRequestDate\": \"<dateTime>\",\n    \"requestedCompletionDate\": \"<dateTime>\",\n    \"orderActivity\": \"<string>\",\n    \"desiredResponse\": \"<string>\",\n    \"orderVersion\": \"<string>\",\n    \"relatedParty\": [\n        {\n            \"role\": \"<string>\",\n            \"name\": \"<string>\",\n            \"emailAddress\": \"<string>\",\n            \"number\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"companyName\": \"<string>\",\n            \"id\": \"<string>\",\n            \"numberExtension\": \"<string>\",\n            \"streetAddress\": \"<string>\",\n            \"postCode\": \"<string>\",\n            \"country\": \"<string>\",\n            \"city\": \"<string>\",\n            \"@referredType\": \"<string>\"\n        },\n        {\n            \"role\": \"<string>\",\n            \"name\": \"<string>\",\n            \"emailAddress\": \"<string>\",\n            \"number\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"companyName\": \"<string>\",\n            \"id\": \"<string>\",\n            \"numberExtension\": \"<string>\",\n            \"streetAddress\": \"<string>\",\n            \"postCode\": \"<string>\",\n            \"country\": \"<string>\",\n            \"city\": \"<string>\",\n            \"@referredType\": \"<string>\"\n        }\n    ],\n    \"orderItem\": [\n        {\n            \"id\": \"<string>\",\n            \"action\": \"<string>\",\n            \"productOffering\": {\n                \"id\": \"<string>\",\n                \"href\": \"<string>\",\n                \"name\": \"<string>\"\n            },\n            \"product\": {\n                \"id\": \"<string>\",\n                \"href\": \"<string>\",\n                \"buyerProductId\": \"<string>\",\n                \"productSpecification\": {\n                    \"id\": \"<string>\"\n                },\n                \"place\": [\n                    {\n                        \"role\": \"<string>\",\n                        \"id\": \"<string>\",\n                        \"href\": \"<string>\",\n                        \"@type\": \"<string>\",\n                        \"siteName\": \"<string>\",\n                        \"siteCompanyName\": \"<string>\",\n                        \"siteCustomerName\": \"<string>\",\n                        \"additionalSiteInformation\": \"<string>\",\n                        \"siteDescription\": \"<string>\"\n                    },\n                    {\n                        \"role\": \"<string>\",\n                        \"id\": \"<string>\",\n                        \"href\": \"<string>\",\n                        \"@type\": \"<string>\",\n                        \"siteName\": \"<string>\",\n                        \"siteCompanyName\": \"<string>\",\n                        \"siteCustomerName\": \"<string>\",\n                        \"additionalSiteInformation\": \"<string>\",\n                        \"siteDescription\": \"<string>\"\n                    }\n                ],\n                \"relatedParty\": [\n                    {\n                        \"id\": \"<string>\",\n                        \"href\": \"<string>\",\n                        \"name\": \"<string>\",\n                        \"role\": \"<string>\"\n                    },\n                    {\n                        \"id\": \"<string>\",\n                        \"href\": \"<string>\",\n                        \"name\": \"<string>\",\n                        \"role\": \"<string>\"\n                    }\n                ],\n                \"productRelationship\": [\n                    {\n                        \"type\": \"<string>\",\n                        \"product\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"type\": \"<string>\",\n                        \"product\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"productConfiguration\": {\n                    \"@type\": \"<string>\",\n                    \"@schemaLocation\": \"<string>\",\n                    \"@baseType\": \"<string>\"\n                }\n            },\n            \"pricingMethod\": \"<string>\",\n            \"pricingReference\": \"<string>\",\n            \"pricingTerm\": \"<integer>\",\n            \"billingAccount\": {\n                \"id\": \"<string>\",\n                \"href\": \"<string>\",\n                \"name\": \"<string>\",\n                \"billingContact\": {\n                    \"contactName\": \"<string>\",\n                    \"phoneNumber\": \"<string>\",\n                    \"emailAdress\": \"<string>\",\n                    \"streetAdress\": \"<string>\",\n                    \"@referredType\": \"<string>\",\n                    \"phoneNumberExtension\": \"<string>\",\n                    \"contactLastName\": \"<string>\",\n                    \"contactFirstName\": \"<string>\",\n                    \"title\": \"<string>\",\n                    \"companyName\": \"<string>\",\n                    \"postCode\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"country\": \"<string>\",\n                    \"vatNumber\": \"<string>\",\n                    \"invoicesRecipientEmail\": \"<string>\"\n                }\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"price\": {\n                        \"taxIncludedAmount\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"dutyFreeAmount\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"currencyCode\": \"<string>\",\n                        \"@type\": \"<string>\"\n                    },\n                    \"recurringChargePeriod\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"@type\": \"<string>\"\n                }\n            ],\n            \"relatedParty\": [\n                {\n                    \"role\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"emailAddress\": \"<string>\",\n                    \"number\": \"<string>\",\n                    \"firstName\": \"<string>\",\n                    \"lastName\": \"<string>\",\n                    \"companyName\": \"<string>\",\n                    \"id\": \"<string>\",\n                    \"numberExtension\": \"<string>\",\n                    \"streetAddress\": \"<string>\",\n                    \"postCode\": \"<string>\",\n                    \"country\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"@referredType\": \"<string>\"\n                },\n                {\n                    \"role\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"emailAddress\": \"<string>\",\n                    \"number\": \"<string>\",\n                    \"firstName\": \"<string>\",\n                    \"lastName\": \"<string>\",\n                    \"companyName\": \"<string>\",\n                    \"id\": \"<string>\",\n                    \"numberExtension\": \"<string>\",\n                    \"streetAddress\": \"<string>\",\n                    \"postCode\": \"<string>\",\n                    \"country\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"@referredType\": \"<string>\"\n                }\n            ],\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"<string>\",\n                    \"id\": \"<string>\",\n                    \"productOrderId\": \"<string>\"\n                },\n                {\n                    \"type\": \"<string>\",\n                    \"id\": \"<string>\",\n                    \"productOrderId\": \"<string>\"\n                }\n            ],\n            \"qualification\": {\n                \"id\": \"<string>\",\n                \"href\": \"<string>\",\n                \"qualificationItem\": \"<string>\",\n                \"@referredType\": \"<string>\"\n            },\n            \"quote\": {\n                \"id\": \"<string>\",\n                \"href\": \"<string>\",\n                \"quoteItem\": \"<string>\",\n                \"@referredType\": \"<string>\"\n            },\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"value\": \"<integer>\",\n                    \"unit\": \"<string>\"\n                },\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n            },\n            \"@type\": \"<string>\",\n            \"@schemaLocation\": \"<string>\"\n        }\n    ],\n    \"requestedStartDate\": \"<dateTime>\",\n    \"expeditePriority\": \"<boolean>\",\n    \"priority\": \"<integer>\",\n    \"projectId\": \"<string>\",\n    \"tspRestorationPriority\": \"<string>\",\n    \"relatedBuyerPON\": \"<string>\",\n    \"@type\": \"<string>\",\n    \"@schemaLocation\": \"<string>\",\n    \"@baseType\": \"<string>\",\n    \"pricingMethod\": \"<string>\",\n    \"pricingReference\": \"<string>\",\n    \"pricingTerm\": \"<integer>\",\n    \"billingAccount\": {\n        \"id\": \"<string>\",\n        \"href\": \"<string>\",\n        \"name\": \"<string>\",\n        \"billingContact\": {\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"emailAdress\": \"<string>\",\n            \"streetAdress\": \"<string>\",\n            \"@referredType\": \"<string>\",\n            \"phoneNumberExtension\": \"<string>\",\n            \"contactLastName\": \"<string>\",\n            \"contactFirstName\": \"<string>\",\n            \"title\": \"<string>\",\n            \"companyName\": \"<string>\",\n            \"postCode\": \"<string>\",\n            \"city\": \"<string>\",\n            \"country\": \"<string>\",\n            \"vatNumber\": \"<string>\",\n            \"invoicesRecipientEmail\": \"<string>\"\n        }\n    },\n    \"note\": [\n        {\n            \"text\": \"<string>\",\n            \"date\": \"<dateTime>\",\n            \"author\": \"<string>\"\n        },\n        {\n            \"text\": \"<string>\",\n            \"date\": \"<dateTime>\",\n            \"author\": \"<string>\"\n        }\n    ],\n    \"requestedCurrency\": \"<string>\"\n}"
								},
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"productOrderManagement",
										"sbx",
										"v1",
										"productOrder"
									]
								},
								"description": "This operation is used to create an order. Depending on the order activity, one can \"INSTALL\", \"CHANGE\", or \"DISCONNECT\" an associated product."
							},
							"response": [
								{
									"name": "Example 25: Create a product order [Two new interfaces ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"externalId\": \"1\",\n    \"buyerRequestDate\": \"2022-09-10T12:00:00Z\",\n    \"requestedCompletionDate\": \"2022-09-23T12:00:00Z\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"projectId\": \"1\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"billingAccount\": {\n        \"id\": \"12345\",\n        \"name\": \"contact\",\n        \"billingContact\": {\n            \"contactFirstName\": \"Name\",\n            \"contactLastName\": \"LastName\",\n            \"title\": \"Title\",\n            \"companyName\": \"CompanyName\",\n            \"streetAddress\": \"0 StreetAddress\",\n            \"postCode\": \"AA0000\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"vatNumber\": \"0000AB00\",\n            \"invoicesRecipientEmail\": \"invoices@mail.com\"\n        }\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\",\n            \"name\": \"\",\n            \"emailAddress\": \"buyer@mail.com\",\n            \"number\": \"+00000000000\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+000000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"technical\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+00000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"fault\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\",\n            \"number\": \"123455\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Dynamic\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 2,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n          \"amount\": 1,\n          \"units\": \"day\"\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:37:18 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3641"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24735-5657424-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": 122,\n    \"externalId\": \"1\",\n    \"orderDate\": \"2022-09-13T23:37:18Z\",\n    \"state\": \"pending\",\n    \"requestedCompletionDate\": \"2022-09-23T12:00:00Z\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"relatedParty\": [\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"LDD30117\",\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productOffering\": {\n                    \"id\": \"Dynamic\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 2,\n                    \"classOfService\": \"PREMIUM\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 43,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"day\"\n                }\n            ],\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"A100000-GigabitEth1-1-1\",\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"B100001-GigabitEth2-1-1\",\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"buyerRequestDate\": \"2022-09-10T12:00:00Z\",\n    \"expectedCompletionDate\": \"2022-09-23T00:00:00Z\",\n    \"projectId\": \"1\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"billingAccount\": {\n        \"billingContact\": {\n            \"contactName\": \"Name LastName\",\n            \"phoneNumber\": \"+33 600000001\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"contactLastName\": \"LastName\",\n            \"contactFirstName\": \"Name\",\n            \"title\": \"Title\",\n            \"companyName\": \"ACME\",\n            \"postCode\": \"75003\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"vatNumber\": \"FR00000001\",\n            \"invoicesRecipientEmail\": \"invoices@acme.com\"\n        }\n    },\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 26: Create a product order [Existing interfaces ENNI ]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"orderVersion\": \"1\",\n    \"buyerRequestDate\": \"2022-09-09T12:00:00Z\",\n    \"requestedCompletionDate\": \"2022-09-29T12:00:00Z\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"requestedCurrency\":\"EUR\",\n    \"billingAccount\": {\n        \"id\": \"12345\",\n        \"name\": \"contact\",\n        \"billingContact\": {\n            \"contactFirstName\": \"Name\",\n            \"contactLastName\": \"LastName\",\n            \"title\": \"Title\",\n            \"companyName\": \"CompanyName\",\n            \"streetAddress\": \"0 StreetAddress\",\n            \"postCode\": \"AA0000\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"vatNumber\": \"0000AB00\",\n            \"invoicesRecipientEmail\": \"invoices@mail.com\"\n        }\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\",\n            \"name\": \"\",\n            \"emailAddress\": \"buyer@mail.com\",\n            \"number\": \"+00000000000\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+000000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"technical\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+00000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"fault\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\",\n            \"number\": \"123455\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\",\n                            \"buyerProductId\": \"ENNI01\"\n                        }\n                    },\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\",\n                            \"buyerProductId\": \"ENNI06\"\n                        }\n                    }\n                ],\n                \"productConfiguration\": {\n                    \"@type\": \"EVPL\",\n                    \"bandwidth\": 4\n                }\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:39:57 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "2944"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24735-5657441-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": 123,\n    \"externalId\": \"1\",\n    \"orderDate\": \"2022-09-13T23:39:57Z\",\n    \"state\": \"pending\",\n    \"requestedCompletionDate\": \"2022-09-29T12:00:00Z\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"relatedParty\": [\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"LDD30118\",\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"A100000-GigabitEth1-1-1\",\n                            \"buyerProductId\": \"ENNI01\"\n                        }\n                    },\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\",\n                            \"buyerProductId\": \"ENNI06\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productOffering\": {\n                    \"id\": \"Essential\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 44,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"day\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            }\n        }\n    ],\n    \"buyerRequestDate\": \"2022-09-09T12:00:00Z\",\n    \"expectedCompletionDate\": \"2022-09-29T00:00:00Z\",\n    \"projectId\": \"1\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"billingAccount\": {\n        \"billingContact\": {\n            \"contactName\": \"Name LastName\",\n            \"phoneNumber\": \"+33 600000001\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"contactLastName\": \"LastName\",\n            \"contactFirstName\": \"Name\",\n            \"title\": \"Title\",\n            \"companyName\": \"ACME\",\n            \"postCode\": \"75003\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"vatNumber\": \"FR00000001\",\n            \"invoicesRecipientEmail\": \"invoices@acme.com\"\n        }\n    },\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 27: Create a product order [An existing interface ENNI and a new interface ENNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"orderVersion\": \"1\",\n    \"buyerRequestDate\": \"2022-05-13T12:00:00Z\",\n    \"requestedCompletionDate\": \"2022-10-01T12:00:00Z\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"billingAccount\": {\n        \"id\": \"12345\",\n        \"name\": \"contact\",\n        \"billingContact\": {\n            \"contactFirstName\": \"Name\",\n            \"contactLastName\": \"LastName\",\n            \"title\": \"Title\",\n            \"companyName\": \"CompanyName\",\n            \"streetAddress\": \"0 StreetAddress\",\n            \"postCode\": \"AA0000\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"vatNumber\": \"0000AB00\",\n            \"invoicesRecipientEmail\": \"invoices@mail.com\"\n        }\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\",\n            \"name\": \"\",\n            \"emailAddress\": \"buyer@mail.com\",\n            \"number\": \"+00000000000\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+000000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"technical\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+00000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"fault\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\",\n            \"number\": \"123455\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 10,\n                    \"units\": \"day\"\n                }\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\",\n                            \"buyerProductId\": \"ENNI01\"\n                        }\n                    }\n                ],\n                \"productConfiguration\": {\n                    \"@type\": \"EVPL\",\n                    \"bandwidth\": 4\n                }\n            },\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\",\n                        \"id\": \"100000\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:47:26 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3319"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24735-5657505-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": 124,\n    \"externalId\": \"1\",\n    \"orderDate\": \"2022-09-13T23:47:26Z\",\n    \"state\": \"pending\",\n    \"requestedCompletionDate\": \"2022-10-01T12:00:00Z\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"relatedParty\": [\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"LDD30119\",\n                \"productRelationship\": [\n                    {\n                        \"type\": \"hasENNIEndPoint\",\n                        \"product\": {\n                            \"id\": \"B100001-GigabitEth2-1-1\",\n                            \"buyerProductId\": \"ENNI01\"\n                        }\n                    }\n                ],\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productOffering\": {\n                    \"id\": \"Essential\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 44,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"day\"\n                }\n            ],\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"2\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"day\"\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"A100000-GigabitEth1-1-1\",\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100000\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"buyerRequestDate\": \"2022-05-13T12:00:00Z\",\n    \"expectedCompletionDate\": \"2022-10-01T00:00:00Z\",\n    \"projectId\": \"1\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"billingAccount\": {\n        \"billingContact\": {\n            \"contactName\": \"Name LastName\",\n            \"phoneNumber\": \"+33 600000001\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"contactLastName\": \"LastName\",\n            \"contactFirstName\": \"Name\",\n            \"title\": \"Title\",\n            \"companyName\": \"ACME\",\n            \"postCode\": \"75003\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"vatNumber\": \"FR00000001\",\n            \"invoicesRecipientEmail\": \"invoices@acme.com\"\n        }\n    },\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 28: Create a product order [a new interface ENNI and a new interface UNI]",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"externalId\": \"1\",\n    \"buyerRequestDate\": \"2022-05-28T12:00:00Z\",\n    \"requestedCompletionDate\": \"2022-11-24T00:00:00.000Z\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"projectId\": \"1\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"requestedCurrency\": \"EUR\",\n    \"billingAccount\": {\n    \"id\": \"12345\",\n    \"name\": \"contact\",\n        \"billingContact\": {\n            \"contactFirstName\": \"Name\",\n            \"contactLastName\": \"LastName\",\n            \"title\": \"Title\",\n            \"companyName\": \"CompanyName\",\n            \"streetAddress\": \"0 StreetAddress\",\n            \"postCode\": \"AA0000\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"vatNumber\": \"0000AB00\",\n            \"invoicesRecipientEmail\": \"invoices@mail.com\"\n        }\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\",\n            \"name\": \"\",\n            \"emailAddress\": \"buyer@mail.com\",\n            \"number\": \"+00000000000\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+000000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"technical\",\n            \"companyName\": \"Company\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"city\": \"City\",\n            \"country\": \"Country\",\n            \"number\": \"+00000000000\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"fault\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\",\n            \"number\": \"123455\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 54,\n                    \"units\": \"week\"\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"17981392\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"productOffering\": {\n                \"id\": \"AccessInterface\"\n            },\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder"
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:48:40 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "3623"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24735-5657528-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": 125,\n    \"externalId\": \"1\",\n    \"orderDate\": \"2022-09-13T23:48:39Z\",\n    \"state\": \"pending\",\n    \"requestedCompletionDate\": \"2022-11-24T00:00:00Z\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"relatedParty\": [\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"LDD30120\",\n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productOffering\": {\n                    \"id\": \"Essential\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1301,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"month\"\n                }\n            ],\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"year\"\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"17981392\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1500,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"B100001-GigabitEth2-1-1\",\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"buyerRequestDate\": \"2022-05-28T12:00:00Z\",\n    \"expectedCompletionDate\": \"2022-11-24T00:00:00Z\",\n    \"projectId\": \"1\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"billingAccount\": {\n        \"billingContact\": {\n            \"contactName\": \"Name LastName\",\n            \"phoneNumber\": \"+33 600000001\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"contactLastName\": \"LastName\",\n            \"contactFirstName\": \"Name\",\n            \"title\": \"Title\",\n            \"companyName\": \"ACME\",\n            \"postCode\": \"75003\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"vatNumber\": \"FR00000001\",\n            \"invoicesRecipientEmail\": \"invoices@acme.com\"\n        }\n    },\n    \"requestCurrency\": \"EUR\"\n}"
								},
								{
									"name": "Example 29: Update the bandwith",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json;charset=utf-8"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"externalId\": \"1\",\n    \"projectId\": \"1\",\n    \"buyerRequestDate\": \"2021-04-01T12:00:00Z\",\n    \"requestedCompletionDate\": \"2021-04-01T12:00:00Z\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"orderVersion\": \"1\",\n    \"requestedCurrency\": \"EUR\",\n    \"billingAccount\": {\n        \"id\": \"12345\",\n        \"name\": \"contact\",\n        \"billingContact\": {\n            \"contactFirstName\": \"Victoria\",\n            \"contactLastName\": \"Conseil\",\n            \"title\": \"DAF\",\n            \"companyName\": \"Orange\",\n            \"streetAddress\": \"56 rue de Vannes\",\n            \"postCode\": \"75000\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"vatNumber\": \"1234567890\",\n            \"invoicesRecipientEmail\": \"test@tes.com\"\n        }\n    },\n    \"relatedParty\": [\n        {\n            \"role\": \"buyer\",\n            \"name\": \"\",\n            \"emailAddress\": \"test@test.com\",\n            \"number\": \"+33234567890\",\n            \"firstName\": \"Jean\",\n            \"lastName\": \"Dupont\",\n            \"companyName\": \"TOTO\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"Paul\",\n            \"lastName\": \"Dubois\"\n        },\n        {\n            \"role\": \"commercial\",\n            \"companyName\": \"Orange\",\n            \"emailAddress\": \"victoria.conseil.ext@orange.com\",\n            \"firstName\": \"Victoria\",\n            \"lastName\": \"Conseil\",\n            \"streetAddress\": \"45 rue de Nantes\",\n            \"postCode\": \"75000\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"number\": \"+33123456788\",\n            \"title\": \"Commercial\"\n        },\n        {\n            \"role\": \"technical\",\n            \"companyName\": \"Orange\",\n            \"emailAddress\": \"coline.perenet.ext@orange.com\",\n            \"firstName\": \"Amaury\",\n            \"lastName\": \"DOUDEMENT\",\n            \"streetAddress\": \"30 rue de Rivoli\",\n            \"postCode\": \"75001\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"number\": \"+33783562944\",\n            \"title\": \"Ingenior\"\n        },\n        {\n            \"role\": \"fault\",\n            \"emailAddress\": \"sav@orange.com\",\n            \"lastName\": \"IC2\",\n            \"number\": \"123455\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"modify\",\n            \"productOffering\": {\n                \"id\": \"Essential\"\n            },\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": \"2\",\n                    \"units\": \"year\"\n                }\n            },\n            \"product\": {\n                \"id\": \"LDD30104\",\n                \"productSpecification\": {\n                    \"id\": \"TransitELine\"\n                },\n                \"productConfiguration\": {\n                    \"@type\": \"EVPL\",\n                    \"bandwidth\": \"300\"\n                }\n            }\n        }\n    ]\n}"
										},
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder"
											]
										}
									},
									"status": "Unprocessable Entity",
									"code": 422,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:51:12 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Content-Length",
											"value": "126"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24737-5657559-1"
										}
									],
									"cookie": [],
									"body": "{\n    \"code\": 429,\n    \"message\": \"Invalid requestedCompletionDate provided (in the past)\",\n    \"reason\": \"Unprocessable Entity\",\n    \"status\": \"422\"\n}"
								}
							]
						},
						{
							"name": "Find a list of product order(s)",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"productOrderManagement",
										"sbx",
										"v1",
										"productOrder"
									],
									"query": [
										{
											"key": "buyerId",
											"value": "<string>",
											"description": "A Party Role played by an Individual or an Organization that buys products and services from a Seller. Specifically, the ID of the Service Provider (Buyer) organization placing the order.",
											"disabled": true
										},
										{
											"key": "sellerId",
											"value": "<string>",
											"description": "A Party Role played by an organization that provides products and services to a Buyer.\nSpecifically, the ID of the Partner/Access Provider (Seller) organization receiving the order.",
											"disabled": true
										},
										{
											"key": "state",
											"value": "<string>",
											"description": "The status of the order",
											"disabled": true
										},
										{
											"key": "buyerRequestedDate.gt",
											"value": "<dateTime>",
											"description": "Buyer requested date greater than (UTC)",
											"disabled": true
										},
										{
											"key": "buyerRequestedDate.lt",
											"value": "<dateTime>",
											"description": "Buyer requested date lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "orderDate.gt",
											"value": "<dateTime>",
											"description": "Date when the order was created greater than",
											"disabled": true
										},
										{
											"key": "orderDate.lt",
											"value": "<dateTime>",
											"description": "Date when the order was created lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "requestedStartDate.gt",
											"value": "<dateTime>",
											"description": "Buyer requested start date greater than (UTC)",
											"disabled": true
										},
										{
											"key": "requestedStartDate.lt",
											"value": "<dateTime>",
											"description": "Buyer requested start date lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "requestedCompletionDate.gt",
											"value": "<dateTime>",
											"description": "Identifies the Buyer's desired due date (requested delivery date) greater than (UTC)",
											"disabled": true
										},
										{
											"key": "requestedCompletionDate.lt",
											"value": "<dateTime>",
											"description": "Identifies the Buyer's desired due date (requested delivery date) lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "expectedCompletionDate.gt",
											"value": "<dateTime>",
											"description": "Seller planned completion date greater than (UTC)",
											"disabled": true
										},
										{
											"key": "expectedCompletionDate.lt",
											"value": "<dateTime>",
											"description": "Seller planned completion date lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "completionDate.gt",
											"value": "<dateTime>",
											"description": "Effective completion date greater than (UTC)",
											"disabled": true
										},
										{
											"key": "completionDate.lt",
											"value": "<dateTime>",
											"description": "Effective completion date lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "orderCancellationDate.gt",
											"value": "<dateTime>",
											"description": "order cancellation date greater than (UTC)",
											"disabled": true
										},
										{
											"key": "orderCancellationDate.lt",
											"value": "<dateTime>",
											"description": "order cancellation date lesser than (UTC)",
											"disabled": true
										},
										{
											"key": "siteName",
											"value": "<string>",
											"description": "A name by which the site is known.",
											"disabled": true
										},
										{
											"key": "siteCompanyName",
											"value": "<string>",
											"description": "The name of the company that is located at the service location.  This may be different from the name of the Buyer that ordered services at that site.",
											"disabled": true
										},
										{
											"key": "siteCustomerName",
											"value": "<string>",
											"description": "The customer name at a site where the service is being delivered",
											"disabled": true
										},
										{
											"key": "projectId",
											"value": "<string>",
											"description": "An identifier that is used to group Orders that represent a unit of functionality that is important to a Buyer.",
											"disabled": true
										},
										{
											"key": "externalId",
											"value": "<string>",
											"description": "A number that uniquely identifies an order within the Buyer's enterprise.",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "<string>",
											"description": "Requested index for start of resources to be provided in response requested by client",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "<string>",
											"description": "Requested number of resources to be provided in response requested by client",
											"disabled": true
										}
									]
								},
								"description": "This operation is used to retrieve one or more product orders based upon filter criteria specified on input."
							},
							"response": [
								{
									"name": "Example 30: Find a list of product order(s)",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder"
											],
											"query": [
												{
													"key": "buyerId",
													"value": "<string>",
													"description": "A Party Role played by an Individual or an Organization that buys products and services from a Seller. Specifically, the ID of the Service Provider (Buyer) organization placing the order.",
													"disabled": true
												},
												{
													"key": "sellerId",
													"value": "<string>",
													"description": "A Party Role played by an organization that provides products and services to a Buyer.\nSpecifically, the ID of the Partner/Access Provider (Seller) organization receiving the order.",
													"disabled": true
												},
												{
													"key": "state",
													"value": "<string>",
													"description": "The status of the order",
													"disabled": true
												},
												{
													"key": "buyerRequestedDate.gt",
													"value": "<dateTime>",
													"description": "Buyer requested date greater than (UTC)",
													"disabled": true
												},
												{
													"key": "buyerRequestedDate.lt",
													"value": "<dateTime>",
													"description": "Buyer requested date lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "orderDate.gt",
													"value": "<dateTime>",
													"description": "Date when the order was created greater than",
													"disabled": true
												},
												{
													"key": "orderDate.lt",
													"value": "<dateTime>",
													"description": "Date when the order was created lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "requestedStartDate.gt",
													"value": "<dateTime>",
													"description": "Buyer requested start date greater than (UTC)",
													"disabled": true
												},
												{
													"key": "requestedStartDate.lt",
													"value": "<dateTime>",
													"description": "Buyer requested start date lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "requestedCompletionDate.gt",
													"value": "<dateTime>",
													"description": "Identifies the Buyer's desired due date (requested delivery date) greater than (UTC)",
													"disabled": true
												},
												{
													"key": "requestedCompletionDate.lt",
													"value": "<dateTime>",
													"description": "Identifies the Buyer's desired due date (requested delivery date) lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "expectedCompletionDate.gt",
													"value": "<dateTime>",
													"description": "Seller planned completion date greater than (UTC)",
													"disabled": true
												},
												{
													"key": "expectedCompletionDate.lt",
													"value": "<dateTime>",
													"description": "Seller planned completion date lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "completionDate.gt",
													"value": "<dateTime>",
													"description": "Effective completion date greater than (UTC)",
													"disabled": true
												},
												{
													"key": "completionDate.lt",
													"value": "<dateTime>",
													"description": "Effective completion date lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "orderCancellationDate.gt",
													"value": "<dateTime>",
													"description": "order cancellation date greater than (UTC)",
													"disabled": true
												},
												{
													"key": "orderCancellationDate.lt",
													"value": "<dateTime>",
													"description": "order cancellation date lesser than (UTC)",
													"disabled": true
												},
												{
													"key": "siteName",
													"value": "<string>",
													"description": "A name by which the site is known.",
													"disabled": true
												},
												{
													"key": "siteCompanyName",
													"value": "<string>",
													"description": "The name of the company that is located at the service location.  This may be different from the name of the Buyer that ordered services at that site.",
													"disabled": true
												},
												{
													"key": "siteCustomerName",
													"value": "<string>",
													"description": "The customer name at a site where the service is being delivered",
													"disabled": true
												},
												{
													"key": "projectId",
													"value": "<string>",
													"description": "An identifier that is used to group Orders that represent a unit of functionality that is important to a Buyer.",
													"disabled": true
												},
												{
													"key": "externalId",
													"value": "<string>",
													"description": "A number that uniquely identifies an order within the Buyer's enterprise.",
													"disabled": true
												},
												{
													"key": "offset",
													"value": "<string>",
													"description": "Requested index for start of resources to be provided in response requested by client",
													"disabled": true
												},
												{
													"key": "limit",
													"value": "<string>",
													"description": "Requested number of resources to be provided in response requested by client",
													"disabled": true
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:53:15 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "X-Total-Count",
											"value": "50"
										},
										{
											"key": "X-Result-Count",
											"value": "50"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24734-5657568-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "[\n    {\n        \"id\": 9,\n        \"orderDate\": \"2021-03-30T14:46:53Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 11,\n        \"orderDate\": \"2021-03-30T16:10:08Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 13,\n        \"orderDate\": \"2021-03-31T08:46:03Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 14,\n        \"orderDate\": \"2021-03-31T09:10:50Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 15,\n        \"orderDate\": \"2021-03-31T09:27:45Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 23,\n        \"orderDate\": \"2021-03-31T13:06:42Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 24,\n        \"orderDate\": \"2021-03-31T13:07:45Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 25,\n        \"orderDate\": \"2021-03-31T13:07:51Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 30,\n        \"orderDate\": \"2021-04-02T13:57:43Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 31,\n        \"orderDate\": \"2021-04-02T14:13:57Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 32,\n        \"orderDate\": \"2021-04-02T14:16:38Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 33,\n        \"orderDate\": \"2021-04-02T14:18:14Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 37,\n        \"orderDate\": \"2021-04-04T16:23:12Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 38,\n        \"orderDate\": \"2021-04-04T16:40:01Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 39,\n        \"orderDate\": \"2021-04-06T09:34:32Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 43,\n        \"orderDate\": \"2021-04-06T22:17:44Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 44,\n        \"orderDate\": \"2021-04-06T22:20:03Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 45,\n        \"orderDate\": \"2021-04-06T22:21:31Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 46,\n        \"orderDate\": \"2021-04-06T22:42:45Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 47,\n        \"orderDate\": \"2021-04-06T23:11:24Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 49,\n        \"orderDate\": \"2021-04-28T09:13:05Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 51,\n        \"orderDate\": \"2021-04-28T10:10:12Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 54,\n        \"orderDate\": \"2021-04-28T13:11:04Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 56,\n        \"orderDate\": \"2021-05-10T09:42:19Z\",\n        \"state\": \"inProgress\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 57,\n        \"orderDate\": \"2021-05-10T09:46:31Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 58,\n        \"orderDate\": \"2021-05-10T09:48:22Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 65,\n        \"orderDate\": \"2021-07-27T13:18:25Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 73,\n        \"orderDate\": \"2021-12-15T10:12:40Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 74,\n        \"orderDate\": \"2021-12-15T11:27:40Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 75,\n        \"orderDate\": \"2021-12-15T11:33:46Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 77,\n        \"orderDate\": \"2021-12-15T11:54:06Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 81,\n        \"orderDate\": \"2022-03-09T15:23:48Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 91,\n        \"orderDate\": \"2022-08-12T13:24:47Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 92,\n        \"orderDate\": \"2022-08-12T13:25:58Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 98,\n        \"orderDate\": \"2022-09-12T10:23:43Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 99,\n        \"orderDate\": \"2022-09-12T10:23:49Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 100,\n        \"orderDate\": \"2022-09-12T10:23:54Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 101,\n        \"orderDate\": \"2022-09-12T10:24:03Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 102,\n        \"orderDate\": \"2022-09-12T11:57:21Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 103,\n        \"orderDate\": \"2022-09-12T11:58:10Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 108,\n        \"orderDate\": \"2022-09-12T12:01:28Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 109,\n        \"orderDate\": \"2022-09-12T12:01:49Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 110,\n        \"orderDate\": \"2022-09-12T12:08:07Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 111,\n        \"orderDate\": \"2022-09-12T12:08:23Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 115,\n        \"orderDate\": \"2022-09-12T12:15:21Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 116,\n        \"orderDate\": \"2022-09-12T12:17:33Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 122,\n        \"orderDate\": \"2022-09-13T23:37:18Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 123,\n        \"orderDate\": \"2022-09-13T23:39:57Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 124,\n        \"orderDate\": \"2022-09-13T23:47:26Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    },\n    {\n        \"id\": 125,\n        \"orderDate\": \"2022-09-13T23:48:40Z\",\n        \"state\": \"pending\",\n        \"externalId\": \"1\"\n    }\n]"
								}
							]
						},
						{
							"name": "Get a product order (by id)",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder/:ProductOrderId",
									"protocol": "https",
									"host": [
										"{{BasePath}}"
									],
									"path": [
										"internationalcarriers",
										"mefApi",
										"sonata",
										"productOrderManagement",
										"sbx",
										"v1",
										"productOrder",
										":ProductOrderId"
									],
									"variable": [
										{
											"key": "ProductOrderId",
											"value": "<string>",
											"description": "(Required) "
										}
									]
								},
								"description": "This operation is used to retrieve a single product order based upon a specified product order id."
							},
							"response": [
								{
									"name": "Example 31: Get a product order (by id)",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://{{BasePath}}/internationalcarriers/mefApi/sonata/productOrderManagement/sbx/v1/productOrder/:ProductOrderId",
											"protocol": "https",
											"host": [
												"{{BasePath}}"
											],
											"path": [
												"internationalcarriers",
												"mefApi",
												"sonata",
												"productOrderManagement",
												"sbx",
												"v1",
												"productOrder",
												":ProductOrderId"
											],
											"variable": [
												{
													"key": "ProductOrderId",
													"value": "125",
													"description": "(Required) "
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Tue, 13 Sep 2022 23:53:45 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Vary",
											"value": "Origin"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Method"
										},
										{
											"key": "Vary",
											"value": "Access-Control-Request-Headers"
										},
										{
											"key": "Expires",
											"value": "0"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, no-store, max-age=0, must-revalidate"
										},
										{
											"key": "Pragma",
											"value": "no-cache"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": ""
										},
										{
											"key": "Access-Control-Expose-Headers",
											"value": "X-Result-Count, X-Total-Count"
										},
										{
											"key": "X-OAPI-Request-Id",
											"value": "opapccbeinrt11-24737-5657572-1"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=15768000;"
										}
									],
									"cookie": [],
									"body": "{\n    \"id\": 125,\n    \"externalId\": \"1\",\n    \"orderDate\": \"2022-09-13T23:48:40Z\",\n    \"state\": \"pending\",\n    \"requestedCompletionDate\": \"2022-11-24T00:00:00Z\",\n    \"orderActivity\": \"install\",\n    \"desiredResponse\": \"confirmationAndEngineeringDesign\",\n    \"orderVersion\": \"1\",\n    \"relatedParty\": [\n        {\n            \"role\": \"commercial\",\n            \"number\": \"+000000000000\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"commercial@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"developer\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Joan Developer\",\n            \"emailAddress\": \"developer@acme\",\n            \"firstName\": \"Joan\",\n            \"lastName\": \"Developer\",\n            \"companyName\": \"ACME\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"postCode\": \"75003\",\n            \"country\": \"France\",\n            \"city\": \"Paris\",\n            \"title\": \"Developer\"\n        },\n        {\n            \"role\": \"orangeCommercial\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jack Orange-Commercial\",\n            \"emailAddress\": \"orange.commercial@acme.com\",\n            \"firstName\": \"Jack\",\n            \"lastName\": \"Orange-Commercial\"\n        },\n        {\n            \"role\": \"gdpr\",\n            \"number\": \"+33 600000001\",\n            \"name\": \"Jill Rgpd\",\n            \"emailAddress\": \"rgpd@acme.com\",\n            \"firstName\": \"Jill\",\n            \"lastName\": \"Rgpd\"\n        },\n        {\n            \"role\": \"fault\",\n            \"number\": \"123455\",\n            \"name\": \"LastName\",\n            \"emailAddress\": \"fault@mail.com\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"signatory\",\n            \"name\": \"FirstName LastName\",\n            \"emailAddress\": \"signatory@mail.com\",\n            \"firstName\": \"FirstName\",\n            \"lastName\": \"LastName\"\n        },\n        {\n            \"role\": \"technical\",\n            \"number\": \"+00000000000\",\n            \"name\": \"firstName LastName\",\n            \"emailAddress\": \"technical@mail.com\",\n            \"firstName\": \"firstName\",\n            \"lastName\": \"LastName\",\n            \"companyName\": \"Company\",\n            \"streetAddress\": \"00 StreetAddress\",\n            \"postCode\": \"00AAA00\",\n            \"country\": \"Country\",\n            \"city\": \"City\",\n            \"title\": \"Title\"\n        },\n        {\n            \"role\": \"buyer\",\n            \"id\": \"27117624\",\n            \"number\": \"+00000000000\",\n            \"emailAddress\": \"buyer@mail.com\"\n        }\n    ],\n    \"productOrderItem\": [\n        {\n            \"id\": \"1\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"LDD30120\",\n                \"productSpecification\": {\n                    \"id\": \"AccessELine\"\n                },\n                \"productOffering\": {\n                    \"id\": \"Essential\"\n                },\n                \"productConfiguration\": {\n                    \"bandwidth\": 4,\n                    \"classOfService\": \"STANDARD\",\n                    \"@type\": \"EVPL\"\n                }\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"recurring\",\n                    \"name\": \"recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1301,\n                            \"unit\": \"EUR\"\n                        }\n                    },\n                    \"recurringChargePeriod\": \"month\"\n                }\n            ],\n            \"orderItemRelationship\": [\n                {\n                    \"type\": \"hasUNIEndPoint\",\n                    \"id\": \"2\"\n                },\n                {\n                    \"type\": \"hasENNIEndPoint\",\n                    \"id\": \"3\"\n                }\n            ],\n            \"requestedOrderItemTerm\": {\n                \"duration\": {\n                    \"amount\": 1,\n                    \"units\": \"year\"\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"id\": \"GigabitEthernet\",\n                \"productSpecification\": {\n                    \"id\": \"UNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"17981392\",\n                        \"role\": \"UNI Site\",\n                        \"@type\": \"GeographicAddressRef\",\n                        \"@referredType\": \"GeographicAddressRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 1500,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"action\": \"add\",\n            \"state\": \"pending\",\n            \"product\": {\n                \"productSpecification\": {\n                    \"id\": \"ENNI\"\n                },\n                \"productOffering\": {\n                    \"id\": \"AccessInterface\"\n                },\n                \"place\": [\n                    {\n                        \"id\": \"100001\",\n                        \"role\": \"ENNI Site\",\n                        \"@type\": \"GeographicSiteRef\",\n                        \"@referredType\": \"GeographicSiteRef\"\n                    }\n                ]\n            },\n            \"orderItemPrice\": [\n                {\n                    \"priceType\": \"nonRecurring\",\n                    \"name\": \"non-recurring charge\",\n                    \"price\": {\n                        \"preTaxAmount\": {\n                            \"value\": 600,\n                            \"unit\": \"EUR\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"buyerRequestDate\": \"2022-05-28T12:00:00Z\",\n    \"expectedCompletionDate\": \"2022-11-24T00:00:00Z\",\n    \"projectId\": \"1\",\n    \"relatedBuyerPON\": \"BOA12\",\n    \"billingAccount\": {\n        \"billingContact\": {\n            \"contactName\": \"Name LastName\",\n            \"phoneNumber\": \"+33 600000001\",\n            \"emailAddress\": \"billing@mail.com\",\n            \"streetAddress\": \"Rue de Paris\",\n            \"contactLastName\": \"LastName\",\n            \"contactFirstName\": \"Name\",\n            \"title\": \"Title\",\n            \"companyName\": \"ACME\",\n            \"postCode\": \"75003\",\n            \"city\": \"Paris\",\n            \"country\": \"France\",\n            \"vatNumber\": \"FR00000001\",\n            \"invoicesRecipientEmail\": \"invoices@acme.com\"\n        }\n    },\n    \"requestCurrency\": \"EUR\"\n}"
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "accessTokenUrl",
				"value": "",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			},
			{
				"key": "tokenType",
				"value": "Bearer",
				"type": "string"
			},
			{
				"key": "accessToken",
				"value": "{{access_token}}",
				"type": "string"
			},
			{
				"key": "clientSecret",
				"value": "",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "client_credentials",
				"type": "string"
			},
			{
				"key": "client_authentication",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					"const echoPostRequest = {",
					"  url: 'https://ope-obs.apibackbone.orange.com/oauth/v3/token',",
					"  method: 'POST',",
					"  header: {'Content-Type':'application/x-www-form-urlencoded',",
					"            'Accept':'application/json',",
					"            'Authorization': pm.collectionVariables.get('basic_header')",
					"  },",
					"   body: {",
					"    mode: 'urlencoded',",
					"    urlencoded : [",
					"      {key: \"grant_type\", value: \"client_credentials\"},",
					"    ]",
					"   }",
					"}",
					"",
					"",
					"var getToken = true;",
					"",
					"if (!pm.collectionVariables.get('access_tokenExpiry') || ",
					"    !pm.collectionVariables.get('access_token')) {",
					"    console.log('Token or expiry date are missing')",
					"} else if (pm.collectionVariables.get('access_tokenExpiry') <= (new Date()).getTime()) {",
					"    console.log('Token is expired')",
					"} else {",
					"    getToken = false;",
					"    console.log('Token and expiry date are all good');",
					"}",
					"",
					"if (getToken === true) {",
					"    pm.sendRequest(echoPostRequest, function (err, res) {",
					"    console.log(err ? err : res.json());",
					"        if (err === null) {",
					"            console.log('Saving the token and expiry date')",
					"            var responseJson = res.json();",
					"            pm.collectionVariables.set('access_token', responseJson.access_token)",
					"    ",
					"            var expiryDate = new Date();",
					"            expiryDate.setSeconds(expiryDate.getSeconds() + responseJson.expires_in);",
					"            pm.collectionVariables.set('access_tokenExpiry', expiryDate.getTime());",
					"        }",
					"    });",
					"}"
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "access_token",
			"value": ""
		},
		{
			"key": "access_tokenExpiry",
			"value": ""
		},
		{
			"key": "basic_header",
			"value": ""
		},
		{
			"key": "BasePath",
			"value": "ope-obs.apibackbone.orange.com",
			"type": "string"
		}
	]
}