{
	"info": {
		"_postman_id": "7ddb008b-ada0-477e-9eaa-1f2356814ec8",
		"name": "parcours cotation commande acquisition",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "ordering",
			"item": [
				{
					"name": "creation d'une commande sans ONT",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 201\", function () {\r",
									"    pm.response.to.have.status(201);\r",
									"});\r",
									"\r",
									"var jsonData = JSON.parse(responseBody);\r",
									"postman.setEnvironmentVariable(\"orderingIdWithReliesOn\", jsonData.id);"
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"\r",
									"pm.environment.set('currentDate', moment().format((\"YYYY-MM-DDThh:mm\")));\r",
									"\r",
									"pm.environment.set('currentTime', moment().format((\"YYYYMMDDTHH:mm\")));\r",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"description\": \"ProductOrder from API\",\r\n    \"externalIdentifier\": [\r\n        {\r\n            \"id\": \"myExternalId\",\r\n            \"owner\": \"NOM OPERATEUR\",\r\n            \"externalIdentifierType\": \"customerIdentifier\",\r\n            \"@type\": \"ExternalIdentifier\"\r\n        }\r\n    ],\r\n    \"relatedParty\": [\r\n        {\r\n            \"id\": \"{{relatedParty.id}}\",\r\n            \"role\": \"buyer\",\r\n            \"@referredType\": \"organization\"\r\n        }\r\n    ],\r\n    \"productOrderSpecification\": \"Acquisition\",\r\n    \"productOrderItem\": [\r\n        {\r\n            \"id\": \"0\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"productOffering\": {\r\n                    \"id\": \"GOC40140084001\"\r\n                },\r\n                \"isBundle\": true,\r\n                \"place\": [\r\n                    {\r\n                        \"@type\": \"GeographicSiteBuilding\",\r\n                        \"buildingCode\": \"{{deliveryAddress.buildingCode}}\",\r\n                        \"geographicAddress\": [\r\n                            {\r\n                                \"geographicSubAddress\": [\r\n                                    {\r\n                                        \"buildingName\": \"{{deliveryAddress.subAddress.building}}\",\r\n                                        \"@type\": \"GeographicSubAddress\"\r\n                                    },\r\n                                    {\r\n                                        \"levelNumber\": \"{{deliveryAddress.subAddress.staircase}}\",\r\n                                        \"levelType\": \"staircase\",\r\n                                        \"@type\": \"GeographicSubAddress\"\r\n                                    },\r\n                                    {\r\n                                        \"levelNumber\": \"{{deliveryAddress.subAddress.floor}}\",\r\n                                        \"levelType\": \"floor\",\r\n                                        \"@type\": \"GeographicSubAddress\"\r\n                                    },\r\n                                    {\r\n                                        \"subUnitNumber\": \"Trading Name\",\r\n                                        \"subUnitType\": \"tradingName\",\r\n                                        \"@type\": \"GeographicSubAddress\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        ],\r\n                        \"role\": \"deliveryAddress\"\r\n                    }\r\n                ],\r\n                \"relatedParty\": [\r\n                    {\r\n                        \"id\": \"{{relatedParty.id}}\",\r\n                        \"role\": \"operatorInterlocutor\",\r\n                        \"@baseType\": \"RelatedParty\",\r\n                        \"@referredType\": \"Individual\"\r\n                    },\r\n                    {\r\n                        \"id\": \"{{relatedParty.id}}\",\r\n                        \"role\": \"operatorDeliveryDriver\",\r\n                        \"@baseType\": \"RelatedParty\",\r\n                        \"@referredType\": \"Individual\"\r\n                    }\r\n                ],\r\n                \"agreement\": [\r\n                    {\r\n                        \"id\": \"{{test-ftth-access.agreement.id}}\",\r\n                        \"@type\": \"AgreementItemRef\"\r\n                    }\r\n                ]\r\n            },\r\n            \"productOrderItemRelationship\": [\r\n                {\r\n                    \"id\": \"1\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": \"1\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"id\": \"OC40140084001\"\r\n                }\r\n            },\r\n            \"productOrderItemRelationship\": [\r\n                {\r\n                    \"id\": \"10\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"20\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"40\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": \"10\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"id\": \"GO40140084001\"\r\n                }\r\n            },\r\n            \"productOrderItemRelationship\": [\r\n                {\r\n                    \"id\": \"11\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"12\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": \"11\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"productOffering\": {\r\n                \"id\": \"O40140084001\"\r\n            },\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productRelationship\": [\r\n                    {\r\n                        \"product\": {\r\n                            \"id\": \"{{idCollecte}}\"\r\n                        },\r\n                        \"relationshipType\": \"reliesOn\"\r\n                    }\r\n                ],\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084004\",\r\n                        \"name\": \"Débit d'accès Montant/Descendant\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000340140084004\",\r\n                            \"name\": \"500M/1000M\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084005\",\r\n                        \"name\": \"VLAN\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000140140084005\",\r\n                            \"name\": \"Avec TAG\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084006\",\r\n                        \"name\": \"Profil voix\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000240140084006\",\r\n                            \"name\": \"1M\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"12\",\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"productOffering\": {\r\n                    \"id\": \"O40140084002\",\r\n                    \"name\": \"Garantie de temps de rétablissement\"\r\n                },\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084009\",\r\n                        \"name\": \"Type de GTR\",\r\n                        \"valueType\": \"object\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000240140084009\",\r\n                            \"name\": \"10 heures HO (heures ouvrables)\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"20\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"id\": \"GO40140084002\"\r\n                }\r\n            },\r\n            \"productOrderItemRelationship\": [\r\n                {\r\n                    \"id\": \"21\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": \"21\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084010\",\r\n                        \"name\": \"Type de point de livraison\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000140140084010\",\r\n                            \"name\": \"DTIO/PTO\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084008\",\r\n                        \"name\": \"Multi-accès\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000240140084008\",\r\n                            \"name\": \"Non\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084003\",\r\n                        \"name\": \"Type de raccordement\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000140140084003\",\r\n                            \"name\": \"Raccordement sur prise existante\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084011\",\r\n                        \"name\": \"Numero PTO\",\r\n                        \"value\": \"{{refPTO}}\",\r\n                        \"valueType\": \"string\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"id\": \"O40140084008\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"40\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"id\": \"GO40140084004\"\r\n                }\r\n            },\r\n            \"productOrderItemRelationship\": [\r\n                {\r\n                    \"id\": \"41\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": \"41\",\r\n            \"quantity\": 1,\r\n            \"action\": \"add\",\r\n            \"appointment\": {\r\n                \"id\": \"{{appointmentId}}\"\r\n            },\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084007\",\r\n                        \"name\": \"Type d'intervention\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000140140084007\",\r\n                            \"name\": \"Standard\"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40990080002\",\r\n                        \"name\": \"Intervention\",\r\n                        \"value\": {\r\n                            \"id\": \"VF0000540990080002\",\r\n                            \"name\": \"sans pose ONT : Prise Optique présente \"\r\n                        },\r\n                        \"valueType\": \"object\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"id\": \"O40140084005\"\r\n                },\r\n                \"relatedParty\": [\r\n                    {\r\n                        \"id\": \"{{relatedParty.id}}\",\r\n                        \"role\": \"customerInterlocutor\",\r\n                        \"@baseType\": \"RelatedParty\",\r\n                        \"@referredType\": \"Individual\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.orange.com/united-way/product-ordering-management/v1/productOrder",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-ordering-management",
								"v1",
								"productOrder"
							]
						}
					},
					"response": []
				},
				{
					"name": "suivi de la commande créée",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"pm.test(\"Order inProgress\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    pm.expect(jsonData.state).to.eql(\"inProgress\");\r",
									"});\r",
									"\r",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/product-ordering-management/v1/productOrder/:id",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-ordering-management",
								"v1",
								"productOrder",
								":id"
							],
							"query": [
								{
									"key": "status",
									"value": "",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "id",
									"value": "352"
								}
							]
						},
						"description": "Temps d'attente à 45s pour laisser le temps à l'order de passer au statut \"InProgress\""
					},
					"response": []
				},
				{
					"name": "mes commandes",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/product-ordering-management/v1/productOrder",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-ordering-management",
								"v1",
								"productOrder"
							]
						},
						"description": "Temps d'attente à 45s pour laisser le temps à l'order de passer au statut \"InProgress\""
					},
					"response": []
				}
			],
			"auth": {
				"type": "oauth2",
				"oauth2": [
					{
						"key": "scope",
						"value": "owf:united-way:product-order:v1:readonly",
						"type": "string"
					},
					{
						"key": "tokenName",
						"value": "party",
						"type": "string"
					},
					{
						"key": "challengeAlgorithm",
						"value": "S256",
						"type": "string"
					},
					{
						"key": "grant_type",
						"value": "client_credentials",
						"type": "string"
					},
					{
						"key": "clientSecret",
						"value": "{{client_secret}}",
						"type": "string"
					},
					{
						"key": "clientId",
						"value": "{{client_id}}",
						"type": "string"
					},
					{
						"key": "addTokenTo",
						"value": "header",
						"type": "string"
					},
					{
						"key": "client_authentication",
						"value": "header",
						"type": "string"
					},
					{
						"key": "accessTokenUrl",
						"value": "https://api.orange.com/oauth/v3/token",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "catalogue",
			"item": [
				{
					"name": "offre par category",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/product-catalog-management/v1/productOffering?categoryId=FTTH",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-catalog-management",
								"v1",
								"productOffering"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "FTTH"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "detail offre",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/product-catalog-management/v1/productOffering/:productOfferingId/catalog",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-catalog-management",
								"v1",
								"productOffering",
								":productOfferingId",
								"catalog"
							],
							"variable": [
								{
									"key": "productOfferingId",
									"value": "GOC40140084001"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "party-service",
			"item": [
				{
					"name": "recherche d'une organisation",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"var jsonData = JSON.parse(responseBody);\r",
									"postman.setEnvironmentVariable(\"idOrgaOrangeVallee\", jsonData[0].id);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/party-management/v1/organization",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"party-management",
								"v1",
								"organization"
							],
							"query": [
								{
									"key": "tradingName",
									"value": "",
									"disabled": true
								},
								{
									"key": "organizationIdentification.identificationType",
									"value": "",
									"disabled": true
								},
								{
									"key": "organizationIdentification.identificationId",
									"value": "",
									"disabled": true
								},
								{
									"key": "id",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "recherche d'un individu",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"// test code retour\r",
									"pm.test(\"Status code is 206\", function () {\r",
									"    pm.response.to.have.status(206);\r",
									"});\r",
									"\r",
									"// recuperation des variables pour la suite du runner\r",
									"pm.test(\"utilisateur avec un contactMedium remplit\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    pm.expect(jsonData[0].contactMedium.length).not.eq(0);\r",
									"});\r",
									"\r",
									"var jsonData = JSON.parse(responseBody);\r",
									"postman.setEnvironmentVariable(\"relatedPartyRecipient\", jsonData[0].id);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/party-management/v1/individual",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"party-management",
								"v1",
								"individual"
							],
							"query": [
								{
									"key": "fields",
									"value": "id,fullName",
									"description": "Comma-separated properties to be provided in response",
									"disabled": true
								},
								{
									"key": "partyCharacteristic.name",
									"value": "Category",
									"disabled": true
								},
								{
									"key": "partyCharacteristic.value",
									"value": "operatorDeliveryDriver",
									"disabled": true
								},
								{
									"key": "id",
									"value": "",
									"disabled": true
								},
								{
									"key": "familyName",
									"value": "",
									"disabled": true
								}
							]
						},
						"description": "This operation list or find Individual entities"
					},
					"response": []
				}
			],
			"auth": {
				"type": "oauth2",
				"oauth2": [
					{
						"key": "tokenName",
						"value": "party",
						"type": "string"
					},
					{
						"key": "challengeAlgorithm",
						"value": "S256",
						"type": "string"
					},
					{
						"key": "scope",
						"value": "owf:united-way:party:v1:readonly owf:united-way:party:v1:write",
						"type": "string"
					},
					{
						"key": "grant_type",
						"value": "client_credentials",
						"type": "string"
					},
					{
						"key": "clientSecret",
						"value": "{{client_secret}}",
						"type": "string"
					},
					{
						"key": "clientId",
						"value": "{{client_id}}",
						"type": "string"
					},
					{
						"key": "addTokenTo",
						"value": "header",
						"type": "string"
					},
					{
						"key": "client_authentication",
						"value": "header",
						"type": "string"
					},
					{
						"key": "accessTokenUrl",
						"value": "https://api.orange.com/oauth/v3/token",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "collecte",
			"item": [
				{
					"name": "GetAll",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"// recuperation des variables pour la suite du runner\r",
									"var jsonData = JSON.parse(responseBody);\r",
									"postman.setEnvironmentVariable(\"idCollecte\", jsonData[1].id);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/product-inventory-management/v1/product?productOffering.id=O40160084003",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-inventory-management",
								"v1",
								"product"
							],
							"query": [
								{
									"key": "name",
									"value": "Collecte régionale",
									"disabled": true
								},
								{
									"key": "productCharacteristic.id",
									"value": "FONC40160084032",
									"disabled": true
								},
								{
									"key": "productOffering.id",
									"value": "O40160084003"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "GetById",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"// recuperation des variables pour la suite du runner\r",
									"var jsonData = JSON.parse(responseBody);\r",
									"postman.setEnvironmentVariable(\"idCollecte\", jsonData[1].id);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/product-inventory-management/v1/product/:id",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"product-inventory-management",
								"v1",
								"product",
								":id"
							],
							"variable": [
								{
									"key": "id",
									"value": ""
								}
							]
						}
					},
					"response": []
				}
			],
			"auth": {
				"type": "oauth2",
				"oauth2": [
					{
						"key": "scope",
						"value": "owf:united-way:product-inventory:v1:readonly",
						"type": "string"
					},
					{
						"key": "tokenName",
						"value": "parc",
						"type": "string"
					},
					{
						"key": "challengeAlgorithm",
						"value": "S256",
						"type": "string"
					},
					{
						"key": "grant_type",
						"value": "client_credentials",
						"type": "string"
					},
					{
						"key": "clientSecret",
						"value": "{{client_secret}}",
						"type": "string"
					},
					{
						"key": "clientId",
						"value": "{{client_id}}",
						"type": "string"
					},
					{
						"key": "addTokenTo",
						"value": "header",
						"type": "string"
					},
					{
						"key": "client_authentication",
						"value": "header",
						"type": "string"
					},
					{
						"key": "accessTokenUrl",
						"value": "https://api.orange.com/oauth/v3/token",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "quote",
			"item": [
				{
					"name": "creation d'une cotation FTTH access",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 201\", function () {\r",
									"    pm.response.to.have.status(201);\r",
									"});\r",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"externalIdentifier\": [\r\n        {\r\n            \"id\": \"{{test-ftth-access.externalIdentifier.id}}\",\r\n            \"externalIdentifierType\": \"customerIdentifier\",\r\n            \"owner\": \"{{test-ftth-access.externalIdentifier.owner}}\"\r\n        }\r\n    ],\r\n    \"instantSyncQuote\": false,\r\n    \"quoteItem\": [\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GOC40140084001\",\r\n            \"product\": {\r\n                \"agreement\": [\r\n                    {\r\n                        \"id\": \"{{test-ftth-access.agreement.id}}\"\r\n                    }\r\n                ],\r\n                \"isBundle\": true,\r\n                \"place\": [\r\n                    {\r\n                        \"@type\": \"GeographicSiteBuilding\",\r\n                        \"role\": \"deliveryAddress\",\r\n                        \"geographicAddress\": [\r\n                            {\r\n                                \"@type\": \"GeographicAddress\",\r\n                                \"geographicSubAddress\": [\r\n                                    {\r\n                                        \"@type\": \"GeographicSubAddress\",\r\n                                        \"levelType\": \"staircase\",\r\n                                        \"levelNumber\": \"{{deliveryAddress.subAddress.staircase}}\"\r\n                                    },\r\n                                    {\r\n                                        \"@type\": \"GeographicSubAddress\",\r\n                                        \"levelType\": \"floor\",\r\n                                        \"levelNumber\": \"{{deliveryAddress.subAddress.floor}}\"\r\n                                    },\r\n                                    {\r\n                                        \"@type\": \"GeographicSubAddress\",\r\n                                        \"buildingName\": \"{{deliveryAddress.subAddress.buildingName}}\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        ],\r\n                        \"buildingCode\": \"{{deliveryAddress.buildingCode}}\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/GOC40140084001\",\r\n                    \"id\": \"GOC40140084001\",\r\n                    \"name\": \"FTTH Access\",\r\n                    \"productOfferingType\": \"contract\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"OC40140084001\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"OC40140084001\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/OC40140084001\",\r\n                    \"id\": \"OC40140084001\",\r\n                    \"name\": \"FTTH Access\",\r\n                    \"productOfferingType\": \"play\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"GO40140084001\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"GO40140084002\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"GO40140084003\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"GO40140084004\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40140084001\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/GO40140084001\",\r\n                    \"id\": \"GO40140084001\",\r\n                    \"name\": \"Caractéristiques principales\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40140084001\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"O40140084002\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40140084001\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084004\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Débit d'accès Montant/Descendant\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000340140084004\",\r\n                            \"name\": \"500M/1000M\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084005\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"VLAN\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084005\",\r\n                            \"name\": \"Avec TAG\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084006\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Profil voix\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084006\",\r\n                            \"name\": \"320K\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/O40140084001\",\r\n                    \"id\": \"O40140084001\",\r\n                    \"name\": \"Accès\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                },\r\n                \"productRelationship\": [\r\n                    {\r\n                        \"product\": {\r\n                            \"id\": \"{{test-ftth-access.productRelationship.product.id}}\"\r\n                        },\r\n                        \"relationshipType\": \"reliesOn\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40140084002\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084009\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de GTR\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000240140084009\",\r\n                            \"name\": \"10 heures HO (heures ouvrables)\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084000\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Durée d'engagement\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084000\",\r\n                            \"name\": \"12 mois\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/O40140084002\",\r\n                    \"id\": \"O40140084002\",\r\n                    \"name\": \"Garantie de Temps de Rétablissement\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40140084002\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/GO40140084002\",\r\n                    \"id\": \"GO40140084002\",\r\n                    \"name\": \"Point de livraison sur site client final\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40140084008\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40140084008\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084010\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de point de livraison\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084010\",\r\n                            \"name\": \"DTIO/PTO\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084008\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Multi-accès\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000240140084008\",\r\n                            \"name\": \"Non\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084003\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de raccordement\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084003\",\r\n                            \"name\": \"Raccordement sur prise existante\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084011\",\r\n                        \"valueType\": \"string\",\r\n                        \"name\": \"Référence PTO\",\r\n                        \"value\": \"{{Ref PTO}}\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/O40140084008\",\r\n                    \"id\": \"O40140084008\",\r\n                    \"name\": \"Raccordement\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40140084003\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/GO40140084003\",\r\n                    \"id\": \"GO40140084003\",\r\n                    \"name\": \"Interface de livraison sur site client final\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40140084004\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40140084004\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084015\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Modèle ONT\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084015\",\r\n                            \"name\": \"Modèle 1 Gbps\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40140084014\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"ONT installé par Orange\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084014\",\r\n                            \"name\": \"Oui\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/O40140084004\",\r\n                    \"id\": \"O40140084004\",\r\n                    \"name\": \"ONT fourni et expédié par Orange\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40140084004\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/GO40140084004\",\r\n                    \"id\": \"GO40140084004\",\r\n                    \"name\": \"Intervention\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40140084005\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40140084005\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40140084007\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type d'intervention\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140140084007\",\r\n                            \"name\": \"Standard\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40990080002\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Intervention\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000840990080002\",\r\n                            \"name\": \"Intervention avec pose ONT : Prise Optique présente\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"https://pepsi-integration.si.fr.intraorange/fp-lizard-catalog-integration/api/productOffering/O40140084005\",\r\n                    \"id\": \"O40140084005\",\r\n                    \"name\": \"Intervention\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"relatedParty\": [\r\n        {\r\n            \"@baseType\": \"RelatedParty\",\r\n            \"@referredType\": \"organization\",\r\n            \"id\": \"{{relatedParty.id}}\",\r\n            \"name\": \"{{relatedParty.name}}\",\r\n            \"role\": \"buyer\"\r\n        }\r\n    ],\r\n    \"quoteSpecification\": \"Acquisition\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.orange.com/united-way/quote-management/v1/quote",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"quote-management",
								"v1",
								"quote"
							]
						}
					},
					"response": []
				},
				{
					"name": "creation d'une cotation Optimum Ethernet Lan",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 201\", function () {\r",
									"    pm.response.to.have.status(201);\r",
									"});\r",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"externalIdentifier\": [\r\n        {\r\n            \"id\": \"{{test-optimum-ethernet-lan.externalIdentifier.id}}\",\r\n            \"externalIdentifierType\": \"customerIdentifier\",\r\n            \"owner\": \"{{optimum-ethernet-lan.externalIdentifier.owner}}\"\r\n        }\r\n    ],\r\n    \"instantSyncQuote\": false,\r\n    \"quoteItem\": [\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GOC40130085001\",\r\n            \"product\": {\r\n                \"agreement\": [\r\n                    {\r\n                        \"id\": \"{{optimum-ethernet-lan.agreement.id}}\"\r\n                    }\r\n                ],\r\n                \"isBundle\": true,\r\n                \"place\": [\r\n                    {\r\n                        \"@type\": \"GeographicSiteBuilding\",\r\n                        \"role\": \"deliveryAddress\",\r\n                        \"buildingCode\": \"{{deliveryAddress.buildingCode}}\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/GOC40130085001\",\r\n                    \"id\": \"GOC40130085001\",\r\n                    \"name\": \"Optimum Ethernet LAN\",\r\n                    \"productOfferingType\": \"contract\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"OC40130085001\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"OC40130085001\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/OC40130085001\",\r\n                    \"id\": \"OC40130085001\",\r\n                    \"name\": \"Optimum Ethernet LAN\",\r\n                    \"productOfferingType\": \"play\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"GO40130085001\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"GO40130085003\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"GO40130085002\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40130085001\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/GO40130085001\",\r\n                    \"id\": \"GO40130085001\",\r\n                    \"name\": \"Caractéristiques principales\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40130085001\",\r\n                    \"relationshipType\": \"bundles\"\r\n                },\r\n                {\r\n                    \"id\": \"O40130085003\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40130085001\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40130085001\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Profil de CoS\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000240130085001\",\r\n                            \"name\": \"data entreprise\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085002\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Débit d'accès\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0001240130085002\",\r\n                            \"name\": \"1 Gbit/s\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40990080001\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de délai\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000240990080001\",\r\n                            \"name\": \"Réseau partiellement déployé\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085012\",\r\n                        \"valueType\": \"string\",\r\n                        \"name\": \"N° VLAN de livraison\",\r\n                        \"value\": \"1234\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085028\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Durée d'engagement\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140130085028\",\r\n                            \"name\": \"1 an\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40990080007\",\r\n                        \"valueType\": \"string\",\r\n                        \"name\": \"Région de collecte\",\r\n                        \"value\": \"NORD_PAS_DE_CALAIS\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/O40130085001\",\r\n                    \"id\": \"O40130085001\",\r\n                    \"name\": \"Accès\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                },\r\n                \"productRelationship\": [\r\n                    {\r\n                        \"product\": {\r\n                            \"href\": \"http://product-inventory-service.product-inventory-management/api/v1/product/40281832934b495b0193627833230292\",\r\n                            \"id\": \"{{test-optimum-ethernet-lan.productRelationship.product.id}}\"\r\n                        },\r\n                        \"relationshipType\": \"reliesOn\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40130085003\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40130085009\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de GTR\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000240130085009\",\r\n                            \"name\": \"GTR S2 4H 8h-18h 6j/7\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/O40130085003\",\r\n                    \"id\": \"O40130085003\",\r\n                    \"name\": \"Garantie de Temps de Rétablissement\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40130085003\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/GO40130085003\",\r\n                    \"id\": \"GO40130085003\",\r\n                    \"name\": \"Interface de service\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40130085006\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40130085006\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40130085031\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type d'interface de service\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000340130085031\",\r\n                            \"name\": \"1 Gigabit Ethernet RJ45\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/O40130085006\",\r\n                    \"id\": \"O40130085006\",\r\n                    \"name\": \"EAS\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"GO40130085002\",\r\n            \"product\": {\r\n                \"isBundle\": true,\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/GO40130085002\",\r\n                    \"id\": \"GO40130085002\",\r\n                    \"name\": \"Raccordement client final\",\r\n                    \"productOfferingType\": \"set\"\r\n                }\r\n            },\r\n            \"quoteItemRelationship\": [\r\n                {\r\n                    \"id\": \"O40130085002\",\r\n                    \"relationshipType\": \"bundles\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"action\": \"add\",\r\n            \"id\": \"O40130085002\",\r\n            \"product\": {\r\n                \"isBundle\": false,\r\n                \"productCharacteristic\": [\r\n                    {\r\n                        \"id\": \"FONC40130085006\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de point de livraison\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140130085006\",\r\n                            \"name\": \"PTO\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085014\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Type de raccordement\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140130085014\",\r\n                            \"name\": \"Raccordement sur prise existante\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085008\",\r\n                        \"valueType\": \"string\",\r\n                        \"name\": \"Référence PTO\",\r\n                        \"value\": \"FI-3871-2026\"\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085029\",\r\n                        \"valueType\": \"object\",\r\n                        \"name\": \"Opérateur d'infrastructure\",\r\n                        \"value\": {\r\n                            \"@type\": \"CharacteristicChoiceValue\",\r\n                            \"id\": \"VF0000140130085029\",\r\n                            \"name\": \"Orange\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": \"FONC40130085013\",\r\n                        \"valueType\": \"string\",\r\n                        \"name\": \"Identifiant immeuble\",\r\n                        \"value\": \"IMB/59553/X/0065\"\r\n                    }\r\n                ],\r\n                \"productOffering\": {\r\n                    \"href\": \"http://fp-lizard-catalog.ops/api/catalog/productOffering/O40130085002\",\r\n                    \"id\": \"O40130085002\",\r\n                    \"name\": \"Raccordement\",\r\n                    \"productOfferingType\": \"atomicOffer\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"relatedParty\": [\r\n        {\r\n            \"@baseType\": \"RelatedParty\",\r\n            \"@referredType\": \"organization\",\r\n            \"id\": \"{{relatedParty.id}}\",\r\n            \"name\": \"{{relatedParty.name}}\",\r\n            \"role\": \"buyer\"\r\n        }\r\n    ],\r\n    \"quoteSpecification\": \"Acquisition\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.orange.com/united-way/quote-management/v1/quote",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"quote-management",
								"v1",
								"quote"
							]
						}
					},
					"response": []
				},
				{
					"name": "suivi d'une cotation créée",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/quote-management/v1/quote/:id",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"quote-management",
								"v1",
								"quote",
								":id"
							],
							"variable": [
								{
									"key": "id",
									"value": "{{id}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "mes cotations",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.orange.com/united-way/quote-management/v1/quote",
							"protocol": "https",
							"host": [
								"api",
								"orange",
								"com"
							],
							"path": [
								"united-way",
								"quote-management",
								"v1",
								"quote"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}