From 03825886543d7a630c10209f720368168fcd09c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:22:03 +0000 Subject: [PATCH 01/11] Initial plan From ffa213f0eee2466f7275cec39a16bf4c8250b6ca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:29:36 +0000 Subject: [PATCH 02/11] Add column-pinning-custom-theme samples for grid, hierarchical-grid, and tree-grid Co-authored-by: tishko0 <15924795+tishko0@users.noreply.github.com> --- .../column-pinning-custom-theme/.eslintrc.js | 78 + .../column-pinning-custom-theme/ReadMe.md | 56 + .../column-pinning-custom-theme/index.html | 12 + .../column-pinning-custom-theme/package.json | 49 + .../sandbox.config.json | 5 + .../src/CustomersDataLocal.json | 353 + .../column-pinning-custom-theme/src/index.css | 33 + .../column-pinning-custom-theme/src/index.tsx | 119 + .../src/react-app-env.d.ts | 1 + .../column-pinning-custom-theme/tsconfig.json | 44 + .../vite.config.js | 12 + .../column-pinning-custom-theme/.eslintrc.js | 78 + .../column-pinning-custom-theme/ReadMe.md | 56 + .../column-pinning-custom-theme/index.html | 12 + .../column-pinning-custom-theme/package.json | 49 + .../sandbox.config.json | 5 + .../src/HierarchicalCustomersData.json | 37940 ++++++++++++++++ .../column-pinning-custom-theme/src/index.css | 33 + .../column-pinning-custom-theme/src/index.tsx | 185 + .../src/react-app-env.d.ts | 1 + .../column-pinning-custom-theme/tsconfig.json | 44 + .../vite.config.js | 12 + .../column-pinning-custom-theme/.eslintrc.js | 78 + .../column-pinning-custom-theme/ReadMe.md | 56 + .../column-pinning-custom-theme/index.html | 12 + .../column-pinning-custom-theme/package.json | 49 + .../sandbox.config.json | 5 + .../column-pinning-custom-theme/src/index.css | 33 + .../column-pinning-custom-theme/src/index.tsx | 107 + .../src/react-app-env.d.ts | 1 + .../column-pinning-custom-theme/tsconfig.json | 44 + .../vite.config.js | 12 + 32 files changed, 39574 insertions(+) create mode 100644 samples/grids/grid/column-pinning-custom-theme/.eslintrc.js create mode 100644 samples/grids/grid/column-pinning-custom-theme/ReadMe.md create mode 100644 samples/grids/grid/column-pinning-custom-theme/index.html create mode 100644 samples/grids/grid/column-pinning-custom-theme/package.json create mode 100644 samples/grids/grid/column-pinning-custom-theme/sandbox.config.json create mode 100644 samples/grids/grid/column-pinning-custom-theme/src/CustomersDataLocal.json create mode 100644 samples/grids/grid/column-pinning-custom-theme/src/index.css create mode 100644 samples/grids/grid/column-pinning-custom-theme/src/index.tsx create mode 100644 samples/grids/grid/column-pinning-custom-theme/src/react-app-env.d.ts create mode 100644 samples/grids/grid/column-pinning-custom-theme/tsconfig.json create mode 100644 samples/grids/grid/column-pinning-custom-theme/vite.config.js create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/.eslintrc.js create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/ReadMe.md create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/index.html create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/package.json create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/sandbox.config.json create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.css create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/src/react-app-env.d.ts create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/tsconfig.json create mode 100644 samples/grids/hierarchical-grid/column-pinning-custom-theme/vite.config.js create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/.eslintrc.js create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/ReadMe.md create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/index.html create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/package.json create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/sandbox.config.json create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/src/index.css create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/src/react-app-env.d.ts create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/tsconfig.json create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/vite.config.js diff --git a/samples/grids/grid/column-pinning-custom-theme/.eslintrc.js b/samples/grids/grid/column-pinning-custom-theme/.eslintrc.js new file mode 100644 index 0000000000..7168b71441 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/.eslintrc.js @@ -0,0 +1,78 @@ +// https://www.robertcooper.me/using-eslint-and-prettier-in-a-typescript-project +module.exports = { + parser: "@typescript-eslint/parser", // Specifies the ESLint parser + parserOptions: { + ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features + sourceType: "module", // Allows for the use of imports + ecmaFeatures: { + jsx: true // Allows for the parsing of JSX + } + }, + settings: { + react: { + version: "999.999.999" // Tells eslint-plugin-react to automatically detect the version of React to use + } + }, + extends: [ + "eslint:recommended", + "plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react + "plugin:@typescript-eslint/recommended" // Uses the recommended rules from @typescript-eslint/eslint-plugin + ], + rules: { + // Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs + "default-case": "off", + "jsx-a11y/alt-text": "off", + "jsx-a11y/iframe-has-title": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-extend-native": "off", + "no-throw-literal": "off", + "no-useless-concat": "off", + "no-mixed-operators": "off", + "no-prototype-builtins": "off", + "no-mixed-spaces-and-tabs": 0, + "prefer-const": "off", + "prefer-rest-params": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off" + }, + "overrides": [ + { + "files": ["*.ts", "*.tsx"], + "rules": { + "default-case": "off", + "jsx-a11y/alt-text": "off", + "jsx-a11y/iframe-has-title": "off", + "no-var": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-extend-native": "off", + "no-throw-literal": "off", + "no-useless-concat": "off", + "no-mixed-operators": "off", + "no-mixed-spaces-and-tabs": 0, + "no-prototype-builtins": "off", + "prefer-const": "off", + "prefer-rest-params": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off" + } + } + ] + }; \ No newline at end of file diff --git a/samples/grids/grid/column-pinning-custom-theme/ReadMe.md b/samples/grids/grid/column-pinning-custom-theme/ReadMe.md new file mode 100644 index 0000000000..a3933924ba --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/ReadMe.md @@ -0,0 +1,56 @@ + + + +This folder contains implementation of React application with example of Column Pinning Custom Theme feature using [Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component. + + + + + + View Docs + + + View Code + + + Run Sample + + + Run Sample + + + + +## Branches + +> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-react-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-react-examples/tree/vnext) branch only when you want to contribute new samples to this repository. + +## Instructions + +Follow these instructions to run this example: + + +``` +git clone https://github.com/IgniteUI/igniteui-react-examples.git +git checkout master +cd ./igniteui-react-examples +cd ./samples/grids/grid/column-pinning-custom-theme +``` + +open above folder in VS Code or type: +``` +code . +``` + +In terminal window, run: +``` +npm install --legacy-peer-deps +npm run-script start +``` + +Then open http://localhost:4200/ in your browser + + +## Learn More + +To learn more about **Ignite UI for React** components, check out the [React documentation](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html). diff --git a/samples/grids/grid/column-pinning-custom-theme/index.html b/samples/grids/grid/column-pinning-custom-theme/index.html new file mode 100644 index 0000000000..fd8d08d532 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/index.html @@ -0,0 +1,12 @@ + + + + Sample | Ignite UI | React | infragistics + + + + +
+ + + \ No newline at end of file diff --git a/samples/grids/grid/column-pinning-custom-theme/package.json b/samples/grids/grid/column-pinning-custom-theme/package.json new file mode 100644 index 0000000000..1f4c711365 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/package.json @@ -0,0 +1,49 @@ +{ + "name": "example-ignite-ui-react", + "description": "This project provides example of using Ignite UI for React components", + "author": "Infragistics", + "version": "1.4.0", + "license": "", + "homepage": ".", + "private": true, + "scripts": { + "start": "vite --port 4200", + "build": "tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite build", + "preview": "vite preview", + "test": "vitest", + "lint": "eslint ./src/**/*.{ts,tsx}" + }, + "dependencies": { + "igniteui-dockmanager": "^1.17.0", + "igniteui-react": "^19.3.0-rc.2", + "igniteui-react-core": "19.2.2", + "igniteui-react-grids": "^19.2.0", + "igniteui-webcomponents": "^6.3.0", + "lit-html": "^3.2.0", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "tslib": "^2.4.0" + }, + "devDependencies": { + "@types/jest": "^29.2.0", + "@types/node": "^24.7.1", + "@types/react": "^18.0.24", + "@types/react-dom": "^18.0.8", + "@vitejs/plugin-react": "^5.0.4", + "@vitest/browser": "^3.2.4", + "eslint": "^8.33.0", + "eslint-config-react": "^1.1.7", + "eslint-plugin-react": "^7.20.0", + "typescript": "^4.8.4", + "vite": "^7.1.9", + "vitest": "^3.2.4", + "vitest-canvas-mock": "^0.3.3", + "worker-loader": "^3.0.8" + }, + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] +} diff --git a/samples/grids/grid/column-pinning-custom-theme/sandbox.config.json b/samples/grids/grid/column-pinning-custom-theme/sandbox.config.json new file mode 100644 index 0000000000..07f53508eb --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/sandbox.config.json @@ -0,0 +1,5 @@ +{ + "infiniteLoopProtection": false, + "hardReloadOnChange": false, + "view": "browser" +} \ No newline at end of file diff --git a/samples/grids/grid/column-pinning-custom-theme/src/CustomersDataLocal.json b/samples/grids/grid/column-pinning-custom-theme/src/CustomersDataLocal.json new file mode 100644 index 0000000000..e06811c5fe --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/src/CustomersDataLocal.json @@ -0,0 +1,353 @@ +[ + { + "ID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "Region": "East", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545" + }, + { + "ID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constitución 2222", + "City": "México D.F.", + "Region": "South", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745" + }, + { + "ID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "Region": "South", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Fax": "(5) 555-3745" + }, + { + "ID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "Region": "East", + "PostalCode": 15000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750" + }, + { + "ID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "Region": "South", + "PostalCode": 44000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67" + }, + { + "ID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "Region": "East", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924" + }, + { + "ID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "Region": "East", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32" + }, + { + "ID": "BOLID", + "Company": "Bólido Comidas preparadas", + "ContactName": "Martín Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "Region": "East", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99" + }, + { + "ID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "Region": "West", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41" + }, + { + "ID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 19000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745" + }, + { + "ID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "Region": "South", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Fax": "(5) 555-3745" + }, + { + "ID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "Region": "East", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892" + }, + { + "ID": "CENTC", + "Company": "Centro comercial Moctezuma", + "ContactName": "Francisco Chang", + "ContactTitle": "Marketing Manager", + "Address": "Sierras de Granada 9993", + "City": "México D.F.", + "Region": "South", + "PostalCode": 5022, + "Country": "Mexico", + "Phone": "(5) 555-3392", + "Fax": "(5) 555-7293" + }, + { + "ID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "Region": "East", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Fax": "(5) 555-3745" + }, + { + "ID": "COMMI", + "Company": "Comércio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lusíadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 46000, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Fax": "(5) 555-3745" + }, + { + "ID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "Region": "South", + "PostalCode": 12000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199" + }, + { + "ID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "Region": "South", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428" + }, + { + "ID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "Region": "East", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89" + }, + { + "ID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "Region": "East", + "PostalCode": 22000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373" + }, + { + "ID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "Region": "South", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426" + }, + { + "ID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 29000, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Fax": "(5) 555-3745" + }, + { + "ID": "FISSA", + "Company": "FISSA Fabrica Inter. Salchichas S.A.", + "ContactName": "Diego Roel", + "ContactTitle": "Accounting Manager", + "Address": "C/ Moralzarzal, 86", + "City": "Madrid", + "Region": "East", + "PostalCode": 28034, + "Country": "Spain", + "Phone": "(91) 555 94 44", + "Fax": "(91) 555 55 93" + }, + { + "ID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Rancé", + "ContactTitle": "Assistant Sales Agent", + "Address": "184, chaussée de Tournai", + "City": "Lille", + "Region": "South", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17" + }, + { + "ID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "Region": "East", + "PostalCode": 29000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Fax": "0695 33-4455" + }, + { + "ID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "Region": "East", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451" + }, + { + "ID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "Region": "South", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20" + }, + { + "ID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "Region": "East", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261" + } +] \ No newline at end of file diff --git a/samples/grids/grid/column-pinning-custom-theme/src/index.css b/samples/grids/grid/column-pinning-custom-theme/src/index.css new file mode 100644 index 0000000000..e8c5915b84 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/src/index.css @@ -0,0 +1,33 @@ +:root { + /* Base colors */ + --white: #fff; + --blue: #4567bb; + --orange: #cc6600; + --gold: #ffcd0f; + --gray: #efefef; + --dark-gray: #404040; + --border-gray: #555555; + + /* Color Palette */ + --palette-primary: var(--white); + --palette-secondary: var(--blue); + --palette-surface: var(--gray); + --palette-accent: var(--gold); + --palette-highlight: var(--orange); + --palette-background: var(--dark-gray); + --palette-border: var(--border-gray); + + /* Secondary color variations */ + --palette-secondary-200: #6B87DD; + --palette-secondary-400: var(--blue); + --palette-secondary-600: #3A4FA0; +} + +.custom-grid-palette-theme { + --ig-grid-pinned-border-width: 5px; + --ig-grid-pinned-border-color: var(--palette-accent); + --ig-grid-pinned-border-style: double; + --ig-grid-cell-active-border-color: var(--palette-accent); + + --ig-size: var(--ig-size-medium); +} diff --git a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx new file mode 100644 index 0000000000..add5b23001 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx @@ -0,0 +1,119 @@ +import React from 'react'; +import ReactDOM from 'react-dom/client'; +import './index.css'; + +import { IgrGridModule } from 'igniteui-react-grids'; +import { IgrGrid, IgrGridToolbar, IgrGridToolbarTitle, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn } from 'igniteui-react-grids'; +import CustomersDataLocal from './CustomersDataLocal.json'; + +import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; + +const mods: any[] = [ + IgrGridModule +]; +mods.forEach((m) => m.register()); + +export default class Sample extends React.Component { + private grid: IgrGrid + private gridRef(r: IgrGrid) { + this.grid = r; + this.setState({}); + } + + constructor(props: any) { + super(props); + + this.gridRef = this.gridRef.bind(this); + } + + public render(): JSX.Element { + return ( +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ ); + } + + private _customersDataLocal: any[] = CustomersDataLocal; + public get customersDataLocal(): any[] { + return this._customersDataLocal; + } + +} + +// rendering above component in the React DOM +const root = ReactDOM.createRoot(document.getElementById('root')); +root.render(); diff --git a/samples/grids/grid/column-pinning-custom-theme/src/react-app-env.d.ts b/samples/grids/grid/column-pinning-custom-theme/src/react-app-env.d.ts new file mode 100644 index 0000000000..6431bc5fc6 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/src/react-app-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/samples/grids/grid/column-pinning-custom-theme/tsconfig.json b/samples/grids/grid/column-pinning-custom-theme/tsconfig.json new file mode 100644 index 0000000000..8c0d146f95 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/tsconfig.json @@ -0,0 +1,44 @@ +{ + "compilerOptions": { + "resolveJsonModule": true, + "esModuleInterop": true, + "baseUrl": ".", + "outDir": "build/dist", + "module": "esnext", + "target": "es5", + "lib": [ + "es6", + "dom" + ], + "sourceMap": true, + "allowJs": true, + "jsx": "react-jsx", + "moduleResolution": "node", + "rootDir": "src", + "forceConsistentCasingInFileNames": true, + "noImplicitReturns": true, + "noImplicitThis": true, + "noImplicitAny": true, + "noUnusedLocals": false, + "importHelpers": true, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "strict": false, + "isolatedModules": true, + "noEmit": true + }, + "exclude": [ + "node_modules", + "build", + "scripts", + "acceptance-tests", + "webpack", + "jest", + "src/setupTests.ts", + "**/odatajs-4.0.0.js", + "config-overrides.js" + ], + "include": [ + "src" + ] +} diff --git a/samples/grids/grid/column-pinning-custom-theme/vite.config.js b/samples/grids/grid/column-pinning-custom-theme/vite.config.js new file mode 100644 index 0000000000..1744dbc719 --- /dev/null +++ b/samples/grids/grid/column-pinning-custom-theme/vite.config.js @@ -0,0 +1,12 @@ +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; + +export default defineConfig({ + plugins: [react()], + build: { + outDir: 'build' + }, + server: { + open: false + }, +}); \ No newline at end of file diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/.eslintrc.js b/samples/grids/hierarchical-grid/column-pinning-custom-theme/.eslintrc.js new file mode 100644 index 0000000000..7168b71441 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/.eslintrc.js @@ -0,0 +1,78 @@ +// https://www.robertcooper.me/using-eslint-and-prettier-in-a-typescript-project +module.exports = { + parser: "@typescript-eslint/parser", // Specifies the ESLint parser + parserOptions: { + ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features + sourceType: "module", // Allows for the use of imports + ecmaFeatures: { + jsx: true // Allows for the parsing of JSX + } + }, + settings: { + react: { + version: "999.999.999" // Tells eslint-plugin-react to automatically detect the version of React to use + } + }, + extends: [ + "eslint:recommended", + "plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react + "plugin:@typescript-eslint/recommended" // Uses the recommended rules from @typescript-eslint/eslint-plugin + ], + rules: { + // Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs + "default-case": "off", + "jsx-a11y/alt-text": "off", + "jsx-a11y/iframe-has-title": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-extend-native": "off", + "no-throw-literal": "off", + "no-useless-concat": "off", + "no-mixed-operators": "off", + "no-prototype-builtins": "off", + "no-mixed-spaces-and-tabs": 0, + "prefer-const": "off", + "prefer-rest-params": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off" + }, + "overrides": [ + { + "files": ["*.ts", "*.tsx"], + "rules": { + "default-case": "off", + "jsx-a11y/alt-text": "off", + "jsx-a11y/iframe-has-title": "off", + "no-var": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-extend-native": "off", + "no-throw-literal": "off", + "no-useless-concat": "off", + "no-mixed-operators": "off", + "no-mixed-spaces-and-tabs": 0, + "no-prototype-builtins": "off", + "prefer-const": "off", + "prefer-rest-params": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off" + } + } + ] + }; \ No newline at end of file diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/ReadMe.md b/samples/grids/hierarchical-grid/column-pinning-custom-theme/ReadMe.md new file mode 100644 index 0000000000..55d31c6909 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/ReadMe.md @@ -0,0 +1,56 @@ + + + +This folder contains implementation of React application with example of Column Pinning Custom Theme feature using [Hierarchical Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component. + + + + + + View Docs + + + View Code + + + Run Sample + + + Run Sample + + + + +## Branches + +> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-react-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-react-examples/tree/vnext) branch only when you want to contribute new samples to this repository. + +## Instructions + +Follow these instructions to run this example: + + +``` +git clone https://github.com/IgniteUI/igniteui-react-examples.git +git checkout master +cd ./igniteui-react-examples +cd ./samples/grids/hierarchical-grid/column-pinning-custom-theme +``` + +open above folder in VS Code or type: +``` +code . +``` + +In terminal window, run: +``` +npm install --legacy-peer-deps +npm run-script start +``` + +Then open http://localhost:4200/ in your browser + + +## Learn More + +To learn more about **Ignite UI for React** components, check out the [React documentation](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html). diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/index.html b/samples/grids/hierarchical-grid/column-pinning-custom-theme/index.html new file mode 100644 index 0000000000..fd8d08d532 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/index.html @@ -0,0 +1,12 @@ + + + + Sample | Ignite UI | React | infragistics + + + + +
+ + + \ No newline at end of file diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/package.json b/samples/grids/hierarchical-grid/column-pinning-custom-theme/package.json new file mode 100644 index 0000000000..1f4c711365 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/package.json @@ -0,0 +1,49 @@ +{ + "name": "example-ignite-ui-react", + "description": "This project provides example of using Ignite UI for React components", + "author": "Infragistics", + "version": "1.4.0", + "license": "", + "homepage": ".", + "private": true, + "scripts": { + "start": "vite --port 4200", + "build": "tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite build", + "preview": "vite preview", + "test": "vitest", + "lint": "eslint ./src/**/*.{ts,tsx}" + }, + "dependencies": { + "igniteui-dockmanager": "^1.17.0", + "igniteui-react": "^19.3.0-rc.2", + "igniteui-react-core": "19.2.2", + "igniteui-react-grids": "^19.2.0", + "igniteui-webcomponents": "^6.3.0", + "lit-html": "^3.2.0", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "tslib": "^2.4.0" + }, + "devDependencies": { + "@types/jest": "^29.2.0", + "@types/node": "^24.7.1", + "@types/react": "^18.0.24", + "@types/react-dom": "^18.0.8", + "@vitejs/plugin-react": "^5.0.4", + "@vitest/browser": "^3.2.4", + "eslint": "^8.33.0", + "eslint-config-react": "^1.1.7", + "eslint-plugin-react": "^7.20.0", + "typescript": "^4.8.4", + "vite": "^7.1.9", + "vitest": "^3.2.4", + "vitest-canvas-mock": "^0.3.3", + "worker-loader": "^3.0.8" + }, + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] +} diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/sandbox.config.json b/samples/grids/hierarchical-grid/column-pinning-custom-theme/sandbox.config.json new file mode 100644 index 0000000000..07f53508eb --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/sandbox.config.json @@ -0,0 +1,5 @@ +{ + "infiniteLoopProtection": false, + "hardReloadOnChange": false, + "view": "browser" +} \ No newline at end of file diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json new file mode 100644 index 0000000000..8c1cb2c4ac --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json @@ -0,0 +1,37940 @@ +[ + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10248, + "EmployeeID": 5, + "OrderDate": "1996-07-04T00:00:00", + "RequiredDate": "1996-08-01T00:00:00", + "ShippedDate": "1996-07-16T00:00:00", + "ShipVia": 3, + "Freight": 32.38, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0, + "Weight": 2.5, + "Length": 25.6, + "TotalPrice": 225.75 + }, + { + "ProductID": 42, + "UnitPrice": 9.8, + "Quantity": 10, + "Discount": 0, + "Weight": 2.1, + "Length": 29.3, + "TotalPrice": 250.5 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 5, + "Discount": 0, + "Weight": 2.7, + "Length": 24.8, + "TotalPrice": 220.25 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialitäten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "Münster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10249, + "EmployeeID": 6, + "OrderDate": "1996-07-05T00:00:00", + "RequiredDate": "1996-08-16T00:00:00", + "ShippedDate": "1996-07-10T00:00:00", + "ShipVia": 1, + "Freight": 11.61, + "ShipName": "Toms Spezialitäten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "Münster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 9, + "Discount": 0, + "Weight": 3.2, + "Length": 28.6, + "TotalPrice": 253.75 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 40, + "Discount": 0, + "Weight": 2.5, + "Length": 25.6, + "TotalPrice": 225.75 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Madrid", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10250, + "EmployeeID": 4, + "OrderDate": "1996-07-08T00:00:00", + "RequiredDate": "1996-08-05T00:00:00", + "ShippedDate": "1996-07-12T00:00:00", + "ShipVia": 2, + "Freight": 65.83, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 10, + "Discount": 0, + "Weight": 2.9, + "Length": 26.9, + "TotalPrice": 233.5 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 35, + "Discount": 0.16, + "Weight": 3.5, + "Length": 27.4, + "TotalPrice": 261.25 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.16, + "Weight": 2.2, + "Length": 30.2, + "TotalPrice": 249.75 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10251, + "EmployeeID": 3, + "OrderDate": "1996-07-08T00:00:00", + "RequiredDate": "1996-08-05T00:00:00", + "ShippedDate": "1996-07-15T00:00:00", + "ShipVia": 1, + "Freight": 41.34, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 16.8, + "Quantity": 6, + "Discount": 0.06, + "Weight": 2.6, + "Length": 26.8, + "TotalPrice": 226.5 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 15, + "Discount": 0.06, + "Weight": 3.1, + "Length": 24.3, + "TotalPrice": 219.25 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 20, + "Discount": 0, + "Weight": 2.4, + "Length": 23.7, + "TotalPrice": 207 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10252, + "EmployeeID": 4, + "OrderDate": "1996-07-09T00:00:00", + "RequiredDate": "1996-08-06T00:00:00", + "ShippedDate": "1996-07-11T00:00:00", + "ShipVia": 2, + "Freight": 51.3, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10254, + "EmployeeID": 5, + "OrderDate": "1996-07-11T00:00:00", + "RequiredDate": "1996-08-08T00:00:00", + "ShippedDate": "1996-07-23T00:00:00", + "ShipVia": 2, + "Freight": 22.98, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 21, + "Discount": 0.16 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10255, + "EmployeeID": 9, + "OrderDate": "1996-07-12T00:00:00", + "RequiredDate": "1996-08-09T00:00:00", + "ShippedDate": "1996-07-15T00:00:00", + "ShipVia": 3, + "Freight": 148.33, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10256, + "EmployeeID": 3, + "OrderDate": "1996-07-15T00:00:00", + "RequiredDate": "1996-08-12T00:00:00", + "ShippedDate": "1996-07-17T00:00:00", + "ShipVia": 2, + "Freight": 13.97, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10257, + "EmployeeID": 4, + "OrderDate": "1996-07-16T00:00:00", + "RequiredDate": "1996-08-13T00:00:00", + "ShippedDate": "1996-07-22T00:00:00", + "ShipVia": 3, + "Freight": 81.91, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 35.1, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10258, + "EmployeeID": 1, + "OrderDate": "1996-07-17T00:00:00", + "RequiredDate": "1996-08-14T00:00:00", + "ShippedDate": "1996-07-23T00:00:00", + "ShipVia": 1, + "Freight": 140.51, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 65, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 25.6, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CENTC", + "Company": "Centro comercial Moctezuma", + "ContactName": "Francisco Chang", + "ContactTitle": "Marketing Manager", + "Address": "Sierras de Granada 9993", + "City": "México D.F.", + "PostalCode": 5022, + "Country": "Mexico", + "Phone": "(5) 555-3392", + "Fax": "(5) 555-7293", + "Orders": [ + { + "OrderID": 10259, + "EmployeeID": 4, + "OrderDate": "1996-07-18T00:00:00", + "RequiredDate": "1996-08-15T00:00:00", + "ShippedDate": "1996-07-25T00:00:00", + "ShipVia": 3, + "Freight": 3.25, + "ShipName": "Centro comercial Moctezuma", + "ShipAddress": "Sierras de Granada 9993", + "ShipCity": "México D.F.", + "ShipPostalCode": 5022, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 37, + "UnitPrice": 20.8, + "Quantity": 1, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10260, + "EmployeeID": 4, + "OrderDate": "1996-07-19T00:00:00", + "RequiredDate": "1996-08-16T00:00:00", + "ShippedDate": "1996-07-29T00:00:00", + "ShipVia": 1, + "Freight": 55.09, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 16, + "Discount": 0.25 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10261, + "EmployeeID": 4, + "OrderDate": "1996-07-19T00:00:00", + "RequiredDate": "1996-08-16T00:00:00", + "ShippedDate": "1996-07-30T00:00:00", + "ShipVia": 2, + "Freight": 3.05, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10262, + "EmployeeID": 8, + "OrderDate": "1996-07-22T00:00:00", + "RequiredDate": "1996-08-19T00:00:00", + "ShippedDate": "1996-07-25T00:00:00", + "ShipVia": 3, + "Freight": 48.29, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10263, + "EmployeeID": 9, + "OrderDate": "1996-07-23T00:00:00", + "RequiredDate": "1996-08-20T00:00:00", + "ShippedDate": "1996-07-31T00:00:00", + "ShipVia": 3, + "Freight": 146.06, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 36, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 36000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10264, + "EmployeeID": 6, + "OrderDate": "1996-07-24T00:00:00", + "RequiredDate": "1996-08-21T00:00:00", + "ShippedDate": "1996-08-23T00:00:00", + "ShipVia": 3, + "Freight": 3.67, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 15000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10265, + "EmployeeID": 2, + "OrderDate": "1996-07-25T00:00:00", + "RequiredDate": "1996-08-22T00:00:00", + "ShippedDate": "1996-08-12T00:00:00", + "ShipVia": 1, + "Freight": 55.28, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10266, + "EmployeeID": 3, + "OrderDate": "1996-07-26T00:00:00", + "RequiredDate": "1996-09-06T00:00:00", + "ShippedDate": "1996-07-31T00:00:00", + "ShipVia": 3, + "Freight": 25.73, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 30.4, + "Quantity": 12, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10267, + "EmployeeID": 4, + "OrderDate": "1996-07-29T00:00:00", + "RequiredDate": "1996-08-26T00:00:00", + "ShippedDate": "1996-08-06T00:00:00", + "ShipVia": 1, + "Freight": 208.58, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 70, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "GROSR", + "Company": "GROSELLA-Restaurante", + "ContactName": "Manuel Pereira", + "ContactTitle": "Owner", + "Address": "5ª Ave. Los Palos Grandes", + "City": "Caracas", + "Region": "DF", + "PostalCode": 1081, + "Country": "Venezuela", + "Phone": "(2) 283-2951", + "Fax": "(2) 283-3397", + "Orders": [ + { + "OrderID": 10268, + "EmployeeID": 8, + "OrderDate": "1996-07-30T00:00:00", + "RequiredDate": "1996-08-27T00:00:00", + "ShippedDate": "1996-08-02T00:00:00", + "ShipVia": 3, + "Freight": 66.29, + "ShipName": "GROSELLA-Restaurante", + "ShipAddress": "5ª Ave. Los Palos Grandes", + "ShipCity": "Caracas", + "ShipRegion": "DF", + "ShipPostalCode": 1081, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10269, + "EmployeeID": 5, + "OrderDate": "1996-07-31T00:00:00", + "RequiredDate": "1996-08-14T00:00:00", + "ShippedDate": "1996-08-09T00:00:00", + "ShipVia": 1, + "Freight": 4.56, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10270, + "EmployeeID": 1, + "OrderDate": "1996-08-01T00:00:00", + "RequiredDate": "1996-08-29T00:00:00", + "ShippedDate": "1996-08-02T00:00:00", + "ShipVia": 1, + "Freight": 136.54, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10271, + "EmployeeID": 6, + "OrderDate": "1996-08-01T00:00:00", + "RequiredDate": "1996-08-29T00:00:00", + "ShippedDate": "1996-08-30T00:00:00", + "ShipVia": 2, + "Freight": 4.54, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10272, + "EmployeeID": 6, + "OrderDate": "1996-08-02T00:00:00", + "RequiredDate": "1996-08-30T00:00:00", + "ShippedDate": "1996-08-06T00:00:00", + "ShipVia": 2, + "Freight": 98.03, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10273, + "EmployeeID": 3, + "OrderDate": "1996-08-05T00:00:00", + "RequiredDate": "1996-09-02T00:00:00", + "ShippedDate": "1996-08-12T00:00:00", + "ShipVia": 3, + "Freight": 76.07, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 24, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 33, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10274, + "EmployeeID": 6, + "OrderDate": "1996-08-06T00:00:00", + "RequiredDate": "1996-09-03T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 1, + "Freight": 6.01, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10275, + "EmployeeID": 1, + "OrderDate": "1996-08-07T00:00:00", + "RequiredDate": "1996-09-04T00:00:00", + "ShippedDate": "1996-08-09T00:00:00", + "ShipVia": 1, + "Freight": 26.93, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 6, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10276, + "EmployeeID": 8, + "OrderDate": "1996-08-08T00:00:00", + "RequiredDate": "1996-08-22T00:00:00", + "ShippedDate": "1996-08-14T00:00:00", + "ShipVia": 3, + "Freight": 13.84, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10277, + "EmployeeID": 2, + "OrderDate": "1996-08-09T00:00:00", + "RequiredDate": "1996-09-06T00:00:00", + "ShippedDate": "1996-08-13T00:00:00", + "ShipVia": 3, + "Freight": 125.77, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 32000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10278, + "EmployeeID": 8, + "OrderDate": "1996-08-12T00:00:00", + "RequiredDate": "1996-09-09T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 2, + "Freight": 92.69, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 26000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 12, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10279, + "EmployeeID": 8, + "OrderDate": "1996-08-13T00:00:00", + "RequiredDate": "1996-09-10T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 2, + "Freight": 25.83, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 34000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10280, + "EmployeeID": 2, + "OrderDate": "1996-08-14T00:00:00", + "RequiredDate": "1996-09-11T00:00:00", + "ShippedDate": "1996-09-12T00:00:00", + "ShipVia": 1, + "Freight": 8.98, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 50000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran Vía, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 10281, + "EmployeeID": 4, + "OrderDate": "1996-08-14T00:00:00", + "RequiredDate": "1996-08-28T00:00:00", + "ShippedDate": "1996-08-21T00:00:00", + "ShipVia": 1, + "Freight": 2.94, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran Vía, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 4, + "Discount": 0 + } + ] + }, + { + "OrderID": 10282, + "EmployeeID": 4, + "OrderDate": "1996-08-15T00:00:00", + "RequiredDate": "1996-09-12T00:00:00", + "ShippedDate": "1996-08-21T00:00:00", + "ShipVia": 1, + "Freight": 12.69, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran Vía, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10283, + "EmployeeID": 3, + "OrderDate": "1996-08-16T00:00:00", + "RequiredDate": "1996-09-13T00:00:00", + "ShippedDate": "1996-08-23T00:00:00", + "ShipVia": 3, + "Freight": 84.81, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 12.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10284, + "EmployeeID": 4, + "OrderDate": "1996-08-19T00:00:00", + "RequiredDate": "1996-09-16T00:00:00", + "ShippedDate": "1996-08-27T00:00:00", + "ShipVia": 1, + "Freight": 76.56, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 35.1, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 67, + "UnitPrice": 11.2, + "Quantity": 5, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10285, + "EmployeeID": 1, + "OrderDate": "1996-08-20T00:00:00", + "RequiredDate": "1996-09-17T00:00:00", + "ShippedDate": "1996-08-26T00:00:00", + "ShipVia": 2, + "Freight": 76.83, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 36, + "Discount": 0.2 + } + ] + }, + { + "OrderID": 10286, + "EmployeeID": 8, + "OrderDate": "1996-08-21T00:00:00", + "RequiredDate": "1996-09-18T00:00:00", + "ShippedDate": "1996-08-30T00:00:00", + "ShipVia": 3, + "Freight": 229.24, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 100, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10287, + "EmployeeID": 8, + "OrderDate": "1996-08-22T00:00:00", + "RequiredDate": "1996-09-19T00:00:00", + "ShippedDate": "1996-08-28T00:00:00", + "ShipVia": 3, + "Freight": 12.76, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10288, + "EmployeeID": 4, + "OrderDate": "1996-08-23T00:00:00", + "RequiredDate": "1996-09-20T00:00:00", + "ShippedDate": "1996-09-03T00:00:00", + "ShipVia": 1, + "Freight": 7.45, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10289, + "EmployeeID": 7, + "OrderDate": "1996-08-26T00:00:00", + "RequiredDate": "1996-09-23T00:00:00", + "ShippedDate": "1996-08-28T00:00:00", + "ShipVia": 3, + "Freight": 22.77, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 18000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Comércio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lusíadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10290, + "EmployeeID": 8, + "OrderDate": "1996-08-27T00:00:00", + "RequiredDate": "1996-09-24T00:00:00", + "ShippedDate": "1996-09-03T00:00:00", + "ShipVia": 1, + "Freight": 79.7, + "ShipName": "Comércio Mineiro", + "ShipAddress": "Av. dos Lusíadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10291, + "EmployeeID": 6, + "OrderDate": "1996-08-27T00:00:00", + "RequiredDate": "1996-09-24T00:00:00", + "ShippedDate": "1996-09-04T00:00:00", + "ShipVia": 2, + "Freight": 6.4, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 24, + "Discount": 0.1 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 2, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradição Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. Inês de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10292, + "EmployeeID": 1, + "OrderDate": "1996-08-28T00:00:00", + "RequiredDate": "1996-09-25T00:00:00", + "ShippedDate": "1996-09-02T00:00:00", + "ShipVia": 2, + "Freight": 1.35, + "ShipName": "Tradiçao Hipermercados", + "ShipAddress": "Av. Inês de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10293, + "EmployeeID": 1, + "OrderDate": "1996-08-29T00:00:00", + "RequiredDate": "1996-09-26T00:00:00", + "ShippedDate": "1996-09-11T00:00:00", + "ShipVia": 3, + "Freight": 21.18, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10294, + "EmployeeID": 4, + "OrderDate": "1996-08-30T00:00:00", + "RequiredDate": "1996-09-27T00:00:00", + "ShippedDate": "1996-09-05T00:00:00", + "ShipVia": 2, + "Freight": 147.26, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10295, + "EmployeeID": 2, + "OrderDate": "1996-09-02T00:00:00", + "RequiredDate": "1996-09-30T00:00:00", + "ShippedDate": "1996-09-10T00:00:00", + "ShipVia": 2, + "Freight": 1.15, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10296, + "EmployeeID": 6, + "OrderDate": "1996-09-03T00:00:00", + "RequiredDate": "1996-10-01T00:00:00", + "ShippedDate": "1996-09-11T00:00:00", + "ShipVia": 1, + "Freight": 0.12, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10297, + "EmployeeID": 5, + "OrderDate": "1996-09-04T00:00:00", + "RequiredDate": "1996-10-16T00:00:00", + "ShippedDate": "1996-09-10T00:00:00", + "ShipVia": 2, + "Freight": 5.74, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10298, + "EmployeeID": 6, + "OrderDate": "1996-09-05T00:00:00", + "RequiredDate": "1996-10-03T00:00:00", + "ShippedDate": "1996-09-11T00:00:00", + "ShipVia": 2, + "Freight": 168.22, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10299, + "EmployeeID": 4, + "OrderDate": "1996-09-06T00:00:00", + "RequiredDate": "1996-10-04T00:00:00", + "ShippedDate": "1996-09-13T00:00:00", + "ShipVia": 2, + "Freight": 29.76, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10300, + "EmployeeID": 2, + "OrderDate": "1996-09-09T00:00:00", + "RequiredDate": "1996-10-07T00:00:00", + "ShippedDate": "1996-09-18T00:00:00", + "ShipVia": 2, + "Freight": 17.68, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10301, + "EmployeeID": 8, + "OrderDate": "1996-09-09T00:00:00", + "RequiredDate": "1996-10-07T00:00:00", + "ShippedDate": "1996-09-17T00:00:00", + "ShipVia": 2, + "Freight": 45.08, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10302, + "EmployeeID": 4, + "OrderDate": "1996-09-10T00:00:00", + "RequiredDate": "1996-10-08T00:00:00", + "ShippedDate": "1996-10-09T00:00:00", + "ShipVia": 2, + "Freight": 6.27, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10303, + "EmployeeID": 7, + "OrderDate": "1996-09-11T00:00:00", + "RequiredDate": "1996-10-09T00:00:00", + "ShippedDate": "1996-09-18T00:00:00", + "ShipVia": 2, + "Freight": 107.83, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10304, + "EmployeeID": 1, + "OrderDate": "1996-09-12T00:00:00", + "RequiredDate": "1996-10-10T00:00:00", + "ShippedDate": "1996-09-17T00:00:00", + "ShipVia": 2, + "Freight": 63.79, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10305, + "EmployeeID": 8, + "OrderDate": "1996-09-13T00:00:00", + "RequiredDate": "1996-10-11T00:00:00", + "ShippedDate": "1996-10-09T00:00:00", + "ShipVia": 3, + "Freight": 257.62, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran Vía, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 10306, + "EmployeeID": 1, + "OrderDate": "1996-09-16T00:00:00", + "RequiredDate": "1996-10-14T00:00:00", + "ShippedDate": "1996-09-23T00:00:00", + "ShipVia": 3, + "Freight": 7.56, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran Vía, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10307, + "EmployeeID": 2, + "OrderDate": "1996-09-17T00:00:00", + "RequiredDate": "1996-10-15T00:00:00", + "ShippedDate": "1996-09-25T00:00:00", + "ShipVia": 2, + "Freight": 0.56, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constitución 2222", + "City": "México D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10308, + "EmployeeID": 7, + "OrderDate": "1996-09-18T00:00:00", + "RequiredDate": "1996-10-16T00:00:00", + "ShippedDate": "1996-09-24T00:00:00", + "ShipVia": 3, + "Freight": 1.61, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constitución 2222", + "ShipCity": "México D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10309, + "EmployeeID": 3, + "OrderDate": "1996-09-19T00:00:00", + "RequiredDate": "1996-10-17T00:00:00", + "ShippedDate": "1996-10-23T00:00:00", + "ShipVia": 1, + "Freight": 47.3, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 6, + "UnitPrice": 20, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10310, + "EmployeeID": 8, + "OrderDate": "1996-09-20T00:00:00", + "RequiredDate": "1996-10-18T00:00:00", + "ShippedDate": "1996-09-27T00:00:00", + "ShipVia": 2, + "Freight": 17.52, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10311, + "EmployeeID": 1, + "OrderDate": "1996-09-20T00:00:00", + "RequiredDate": "1996-10-04T00:00:00", + "ShippedDate": "1996-09-26T00:00:00", + "ShipVia": 3, + "Freight": 24.69, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10312, + "EmployeeID": 2, + "OrderDate": "1996-09-23T00:00:00", + "RequiredDate": "1996-10-21T00:00:00", + "ShippedDate": "1996-10-03T00:00:00", + "ShipVia": 2, + "Freight": 40.26, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10313, + "EmployeeID": 2, + "OrderDate": "1996-09-24T00:00:00", + "RequiredDate": "1996-10-22T00:00:00", + "ShippedDate": "1996-10-04T00:00:00", + "ShipVia": 2, + "Freight": 1.96, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10314, + "EmployeeID": 1, + "OrderDate": "1996-09-25T00:00:00", + "RequiredDate": "1996-10-23T00:00:00", + "ShippedDate": "1996-10-04T00:00:00", + "ShipVia": 2, + "Freight": 74.16, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 25.6, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 25, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 42000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10315, + "EmployeeID": 4, + "OrderDate": "1996-09-26T00:00:00", + "RequiredDate": "1996-10-24T00:00:00", + "ShippedDate": "1996-10-03T00:00:00", + "ShipVia": 2, + "Freight": 41.76, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 40301, + "ShipPostalCode": 32000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10316, + "EmployeeID": 1, + "OrderDate": "1996-09-27T00:00:00", + "RequiredDate": "1996-10-25T00:00:00", + "ShippedDate": "1996-10-08T00:00:00", + "ShipVia": 3, + "Freight": 150.15, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 70, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10317, + "EmployeeID": 6, + "OrderDate": "1996-09-30T00:00:00", + "RequiredDate": "1996-10-28T00:00:00", + "ShippedDate": "1996-10-10T00:00:00", + "ShipVia": 1, + "Freight": 12.69, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 30000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10318, + "EmployeeID": 8, + "OrderDate": "1996-10-01T00:00:00", + "RequiredDate": "1996-10-29T00:00:00", + "ShippedDate": "1996-10-04T00:00:00", + "ShipVia": 2, + "Freight": 4.73, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 30575, + "ShipPostalCode": 43000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10319, + "EmployeeID": 7, + "OrderDate": "1996-10-02T00:00:00", + "RequiredDate": "1996-10-30T00:00:00", + "ShippedDate": "1996-10-11T00:00:00", + "ShipVia": 3, + "Freight": 64.5, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10320, + "EmployeeID": 5, + "OrderDate": "1996-10-03T00:00:00", + "RequiredDate": "1996-10-17T00:00:00", + "ShippedDate": "1996-10-18T00:00:00", + "ShipVia": 3, + "Freight": 34.57, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10321, + "EmployeeID": 3, + "OrderDate": "1996-10-03T00:00:00", + "RequiredDate": "1996-10-31T00:00:00", + "ShippedDate": "1996-10-11T00:00:00", + "ShipVia": 2, + "Freight": 3.43, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 80331, + "ShipPostalCode": 24000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas clásicas", + "ContactName": "Guillermo Fernández", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10322, + "EmployeeID": 7, + "OrderDate": "1996-10-04T00:00:00", + "RequiredDate": "1996-11-01T00:00:00", + "ShippedDate": "1996-10-23T00:00:00", + "ShipVia": 3, + "Freight": 0.4, + "ShipName": "Pericles Comidas clásicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10323, + "EmployeeID": 4, + "OrderDate": "1996-10-07T00:00:00", + "RequiredDate": "1996-11-04T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 1, + "Freight": 4.88, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 12.4, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10324, + "EmployeeID": 9, + "OrderDate": "1996-10-08T00:00:00", + "RequiredDate": "1996-11-05T00:00:00", + "ShippedDate": "1996-10-10T00:00:00", + "ShipVia": 1, + "Freight": 214.27, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 21, + "Discount": 0.16 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 70, + "Discount": 0.16 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 80, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10325, + "EmployeeID": 1, + "OrderDate": "1996-10-09T00:00:00", + "RequiredDate": "1996-10-23T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 3, + "Freight": 64.86, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 20, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOLID", + "Company": "Bólido Comidas preparadas", + "ContactName": "Martín Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99", + "Orders": [ + { + "OrderID": 10326, + "EmployeeID": 4, + "OrderDate": "1996-10-10T00:00:00", + "RequiredDate": "1996-11-07T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 2, + "Freight": 77.92, + "ShipName": "Bólido Comidas preparadas", + "ShipAddress": "C/ Araquil, 67", + "ShipCity": "Madrid", + "ShipPostalCode": 28023, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 31000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10327, + "EmployeeID": 2, + "OrderDate": "1996-10-11T00:00:00", + "RequiredDate": "1996-11-08T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 1, + "Freight": 63.36, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 29000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10328, + "EmployeeID": 4, + "OrderDate": "1996-10-14T00:00:00", + "RequiredDate": "1996-11-11T00:00:00", + "ShippedDate": "1996-10-17T00:00:00", + "ShipVia": 3, + "Freight": 87.03, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10329, + "EmployeeID": 4, + "OrderDate": "1996-10-15T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-10-23T00:00:00", + "ShipVia": 2, + "Freight": 191.67, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 8, + "Discount": 0.06 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 12, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10330, + "EmployeeID": 3, + "OrderDate": "1996-10-16T00:00:00", + "RequiredDate": "1996-11-13T00:00:00", + "ShippedDate": "1996-10-28T00:00:00", + "ShipVia": 1, + "Freight": 12.75, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10331, + "EmployeeID": 9, + "OrderDate": "1996-10-16T00:00:00", + "RequiredDate": "1996-11-27T00:00:00", + "ShippedDate": "1996-10-21T00:00:00", + "ShipVia": 1, + "Freight": 10.19, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 49000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10332, + "EmployeeID": 3, + "OrderDate": "1996-10-17T00:00:00", + "RequiredDate": "1996-11-28T00:00:00", + "ShippedDate": "1996-10-21T00:00:00", + "ShipVia": 2, + "Freight": 52.84, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 36000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 16, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10333, + "EmployeeID": 5, + "OrderDate": "1996-10-18T00:00:00", + "RequiredDate": "1996-11-15T00:00:00", + "ShippedDate": "1996-10-25T00:00:00", + "ShipVia": 3, + "Freight": 0.59, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 40, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10334, + "EmployeeID": 8, + "OrderDate": "1996-10-21T00:00:00", + "RequiredDate": "1996-11-18T00:00:00", + "ShippedDate": "1996-10-28T00:00:00", + "ShipVia": 2, + "Freight": 8.56, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10335, + "EmployeeID": 7, + "OrderDate": "1996-10-22T00:00:00", + "RequiredDate": "1996-11-19T00:00:00", + "ShippedDate": "1996-10-24T00:00:00", + "ShipVia": 2, + "Freight": 42.11, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 7, + "Discount": 0.2 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 25.6, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 48, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da saúde n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10336, + "EmployeeID": 7, + "OrderDate": "1996-10-23T00:00:00", + "RequiredDate": "1996-11-20T00:00:00", + "ShippedDate": "1996-10-25T00:00:00", + "ShipVia": 2, + "Freight": 15.51, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da saúde n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 18, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10337, + "EmployeeID": 4, + "OrderDate": "1996-10-24T00:00:00", + "RequiredDate": "1996-11-21T00:00:00", + "ShippedDate": "1996-10-29T00:00:00", + "ShipVia": 3, + "Freight": 108.26, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 37, + "UnitPrice": 20.8, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10338, + "EmployeeID": 4, + "OrderDate": "1996-10-25T00:00:00", + "RequiredDate": "1996-11-22T00:00:00", + "ShippedDate": "1996-10-29T00:00:00", + "ShipVia": 3, + "Freight": 84.21, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 46000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10339, + "EmployeeID": 2, + "OrderDate": "1996-10-28T00:00:00", + "RequiredDate": "1996-11-25T00:00:00", + "ShippedDate": "1996-11-04T00:00:00", + "ShipVia": 2, + "Freight": 15.66, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 40000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10340, + "EmployeeID": 1, + "OrderDate": "1996-10-29T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-11-08T00:00:00", + "ShipVia": 3, + "Freight": 166.31, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10341, + "EmployeeID": 7, + "OrderDate": "1996-10-29T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-11-05T00:00:00", + "ShipVia": 3, + "Freight": 26.78, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 9, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10342, + "EmployeeID": 4, + "OrderDate": "1996-10-30T00:00:00", + "RequiredDate": "1996-11-13T00:00:00", + "ShippedDate": "1996-11-04T00:00:00", + "ShipVia": 2, + "Freight": 54.83, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 24, + "Discount": 0.2 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 56, + "Discount": 0.2 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10343, + "EmployeeID": 4, + "OrderDate": "1996-10-31T00:00:00", + "RequiredDate": "1996-11-28T00:00:00", + "ShippedDate": "1996-11-06T00:00:00", + "ShipVia": 1, + "Freight": 110.37, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 4, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10344, + "EmployeeID": 4, + "OrderDate": "1996-11-01T00:00:00", + "RequiredDate": "1996-11-29T00:00:00", + "ShippedDate": "1996-11-05T00:00:00", + "ShipVia": 2, + "Freight": 23.29, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 8, + "UnitPrice": 32, + "Quantity": 70, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10345, + "EmployeeID": 2, + "OrderDate": "1996-11-04T00:00:00", + "RequiredDate": "1996-12-02T00:00:00", + "ShippedDate": "1996-11-11T00:00:00", + "ShipVia": 2, + "Freight": 249.06, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 32, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10346, + "EmployeeID": 3, + "OrderDate": "1996-11-05T00:00:00", + "RequiredDate": "1996-12-17T00:00:00", + "ShippedDate": "1996-11-08T00:00:00", + "ShipVia": 3, + "Freight": 142.08, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 36, + "Discount": 0.1 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10347, + "EmployeeID": 4, + "OrderDate": "1996-11-06T00:00:00", + "RequiredDate": "1996-12-04T00:00:00", + "ShippedDate": "1996-11-08T00:00:00", + "ShipVia": 3, + "Freight": 3.1, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 6, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10348, + "EmployeeID": 4, + "OrderDate": "1996-11-07T00:00:00", + "RequiredDate": "1996-12-05T00:00:00", + "ShippedDate": "1996-11-15T00:00:00", + "ShipVia": 2, + "Freight": 0.78, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10349, + "EmployeeID": 7, + "OrderDate": "1996-11-08T00:00:00", + "RequiredDate": "1996-12-06T00:00:00", + "ShippedDate": "1996-11-15T00:00:00", + "ShipVia": 1, + "Freight": 8.63, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10350, + "EmployeeID": 6, + "OrderDate": "1996-11-11T00:00:00", + "RequiredDate": "1996-12-09T00:00:00", + "ShippedDate": "1996-12-03T00:00:00", + "ShipVia": 2, + "Freight": 64.19, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 18, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10351, + "EmployeeID": 1, + "OrderDate": "1996-11-11T00:00:00", + "RequiredDate": "1996-12-09T00:00:00", + "ShippedDate": "1996-11-20T00:00:00", + "ShipVia": 1, + "Freight": 162.33, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 13, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 77, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10352, + "EmployeeID": 3, + "OrderDate": "1996-11-12T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-11-18T00:00:00", + "ShipVia": 3, + "Freight": 1.3, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10353, + "EmployeeID": 7, + "OrderDate": "1996-11-13T00:00:00", + "RequiredDate": "1996-12-11T00:00:00", + "ShippedDate": "1996-11-25T00:00:00", + "ShipVia": 3, + "Freight": 360.63, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas clásicas", + "ContactName": "Guillermo Fernández", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10354, + "EmployeeID": 8, + "OrderDate": "1996-11-14T00:00:00", + "RequiredDate": "1996-12-12T00:00:00", + "ShippedDate": "1996-11-20T00:00:00", + "ShipVia": 3, + "Freight": 53.8, + "ShipName": "Pericles Comidas clásicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 19000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10355, + "EmployeeID": 6, + "OrderDate": "1996-11-15T00:00:00", + "RequiredDate": "1996-12-13T00:00:00", + "ShippedDate": "1996-11-20T00:00:00", + "ShipVia": 1, + "Freight": 41.95, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 37000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10356, + "EmployeeID": 6, + "OrderDate": "1996-11-18T00:00:00", + "RequiredDate": "1996-12-16T00:00:00", + "ShippedDate": "1996-11-27T00:00:00", + "ShipVia": 2, + "Freight": 36.71, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10357, + "EmployeeID": 1, + "OrderDate": "1996-11-19T00:00:00", + "RequiredDate": "1996-12-17T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 3, + "Freight": 34.88, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 8, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10358, + "EmployeeID": 5, + "OrderDate": "1996-11-20T00:00:00", + "RequiredDate": "1996-12-18T00:00:00", + "ShippedDate": "1996-11-27T00:00:00", + "ShipVia": 1, + "Freight": 19.64, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 32000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10359, + "EmployeeID": 5, + "OrderDate": "1996-11-21T00:00:00", + "RequiredDate": "1996-12-19T00:00:00", + "ShippedDate": "1996-11-26T00:00:00", + "ShipVia": 3, + "Freight": 288.43, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 56, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 80, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10360, + "EmployeeID": 4, + "OrderDate": "1996-11-22T00:00:00", + "RequiredDate": "1996-12-20T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 3, + "Freight": 131.7, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10361, + "EmployeeID": 1, + "OrderDate": "1996-11-22T00:00:00", + "RequiredDate": "1996-12-20T00:00:00", + "ShippedDate": "1996-12-03T00:00:00", + "ShipVia": 2, + "Freight": 183.17, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 54, + "Discount": 0.1 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 55, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10362, + "EmployeeID": 3, + "OrderDate": "1996-11-25T00:00:00", + "RequiredDate": "1996-12-23T00:00:00", + "ShippedDate": "1996-11-28T00:00:00", + "ShipVia": 1, + "Freight": 96.04, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10363, + "EmployeeID": 4, + "OrderDate": "1996-11-26T00:00:00", + "RequiredDate": "1996-12-24T00:00:00", + "ShippedDate": "1996-12-04T00:00:00", + "ShipVia": 3, + "Freight": 30.54, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10364, + "EmployeeID": 1, + "OrderDate": "1996-11-26T00:00:00", + "RequiredDate": "1997-01-07T00:00:00", + "ShippedDate": "1996-12-04T00:00:00", + "ShipVia": 1, + "Freight": 71.97, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 20000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10365, + "EmployeeID": 3, + "OrderDate": "1996-11-27T00:00:00", + "RequiredDate": "1996-12-25T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 2, + "Freight": 22, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galería del gastrónomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Cataluña, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10366, + "EmployeeID": 8, + "OrderDate": "1996-11-28T00:00:00", + "RequiredDate": "1997-01-09T00:00:00", + "ShippedDate": "1996-12-30T00:00:00", + "ShipVia": 2, + "Freight": 10.14, + "ShipName": "Galería del gastronómo", + "ShipAddress": "Rambla de Cataluña, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10367, + "EmployeeID": 7, + "OrderDate": "1996-11-28T00:00:00", + "RequiredDate": "1996-12-26T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 3, + "Freight": 13.55, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10368, + "EmployeeID": 2, + "OrderDate": "1996-11-29T00:00:00", + "RequiredDate": "1996-12-27T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 2, + "Freight": 101.95, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 5, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 13, + "Discount": 0.1 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 35, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10369, + "EmployeeID": 8, + "OrderDate": "1996-12-02T00:00:00", + "RequiredDate": "1996-12-30T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 2, + "Freight": 195.68, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 18, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10370, + "EmployeeID": 6, + "OrderDate": "1996-12-03T00:00:00", + "RequiredDate": "1996-12-31T00:00:00", + "ShippedDate": "1996-12-27T00:00:00", + "ShipVia": 2, + "Freight": 1.17, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10371, + "EmployeeID": 1, + "OrderDate": "1996-12-03T00:00:00", + "RequiredDate": "1996-12-31T00:00:00", + "ShippedDate": "1996-12-24T00:00:00", + "ShipVia": 1, + "Freight": 0.45, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10372, + "EmployeeID": 5, + "OrderDate": "1996-12-04T00:00:00", + "RequiredDate": "1997-01-01T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 2, + "Freight": 890.78, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 70, + "Discount": 0.25 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 42, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10373, + "EmployeeID": 4, + "OrderDate": "1996-12-05T00:00:00", + "RequiredDate": "1997-01-02T00:00:00", + "ShippedDate": "1996-12-11T00:00:00", + "ShipVia": 3, + "Freight": 124.12, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 80, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10374, + "EmployeeID": 1, + "OrderDate": "1996-12-05T00:00:00", + "RequiredDate": "1997-01-02T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 3, + "Freight": 3.94, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10375, + "EmployeeID": 3, + "OrderDate": "1996-12-06T00:00:00", + "RequiredDate": "1997-01-03T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 2, + "Freight": 20.12, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 34000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10376, + "EmployeeID": 1, + "OrderDate": "1996-12-09T00:00:00", + "RequiredDate": "1997-01-06T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 2, + "Freight": 20.39, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 11000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 42, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 13000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10377, + "EmployeeID": 1, + "OrderDate": "1996-12-09T00:00:00", + "RequiredDate": "1997-01-06T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 3, + "Freight": 22.21, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 41000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 27000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10378, + "EmployeeID": 5, + "OrderDate": "1996-12-10T00:00:00", + "RequiredDate": "1997-01-07T00:00:00", + "ShippedDate": "1996-12-19T00:00:00", + "ShipVia": 3, + "Freight": 5.44, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10379, + "EmployeeID": 2, + "OrderDate": "1996-12-11T00:00:00", + "RequiredDate": "1997-01-08T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 1, + "Freight": 45.03, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 16, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10380, + "EmployeeID": 8, + "OrderDate": "1996-12-12T00:00:00", + "RequiredDate": "1997-01-09T00:00:00", + "ShippedDate": "1997-01-16T00:00:00", + "ShipVia": 3, + "Freight": 35.03, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 6, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10381, + "EmployeeID": 3, + "OrderDate": "1996-12-12T00:00:00", + "RequiredDate": "1997-01-09T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 3, + "Freight": 7.99, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10382, + "EmployeeID": 4, + "OrderDate": "1996-12-13T00:00:00", + "RequiredDate": "1997-01-10T00:00:00", + "ShippedDate": "1996-12-16T00:00:00", + "ShipVia": 1, + "Freight": 94.77, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 32, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 25000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10383, + "EmployeeID": 8, + "OrderDate": "1996-12-16T00:00:00", + "RequiredDate": "1997-01-13T00:00:00", + "ShippedDate": "1996-12-18T00:00:00", + "ShipVia": 3, + "Freight": 34.24, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 36000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 13000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10384, + "EmployeeID": 3, + "OrderDate": "1996-12-16T00:00:00", + "RequiredDate": "1997-01-13T00:00:00", + "ShippedDate": "1996-12-20T00:00:00", + "ShipVia": 3, + "Freight": 168.64, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 33000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10385, + "EmployeeID": 1, + "OrderDate": "1996-12-17T00:00:00", + "RequiredDate": "1997-01-14T00:00:00", + "ShippedDate": "1996-12-23T00:00:00", + "ShipVia": 2, + "Freight": 30.96, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 8, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10386, + "EmployeeID": 9, + "OrderDate": "1996-12-18T00:00:00", + "RequiredDate": "1997-01-01T00:00:00", + "ShippedDate": "1996-12-25T00:00:00", + "ShipVia": 3, + "Freight": 13.99, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Santé Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10387, + "EmployeeID": 1, + "OrderDate": "1996-12-18T00:00:00", + "RequiredDate": "1997-01-15T00:00:00", + "ShippedDate": "1996-12-20T00:00:00", + "ShipVia": 2, + "Freight": 93.63, + "ShipName": "Santé Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 12000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10388, + "EmployeeID": 2, + "OrderDate": "1996-12-19T00:00:00", + "RequiredDate": "1997-01-16T00:00:00", + "ShippedDate": "1996-12-20T00:00:00", + "ShipVia": 1, + "Freight": 34.86, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 45000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 7.6, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 26000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10389, + "EmployeeID": 4, + "OrderDate": "1996-12-20T00:00:00", + "RequiredDate": "1997-01-17T00:00:00", + "ShippedDate": "1996-12-24T00:00:00", + "ShipVia": 2, + "Freight": 47.42, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10390, + "EmployeeID": 6, + "OrderDate": "1996-12-23T00:00:00", + "RequiredDate": "1997-01-20T00:00:00", + "ShippedDate": "1996-12-26T00:00:00", + "ShipVia": 1, + "Freight": 126.38, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0.1 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 24, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10391, + "EmployeeID": 3, + "OrderDate": "1996-12-23T00:00:00", + "RequiredDate": "1997-01-20T00:00:00", + "ShippedDate": "1996-12-31T00:00:00", + "ShipVia": 3, + "Freight": 5.45, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10392, + "EmployeeID": 2, + "OrderDate": "1996-12-24T00:00:00", + "RequiredDate": "1997-01-21T00:00:00", + "ShippedDate": "1997-01-01T00:00:00", + "ShipVia": 3, + "Freight": 122.46, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10393, + "EmployeeID": 1, + "OrderDate": "1996-12-25T00:00:00", + "RequiredDate": "1997-01-22T00:00:00", + "ShippedDate": "1997-01-03T00:00:00", + "ShipVia": 3, + "Freight": 126.56, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 42, + "Discount": 0.25 + }, + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 7, + "Discount": 0.25 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 70, + "Discount": 0.25 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 32, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10394, + "EmployeeID": 1, + "OrderDate": "1996-12-25T00:00:00", + "RequiredDate": "1997-01-22T00:00:00", + "ShippedDate": "1997-01-03T00:00:00", + "ShipVia": 3, + "Freight": 30.34, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10395, + "EmployeeID": 6, + "OrderDate": "1996-12-26T00:00:00", + "RequiredDate": "1997-01-23T00:00:00", + "ShippedDate": "1997-01-03T00:00:00", + "ShipVia": 1, + "Freight": 184.41, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 28, + "Discount": 0.1 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 70, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10396, + "EmployeeID": 1, + "OrderDate": "1996-12-27T00:00:00", + "RequiredDate": "1997-01-10T00:00:00", + "ShippedDate": "1997-01-06T00:00:00", + "ShipVia": 3, + "Freight": 135.35, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da saúde n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10397, + "EmployeeID": 5, + "OrderDate": "1996-12-27T00:00:00", + "RequiredDate": "1997-01-24T00:00:00", + "ShippedDate": "1997-01-02T00:00:00", + "ShipVia": 1, + "Freight": 60.26, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da saúde n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 18, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10398, + "EmployeeID": 2, + "OrderDate": "1996-12-30T00:00:00", + "RequiredDate": "1997-01-27T00:00:00", + "ShippedDate": "1997-01-09T00:00:00", + "ShipVia": 3, + "Freight": 89.16, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 120, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10399, + "EmployeeID": 8, + "OrderDate": "1996-12-31T00:00:00", + "RequiredDate": "1997-01-14T00:00:00", + "ShippedDate": "1997-01-08T00:00:00", + "ShipVia": 3, + "Freight": 27.36, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 47000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10400, + "EmployeeID": 1, + "OrderDate": "1997-01-01T00:00:00", + "RequiredDate": "1997-01-29T00:00:00", + "ShippedDate": "1997-01-16T00:00:00", + "ShipVia": 3, + "Freight": 83.93, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 40000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10401, + "EmployeeID": 1, + "OrderDate": "1997-01-01T00:00:00", + "RequiredDate": "1997-01-29T00:00:00", + "ShippedDate": "1997-01-10T00:00:00", + "ShipVia": 1, + "Freight": 12.51, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10402, + "EmployeeID": 8, + "OrderDate": "1997-01-02T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-01-10T00:00:00", + "ShipVia": 2, + "Freight": 67.88, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 65, + "Discount": 0 + } + ] + }, + { + "OrderID": 10403, + "EmployeeID": 4, + "OrderDate": "1997-01-03T00:00:00", + "RequiredDate": "1997-01-31T00:00:00", + "ShippedDate": "1997-01-09T00:00:00", + "ShipVia": 3, + "Freight": 73.79, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 21, + "Discount": 0.16 + }, + { + "ProductID": 48, + "UnitPrice": 10.2, + "Quantity": 70, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10404, + "EmployeeID": 2, + "OrderDate": "1997-01-03T00:00:00", + "RequiredDate": "1997-01-31T00:00:00", + "ShippedDate": "1997-01-08T00:00:00", + "ShipVia": 1, + "Freight": 155.97, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10405, + "EmployeeID": 1, + "OrderDate": "1997-01-06T00:00:00", + "RequiredDate": "1997-02-03T00:00:00", + "ShippedDate": "1997-01-22T00:00:00", + "ShipVia": 1, + "Freight": 34.82, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10406, + "EmployeeID": 7, + "OrderDate": "1997-01-07T00:00:00", + "RequiredDate": "1997-02-18T00:00:00", + "ShippedDate": "1997-01-13T00:00:00", + "ShipVia": 1, + "Freight": 108.04, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 42, + "Discount": 0.1 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 5, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 2, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10407, + "EmployeeID": 2, + "OrderDate": "1997-01-07T00:00:00", + "RequiredDate": "1997-02-04T00:00:00", + "ShippedDate": "1997-01-30T00:00:00", + "ShipVia": 2, + "Freight": 91.48, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Rancé", + "ContactTitle": "Sales Associate", + "Address": "184, chaussée de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10408, + "EmployeeID": 8, + "OrderDate": "1997-01-08T00:00:00", + "RequiredDate": "1997-02-05T00:00:00", + "ShippedDate": "1997-01-14T00:00:00", + "ShipVia": 1, + "Freight": 11.26, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chaussée de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 37, + "UnitPrice": 20.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Océano Atlántico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10409, + "EmployeeID": 3, + "OrderDate": "1997-01-09T00:00:00", + "RequiredDate": "1997-02-06T00:00:00", + "ShippedDate": "1997-01-14T00:00:00", + "ShipVia": 1, + "Freight": 29.83, + "ShipName": "Océano Atlántico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 28000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10410, + "EmployeeID": 3, + "OrderDate": "1997-01-10T00:00:00", + "RequiredDate": "1997-02-07T00:00:00", + "ShippedDate": "1997-01-15T00:00:00", + "ShipVia": 3, + "Freight": 2.4, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 30000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 49, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 16, + "Discount": 0 + } + ] + }, + { + "OrderID": 10411, + "EmployeeID": 9, + "OrderDate": "1997-01-10T00:00:00", + "RequiredDate": "1997-02-07T00:00:00", + "ShippedDate": "1997-01-21T00:00:00", + "ShipVia": 3, + "Freight": 23.65, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 10000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 9, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10412, + "EmployeeID": 8, + "OrderDate": "1997-01-13T00:00:00", + "RequiredDate": "1997-02-10T00:00:00", + "ShippedDate": "1997-01-15T00:00:00", + "ShipVia": 2, + "Freight": 3.77, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10413, + "EmployeeID": 3, + "OrderDate": "1997-01-14T00:00:00", + "RequiredDate": "1997-02-11T00:00:00", + "ShippedDate": "1997-01-16T00:00:00", + "ShipVia": 2, + "Freight": 95.66, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10414, + "EmployeeID": 2, + "OrderDate": "1997-01-14T00:00:00", + "RequiredDate": "1997-02-11T00:00:00", + "ShippedDate": "1997-01-17T00:00:00", + "ShipVia": 3, + "Freight": 21.48, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 18, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10415, + "EmployeeID": 3, + "OrderDate": "1997-01-15T00:00:00", + "RequiredDate": "1997-02-12T00:00:00", + "ShippedDate": "1997-01-24T00:00:00", + "ShipVia": 1, + "Freight": 0.2, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10416, + "EmployeeID": 8, + "OrderDate": "1997-01-16T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 3, + "Freight": 22.72, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10417, + "EmployeeID": 4, + "OrderDate": "1997-01-16T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-01-28T00:00:00", + "ShipVia": 3, + "Freight": 70.29, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 2, + "Discount": 0.25 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 36, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10418, + "EmployeeID": 4, + "OrderDate": "1997-01-17T00:00:00", + "RequiredDate": "1997-02-14T00:00:00", + "ShippedDate": "1997-01-24T00:00:00", + "ShipVia": 1, + "Freight": 17.55, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 55, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 22.8, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10419, + "EmployeeID": 4, + "OrderDate": "1997-01-20T00:00:00", + "RequiredDate": "1997-02-17T00:00:00", + "ShippedDate": "1997-01-30T00:00:00", + "ShipVia": 2, + "Freight": 137.35, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10420, + "EmployeeID": 3, + "OrderDate": "1997-01-21T00:00:00", + "RequiredDate": "1997-02-18T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 1, + "Freight": 44.12, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 77.6, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 2, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 73, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10421, + "EmployeeID": 8, + "OrderDate": "1997-01-21T00:00:00", + "RequiredDate": "1997-03-04T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 1, + "Freight": 99.23, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 4, + "Discount": 0.16 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 10, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10422, + "EmployeeID": 2, + "OrderDate": "1997-01-22T00:00:00", + "RequiredDate": "1997-02-19T00:00:00", + "ShippedDate": "1997-01-31T00:00:00", + "ShipVia": 1, + "Freight": 3.02, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10423, + "EmployeeID": 6, + "OrderDate": "1997-01-23T00:00:00", + "RequiredDate": "1997-02-06T00:00:00", + "ShippedDate": "1997-02-24T00:00:00", + "ShipVia": 3, + "Freight": 24.5, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 11000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10424, + "EmployeeID": 7, + "OrderDate": "1997-01-23T00:00:00", + "RequiredDate": "1997-02-20T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 2, + "Freight": 370.61, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 19000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 60, + "Discount": 0.2 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 49, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10425, + "EmployeeID": 6, + "OrderDate": "1997-01-24T00:00:00", + "RequiredDate": "1997-02-21T00:00:00", + "ShippedDate": "1997-02-14T00:00:00", + "ShipVia": 2, + "Freight": 7.93, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 10, + "Discount": 0.25 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galería del gastrónomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Cataluña, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10426, + "EmployeeID": 4, + "OrderDate": "1997-01-27T00:00:00", + "RequiredDate": "1997-02-24T00:00:00", + "ShippedDate": "1997-02-06T00:00:00", + "ShipVia": 1, + "Freight": 18.69, + "ShipName": "Galería del gastronómo", + "ShipAddress": "Rambla de Cataluña, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10427, + "EmployeeID": 4, + "OrderDate": "1997-01-27T00:00:00", + "RequiredDate": "1997-02-24T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 2, + "Freight": 31.29, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10428, + "EmployeeID": 7, + "OrderDate": "1997-01-28T00:00:00", + "RequiredDate": "1997-02-25T00:00:00", + "ShippedDate": "1997-02-04T00:00:00", + "ShipVia": 1, + "Freight": 11.09, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10429, + "EmployeeID": 3, + "OrderDate": "1997-01-29T00:00:00", + "RequiredDate": "1997-03-12T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 56.63, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10430, + "EmployeeID": 4, + "OrderDate": "1997-01-30T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-02-03T00:00:00", + "ShipVia": 1, + "Freight": 458.78, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 70, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 46000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10431, + "EmployeeID": 4, + "OrderDate": "1997-01-30T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 44.17, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 16000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10432, + "EmployeeID": 3, + "OrderDate": "1997-01-31T00:00:00", + "RequiredDate": "1997-02-14T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 4.34, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da saúde n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10433, + "EmployeeID": 3, + "OrderDate": "1997-02-03T00:00:00", + "RequiredDate": "1997-03-03T00:00:00", + "ShippedDate": "1997-03-04T00:00:00", + "ShipVia": 3, + "Freight": 73.83, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da saúde n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 40000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10434, + "EmployeeID": 3, + "OrderDate": "1997-02-03T00:00:00", + "RequiredDate": "1997-03-03T00:00:00", + "ShippedDate": "1997-02-13T00:00:00", + "ShipVia": 2, + "Freight": 17.92, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 10000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 18, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "PostalCode": 23000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199", + "Orders": [ + { + "OrderID": 10435, + "EmployeeID": 8, + "OrderDate": "1997-02-04T00:00:00", + "RequiredDate": "1997-03-18T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 9.21, + "ShipName": "Consolidated Holdings", + "ShipAddress": "Berkeley Gardens 12 Brewery", + "ShipCity": "London", + "ShipPostalCode": 38000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 16.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10436, + "EmployeeID": 3, + "OrderDate": "1997-02-05T00:00:00", + "RequiredDate": "1997-03-05T00:00:00", + "ShippedDate": "1997-02-11T00:00:00", + "ShipVia": 2, + "Freight": 156.66, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 24, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10437, + "EmployeeID": 8, + "OrderDate": "1997-02-05T00:00:00", + "RequiredDate": "1997-03-05T00:00:00", + "ShippedDate": "1997-02-12T00:00:00", + "ShipVia": 1, + "Freight": 19.97, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialitäten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "Münster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10438, + "EmployeeID": 3, + "OrderDate": "1997-02-06T00:00:00", + "RequiredDate": "1997-03-06T00:00:00", + "ShippedDate": "1997-02-14T00:00:00", + "ShipVia": 2, + "Freight": 8.24, + "ShipName": "Toms Spezialitäten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "Münster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 15, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 38000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10439, + "EmployeeID": 6, + "OrderDate": "1997-02-07T00:00:00", + "RequiredDate": "1997-03-07T00:00:00", + "ShippedDate": "1997-02-10T00:00:00", + "ShipVia": 3, + "Freight": 4.07, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 19000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 30.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10440, + "EmployeeID": 4, + "OrderDate": "1997-02-10T00:00:00", + "RequiredDate": "1997-03-10T00:00:00", + "ShippedDate": "1997-02-28T00:00:00", + "ShipVia": 2, + "Freight": 86.53, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 45, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 49, + "Discount": 0.16 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 61, + "UnitPrice": 22.8, + "Quantity": 90, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10441, + "EmployeeID": 3, + "OrderDate": "1997-02-10T00:00:00", + "RequiredDate": "1997-03-24T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 2, + "Freight": 73.02, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 35.1, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10442, + "EmployeeID": 3, + "OrderDate": "1997-02-11T00:00:00", + "RequiredDate": "1997-03-11T00:00:00", + "ShippedDate": "1997-02-18T00:00:00", + "ShipVia": 2, + "Freight": 47.94, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10443, + "EmployeeID": 8, + "OrderDate": "1997-02-12T00:00:00", + "RequiredDate": "1997-03-12T00:00:00", + "ShippedDate": "1997-02-14T00:00:00", + "ShipVia": 1, + "Freight": 13.95, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 19000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10444, + "EmployeeID": 3, + "OrderDate": "1997-02-12T00:00:00", + "RequiredDate": "1997-03-12T00:00:00", + "ShippedDate": "1997-02-21T00:00:00", + "ShipVia": 3, + "Freight": 3.5, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 21000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 30, + "Discount": 0 + } + ] + }, + { + "OrderID": 10445, + "EmployeeID": 3, + "OrderDate": "1997-02-13T00:00:00", + "RequiredDate": "1997-03-13T00:00:00", + "ShippedDate": "1997-02-20T00:00:00", + "ShipVia": 1, + "Freight": 9.3, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 11000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialitäten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "Münster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10446, + "EmployeeID": 6, + "OrderDate": "1997-02-14T00:00:00", + "RequiredDate": "1997-03-14T00:00:00", + "ShippedDate": "1997-02-19T00:00:00", + "ShipVia": 1, + "Freight": 14.68, + "ShipName": "Toms Spezialitäten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "Münster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0.1 + }, + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10447, + "EmployeeID": 4, + "OrderDate": "1997-02-14T00:00:00", + "RequiredDate": "1997-03-14T00:00:00", + "ShippedDate": "1997-03-07T00:00:00", + "ShipVia": 2, + "Freight": 68.66, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Gutiérrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10448, + "EmployeeID": 4, + "OrderDate": "1997-02-17T00:00:00", + "RequiredDate": "1997-03-17T00:00:00", + "ShippedDate": "1997-02-24T00:00:00", + "ShipVia": 2, + "Freight": 38.82, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10449, + "EmployeeID": 3, + "OrderDate": "1997-02-18T00:00:00", + "RequiredDate": "1997-03-18T00:00:00", + "ShippedDate": "1997-02-27T00:00:00", + "ShipVia": 2, + "Freight": 53.3, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10450, + "EmployeeID": 8, + "OrderDate": "1997-02-19T00:00:00", + "RequiredDate": "1997-03-19T00:00:00", + "ShippedDate": "1997-03-11T00:00:00", + "ShipVia": 2, + "Freight": 7.23, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10451, + "EmployeeID": 4, + "OrderDate": "1997-02-19T00:00:00", + "RequiredDate": "1997-03-05T00:00:00", + "ShippedDate": "1997-03-12T00:00:00", + "ShipVia": 3, + "Freight": 189.09, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 120, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 35, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 28, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 55, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10452, + "EmployeeID": 8, + "OrderDate": "1997-02-20T00:00:00", + "RequiredDate": "1997-03-20T00:00:00", + "ShippedDate": "1997-02-26T00:00:00", + "ShipVia": 1, + "Freight": 140.26, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 100, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 44000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10453, + "EmployeeID": 1, + "OrderDate": "1997-02-21T00:00:00", + "RequiredDate": "1997-03-21T00:00:00", + "ShippedDate": "1997-02-26T00:00:00", + "ShipVia": 2, + "Freight": 25.36, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 46000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 48, + "UnitPrice": 10.2, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 25, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10454, + "EmployeeID": 4, + "OrderDate": "1997-02-21T00:00:00", + "RequiredDate": "1997-03-21T00:00:00", + "ShippedDate": "1997-02-25T00:00:00", + "ShipVia": 3, + "Freight": 2.74, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10455, + "EmployeeID": 8, + "OrderDate": "1997-02-24T00:00:00", + "RequiredDate": "1997-04-07T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 2, + "Freight": 180.45, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 22.8, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10456, + "EmployeeID": 8, + "OrderDate": "1997-02-25T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-02-28T00:00:00", + "ShipVia": 2, + "Freight": 8.12, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 21, + "Discount": 0.16 + } + ] + }, + { + "OrderID": 10457, + "EmployeeID": 2, + "OrderDate": "1997-02-25T00:00:00", + "RequiredDate": "1997-03-25T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 1, + "Freight": 11.57, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 36, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10458, + "EmployeeID": 7, + "OrderDate": "1997-02-26T00:00:00", + "RequiredDate": "1997-03-26T00:00:00", + "ShippedDate": "1997-03-04T00:00:00", + "ShipVia": 3, + "Freight": 147.06, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10459, + "EmployeeID": 4, + "OrderDate": "1997-02-27T00:00:00", + "RequiredDate": "1997-03-27T00:00:00", + "ShippedDate": "1997-02-28T00:00:00", + "ShipVia": 2, + "Freight": 25.09, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 31000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10460, + "EmployeeID": 8, + "OrderDate": "1997-02-28T00:00:00", + "RequiredDate": "1997-03-28T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 1, + "Freight": 16.27, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 44000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 4, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10461, + "EmployeeID": 1, + "OrderDate": "1997-02-28T00:00:00", + "RequiredDate": "1997-03-28T00:00:00", + "ShippedDate": "1997-03-05T00:00:00", + "ShipVia": 3, + "Freight": 148.61, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 28, + "Discount": 0.25 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 60, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "PostalCode": 34000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199", + "Orders": [ + { + "OrderID": 10462, + "EmployeeID": 2, + "OrderDate": "1997-03-03T00:00:00", + "RequiredDate": "1997-03-31T00:00:00", + "ShippedDate": "1997-03-18T00:00:00", + "ShipVia": 1, + "Freight": 6.17, + "ShipName": "Consolidated Holdings", + "ShipAddress": "Berkeley Gardens 12 Brewery", + "ShipCity": "London", + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10463, + "EmployeeID": 5, + "OrderDate": "1997-03-04T00:00:00", + "RequiredDate": "1997-04-01T00:00:00", + "ShippedDate": "1997-03-06T00:00:00", + "ShipVia": 3, + "Freight": 14.78, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10464, + "EmployeeID": 4, + "OrderDate": "1997-03-04T00:00:00", + "RequiredDate": "1997-04-01T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 2, + "Freight": 89, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 16, + "Discount": 0.2 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10465, + "EmployeeID": 1, + "OrderDate": "1997-03-05T00:00:00", + "RequiredDate": "1997-04-02T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 3, + "Freight": 145.04, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 45, + "UnitPrice": 7.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Comércio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lusíadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10466, + "EmployeeID": 4, + "OrderDate": "1997-03-06T00:00:00", + "RequiredDate": "1997-04-03T00:00:00", + "ShippedDate": "1997-03-13T00:00:00", + "ShipVia": 1, + "Freight": 11.93, + "ShipName": "Comércio Mineiro", + "ShipAddress": "Av. dos Lusíadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10467, + "EmployeeID": 8, + "OrderDate": "1997-03-06T00:00:00", + "RequiredDate": "1997-04-03T00:00:00", + "ShippedDate": "1997-03-11T00:00:00", + "ShipVia": 2, + "Freight": 4.93, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10468, + "EmployeeID": 3, + "OrderDate": "1997-03-07T00:00:00", + "RequiredDate": "1997-04-04T00:00:00", + "ShippedDate": "1997-03-12T00:00:00", + "ShipVia": 3, + "Freight": 44.12, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10469, + "EmployeeID": 1, + "OrderDate": "1997-03-10T00:00:00", + "RequiredDate": "1997-04-07T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 1, + "Freight": 60.18, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 2, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10470, + "EmployeeID": 4, + "OrderDate": "1997-03-11T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 2, + "Freight": 64.56, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 26000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10471, + "EmployeeID": 2, + "OrderDate": "1997-03-11T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-03-18T00:00:00", + "ShipVia": 3, + "Freight": 45.59, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10472, + "EmployeeID": 8, + "OrderDate": "1997-03-12T00:00:00", + "RequiredDate": "1997-04-09T00:00:00", + "ShippedDate": "1997-03-19T00:00:00", + "ShipVia": 1, + "Freight": 4.2, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 33000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 80, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 41000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10473, + "EmployeeID": 1, + "OrderDate": "1997-03-13T00:00:00", + "RequiredDate": "1997-03-27T00:00:00", + "ShippedDate": "1997-03-21T00:00:00", + "ShipVia": 3, + "Freight": 16.37, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 60471, + "ShipPostalCode": 37000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas clásicas", + "ContactName": "Guillermo Fernández", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10474, + "EmployeeID": 5, + "OrderDate": "1997-03-13T00:00:00", + "RequiredDate": "1997-04-10T00:00:00", + "ShippedDate": "1997-03-21T00:00:00", + "ShipVia": 2, + "Freight": 83.49, + "ShipName": "Pericles Comidas clásicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10475, + "EmployeeID": 9, + "OrderDate": "1997-03-14T00:00:00", + "RequiredDate": "1997-04-11T00:00:00", + "ShippedDate": "1997-04-04T00:00:00", + "ShipVia": 1, + "Freight": 68.52, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 42, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10476, + "EmployeeID": 8, + "OrderDate": "1997-03-17T00:00:00", + "RequiredDate": "1997-04-14T00:00:00", + "ShippedDate": "1997-03-24T00:00:00", + "ShipVia": 3, + "Freight": 4.41, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da saúde n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10477, + "EmployeeID": 5, + "OrderDate": "1997-03-17T00:00:00", + "RequiredDate": "1997-04-14T00:00:00", + "ShippedDate": "1997-03-25T00:00:00", + "ShipVia": 2, + "Freight": 13.02, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da saúde n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10478, + "EmployeeID": 2, + "OrderDate": "1997-03-18T00:00:00", + "RequiredDate": "1997-04-01T00:00:00", + "ShippedDate": "1997-03-26T00:00:00", + "ShipVia": 3, + "Freight": 4.81, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10479, + "EmployeeID": 3, + "OrderDate": "1997-03-19T00:00:00", + "RequiredDate": "1997-04-16T00:00:00", + "ShippedDate": "1997-03-21T00:00:00", + "ShipVia": 3, + "Freight": 708.95, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Rancé", + "ContactTitle": "Sales Associate", + "Address": "184, chaussée de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10480, + "EmployeeID": 6, + "OrderDate": "1997-03-20T00:00:00", + "RequiredDate": "1997-04-17T00:00:00", + "ShippedDate": "1997-03-24T00:00:00", + "ShipVia": 2, + "Freight": 1.35, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chaussée de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10481, + "EmployeeID": 8, + "OrderDate": "1997-03-20T00:00:00", + "RequiredDate": "1997-04-17T00:00:00", + "ShippedDate": "1997-03-25T00:00:00", + "ShipVia": 2, + "Freight": 64.33, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAZYK", + "Company": "Lazy K Kountry Store", + "ContactName": "John Steel", + "ContactTitle": "Marketing Manager", + "Address": "12 Orchestra Terrace", + "City": "Walla Walla", + "Region": "WA", + "PostalCode": 99362, + "Country": "USA", + "Phone": "(509) 555-7969", + "Fax": "(509) 555-6221", + "Orders": [ + { + "OrderID": 10482, + "EmployeeID": 1, + "OrderDate": "1997-03-21T00:00:00", + "RequiredDate": "1997-04-18T00:00:00", + "ShippedDate": "1997-04-10T00:00:00", + "ShipVia": 3, + "Freight": 7.48, + "ShipName": "Lazy K Kountry Store", + "ShipAddress": "12 Orchestra Terrace", + "ShipCity": "Walla Walla", + "ShipRegion": "WA", + "ShipPostalCode": 99362, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10483, + "EmployeeID": 7, + "OrderDate": "1997-03-24T00:00:00", + "RequiredDate": "1997-04-21T00:00:00", + "ShippedDate": "1997-04-25T00:00:00", + "ShipVia": 2, + "Freight": 15.28, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 35, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 46000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10484, + "EmployeeID": 3, + "OrderDate": "1997-03-24T00:00:00", + "RequiredDate": "1997-04-21T00:00:00", + "ShippedDate": "1997-04-01T00:00:00", + "ShipVia": 3, + "Freight": 6.88, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 31000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10485, + "EmployeeID": 4, + "OrderDate": "1997-03-25T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-03-31T00:00:00", + "ShipVia": 2, + "Freight": 64.45, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 3, + "UnitPrice": 8, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 60, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10486, + "EmployeeID": 1, + "OrderDate": "1997-03-26T00:00:00", + "RequiredDate": "1997-04-23T00:00:00", + "ShippedDate": "1997-04-02T00:00:00", + "ShipVia": 2, + "Freight": 30.53, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10487, + "EmployeeID": 2, + "OrderDate": "1997-03-26T00:00:00", + "RequiredDate": "1997-04-23T00:00:00", + "ShippedDate": "1997-03-28T00:00:00", + "ShipVia": 2, + "Freight": 71.07, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 24, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10488, + "EmployeeID": 8, + "OrderDate": "1997-03-27T00:00:00", + "RequiredDate": "1997-04-24T00:00:00", + "ShippedDate": "1997-04-02T00:00:00", + "ShipVia": 2, + "Freight": 4.93, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10489, + "EmployeeID": 6, + "OrderDate": "1997-03-28T00:00:00", + "RequiredDate": "1997-04-25T00:00:00", + "ShippedDate": "1997-04-09T00:00:00", + "ShipVia": 2, + "Freight": 5.29, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10490, + "EmployeeID": 7, + "OrderDate": "1997-03-31T00:00:00", + "RequiredDate": "1997-04-28T00:00:00", + "ShippedDate": "1997-04-03T00:00:00", + "ShipVia": 2, + "Freight": 210.19, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 36, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10491, + "EmployeeID": 8, + "OrderDate": "1997-03-31T00:00:00", + "RequiredDate": "1997-04-28T00:00:00", + "ShippedDate": "1997-04-08T00:00:00", + "ShipVia": 3, + "Freight": 16.96, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 7, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 33000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10492, + "EmployeeID": 3, + "OrderDate": "1997-04-01T00:00:00", + "RequiredDate": "1997-04-29T00:00:00", + "ShippedDate": "1997-04-11T00:00:00", + "ShipVia": 1, + "Freight": 62.89, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 16000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10493, + "EmployeeID": 4, + "OrderDate": "1997-04-02T00:00:00", + "RequiredDate": "1997-04-30T00:00:00", + "ShippedDate": "1997-04-10T00:00:00", + "ShipVia": 3, + "Freight": 10.64, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Comércio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lusíadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10494, + "EmployeeID": 4, + "OrderDate": "1997-04-02T00:00:00", + "RequiredDate": "1997-04-30T00:00:00", + "ShippedDate": "1997-04-09T00:00:00", + "ShipVia": 2, + "Freight": 65.99, + "ShipName": "Comércio Mineiro", + "ShipAddress": "Av. dos Lusíadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAUGB", + "Company": "Laughing Bacchus Wine Cellars", + "ContactName": "Yoshi Tannamuri", + "ContactTitle": "Marketing Assistant", + "Address": "1900 Oak St.", + "City": "Vancouver", + "Region": "BC", + "PostalCode": 24000, + "Country": "Canada", + "Phone": "(604) 555-3392", + "Fax": "(604) 555-7293", + "Orders": [ + { + "OrderID": 10495, + "EmployeeID": 3, + "OrderDate": "1997-04-03T00:00:00", + "RequiredDate": "1997-05-01T00:00:00", + "ShippedDate": "1997-04-11T00:00:00", + "ShipVia": 3, + "Freight": 4.65, + "ShipName": "Laughing Bacchus Wine Cellars", + "ShipAddress": "2319 Elm St.", + "ShipCity": "Vancouver", + "ShipRegion": "BC", + "ShipPostalCode": 33000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradição Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. Inês de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10496, + "EmployeeID": 7, + "OrderDate": "1997-04-04T00:00:00", + "RequiredDate": "1997-05-02T00:00:00", + "ShippedDate": "1997-04-07T00:00:00", + "ShipVia": 2, + "Freight": 46.77, + "ShipName": "Tradiçao Hipermercados", + "ShipAddress": "Av. Inês de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10497, + "EmployeeID": 7, + "OrderDate": "1997-04-04T00:00:00", + "RequiredDate": "1997-05-02T00:00:00", + "ShippedDate": "1997-04-07T00:00:00", + "ShipVia": 1, + "Freight": 36.21, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10498, + "EmployeeID": 8, + "OrderDate": "1997-04-07T00:00:00", + "RequiredDate": "1997-05-05T00:00:00", + "ShippedDate": "1997-04-11T00:00:00", + "ShipVia": 2, + "Freight": 29.75, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10499, + "EmployeeID": 4, + "OrderDate": "1997-04-08T00:00:00", + "RequiredDate": "1997-05-06T00:00:00", + "ShippedDate": "1997-04-16T00:00:00", + "ShipVia": 2, + "Freight": 102.02, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10500, + "EmployeeID": 6, + "OrderDate": "1997-04-09T00:00:00", + "RequiredDate": "1997-05-07T00:00:00", + "ShippedDate": "1997-04-17T00:00:00", + "ShipVia": 1, + "Freight": 42.68, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 8, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10501, + "EmployeeID": 9, + "OrderDate": "1997-04-09T00:00:00", + "RequiredDate": "1997-05-07T00:00:00", + "ShippedDate": "1997-04-16T00:00:00", + "ShipVia": 3, + "Freight": 8.85, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas clásicas", + "ContactName": "Guillermo Fernández", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10502, + "EmployeeID": 2, + "OrderDate": "1997-04-10T00:00:00", + "RequiredDate": "1997-05-08T00:00:00", + "ShippedDate": "1997-04-29T00:00:00", + "ShipVia": 1, + "Freight": 69.32, + "ShipName": "Pericles Comidas clásicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10503, + "EmployeeID": 6, + "OrderDate": "1997-04-11T00:00:00", + "RequiredDate": "1997-05-09T00:00:00", + "ShippedDate": "1997-04-16T00:00:00", + "ShipVia": 2, + "Freight": 16.74, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10504, + "EmployeeID": 4, + "OrderDate": "1997-04-11T00:00:00", + "RequiredDate": "1997-05-09T00:00:00", + "ShippedDate": "1997-04-18T00:00:00", + "ShipVia": 3, + "Freight": 59.13, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 47000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10505, + "EmployeeID": 3, + "OrderDate": "1997-04-14T00:00:00", + "RequiredDate": "1997-05-12T00:00:00", + "ShippedDate": "1997-04-21T00:00:00", + "ShipVia": 3, + "Freight": 7.13, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 11000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10506, + "EmployeeID": 9, + "OrderDate": "1997-04-15T00:00:00", + "RequiredDate": "1997-05-13T00:00:00", + "ShippedDate": "1997-05-02T00:00:00", + "ShipVia": 2, + "Freight": 21.19, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 14, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10507, + "EmployeeID": 7, + "OrderDate": "1997-04-15T00:00:00", + "RequiredDate": "1997-05-13T00:00:00", + "ShippedDate": "1997-04-22T00:00:00", + "ShipVia": 1, + "Freight": 47.45, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10508, + "EmployeeID": 1, + "OrderDate": "1997-04-16T00:00:00", + "RequiredDate": "1997-05-14T00:00:00", + "ShippedDate": "1997-05-13T00:00:00", + "ShipVia": 2, + "Freight": 4.99, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10509, + "EmployeeID": 4, + "OrderDate": "1997-04-17T00:00:00", + "RequiredDate": "1997-05-15T00:00:00", + "ShippedDate": "1997-04-29T00:00:00", + "ShipVia": 1, + "Freight": 0.15, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10510, + "EmployeeID": 6, + "OrderDate": "1997-04-18T00:00:00", + "RequiredDate": "1997-05-16T00:00:00", + "ShippedDate": "1997-04-28T00:00:00", + "ShipVia": 3, + "Freight": 367.63, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 36, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10511, + "EmployeeID": 4, + "OrderDate": "1997-04-18T00:00:00", + "RequiredDate": "1997-05-16T00:00:00", + "ShippedDate": "1997-04-21T00:00:00", + "ShipVia": 3, + "Freight": 350.64, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 10, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10512, + "EmployeeID": 7, + "OrderDate": "1997-04-21T00:00:00", + "RequiredDate": "1997-05-19T00:00:00", + "ShippedDate": "1997-04-24T00:00:00", + "ShipVia": 2, + "Freight": 3.53, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 9, + "Discount": 0.16 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 6, + "Discount": 0.16 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10513, + "EmployeeID": 7, + "OrderDate": "1997-04-22T00:00:00", + "RequiredDate": "1997-06-03T00:00:00", + "ShippedDate": "1997-04-28T00:00:00", + "ShipVia": 1, + "Freight": 105.65, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 15, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10514, + "EmployeeID": 3, + "OrderDate": "1997-04-22T00:00:00", + "RequiredDate": "1997-05-20T00:00:00", + "ShippedDate": "1997-05-16T00:00:00", + "ShipVia": 2, + "Freight": 789.95, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 39, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 39, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10515, + "EmployeeID": 2, + "OrderDate": "1997-04-23T00:00:00", + "RequiredDate": "1997-05-07T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 1, + "Freight": 204.47, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 16, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 120, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 16, + "Discount": 0.16 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 84, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10516, + "EmployeeID": 2, + "OrderDate": "1997-04-24T00:00:00", + "RequiredDate": "1997-05-22T00:00:00", + "ShippedDate": "1997-05-01T00:00:00", + "ShipVia": 3, + "Freight": 62.78, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 80, + "Discount": 0.1 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "NORTS", + "Company": "North/South", + "ContactName": "Simon Crowther", + "ContactTitle": "Sales Associate", + "Address": "South House 300 Queensbridge", + "City": "London", + "PostalCode": 17000, + "Country": "UK", + "Phone": "(171) 555-7733", + "Fax": "(171) 555-2530", + "Orders": [ + { + "OrderID": 10517, + "EmployeeID": 3, + "OrderDate": "1997-04-24T00:00:00", + "RequiredDate": "1997-05-22T00:00:00", + "ShippedDate": "1997-04-29T00:00:00", + "ShipVia": 3, + "Freight": 32.07, + "ShipName": "North/South", + "ShipAddress": "South House 300 Queensbridge", + "ShipCity": "London", + "ShipPostalCode": 16000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10518, + "EmployeeID": 4, + "OrderDate": "1997-04-25T00:00:00", + "RequiredDate": "1997-05-09T00:00:00", + "ShippedDate": "1997-05-05T00:00:00", + "ShipVia": 2, + "Freight": 218.15, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10519, + "EmployeeID": 6, + "OrderDate": "1997-04-28T00:00:00", + "RequiredDate": "1997-05-26T00:00:00", + "ShippedDate": "1997-05-01T00:00:00", + "ShipVia": 3, + "Freight": 91.76, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Santé Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10520, + "EmployeeID": 7, + "OrderDate": "1997-04-29T00:00:00", + "RequiredDate": "1997-05-27T00:00:00", + "ShippedDate": "1997-05-01T00:00:00", + "ShipVia": 1, + "Freight": 13.37, + "ShipName": "Santé Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10521, + "EmployeeID": 8, + "OrderDate": "1997-04-29T00:00:00", + "RequiredDate": "1997-05-27T00:00:00", + "ShippedDate": "1997-05-02T00:00:00", + "ShipVia": 2, + "Freight": 17.22, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10522, + "EmployeeID": 4, + "OrderDate": "1997-04-30T00:00:00", + "RequiredDate": "1997-05-28T00:00:00", + "ShippedDate": "1997-05-06T00:00:00", + "ShipVia": 1, + "Freight": 45.33, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 25, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 12000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10523, + "EmployeeID": 7, + "OrderDate": "1997-05-01T00:00:00", + "RequiredDate": "1997-05-29T00:00:00", + "ShippedDate": "1997-05-30T00:00:00", + "ShipVia": 2, + "Freight": 77.63, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 42000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 37, + "UnitPrice": 26, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 6, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 37000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10524, + "EmployeeID": 1, + "OrderDate": "1997-05-01T00:00:00", + "RequiredDate": "1997-05-29T00:00:00", + "ShippedDate": "1997-05-07T00:00:00", + "ShipVia": 2, + "Freight": 244.79, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 32000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10525, + "EmployeeID": 1, + "OrderDate": "1997-05-02T00:00:00", + "RequiredDate": "1997-05-30T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 2, + "Freight": 11.06, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10526, + "EmployeeID": 4, + "OrderDate": "1997-05-05T00:00:00", + "RequiredDate": "1997-06-02T00:00:00", + "ShippedDate": "1997-05-15T00:00:00", + "ShipVia": 2, + "Freight": 58.59, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0.16 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10527, + "EmployeeID": 7, + "OrderDate": "1997-05-05T00:00:00", + "RequiredDate": "1997-06-02T00:00:00", + "ShippedDate": "1997-05-07T00:00:00", + "ShipVia": 1, + "Freight": 41.9, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 50, + "Discount": 0.1 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10528, + "EmployeeID": 6, + "OrderDate": "1997-05-06T00:00:00", + "RequiredDate": "1997-05-20T00:00:00", + "ShippedDate": "1997-05-09T00:00:00", + "ShipVia": 2, + "Freight": 3.35, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 8, + "Discount": 0.2 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 45000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10529, + "EmployeeID": 5, + "OrderDate": "1997-05-07T00:00:00", + "RequiredDate": "1997-06-04T00:00:00", + "ShippedDate": "1997-05-09T00:00:00", + "ShipVia": 2, + "Freight": 66.69, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 43000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10530, + "EmployeeID": 3, + "OrderDate": "1997-05-08T00:00:00", + "RequiredDate": "1997-06-05T00:00:00", + "ShippedDate": "1997-05-12T00:00:00", + "ShipVia": 2, + "Freight": 339.22, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Océano Atlántico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10531, + "EmployeeID": 7, + "OrderDate": "1997-05-08T00:00:00", + "RequiredDate": "1997-06-05T00:00:00", + "ShippedDate": "1997-05-19T00:00:00", + "ShipVia": 1, + "Freight": 8.12, + "ShipName": "Océano Atlántico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 33000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10532, + "EmployeeID": 7, + "OrderDate": "1997-05-09T00:00:00", + "RequiredDate": "1997-06-06T00:00:00", + "ShippedDate": "1997-05-12T00:00:00", + "ShipVia": 3, + "Freight": 74.46, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 45000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 10000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10533, + "EmployeeID": 8, + "OrderDate": "1997-05-12T00:00:00", + "RequiredDate": "1997-06-09T00:00:00", + "ShippedDate": "1997-05-22T00:00:00", + "ShipVia": 1, + "Freight": 188.04, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 36000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 24, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10534, + "EmployeeID": 8, + "OrderDate": "1997-05-12T00:00:00", + "RequiredDate": "1997-06-09T00:00:00", + "ShippedDate": "1997-05-14T00:00:00", + "ShipVia": 2, + "Freight": 27.94, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10535, + "EmployeeID": 4, + "OrderDate": "1997-05-13T00:00:00", + "RequiredDate": "1997-06-10T00:00:00", + "ShippedDate": "1997-05-21T00:00:00", + "ShipVia": 1, + "Freight": 15.64, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 50, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 5, + "Discount": 0.1 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10536, + "EmployeeID": 3, + "OrderDate": "1997-05-14T00:00:00", + "RequiredDate": "1997-06-11T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 2, + "Freight": 58.88, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10537, + "EmployeeID": 1, + "OrderDate": "1997-05-14T00:00:00", + "RequiredDate": "1997-05-28T00:00:00", + "ShippedDate": "1997-05-19T00:00:00", + "ShipVia": 1, + "Freight": 78.85, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 37000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10538, + "EmployeeID": 9, + "OrderDate": "1997-05-15T00:00:00", + "RequiredDate": "1997-06-12T00:00:00", + "ShippedDate": "1997-05-16T00:00:00", + "ShipVia": 3, + "Freight": 4.87, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 45000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 1, + "Discount": 0 + } + ] + }, + { + "OrderID": 10539, + "EmployeeID": 6, + "OrderDate": "1997-05-16T00:00:00", + "RequiredDate": "1997-06-13T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 3, + "Freight": 12.36, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 14000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10540, + "EmployeeID": 3, + "OrderDate": "1997-05-19T00:00:00", + "RequiredDate": "1997-06-16T00:00:00", + "ShippedDate": "1997-06-13T00:00:00", + "ShipVia": 3, + "Freight": 1007.64, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10541, + "EmployeeID": 2, + "OrderDate": "1997-05-19T00:00:00", + "RequiredDate": "1997-06-16T00:00:00", + "ShippedDate": "1997-05-29T00:00:00", + "ShipVia": 1, + "Freight": 68.65, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0.1 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 36, + "Discount": 0.1 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 9, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10542, + "EmployeeID": 1, + "OrderDate": "1997-05-20T00:00:00", + "RequiredDate": "1997-06-17T00:00:00", + "ShippedDate": "1997-05-26T00:00:00", + "ShipVia": 3, + "Freight": 10.95, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 24, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10543, + "EmployeeID": 8, + "OrderDate": "1997-05-21T00:00:00", + "RequiredDate": "1997-06-18T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 2, + "Freight": 48.17, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 70, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10544, + "EmployeeID": 4, + "OrderDate": "1997-05-21T00:00:00", + "RequiredDate": "1997-06-18T00:00:00", + "ShippedDate": "1997-05-30T00:00:00", + "ShipVia": 1, + "Freight": 24.91, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAZYK", + "Company": "Lazy K Kountry Store", + "ContactName": "John Steel", + "ContactTitle": "Marketing Manager", + "Address": "12 Orchestra Terrace", + "City": "Walla Walla", + "Region": "WA", + "PostalCode": 99362, + "Country": "USA", + "Phone": "(509) 555-7969", + "Fax": "(509) 555-6221", + "Orders": [ + { + "OrderID": 10545, + "EmployeeID": 8, + "OrderDate": "1997-05-22T00:00:00", + "RequiredDate": "1997-06-19T00:00:00", + "ShippedDate": "1997-06-26T00:00:00", + "ShipVia": 2, + "Freight": 11.92, + "ShipName": "Lazy K Kountry Store", + "ShipAddress": "12 Orchestra Terrace", + "ShipCity": "Walla Walla", + "ShipRegion": "WA", + "ShipPostalCode": 99362, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10546, + "EmployeeID": 1, + "OrderDate": "1997-05-23T00:00:00", + "RequiredDate": "1997-06-20T00:00:00", + "ShippedDate": "1997-05-27T00:00:00", + "ShipVia": 3, + "Freight": 194.72, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10547, + "EmployeeID": 3, + "OrderDate": "1997-05-23T00:00:00", + "RequiredDate": "1997-06-20T00:00:00", + "ShippedDate": "1997-06-02T00:00:00", + "ShipVia": 2, + "Freight": 178.43, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 48000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialitäten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "Münster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10548, + "EmployeeID": 3, + "OrderDate": "1997-05-26T00:00:00", + "RequiredDate": "1997-06-23T00:00:00", + "ShippedDate": "1997-06-02T00:00:00", + "ShipVia": 2, + "Freight": 1.43, + "ShipName": "Toms Spezialitäten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "Münster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.25 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10549, + "EmployeeID": 5, + "OrderDate": "1997-05-27T00:00:00", + "RequiredDate": "1997-06-10T00:00:00", + "ShippedDate": "1997-05-30T00:00:00", + "ShipVia": 1, + "Freight": 171.24, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 55, + "Discount": 0.16 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 100, + "Discount": 0.16 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 48, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10550, + "EmployeeID": 7, + "OrderDate": "1997-05-28T00:00:00", + "RequiredDate": "1997-06-25T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 3, + "Freight": 4.32, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 6, + "Discount": 0.1 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10551, + "EmployeeID": 4, + "OrderDate": "1997-05-28T00:00:00", + "RequiredDate": "1997-07-09T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 3, + "Freight": 72.95, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10552, + "EmployeeID": 2, + "OrderDate": "1997-05-29T00:00:00", + "RequiredDate": "1997-06-26T00:00:00", + "ShippedDate": "1997-06-05T00:00:00", + "ShipVia": 1, + "Freight": 83.22, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10553, + "EmployeeID": 2, + "OrderDate": "1997-05-30T00:00:00", + "RequiredDate": "1997-06-27T00:00:00", + "ShippedDate": "1997-06-03T00:00:00", + "ShipVia": 2, + "Freight": 149.49, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10554, + "EmployeeID": 4, + "OrderDate": "1997-05-30T00:00:00", + "RequiredDate": "1997-06-27T00:00:00", + "ShippedDate": "1997-06-05T00:00:00", + "ShipVia": 3, + "Freight": 120.97, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10555, + "EmployeeID": 6, + "OrderDate": "1997-06-02T00:00:00", + "RequiredDate": "1997-06-30T00:00:00", + "ShippedDate": "1997-06-04T00:00:00", + "ShipVia": 3, + "Freight": 252.49, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 18, + "Discount": 0.2 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10556, + "EmployeeID": 2, + "OrderDate": "1997-06-03T00:00:00", + "RequiredDate": "1997-07-15T00:00:00", + "ShippedDate": "1997-06-13T00:00:00", + "ShipVia": 1, + "Freight": 9.8, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10557, + "EmployeeID": 9, + "OrderDate": "1997-06-03T00:00:00", + "RequiredDate": "1997-06-17T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 2, + "Freight": 96.72, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 10000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10558, + "EmployeeID": 1, + "OrderDate": "1997-06-04T00:00:00", + "RequiredDate": "1997-07-02T00:00:00", + "ShippedDate": "1997-06-10T00:00:00", + "ShipVia": 2, + "Freight": 72.97, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 27000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10559, + "EmployeeID": 6, + "OrderDate": "1997-06-05T00:00:00", + "RequiredDate": "1997-07-03T00:00:00", + "ShippedDate": "1997-06-13T00:00:00", + "ShipVia": 1, + "Freight": 8.05, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 18, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10560, + "EmployeeID": 8, + "OrderDate": "1997-06-06T00:00:00", + "RequiredDate": "1997-07-04T00:00:00", + "ShippedDate": "1997-06-09T00:00:00", + "ShipVia": 1, + "Freight": 36.65, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 20000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10561, + "EmployeeID": 2, + "OrderDate": "1997-06-06T00:00:00", + "RequiredDate": "1997-07-04T00:00:00", + "ShippedDate": "1997-06-09T00:00:00", + "ShipVia": 2, + "Freight": 242.21, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 18000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10562, + "EmployeeID": 1, + "OrderDate": "1997-06-09T00:00:00", + "RequiredDate": "1997-07-07T00:00:00", + "ShippedDate": "1997-06-12T00:00:00", + "ShipVia": 1, + "Freight": 22.95, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10563, + "EmployeeID": 2, + "OrderDate": "1997-06-10T00:00:00", + "RequiredDate": "1997-07-22T00:00:00", + "ShippedDate": "1997-06-24T00:00:00", + "ShipVia": 2, + "Freight": 60.43, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 70, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10564, + "EmployeeID": 4, + "OrderDate": "1997-06-10T00:00:00", + "RequiredDate": "1997-07-08T00:00:00", + "ShippedDate": "1997-06-16T00:00:00", + "ShipVia": 3, + "Freight": 13.75, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 6, + "Discount": 0.06 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 25, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 15000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10565, + "EmployeeID": 8, + "OrderDate": "1997-06-11T00:00:00", + "RequiredDate": "1997-07-09T00:00:00", + "ShippedDate": "1997-06-18T00:00:00", + "ShipVia": 2, + "Freight": 7.15, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 24000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 18, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10566, + "EmployeeID": 9, + "OrderDate": "1997-06-12T00:00:00", + "RequiredDate": "1997-07-10T00:00:00", + "ShippedDate": "1997-06-18T00:00:00", + "ShipVia": 1, + "Freight": 88.4, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 18, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10567, + "EmployeeID": 1, + "OrderDate": "1997-06-12T00:00:00", + "RequiredDate": "1997-07-10T00:00:00", + "ShippedDate": "1997-06-17T00:00:00", + "ShipVia": 1, + "Freight": 33.97, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 60, + "Discount": 0.2 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galería del gastrónomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Cataluña, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10568, + "EmployeeID": 3, + "OrderDate": "1997-06-13T00:00:00", + "RequiredDate": "1997-07-11T00:00:00", + "ShippedDate": "1997-07-09T00:00:00", + "ShipVia": 3, + "Freight": 6.54, + "ShipName": "Galería del gastronómo", + "ShipAddress": "Rambla de Cataluña, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10569, + "EmployeeID": 5, + "OrderDate": "1997-06-16T00:00:00", + "RequiredDate": "1997-07-14T00:00:00", + "ShippedDate": "1997-07-11T00:00:00", + "ShipVia": 1, + "Freight": 58.98, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 34000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10570, + "EmployeeID": 3, + "OrderDate": "1997-06-17T00:00:00", + "RequiredDate": "1997-07-15T00:00:00", + "ShippedDate": "1997-06-19T00:00:00", + "ShipVia": 3, + "Freight": 188.99, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 40000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10571, + "EmployeeID": 8, + "OrderDate": "1997-06-17T00:00:00", + "RequiredDate": "1997-07-29T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 3, + "Freight": 26.06, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 11, + "Discount": 0.16 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 28, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 43000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10572, + "EmployeeID": 3, + "OrderDate": "1997-06-18T00:00:00", + "RequiredDate": "1997-07-16T00:00:00", + "ShippedDate": "1997-06-25T00:00:00", + "ShipVia": 2, + "Freight": 116.43, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 25000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10573, + "EmployeeID": 7, + "OrderDate": "1997-06-19T00:00:00", + "RequiredDate": "1997-07-17T00:00:00", + "ShippedDate": "1997-06-20T00:00:00", + "ShipVia": 3, + "Freight": 84.84, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRAIH", + "Company": "Trail's Head Gourmet Provisioners", + "ContactName": "Helvetius Nagy", + "ContactTitle": "Sales Associate", + "Address": "722 DaVinci Blvd.", + "City": "Kirkland", + "Region": "WA", + "PostalCode": 98034, + "Country": "USA", + "Phone": "(206) 555-8257", + "Fax": "(206) 555-2174", + "Orders": [ + { + "OrderID": 10574, + "EmployeeID": 4, + "OrderDate": "1997-06-19T00:00:00", + "RequiredDate": "1997-07-17T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 2, + "Freight": 37.6, + "ShipName": "Trail's Head Gourmet Provisioners", + "ShipAddress": "722 DaVinci Blvd.", + "ShipCity": "Kirkland", + "ShipRegion": "WA", + "ShipPostalCode": 98034, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10575, + "EmployeeID": 5, + "OrderDate": "1997-06-20T00:00:00", + "RequiredDate": "1997-07-04T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 1, + "Freight": 127.34, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10576, + "EmployeeID": 3, + "OrderDate": "1997-06-23T00:00:00", + "RequiredDate": "1997-07-07T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 3, + "Freight": 18.56, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRAIH", + "Company": "Trail's Head Gourmet Provisioners", + "ContactName": "Helvetius Nagy", + "ContactTitle": "Sales Associate", + "Address": "722 DaVinci Blvd.", + "City": "Kirkland", + "Region": "WA", + "PostalCode": 98034, + "Country": "USA", + "Phone": "(206) 555-8257", + "Fax": "(206) 555-2174", + "Orders": [ + { + "OrderID": 10577, + "EmployeeID": 9, + "OrderDate": "1997-06-23T00:00:00", + "RequiredDate": "1997-08-04T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 2, + "Freight": 25.41, + "ShipName": "Trail's Head Gourmet Provisioners", + "ShipAddress": "722 DaVinci Blvd.", + "ShipCity": "Kirkland", + "ShipRegion": "WA", + "ShipPostalCode": 98034, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 44000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10578, + "EmployeeID": 4, + "OrderDate": "1997-06-24T00:00:00", + "RequiredDate": "1997-07-22T00:00:00", + "ShippedDate": "1997-07-25T00:00:00", + "ShipVia": 3, + "Freight": 29.6, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 44000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10579, + "EmployeeID": 1, + "OrderDate": "1997-06-25T00:00:00", + "RequiredDate": "1997-07-23T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 2, + "Freight": 13.73, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10580, + "EmployeeID": 4, + "OrderDate": "1997-06-26T00:00:00", + "RequiredDate": "1997-07-24T00:00:00", + "ShippedDate": "1997-07-01T00:00:00", + "ShipVia": 3, + "Freight": 75.89, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 9, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10581, + "EmployeeID": 3, + "OrderDate": "1997-06-26T00:00:00", + "RequiredDate": "1997-07-24T00:00:00", + "ShippedDate": "1997-07-02T00:00:00", + "ShipVia": 1, + "Freight": 3.01, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10582, + "EmployeeID": 3, + "OrderDate": "1997-06-27T00:00:00", + "RequiredDate": "1997-07-25T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 2, + "Freight": 27.71, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10583, + "EmployeeID": 2, + "OrderDate": "1997-06-30T00:00:00", + "RequiredDate": "1997-07-28T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 2, + "Freight": 7.28, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 10, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10584, + "EmployeeID": 4, + "OrderDate": "1997-06-30T00:00:00", + "RequiredDate": "1997-07-28T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 1, + "Freight": 59.14, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10585, + "EmployeeID": 7, + "OrderDate": "1997-07-01T00:00:00", + "RequiredDate": "1997-07-29T00:00:00", + "ShippedDate": "1997-07-10T00:00:00", + "ShipVia": 1, + "Freight": 13.41, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10586, + "EmployeeID": 9, + "OrderDate": "1997-07-02T00:00:00", + "RequiredDate": "1997-07-30T00:00:00", + "ShippedDate": "1997-07-09T00:00:00", + "ShipVia": 1, + "Freight": 0.48, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 4, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10587, + "EmployeeID": 1, + "OrderDate": "1997-07-02T00:00:00", + "RequiredDate": "1997-07-30T00:00:00", + "ShippedDate": "1997-07-09T00:00:00", + "ShipVia": 1, + "Freight": 62.52, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10588, + "EmployeeID": 2, + "OrderDate": "1997-07-03T00:00:00", + "RequiredDate": "1997-07-31T00:00:00", + "ShippedDate": "1997-07-10T00:00:00", + "ShipVia": 3, + "Freight": 194.67, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 100, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10589, + "EmployeeID": 8, + "OrderDate": "1997-07-04T00:00:00", + "RequiredDate": "1997-08-01T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 2, + "Freight": 4.42, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 22000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10590, + "EmployeeID": 4, + "OrderDate": "1997-07-07T00:00:00", + "RequiredDate": "1997-08-04T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 3, + "Freight": 44.77, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 47000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10591, + "EmployeeID": 1, + "OrderDate": "1997-07-07T00:00:00", + "RequiredDate": "1997-07-21T00:00:00", + "ShippedDate": "1997-07-16T00:00:00", + "ShipVia": 1, + "Freight": 55.92, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10592, + "EmployeeID": 3, + "OrderDate": "1997-07-08T00:00:00", + "RequiredDate": "1997-08-05T00:00:00", + "ShippedDate": "1997-07-16T00:00:00", + "ShipVia": 1, + "Freight": 32.1, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 5, + "Discount": 0.06 + } + ] + }, + { + "OrderID": 10593, + "EmployeeID": 7, + "OrderDate": "1997-07-09T00:00:00", + "RequiredDate": "1997-08-06T00:00:00", + "ShippedDate": "1997-08-13T00:00:00", + "ShipVia": 2, + "Freight": 174.2, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 21, + "Discount": 0.2 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10594, + "EmployeeID": 3, + "OrderDate": "1997-07-09T00:00:00", + "RequiredDate": "1997-08-06T00:00:00", + "ShippedDate": "1997-07-16T00:00:00", + "ShipVia": 2, + "Freight": 5.24, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10595, + "EmployeeID": 2, + "OrderDate": "1997-07-10T00:00:00", + "RequiredDate": "1997-08-07T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 1, + "Freight": 96.78, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 120, + "Discount": 0.25 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 65, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10596, + "EmployeeID": 8, + "OrderDate": "1997-07-11T00:00:00", + "RequiredDate": "1997-08-08T00:00:00", + "ShippedDate": "1997-08-12T00:00:00", + "ShipVia": 1, + "Freight": 16.34, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 24, + "Discount": 0.2 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10597, + "EmployeeID": 7, + "OrderDate": "1997-07-11T00:00:00", + "RequiredDate": "1997-08-08T00:00:00", + "ShippedDate": "1997-07-18T00:00:00", + "ShipVia": 3, + "Freight": 35.12, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 12, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10598, + "EmployeeID": 1, + "OrderDate": "1997-07-14T00:00:00", + "RequiredDate": "1997-08-11T00:00:00", + "ShippedDate": "1997-07-18T00:00:00", + "ShipVia": 3, + "Freight": 44.42, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 45000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10599, + "EmployeeID": 6, + "OrderDate": "1997-07-15T00:00:00", + "RequiredDate": "1997-08-26T00:00:00", + "ShippedDate": "1997-07-21T00:00:00", + "ShipVia": 3, + "Freight": 29.98, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 21000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10600, + "EmployeeID": 4, + "OrderDate": "1997-07-16T00:00:00", + "RequiredDate": "1997-08-13T00:00:00", + "ShippedDate": "1997-07-21T00:00:00", + "ShipVia": 1, + "Freight": 45.13, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10601, + "EmployeeID": 7, + "OrderDate": "1997-07-16T00:00:00", + "RequiredDate": "1997-08-27T00:00:00", + "ShippedDate": "1997-07-22T00:00:00", + "ShipVia": 1, + "Freight": 58.3, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10602, + "EmployeeID": 8, + "OrderDate": "1997-07-17T00:00:00", + "RequiredDate": "1997-08-14T00:00:00", + "ShippedDate": "1997-07-22T00:00:00", + "ShipVia": 2, + "Freight": 2.92, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 5, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10603, + "EmployeeID": 8, + "OrderDate": "1997-07-18T00:00:00", + "RequiredDate": "1997-08-15T00:00:00", + "ShippedDate": "1997-08-08T00:00:00", + "ShipVia": 2, + "Freight": 48.77, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 48, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 25, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10604, + "EmployeeID": 1, + "OrderDate": "1997-07-18T00:00:00", + "RequiredDate": "1997-08-15T00:00:00", + "ShippedDate": "1997-07-29T00:00:00", + "ShipVia": 1, + "Freight": 7.46, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 6, + "Discount": 0.1 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 12000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10605, + "EmployeeID": 1, + "OrderDate": "1997-07-21T00:00:00", + "RequiredDate": "1997-08-18T00:00:00", + "ShippedDate": "1997-07-29T00:00:00", + "ShipVia": 2, + "Freight": 379.13, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 43000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 15, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradição Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. Inês de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10606, + "EmployeeID": 4, + "OrderDate": "1997-07-22T00:00:00", + "RequiredDate": "1997-08-19T00:00:00", + "ShippedDate": "1997-07-31T00:00:00", + "ShipVia": 3, + "Freight": 79.4, + "ShipName": "Tradiçao Hipermercados", + "ShipAddress": "Av. Inês de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10607, + "EmployeeID": 5, + "OrderDate": "1997-07-22T00:00:00", + "RequiredDate": "1997-08-19T00:00:00", + "ShippedDate": "1997-07-25T00:00:00", + "ShipVia": 1, + "Freight": 200.24, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 100, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialitäten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "Münster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10608, + "EmployeeID": 4, + "OrderDate": "1997-07-23T00:00:00", + "RequiredDate": "1997-08-20T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 27.79, + "ShipName": "Toms Spezialitäten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "Münster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10609, + "EmployeeID": 7, + "OrderDate": "1997-07-24T00:00:00", + "RequiredDate": "1997-08-21T00:00:00", + "ShippedDate": "1997-07-30T00:00:00", + "ShipVia": 2, + "Freight": 1.85, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10610, + "EmployeeID": 8, + "OrderDate": "1997-07-25T00:00:00", + "RequiredDate": "1997-08-22T00:00:00", + "ShippedDate": "1997-08-06T00:00:00", + "ShipVia": 1, + "Freight": 26.78, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10611, + "EmployeeID": 6, + "OrderDate": "1997-07-25T00:00:00", + "RequiredDate": "1997-08-22T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 80.65, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10612, + "EmployeeID": 1, + "OrderDate": "1997-07-28T00:00:00", + "RequiredDate": "1997-08-25T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 544.08, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 55, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 80, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10613, + "EmployeeID": 4, + "OrderDate": "1997-07-29T00:00:00", + "RequiredDate": "1997-08-26T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 8.11, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10614, + "EmployeeID": 8, + "OrderDate": "1997-07-29T00:00:00", + "RequiredDate": "1997-08-26T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 3, + "Freight": 1.93, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10615, + "EmployeeID": 2, + "OrderDate": "1997-07-30T00:00:00", + "RequiredDate": "1997-08-27T00:00:00", + "ShippedDate": "1997-08-06T00:00:00", + "ShipVia": 3, + "Freight": 0.75, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10616, + "EmployeeID": 1, + "OrderDate": "1997-07-31T00:00:00", + "RequiredDate": "1997-08-28T00:00:00", + "ShippedDate": "1997-08-05T00:00:00", + "ShipVia": 2, + "Freight": 116.53, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 15, + "Discount": 0.06 + } + ] + }, + { + "OrderID": 10617, + "EmployeeID": 4, + "OrderDate": "1997-07-31T00:00:00", + "RequiredDate": "1997-08-28T00:00:00", + "ShippedDate": "1997-08-04T00:00:00", + "ShipVia": 2, + "Freight": 18.53, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 45000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10618, + "EmployeeID": 1, + "OrderDate": "1997-08-01T00:00:00", + "RequiredDate": "1997-09-12T00:00:00", + "ShippedDate": "1997-08-08T00:00:00", + "ShipVia": 1, + "Freight": 154.68, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 49000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 15, + "Discount": 0 + } + ] + }, + { + "OrderID": 10619, + "EmployeeID": 3, + "OrderDate": "1997-08-04T00:00:00", + "RequiredDate": "1997-09-01T00:00:00", + "ShippedDate": "1997-08-07T00:00:00", + "ShipVia": 3, + "Freight": 91.05, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 20000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAUGB", + "Company": "Laughing Bacchus Wine Cellars", + "ContactName": "Yoshi Tannamuri", + "ContactTitle": "Marketing Assistant", + "Address": "1900 Oak St.", + "City": "Vancouver", + "Region": "BC", + "PostalCode": 48000, + "Country": "Canada", + "Phone": "(604) 555-3392", + "Fax": "(604) 555-7293", + "Orders": [ + { + "OrderID": 10620, + "EmployeeID": 2, + "OrderDate": "1997-08-05T00:00:00", + "RequiredDate": "1997-09-02T00:00:00", + "ShippedDate": "1997-08-14T00:00:00", + "ShipVia": 3, + "Freight": 0.94, + "ShipName": "Laughing Bacchus Wine Cellars", + "ShipAddress": "2319 Elm St.", + "ShipCity": "Vancouver", + "ShipRegion": "BC", + "ShipPostalCode": 15000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 24000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10621, + "EmployeeID": 4, + "OrderDate": "1997-08-05T00:00:00", + "RequiredDate": "1997-09-02T00:00:00", + "ShippedDate": "1997-08-11T00:00:00", + "ShipVia": 2, + "Freight": 23.73, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 90304, + "ShipPostalCode": 28000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10622, + "EmployeeID": 4, + "OrderDate": "1997-08-06T00:00:00", + "RequiredDate": "1997-09-03T00:00:00", + "ShippedDate": "1997-08-11T00:00:00", + "ShipVia": 3, + "Freight": 50.97, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 18, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10623, + "EmployeeID": 8, + "OrderDate": "1997-08-07T00:00:00", + "RequiredDate": "1997-09-04T00:00:00", + "ShippedDate": "1997-08-12T00:00:00", + "ShipVia": 2, + "Freight": 97.18, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "THECR", + "Company": "The Cracker Box", + "ContactName": "Liu Wong", + "ContactTitle": "Marketing Assistant", + "Address": "55 Grizzly Peak Rd.", + "City": "Butte", + "Region": "MT", + "PostalCode": 59801, + "Country": "USA", + "Phone": "(406) 555-5834", + "Fax": "(406) 555-8083", + "Orders": [ + { + "OrderID": 10624, + "EmployeeID": 4, + "OrderDate": "1997-08-07T00:00:00", + "RequiredDate": "1997-09-04T00:00:00", + "ShippedDate": "1997-08-19T00:00:00", + "ShipVia": 2, + "Freight": 94.8, + "ShipName": "The Cracker Box", + "ShipAddress": "55 Grizzly Peak Rd.", + "ShipCity": "Butte", + "ShipRegion": "MT", + "ShipPostalCode": 59801, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constitución 2222", + "City": "México D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10625, + "EmployeeID": 3, + "OrderDate": "1997-08-08T00:00:00", + "RequiredDate": "1997-09-05T00:00:00", + "ShippedDate": "1997-08-14T00:00:00", + "ShipVia": 1, + "Freight": 43.9, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constitución 2222", + "ShipCity": "México D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 47000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10626, + "EmployeeID": 1, + "OrderDate": "1997-08-11T00:00:00", + "RequiredDate": "1997-09-08T00:00:00", + "ShippedDate": "1997-08-20T00:00:00", + "ShipVia": 2, + "Freight": 138.69, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 39000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10627, + "EmployeeID": 8, + "OrderDate": "1997-08-11T00:00:00", + "RequiredDate": "1997-09-22T00:00:00", + "ShippedDate": "1997-08-21T00:00:00", + "ShipVia": 3, + "Freight": 107.46, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 35, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10628, + "EmployeeID": 4, + "OrderDate": "1997-08-12T00:00:00", + "RequiredDate": "1997-09-09T00:00:00", + "ShippedDate": "1997-08-20T00:00:00", + "ShipVia": 3, + "Freight": 30.36, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10629, + "EmployeeID": 4, + "OrderDate": "1997-08-12T00:00:00", + "RequiredDate": "1997-09-09T00:00:00", + "ShippedDate": "1997-08-20T00:00:00", + "ShipVia": 3, + "Freight": 85.46, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10630, + "EmployeeID": 1, + "OrderDate": "1997-08-13T00:00:00", + "RequiredDate": "1997-09-10T00:00:00", + "ShippedDate": "1997-08-19T00:00:00", + "ShipVia": 2, + "Freight": 32.35, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10631, + "EmployeeID": 8, + "OrderDate": "1997-08-14T00:00:00", + "RequiredDate": "1997-09-11T00:00:00", + "ShippedDate": "1997-08-15T00:00:00", + "ShipVia": 1, + "Freight": 0.87, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 8, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10632, + "EmployeeID": 8, + "OrderDate": "1997-08-14T00:00:00", + "RequiredDate": "1997-09-11T00:00:00", + "ShippedDate": "1997-08-19T00:00:00", + "ShipVia": 1, + "Freight": 41.38, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10633, + "EmployeeID": 7, + "OrderDate": "1997-08-15T00:00:00", + "RequiredDate": "1997-09-12T00:00:00", + "ShippedDate": "1997-08-18T00:00:00", + "ShipVia": 3, + "Freight": 477.9, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 36, + "Discount": 0.16 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 13, + "Discount": 0.16 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 80, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Rancé", + "ContactTitle": "Sales Associate", + "Address": "184, chaussée de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10634, + "EmployeeID": 4, + "OrderDate": "1997-08-15T00:00:00", + "RequiredDate": "1997-09-12T00:00:00", + "ShippedDate": "1997-08-21T00:00:00", + "ShipVia": 3, + "Freight": 487.38, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chaussée de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10635, + "EmployeeID": 8, + "OrderDate": "1997-08-18T00:00:00", + "RequiredDate": "1997-09-15T00:00:00", + "ShippedDate": "1997-08-21T00:00:00", + "ShipVia": 3, + "Freight": 47.46, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10636, + "EmployeeID": 4, + "OrderDate": "1997-08-19T00:00:00", + "RequiredDate": "1997-09-16T00:00:00", + "ShippedDate": "1997-08-26T00:00:00", + "ShipVia": 1, + "Freight": 1.15, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10637, + "EmployeeID": 6, + "OrderDate": "1997-08-19T00:00:00", + "RequiredDate": "1997-09-16T00:00:00", + "ShippedDate": "1997-08-26T00:00:00", + "ShipVia": 1, + "Freight": 201.29, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10638, + "EmployeeID": 3, + "OrderDate": "1997-08-20T00:00:00", + "RequiredDate": "1997-09-17T00:00:00", + "ShippedDate": "1997-09-01T00:00:00", + "ShipVia": 1, + "Freight": 158.44, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Santé Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10639, + "EmployeeID": 7, + "OrderDate": "1997-08-20T00:00:00", + "RequiredDate": "1997-09-17T00:00:00", + "ShippedDate": "1997-08-27T00:00:00", + "ShipVia": 3, + "Freight": 38.64, + "ShipName": "Santé Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10640, + "EmployeeID": 4, + "OrderDate": "1997-08-21T00:00:00", + "RequiredDate": "1997-09-18T00:00:00", + "ShippedDate": "1997-08-28T00:00:00", + "ShipVia": 1, + "Freight": 23.55, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10641, + "EmployeeID": 4, + "OrderDate": "1997-08-22T00:00:00", + "RequiredDate": "1997-09-19T00:00:00", + "ShippedDate": "1997-08-26T00:00:00", + "ShipVia": 2, + "Freight": 179.61, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10642, + "EmployeeID": 7, + "OrderDate": "1997-08-22T00:00:00", + "RequiredDate": "1997-09-19T00:00:00", + "ShippedDate": "1997-09-05T00:00:00", + "ShipVia": 3, + "Freight": 41.89, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10643, + "EmployeeID": 6, + "OrderDate": "1997-08-25T00:00:00", + "RequiredDate": "1997-09-22T00:00:00", + "ShippedDate": "1997-09-02T00:00:00", + "ShipVia": 1, + "Freight": 29.46, + "ShipName": "Alfreds Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 2, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10644, + "EmployeeID": 3, + "OrderDate": "1997-08-25T00:00:00", + "RequiredDate": "1997-09-22T00:00:00", + "ShippedDate": "1997-09-01T00:00:00", + "ShipVia": 2, + "Freight": 0.14, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 21, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10645, + "EmployeeID": 4, + "OrderDate": "1997-08-26T00:00:00", + "RequiredDate": "1997-09-23T00:00:00", + "ShippedDate": "1997-09-02T00:00:00", + "ShipVia": 1, + "Freight": 12.41, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10646, + "EmployeeID": 9, + "OrderDate": "1997-08-27T00:00:00", + "RequiredDate": "1997-10-08T00:00:00", + "ShippedDate": "1997-09-03T00:00:00", + "ShipVia": 3, + "Freight": 142.33, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10647, + "EmployeeID": 4, + "OrderDate": "1997-08-27T00:00:00", + "RequiredDate": "1997-09-10T00:00:00", + "ShippedDate": "1997-09-03T00:00:00", + "ShipVia": 2, + "Freight": 45.54, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10648, + "EmployeeID": 5, + "OrderDate": "1997-08-28T00:00:00", + "RequiredDate": "1997-10-09T00:00:00", + "ShippedDate": "1997-09-09T00:00:00", + "ShipVia": 2, + "Freight": 14.25, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 43000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10649, + "EmployeeID": 5, + "OrderDate": "1997-08-28T00:00:00", + "RequiredDate": "1997-09-25T00:00:00", + "ShippedDate": "1997-08-29T00:00:00", + "ShipVia": 3, + "Freight": 6.2, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 21000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10650, + "EmployeeID": 5, + "OrderDate": "1997-08-29T00:00:00", + "RequiredDate": "1997-09-26T00:00:00", + "ShippedDate": "1997-09-03T00:00:00", + "ShipVia": 3, + "Freight": 176.81, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10651, + "EmployeeID": 8, + "OrderDate": "1997-09-01T00:00:00", + "RequiredDate": "1997-09-29T00:00:00", + "ShippedDate": "1997-09-11T00:00:00", + "ShipVia": 2, + "Freight": 20.6, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10652, + "EmployeeID": 4, + "OrderDate": "1997-09-01T00:00:00", + "RequiredDate": "1997-09-29T00:00:00", + "ShippedDate": "1997-09-08T00:00:00", + "ShipVia": 2, + "Freight": 7.14, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 2, + "Discount": 0.25 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10653, + "EmployeeID": 1, + "OrderDate": "1997-09-02T00:00:00", + "RequiredDate": "1997-09-30T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 1, + "Freight": 93.25, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 28000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10654, + "EmployeeID": 5, + "OrderDate": "1997-09-02T00:00:00", + "RequiredDate": "1997-09-30T00:00:00", + "ShippedDate": "1997-09-11T00:00:00", + "ShipVia": 1, + "Freight": 55.26, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 36000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 6, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10655, + "EmployeeID": 1, + "OrderDate": "1997-09-03T00:00:00", + "RequiredDate": "1997-10-01T00:00:00", + "ShippedDate": "1997-09-11T00:00:00", + "ShipVia": 2, + "Freight": 4.41, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10656, + "EmployeeID": 6, + "OrderDate": "1997-09-04T00:00:00", + "RequiredDate": "1997-10-02T00:00:00", + "ShippedDate": "1997-09-10T00:00:00", + "ShipVia": 1, + "Freight": 57.15, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 3, + "Discount": 0.1 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 28, + "Discount": 0.1 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 6, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10657, + "EmployeeID": 2, + "OrderDate": "1997-09-04T00:00:00", + "RequiredDate": "1997-10-02T00:00:00", + "ShippedDate": "1997-09-15T00:00:00", + "ShipVia": 2, + "Freight": 352.69, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10658, + "EmployeeID": 4, + "OrderDate": "1997-09-05T00:00:00", + "RequiredDate": "1997-10-03T00:00:00", + "ShippedDate": "1997-09-08T00:00:00", + "ShipVia": 1, + "Freight": 364.15, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 55, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 70, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10659, + "EmployeeID": 7, + "OrderDate": "1997-09-05T00:00:00", + "RequiredDate": "1997-10-03T00:00:00", + "ShippedDate": "1997-09-10T00:00:00", + "ShipVia": 2, + "Freight": 105.81, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 24, + "Discount": 0.06 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10660, + "EmployeeID": 8, + "OrderDate": "1997-09-08T00:00:00", + "RequiredDate": "1997-10-06T00:00:00", + "ShippedDate": "1997-10-15T00:00:00", + "ShipVia": 1, + "Freight": 111.29, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10661, + "EmployeeID": 7, + "OrderDate": "1997-09-09T00:00:00", + "RequiredDate": "1997-10-07T00:00:00", + "ShippedDate": "1997-09-15T00:00:00", + "ShipVia": 3, + "Freight": 17.55, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0.2 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 49, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10662, + "EmployeeID": 3, + "OrderDate": "1997-09-09T00:00:00", + "RequiredDate": "1997-10-07T00:00:00", + "ShippedDate": "1997-09-18T00:00:00", + "ShipVia": 2, + "Freight": 1.28, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10663, + "EmployeeID": 2, + "OrderDate": "1997-09-10T00:00:00", + "RequiredDate": "1997-09-24T00:00:00", + "ShippedDate": "1997-10-03T00:00:00", + "ShipVia": 2, + "Freight": 113.15, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10664, + "EmployeeID": 1, + "OrderDate": "1997-09-10T00:00:00", + "RequiredDate": "1997-10-08T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 3, + "Freight": 1.27, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 12, + "Discount": 0.16 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10665, + "EmployeeID": 1, + "OrderDate": "1997-09-11T00:00:00", + "RequiredDate": "1997-10-09T00:00:00", + "ShippedDate": "1997-09-17T00:00:00", + "ShipVia": 2, + "Freight": 26.31, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10666, + "EmployeeID": 7, + "OrderDate": "1997-09-12T00:00:00", + "RequiredDate": "1997-10-10T00:00:00", + "ShippedDate": "1997-09-22T00:00:00", + "ShipVia": 2, + "Freight": 232.42, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10667, + "EmployeeID": 7, + "OrderDate": "1997-09-12T00:00:00", + "RequiredDate": "1997-10-10T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 1, + "Freight": 78.09, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 14, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10668, + "EmployeeID": 1, + "OrderDate": "1997-09-15T00:00:00", + "RequiredDate": "1997-10-13T00:00:00", + "ShippedDate": "1997-09-23T00:00:00", + "ShipVia": 2, + "Freight": 47.22, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10669, + "EmployeeID": 2, + "OrderDate": "1997-09-15T00:00:00", + "RequiredDate": "1997-10-13T00:00:00", + "ShippedDate": "1997-09-22T00:00:00", + "ShipVia": 1, + "Freight": 24.39, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10670, + "EmployeeID": 4, + "OrderDate": "1997-09-16T00:00:00", + "RequiredDate": "1997-10-14T00:00:00", + "ShippedDate": "1997-09-18T00:00:00", + "ShipVia": 1, + "Freight": 203.48, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 32, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20", + "Orders": [ + { + "OrderID": 10671, + "EmployeeID": 1, + "OrderDate": "1997-09-17T00:00:00", + "RequiredDate": "1997-10-15T00:00:00", + "ShippedDate": "1997-09-24T00:00:00", + "ShipVia": 1, + "Freight": 30.34, + "ShipName": "France restauration", + "ShipAddress": "54, rue Royale", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 32000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10672, + "EmployeeID": 9, + "OrderDate": "1997-09-17T00:00:00", + "RequiredDate": "1997-10-01T00:00:00", + "ShippedDate": "1997-09-26T00:00:00", + "ShipVia": 2, + "Freight": 95.75, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 16000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10673, + "EmployeeID": 2, + "OrderDate": "1997-09-18T00:00:00", + "RequiredDate": "1997-10-16T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 1, + "Freight": 22.76, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 30000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10674, + "EmployeeID": 4, + "OrderDate": "1997-09-18T00:00:00", + "RequiredDate": "1997-10-16T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 2, + "Freight": 0.9, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 60688, + "ShipPostalCode": 25000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10675, + "EmployeeID": 5, + "OrderDate": "1997-09-19T00:00:00", + "RequiredDate": "1997-10-17T00:00:00", + "ShippedDate": "1997-09-23T00:00:00", + "ShipVia": 2, + "Freight": 31.85, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10676, + "EmployeeID": 2, + "OrderDate": "1997-09-22T00:00:00", + "RequiredDate": "1997-10-20T00:00:00", + "ShippedDate": "1997-09-29T00:00:00", + "ShipVia": 2, + "Freight": 2.01, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10677, + "EmployeeID": 1, + "OrderDate": "1997-09-22T00:00:00", + "RequiredDate": "1997-10-20T00:00:00", + "ShippedDate": "1997-09-26T00:00:00", + "ShipVia": 3, + "Freight": 4.03, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 8, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10678, + "EmployeeID": 7, + "OrderDate": "1997-09-23T00:00:00", + "RequiredDate": "1997-10-21T00:00:00", + "ShippedDate": "1997-10-16T00:00:00", + "ShipVia": 3, + "Freight": 388.98, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 100, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 120, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10679, + "EmployeeID": 8, + "OrderDate": "1997-09-23T00:00:00", + "RequiredDate": "1997-10-21T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 3, + "Freight": 27.94, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10680, + "EmployeeID": 1, + "OrderDate": "1997-09-24T00:00:00", + "RequiredDate": "1997-10-22T00:00:00", + "ShippedDate": "1997-09-26T00:00:00", + "ShipVia": 1, + "Freight": 26.61, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10681, + "EmployeeID": 3, + "OrderDate": "1997-09-25T00:00:00", + "RequiredDate": "1997-10-23T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 3, + "Freight": 76.13, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10682, + "EmployeeID": 3, + "OrderDate": "1997-09-25T00:00:00", + "RequiredDate": "1997-10-23T00:00:00", + "ShippedDate": "1997-10-01T00:00:00", + "ShipVia": 2, + "Freight": 36.13, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10683, + "EmployeeID": 2, + "OrderDate": "1997-09-26T00:00:00", + "RequiredDate": "1997-10-24T00:00:00", + "ShippedDate": "1997-10-01T00:00:00", + "ShipVia": 1, + "Freight": 4.4, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10684, + "EmployeeID": 3, + "OrderDate": "1997-09-26T00:00:00", + "RequiredDate": "1997-10-24T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 1, + "Freight": 145.63, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10685, + "EmployeeID": 4, + "OrderDate": "1997-09-29T00:00:00", + "RequiredDate": "1997-10-13T00:00:00", + "ShippedDate": "1997-10-03T00:00:00", + "ShipVia": 2, + "Freight": 33.75, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10686, + "EmployeeID": 2, + "OrderDate": "1997-09-30T00:00:00", + "RequiredDate": "1997-10-28T00:00:00", + "ShippedDate": "1997-10-08T00:00:00", + "ShipVia": 1, + "Freight": 96.5, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10687, + "EmployeeID": 9, + "OrderDate": "1997-09-30T00:00:00", + "RequiredDate": "1997-10-28T00:00:00", + "ShippedDate": "1997-10-30T00:00:00", + "ShipVia": 2, + "Freight": 296.43, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 6, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10688, + "EmployeeID": 4, + "OrderDate": "1997-10-01T00:00:00", + "RequiredDate": "1997-10-15T00:00:00", + "ShippedDate": "1997-10-07T00:00:00", + "ShipVia": 2, + "Freight": 299.09, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 60, + "Discount": 0.1 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 21000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10689, + "EmployeeID": 1, + "OrderDate": "1997-10-01T00:00:00", + "RequiredDate": "1997-10-29T00:00:00", + "ShippedDate": "1997-10-07T00:00:00", + "ShipVia": 2, + "Freight": 13.42, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 24000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10690, + "EmployeeID": 1, + "OrderDate": "1997-10-02T00:00:00", + "RequiredDate": "1997-10-30T00:00:00", + "ShippedDate": "1997-10-03T00:00:00", + "ShipVia": 1, + "Freight": 15.8, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10691, + "EmployeeID": 2, + "OrderDate": "1997-10-03T00:00:00", + "RequiredDate": "1997-11-14T00:00:00", + "ShippedDate": "1997-10-22T00:00:00", + "ShipVia": 2, + "Freight": 810.05, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 48, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10692, + "EmployeeID": 4, + "OrderDate": "1997-10-03T00:00:00", + "RequiredDate": "1997-10-31T00:00:00", + "ShippedDate": "1997-10-13T00:00:00", + "ShipVia": 2, + "Freight": 61.02, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10693, + "EmployeeID": 3, + "OrderDate": "1997-10-06T00:00:00", + "RequiredDate": "1997-10-20T00:00:00", + "ShippedDate": "1997-10-10T00:00:00", + "ShipVia": 3, + "Freight": 139.34, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10694, + "EmployeeID": 8, + "OrderDate": "1997-10-06T00:00:00", + "RequiredDate": "1997-11-03T00:00:00", + "ShippedDate": "1997-10-09T00:00:00", + "ShipVia": 3, + "Freight": 398.36, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 90, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10695, + "EmployeeID": 7, + "OrderDate": "1997-10-07T00:00:00", + "RequiredDate": "1997-11-18T00:00:00", + "ShippedDate": "1997-10-14T00:00:00", + "ShipVia": 1, + "Freight": 16.72, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10696, + "EmployeeID": 8, + "OrderDate": "1997-10-08T00:00:00", + "RequiredDate": "1997-11-19T00:00:00", + "ShippedDate": "1997-10-14T00:00:00", + "ShipVia": 3, + "Freight": 102.55, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10697, + "EmployeeID": 3, + "OrderDate": "1997-10-08T00:00:00", + "RequiredDate": "1997-11-05T00:00:00", + "ShippedDate": "1997-10-14T00:00:00", + "ShipVia": 1, + "Freight": 45.52, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 7, + "Discount": 0.25 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 9, + "Discount": 0.25 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10698, + "EmployeeID": 4, + "OrderDate": "1997-10-09T00:00:00", + "RequiredDate": "1997-11-06T00:00:00", + "ShippedDate": "1997-10-17T00:00:00", + "ShipVia": 1, + "Freight": 272.47, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 8, + "Discount": 0.06 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 65, + "Discount": 0.06 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 8, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10699, + "EmployeeID": 3, + "OrderDate": "1997-10-09T00:00:00", + "RequiredDate": "1997-11-06T00:00:00", + "ShippedDate": "1997-10-13T00:00:00", + "ShipVia": 3, + "Freight": 0.58, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10700, + "EmployeeID": 3, + "OrderDate": "1997-10-10T00:00:00", + "RequiredDate": "1997-11-07T00:00:00", + "ShippedDate": "1997-10-16T00:00:00", + "ShipVia": 1, + "Freight": 65.1, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 60, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10701, + "EmployeeID": 6, + "OrderDate": "1997-10-13T00:00:00", + "RequiredDate": "1997-10-27T00:00:00", + "ShippedDate": "1997-10-15T00:00:00", + "ShipVia": 3, + "Freight": 220.31, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 42, + "Discount": 0.16 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10702, + "EmployeeID": 4, + "OrderDate": "1997-10-13T00:00:00", + "RequiredDate": "1997-11-24T00:00:00", + "ShippedDate": "1997-10-21T00:00:00", + "ShipVia": 1, + "Freight": 23.94, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 47000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10703, + "EmployeeID": 6, + "OrderDate": "1997-10-14T00:00:00", + "RequiredDate": "1997-11-11T00:00:00", + "ShippedDate": "1997-10-20T00:00:00", + "ShipVia": 2, + "Freight": 152.3, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 22000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10704, + "EmployeeID": 6, + "OrderDate": "1997-10-14T00:00:00", + "RequiredDate": "1997-11-11T00:00:00", + "ShippedDate": "1997-11-07T00:00:00", + "ShipVia": 1, + "Freight": 4.78, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10705, + "EmployeeID": 9, + "OrderDate": "1997-10-15T00:00:00", + "RequiredDate": "1997-11-12T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 2, + "Freight": 3.52, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10706, + "EmployeeID": 8, + "OrderDate": "1997-10-16T00:00:00", + "RequiredDate": "1997-11-13T00:00:00", + "ShippedDate": "1997-10-21T00:00:00", + "ShipVia": 3, + "Freight": 135.63, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 14000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10707, + "EmployeeID": 4, + "OrderDate": "1997-10-16T00:00:00", + "RequiredDate": "1997-10-30T00:00:00", + "ShippedDate": "1997-10-23T00:00:00", + "ShipVia": 3, + "Freight": 21.74, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 29000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 28, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10708, + "EmployeeID": 6, + "OrderDate": "1997-10-17T00:00:00", + "RequiredDate": "1997-11-28T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 2.96, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10709, + "EmployeeID": 1, + "OrderDate": "1997-10-17T00:00:00", + "RequiredDate": "1997-11-14T00:00:00", + "ShippedDate": "1997-11-20T00:00:00", + "ShipVia": 3, + "Freight": 210.8, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10710, + "EmployeeID": 1, + "OrderDate": "1997-10-20T00:00:00", + "RequiredDate": "1997-11-17T00:00:00", + "ShippedDate": "1997-10-23T00:00:00", + "ShipVia": 1, + "Freight": 4.98, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10711, + "EmployeeID": 5, + "OrderDate": "1997-10-21T00:00:00", + "RequiredDate": "1997-12-02T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 2, + "Freight": 52.41, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 120, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10712, + "EmployeeID": 3, + "OrderDate": "1997-10-21T00:00:00", + "RequiredDate": "1997-11-18T00:00:00", + "ShippedDate": "1997-10-31T00:00:00", + "ShipVia": 1, + "Freight": 89.93, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 3, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10713, + "EmployeeID": 1, + "OrderDate": "1997-10-22T00:00:00", + "RequiredDate": "1997-11-19T00:00:00", + "ShippedDate": "1997-10-24T00:00:00", + "ShipVia": 1, + "Freight": 167.05, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 110, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 24, + "Discount": 0 + } + ] + }, + { + "OrderID": 10714, + "EmployeeID": 5, + "OrderDate": "1997-10-22T00:00:00", + "RequiredDate": "1997-11-19T00:00:00", + "ShippedDate": "1997-10-27T00:00:00", + "ShipVia": 3, + "Freight": 24.49, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 27, + "Discount": 0.25 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 12, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10715, + "EmployeeID": 3, + "OrderDate": "1997-10-23T00:00:00", + "RequiredDate": "1997-11-06T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 1, + "Freight": 63.2, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Gutiérrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10716, + "EmployeeID": 4, + "OrderDate": "1997-10-24T00:00:00", + "RequiredDate": "1997-11-21T00:00:00", + "ShippedDate": "1997-10-27T00:00:00", + "ShipVia": 2, + "Freight": 22.57, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10717, + "EmployeeID": 1, + "OrderDate": "1997-10-24T00:00:00", + "RequiredDate": "1997-11-21T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 2, + "Freight": 59.25, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 32, + "Discount": 0.06 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 25, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10718, + "EmployeeID": 1, + "OrderDate": "1997-10-27T00:00:00", + "RequiredDate": "1997-11-24T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 3, + "Freight": 170.88, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10719, + "EmployeeID": 8, + "OrderDate": "1997-10-27T00:00:00", + "RequiredDate": "1997-11-24T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 51.44, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 3, + "Discount": 0.25 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 40, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10720, + "EmployeeID": 8, + "OrderDate": "1997-10-28T00:00:00", + "RequiredDate": "1997-11-11T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 9.53, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10721, + "EmployeeID": 5, + "OrderDate": "1997-10-29T00:00:00", + "RequiredDate": "1997-11-26T00:00:00", + "ShippedDate": "1997-10-31T00:00:00", + "ShipVia": 3, + "Freight": 48.92, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10722, + "EmployeeID": 8, + "OrderDate": "1997-10-29T00:00:00", + "RequiredDate": "1997-12-10T00:00:00", + "ShippedDate": "1997-11-04T00:00:00", + "ShipVia": 1, + "Freight": 74.58, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 42, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10723, + "EmployeeID": 3, + "OrderDate": "1997-10-30T00:00:00", + "RequiredDate": "1997-11-27T00:00:00", + "ShippedDate": "1997-11-25T00:00:00", + "ShipVia": 1, + "Freight": 21.72, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "Mère Paillarde", + "ContactName": "Jean Fresnière", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montréal", + "Region": "Québec", + "PostalCode": 31000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10724, + "EmployeeID": 8, + "OrderDate": "1997-10-30T00:00:00", + "RequiredDate": "1997-12-11T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 57.75, + "ShipName": "Mère Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montréal", + "ShipRegion": "Québec", + "ShipPostalCode": 39000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Orós, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10725, + "EmployeeID": 4, + "OrderDate": "1997-10-31T00:00:00", + "RequiredDate": "1997-11-28T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 3, + "Freight": 10.83, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Orós, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 18000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10726, + "EmployeeID": 4, + "OrderDate": "1997-11-03T00:00:00", + "RequiredDate": "1997-11-17T00:00:00", + "ShippedDate": "1997-12-05T00:00:00", + "ShipVia": 1, + "Freight": 16.56, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 21000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10727, + "EmployeeID": 2, + "OrderDate": "1997-11-03T00:00:00", + "RequiredDate": "1997-12-01T00:00:00", + "ShippedDate": "1997-12-05T00:00:00", + "ShipVia": 1, + "Freight": 89.9, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10728, + "EmployeeID": 4, + "OrderDate": "1997-11-04T00:00:00", + "RequiredDate": "1997-12-02T00:00:00", + "ShippedDate": "1997-11-11T00:00:00", + "ShipVia": 2, + "Freight": 58.33, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10729, + "EmployeeID": 8, + "OrderDate": "1997-11-04T00:00:00", + "RequiredDate": "1997-12-16T00:00:00", + "ShippedDate": "1997-11-14T00:00:00", + "ShipVia": 3, + "Freight": 141.06, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10730, + "EmployeeID": 5, + "OrderDate": "1997-11-05T00:00:00", + "RequiredDate": "1997-12-03T00:00:00", + "ShippedDate": "1997-11-14T00:00:00", + "ShipVia": 1, + "Freight": 20.12, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 3, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10731, + "EmployeeID": 7, + "OrderDate": "1997-11-06T00:00:00", + "RequiredDate": "1997-12-04T00:00:00", + "ShippedDate": "1997-11-14T00:00:00", + "ShipVia": 1, + "Freight": 96.65, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10732, + "EmployeeID": 3, + "OrderDate": "1997-11-06T00:00:00", + "RequiredDate": "1997-12-04T00:00:00", + "ShippedDate": "1997-11-07T00:00:00", + "ShipVia": 1, + "Freight": 16.97, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 29000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10733, + "EmployeeID": 1, + "OrderDate": "1997-11-07T00:00:00", + "RequiredDate": "1997-12-05T00:00:00", + "ShippedDate": "1997-11-10T00:00:00", + "ShipVia": 3, + "Freight": 110.11, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 27000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10734, + "EmployeeID": 2, + "OrderDate": "1997-11-07T00:00:00", + "RequiredDate": "1997-12-05T00:00:00", + "ShippedDate": "1997-11-12T00:00:00", + "ShipVia": 3, + "Freight": 1.63, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10735, + "EmployeeID": 6, + "OrderDate": "1997-11-10T00:00:00", + "RequiredDate": "1997-12-08T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 2, + "Freight": 45.97, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 2, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10736, + "EmployeeID": 9, + "OrderDate": "1997-11-11T00:00:00", + "RequiredDate": "1997-12-09T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 2, + "Freight": 44.1, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10737, + "EmployeeID": 2, + "OrderDate": "1997-11-11T00:00:00", + "RequiredDate": "1997-12-09T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 2, + "Freight": 7.79, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Spécialités du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 10738, + "EmployeeID": 2, + "OrderDate": "1997-11-12T00:00:00", + "RequiredDate": "1997-12-10T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 1, + "Freight": 2.91, + "ShipName": "Spécialités du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10739, + "EmployeeID": 3, + "OrderDate": "1997-11-12T00:00:00", + "RequiredDate": "1997-12-10T00:00:00", + "ShippedDate": "1997-11-17T00:00:00", + "ShipVia": 3, + "Freight": 11.08, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10740, + "EmployeeID": 4, + "OrderDate": "1997-11-13T00:00:00", + "RequiredDate": "1997-12-11T00:00:00", + "ShippedDate": "1997-11-25T00:00:00", + "ShipVia": 2, + "Freight": 81.88, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 14, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 30000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10741, + "EmployeeID": 4, + "OrderDate": "1997-11-14T00:00:00", + "RequiredDate": "1997-11-28T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 3, + "Freight": 10.96, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 13000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 14000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10742, + "EmployeeID": 3, + "OrderDate": "1997-11-14T00:00:00", + "RequiredDate": "1997-12-12T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 3, + "Freight": 243.73, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 25000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 37000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10743, + "EmployeeID": 1, + "OrderDate": "1997-11-17T00:00:00", + "RequiredDate": "1997-12-15T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 2, + "Freight": 23.72, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 48000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 28, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10744, + "EmployeeID": 6, + "OrderDate": "1997-11-17T00:00:00", + "RequiredDate": "1997-12-15T00:00:00", + "ShippedDate": "1997-11-24T00:00:00", + "ShipVia": 1, + "Freight": 69.19, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10745, + "EmployeeID": 9, + "OrderDate": "1997-11-18T00:00:00", + "RequiredDate": "1997-12-16T00:00:00", + "ShippedDate": "1997-11-27T00:00:00", + "ShipVia": 1, + "Freight": 3.52, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10746, + "EmployeeID": 1, + "OrderDate": "1997-11-19T00:00:00", + "RequiredDate": "1997-12-17T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 3, + "Freight": 31.43, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10747, + "EmployeeID": 6, + "OrderDate": "1997-11-19T00:00:00", + "RequiredDate": "1997-12-17T00:00:00", + "ShippedDate": "1997-11-26T00:00:00", + "ShipVia": 1, + "Freight": 117.33, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10748, + "EmployeeID": 3, + "OrderDate": "1997-11-20T00:00:00", + "RequiredDate": "1997-12-18T00:00:00", + "ShippedDate": "1997-11-28T00:00:00", + "ShipVia": 1, + "Freight": 232.55, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 44, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 36000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10749, + "EmployeeID": 4, + "OrderDate": "1997-11-20T00:00:00", + "RequiredDate": "1997-12-18T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 2, + "Freight": 61.53, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 40198, + "ShipPostalCode": 33000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10750, + "EmployeeID": 9, + "OrderDate": "1997-11-21T00:00:00", + "RequiredDate": "1997-12-19T00:00:00", + "ShippedDate": "1997-11-24T00:00:00", + "ShipVia": 1, + "Freight": 79.3, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 5, + "Discount": 0.16 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10751, + "EmployeeID": 3, + "OrderDate": "1997-11-24T00:00:00", + "RequiredDate": "1997-12-22T00:00:00", + "ShippedDate": "1997-12-03T00:00:00", + "ShipVia": 3, + "Freight": 130.79, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "NORTS", + "Company": "North/South", + "ContactName": "Simon Crowther", + "ContactTitle": "Sales Associate", + "Address": "South House 300 Queensbridge", + "City": "London", + "PostalCode": 15000, + "Country": "UK", + "Phone": "(171) 555-7733", + "Fax": "(171) 555-2530", + "Orders": [ + { + "OrderID": 10752, + "EmployeeID": 2, + "OrderDate": "1997-11-24T00:00:00", + "RequiredDate": "1997-12-22T00:00:00", + "ShippedDate": "1997-11-28T00:00:00", + "ShipVia": 3, + "Freight": 1.39, + "ShipName": "North/South", + "ShipAddress": "South House 300 Queensbridge", + "ShipCity": "London", + "ShipPostalCode": 34000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10753, + "EmployeeID": 3, + "OrderDate": "1997-11-25T00:00:00", + "RequiredDate": "1997-12-23T00:00:00", + "ShippedDate": "1997-11-27T00:00:00", + "ShipVia": 1, + "Freight": 7.7, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10754, + "EmployeeID": 6, + "OrderDate": "1997-11-25T00:00:00", + "RequiredDate": "1997-12-23T00:00:00", + "ShippedDate": "1997-11-27T00:00:00", + "ShipVia": 3, + "Freight": 2.38, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10755, + "EmployeeID": 4, + "OrderDate": "1997-11-26T00:00:00", + "RequiredDate": "1997-12-24T00:00:00", + "ShippedDate": "1997-11-28T00:00:00", + "ShipVia": 2, + "Freight": 16.71, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 14, + "Discount": 0.25 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 25, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10756, + "EmployeeID": 8, + "OrderDate": "1997-11-27T00:00:00", + "RequiredDate": "1997-12-25T00:00:00", + "ShippedDate": "1997-12-02T00:00:00", + "ShipVia": 2, + "Freight": 73.21, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 21, + "Discount": 0.2 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10757, + "EmployeeID": 6, + "OrderDate": "1997-11-27T00:00:00", + "RequiredDate": "1997-12-25T00:00:00", + "ShippedDate": "1997-12-15T00:00:00", + "ShipVia": 1, + "Freight": 8.19, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10758, + "EmployeeID": 3, + "OrderDate": "1997-11-28T00:00:00", + "RequiredDate": "1997-12-26T00:00:00", + "ShippedDate": "1997-12-04T00:00:00", + "ShipVia": 3, + "Freight": 138.17, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constitución 2222", + "City": "México D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10759, + "EmployeeID": 3, + "OrderDate": "1997-11-28T00:00:00", + "RequiredDate": "1997-12-26T00:00:00", + "ShippedDate": "1997-12-12T00:00:00", + "ShipVia": 3, + "Freight": 11.99, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constitución 2222", + "ShipCity": "México D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 38000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10760, + "EmployeeID": 4, + "OrderDate": "1997-12-01T00:00:00", + "RequiredDate": "1997-12-29T00:00:00", + "ShippedDate": "1997-12-10T00:00:00", + "ShipVia": 1, + "Freight": 155.64, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 12000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10761, + "EmployeeID": 5, + "OrderDate": "1997-12-02T00:00:00", + "RequiredDate": "1997-12-30T00:00:00", + "ShippedDate": "1997-12-08T00:00:00", + "ShipVia": 2, + "Freight": 18.66, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 35, + "Discount": 0.25 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 34000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10762, + "EmployeeID": 3, + "OrderDate": "1997-12-02T00:00:00", + "RequiredDate": "1997-12-30T00:00:00", + "ShippedDate": "1997-12-09T00:00:00", + "ShipVia": 1, + "Freight": 328.74, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 32000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Rancé", + "ContactTitle": "Sales Associate", + "Address": "184, chaussée de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10763, + "EmployeeID": 3, + "OrderDate": "1997-12-03T00:00:00", + "RequiredDate": "1997-12-31T00:00:00", + "ShippedDate": "1997-12-08T00:00:00", + "ShipVia": 3, + "Freight": 37.35, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chaussée de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10764, + "EmployeeID": 6, + "OrderDate": "1997-12-03T00:00:00", + "RequiredDate": "1997-12-31T00:00:00", + "ShippedDate": "1997-12-08T00:00:00", + "ShipVia": 3, + "Freight": 145.45, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 130, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10765, + "EmployeeID": 3, + "OrderDate": "1997-12-04T00:00:00", + "RequiredDate": "1998-01-01T00:00:00", + "ShippedDate": "1997-12-09T00:00:00", + "ShipVia": 3, + "Freight": 42.74, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 80, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10766, + "EmployeeID": 4, + "OrderDate": "1997-12-05T00:00:00", + "RequiredDate": "1998-01-02T00:00:00", + "ShippedDate": "1997-12-09T00:00:00", + "ShipVia": 1, + "Freight": 157.55, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10767, + "EmployeeID": 4, + "OrderDate": "1997-12-05T00:00:00", + "RequiredDate": "1998-01-02T00:00:00", + "ShippedDate": "1997-12-15T00:00:00", + "ShipVia": 3, + "Freight": 1.59, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 43000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10768, + "EmployeeID": 3, + "OrderDate": "1997-12-08T00:00:00", + "RequiredDate": "1998-01-05T00:00:00", + "ShippedDate": "1997-12-15T00:00:00", + "ShipVia": 2, + "Freight": 146.32, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 32000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10769, + "EmployeeID": 3, + "OrderDate": "1997-12-08T00:00:00", + "RequiredDate": "1998-01-05T00:00:00", + "ShippedDate": "1997-12-12T00:00:00", + "ShipVia": 1, + "Freight": 65.06, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10770, + "EmployeeID": 8, + "OrderDate": "1997-12-09T00:00:00", + "RequiredDate": "1998-01-06T00:00:00", + "ShippedDate": "1997-12-17T00:00:00", + "ShipVia": 3, + "Freight": 5.32, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10771, + "EmployeeID": 9, + "OrderDate": "1997-12-10T00:00:00", + "RequiredDate": "1998-01-07T00:00:00", + "ShippedDate": "1998-01-02T00:00:00", + "ShipVia": 2, + "Freight": 11.19, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10772, + "EmployeeID": 3, + "OrderDate": "1997-12-10T00:00:00", + "RequiredDate": "1998-01-07T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 2, + "Freight": 91.28, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10773, + "EmployeeID": 1, + "OrderDate": "1997-12-11T00:00:00", + "RequiredDate": "1998-01-08T00:00:00", + "ShippedDate": "1997-12-16T00:00:00", + "ShipVia": 3, + "Freight": 96.43, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 33, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 70, + "Discount": 0.2 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 7, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 18000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10774, + "EmployeeID": 4, + "OrderDate": "1997-12-11T00:00:00", + "RequiredDate": "1997-12-25T00:00:00", + "ShippedDate": "1997-12-12T00:00:00", + "ShipVia": 1, + "Freight": 48.2, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 20000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 2, + "Discount": 0.25 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "THECR", + "Company": "The Cracker Box", + "ContactName": "Liu Wong", + "ContactTitle": "Marketing Assistant", + "Address": "55 Grizzly Peak Rd.", + "City": "Butte", + "Region": "MT", + "PostalCode": 59801, + "Country": "USA", + "Phone": "(406) 555-5834", + "Fax": "(406) 555-8083", + "Orders": [ + { + "OrderID": 10775, + "EmployeeID": 7, + "OrderDate": "1997-12-12T00:00:00", + "RequiredDate": "1998-01-09T00:00:00", + "ShippedDate": "1997-12-26T00:00:00", + "ShipVia": 1, + "Freight": 20.25, + "ShipName": "The Cracker Box", + "ShipAddress": "55 Grizzly Peak Rd.", + "ShipCity": "Butte", + "ShipRegion": "MT", + "ShipPostalCode": 59801, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10776, + "EmployeeID": 1, + "OrderDate": "1997-12-15T00:00:00", + "RequiredDate": "1998-01-12T00:00:00", + "ShippedDate": "1997-12-18T00:00:00", + "ShipVia": 3, + "Freight": 351.53, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 27, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 120, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10777, + "EmployeeID": 7, + "OrderDate": "1997-12-15T00:00:00", + "RequiredDate": "1997-12-29T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 2, + "Freight": 3.01, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 18000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10778, + "EmployeeID": 3, + "OrderDate": "1997-12-16T00:00:00", + "RequiredDate": "1998-01-13T00:00:00", + "ShippedDate": "1997-12-24T00:00:00", + "ShipVia": 1, + "Freight": 6.79, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 13000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10779, + "EmployeeID": 3, + "OrderDate": "1997-12-16T00:00:00", + "RequiredDate": "1998-01-13T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 2, + "Freight": 58.13, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10780, + "EmployeeID": 2, + "OrderDate": "1997-12-16T00:00:00", + "RequiredDate": "1997-12-30T00:00:00", + "ShippedDate": "1997-12-25T00:00:00", + "ShipVia": 1, + "Freight": 42.13, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10781, + "EmployeeID": 2, + "OrderDate": "1997-12-17T00:00:00", + "RequiredDate": "1998-01-14T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 3, + "Freight": 73.16, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 3, + "Discount": 0.2 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10782, + "EmployeeID": 9, + "OrderDate": "1997-12-17T00:00:00", + "RequiredDate": "1998-01-14T00:00:00", + "ShippedDate": "1997-12-22T00:00:00", + "ShipVia": 3, + "Freight": 1.1, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 1, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10783, + "EmployeeID": 4, + "OrderDate": "1997-12-18T00:00:00", + "RequiredDate": "1998-01-15T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 2, + "Freight": 124.98, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10784, + "EmployeeID": 4, + "OrderDate": "1997-12-18T00:00:00", + "RequiredDate": "1998-01-15T00:00:00", + "ShippedDate": "1997-12-22T00:00:00", + "ShipVia": 3, + "Freight": 70.09, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0.16 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "GROSR", + "Company": "GROSELLA-Restaurante", + "ContactName": "Manuel Pereira", + "ContactTitle": "Owner", + "Address": "5ª Ave. Los Palos Grandes", + "City": "Caracas", + "Region": "DF", + "PostalCode": 1081, + "Country": "Venezuela", + "Phone": "(2) 283-2951", + "Fax": "(2) 283-3397", + "Orders": [ + { + "OrderID": 10785, + "EmployeeID": 1, + "OrderDate": "1997-12-18T00:00:00", + "RequiredDate": "1998-01-15T00:00:00", + "ShippedDate": "1997-12-24T00:00:00", + "ShipVia": 3, + "Freight": 1.51, + "ShipName": "GROSELLA-Restaurante", + "ShipAddress": "5ª Ave. Los Palos Grandes", + "ShipCity": "Caracas", + "ShipRegion": "DF", + "ShipPostalCode": 1081, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10786, + "EmployeeID": 8, + "OrderDate": "1997-12-19T00:00:00", + "RequiredDate": "1998-01-16T00:00:00", + "ShippedDate": "1997-12-23T00:00:00", + "ShipVia": 1, + "Freight": 110.87, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 42, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10787, + "EmployeeID": 2, + "OrderDate": "1997-12-19T00:00:00", + "RequiredDate": "1998-01-02T00:00:00", + "ShippedDate": "1997-12-26T00:00:00", + "ShipVia": 1, + "Freight": 249.93, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10788, + "EmployeeID": 1, + "OrderDate": "1997-12-22T00:00:00", + "RequiredDate": "1998-01-19T00:00:00", + "ShippedDate": "1998-01-19T00:00:00", + "ShipVia": 2, + "Freight": 42.7, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Rancé", + "ContactTitle": "Sales Associate", + "Address": "184, chaussée de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10789, + "EmployeeID": 1, + "OrderDate": "1997-12-22T00:00:00", + "RequiredDate": "1998-01-19T00:00:00", + "ShippedDate": "1997-12-31T00:00:00", + "ShipVia": 2, + "Freight": 100.6, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chaussée de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10790, + "EmployeeID": 6, + "OrderDate": "1997-12-22T00:00:00", + "RequiredDate": "1998-01-19T00:00:00", + "ShippedDate": "1997-12-26T00:00:00", + "ShipVia": 1, + "Freight": 28.23, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 3, + "Discount": 0.16 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10791, + "EmployeeID": 6, + "OrderDate": "1997-12-23T00:00:00", + "RequiredDate": "1998-01-20T00:00:00", + "ShippedDate": "1998-01-01T00:00:00", + "ShipVia": 2, + "Freight": 16.85, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 14, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10792, + "EmployeeID": 1, + "OrderDate": "1997-12-23T00:00:00", + "RequiredDate": "1998-01-20T00:00:00", + "ShippedDate": "1997-12-31T00:00:00", + "ShipVia": 3, + "Freight": 23.79, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 18000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10793, + "EmployeeID": 3, + "OrderDate": "1997-12-24T00:00:00", + "RequiredDate": "1998-01-21T00:00:00", + "ShippedDate": "1998-01-08T00:00:00", + "ShipVia": 3, + "Freight": 4.52, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10794, + "EmployeeID": 6, + "OrderDate": "1997-12-24T00:00:00", + "RequiredDate": "1998-01-21T00:00:00", + "ShippedDate": "1998-01-02T00:00:00", + "ShipVia": 1, + "Freight": 21.49, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10795, + "EmployeeID": 8, + "OrderDate": "1997-12-24T00:00:00", + "RequiredDate": "1998-01-21T00:00:00", + "ShippedDate": "1998-01-20T00:00:00", + "ShipVia": 2, + "Freight": 126.66, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 65, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10796, + "EmployeeID": 3, + "OrderDate": "1997-12-25T00:00:00", + "RequiredDate": "1998-01-22T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 1, + "Freight": 26.52, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 21, + "Discount": 0.2 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 24, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10797, + "EmployeeID": 7, + "OrderDate": "1997-12-25T00:00:00", + "RequiredDate": "1998-01-22T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 2, + "Freight": 33.35, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 37000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10798, + "EmployeeID": 2, + "OrderDate": "1997-12-26T00:00:00", + "RequiredDate": "1998-01-23T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 1, + "Freight": 2.33, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 50129, + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10799, + "EmployeeID": 9, + "OrderDate": "1997-12-26T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 3, + "Freight": 30.76, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 23000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10800, + "EmployeeID": 1, + "OrderDate": "1997-12-26T00:00:00", + "RequiredDate": "1998-01-23T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 3, + "Freight": 137.44, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 50000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 50, + "Discount": 0.1 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 7, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BOLID", + "Company": "Bólido Comidas preparadas", + "ContactName": "Martín Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99", + "Orders": [ + { + "OrderID": 10801, + "EmployeeID": 4, + "OrderDate": "1997-12-29T00:00:00", + "RequiredDate": "1998-01-26T00:00:00", + "ShippedDate": "1997-12-31T00:00:00", + "ShipVia": 2, + "Freight": 97.09, + "ShipName": "Bólido Comidas preparadas", + "ShipAddress": "C/ Araquil, 67", + "ShipCity": "Madrid", + "ShipPostalCode": 28023, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10802, + "EmployeeID": 4, + "OrderDate": "1997-12-29T00:00:00", + "RequiredDate": "1998-01-26T00:00:00", + "ShippedDate": "1998-01-02T00:00:00", + "ShipVia": 2, + "Freight": 257.26, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 5, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10803, + "EmployeeID": 4, + "OrderDate": "1997-12-30T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-01-06T00:00:00", + "ShipVia": 1, + "Freight": 55.23, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 24, + "Discount": 0.06 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 15, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10804, + "EmployeeID": 6, + "OrderDate": "1997-12-30T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-01-07T00:00:00", + "ShipVia": 2, + "Freight": 27.33, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 20000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 4, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10805, + "EmployeeID": 2, + "OrderDate": "1997-12-30T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-01-09T00:00:00", + "ShipVia": 3, + "Freight": 237.34, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10806, + "EmployeeID": 3, + "OrderDate": "1997-12-31T00:00:00", + "RequiredDate": "1998-01-28T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 2, + "Freight": 22.11, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10807, + "EmployeeID": 4, + "OrderDate": "1997-12-31T00:00:00", + "RequiredDate": "1998-01-28T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 1.36, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 1, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10808, + "EmployeeID": 2, + "OrderDate": "1998-01-01T00:00:00", + "RequiredDate": "1998-01-29T00:00:00", + "ShippedDate": "1998-01-09T00:00:00", + "ShipVia": 3, + "Freight": 45.53, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10809, + "EmployeeID": 7, + "OrderDate": "1998-01-01T00:00:00", + "RequiredDate": "1998-01-29T00:00:00", + "ShippedDate": "1998-01-07T00:00:00", + "ShipVia": 1, + "Freight": 4.87, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAUGB", + "Company": "Laughing Bacchus Wine Cellars", + "ContactName": "Yoshi Tannamuri", + "ContactTitle": "Marketing Assistant", + "Address": "1900 Oak St.", + "City": "Vancouver", + "Region": "BC", + "PostalCode": 42000, + "Country": "Canada", + "Phone": "(604) 555-3392", + "Fax": "(604) 555-7293", + "Orders": [ + { + "OrderID": 10810, + "EmployeeID": 2, + "OrderDate": "1998-01-01T00:00:00", + "RequiredDate": "1998-01-29T00:00:00", + "ShippedDate": "1998-01-07T00:00:00", + "ShipVia": 3, + "Freight": 4.33, + "ShipName": "Laughing Bacchus Wine Cellars", + "ShipAddress": "2319 Elm St.", + "ShipCity": "Vancouver", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10811, + "EmployeeID": 8, + "OrderDate": "1998-01-02T00:00:00", + "RequiredDate": "1998-01-30T00:00:00", + "ShippedDate": "1998-01-08T00:00:00", + "ShipVia": 1, + "Freight": 31.22, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10812, + "EmployeeID": 5, + "OrderDate": "1998-01-02T00:00:00", + "RequiredDate": "1998-01-30T00:00:00", + "ShippedDate": "1998-01-12T00:00:00", + "ShipVia": 1, + "Freight": 59.78, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 16, + "Discount": 0.1 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10813, + "EmployeeID": 1, + "OrderDate": "1998-01-05T00:00:00", + "RequiredDate": "1998-02-02T00:00:00", + "ShippedDate": "1998-01-09T00:00:00", + "ShipVia": 1, + "Freight": 47.38, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10814, + "EmployeeID": 3, + "OrderDate": "1998-01-05T00:00:00", + "RequiredDate": "1998-02-02T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 3, + "Freight": 130.94, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 8, + "Discount": 0.16 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10815, + "EmployeeID": 2, + "OrderDate": "1998-01-05T00:00:00", + "RequiredDate": "1998-02-02T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 3, + "Freight": 14.62, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10816, + "EmployeeID": 4, + "OrderDate": "1998-01-06T00:00:00", + "RequiredDate": "1998-02-03T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 2, + "Freight": 719.78, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10817, + "EmployeeID": 3, + "OrderDate": "1998-01-06T00:00:00", + "RequiredDate": "1998-01-20T00:00:00", + "ShippedDate": "1998-01-13T00:00:00", + "ShipVia": 2, + "Freight": 306.07, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10818, + "EmployeeID": 7, + "OrderDate": "1998-01-07T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-12T00:00:00", + "ShipVia": 3, + "Freight": 65.48, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10819, + "EmployeeID": 2, + "OrderDate": "1998-01-07T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-16T00:00:00", + "ShipVia": 3, + "Freight": 19.76, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10820, + "EmployeeID": 3, + "OrderDate": "1998-01-07T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-13T00:00:00", + "ShipVia": 2, + "Freight": 37.52, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10821, + "EmployeeID": 1, + "OrderDate": "1998-01-08T00:00:00", + "RequiredDate": "1998-02-05T00:00:00", + "ShippedDate": "1998-01-15T00:00:00", + "ShipVia": 1, + "Freight": 36.68, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRAIH", + "Company": "Trail's Head Gourmet Provisioners", + "ContactName": "Helvetius Nagy", + "ContactTitle": "Sales Associate", + "Address": "722 DaVinci Blvd.", + "City": "Kirkland", + "Region": "WA", + "PostalCode": 98034, + "Country": "USA", + "Phone": "(206) 555-8257", + "Fax": "(206) 555-2174", + "Orders": [ + { + "OrderID": 10822, + "EmployeeID": 6, + "OrderDate": "1998-01-08T00:00:00", + "RequiredDate": "1998-02-05T00:00:00", + "ShippedDate": "1998-01-16T00:00:00", + "ShipVia": 3, + "Freight": 7, + "ShipName": "Trail's Head Gourmet Provisioners", + "ShipAddress": "722 DaVinci Blvd.", + "ShipCity": "Kirkland", + "ShipRegion": "WA", + "ShipPostalCode": 98034, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10823, + "EmployeeID": 5, + "OrderDate": "1998-01-09T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-13T00:00:00", + "ShipVia": 2, + "Freight": 163.97, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 46000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10824, + "EmployeeID": 8, + "OrderDate": "1998-01-09T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 1.23, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 23000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10825, + "EmployeeID": 1, + "OrderDate": "1998-01-09T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 1, + "Freight": 79.25, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl père et fils", + "ContactName": "Frédérique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kléber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10826, + "EmployeeID": 6, + "OrderDate": "1998-01-12T00:00:00", + "RequiredDate": "1998-02-09T00:00:00", + "ShippedDate": "1998-02-06T00:00:00", + "ShipVia": 1, + "Freight": 7.09, + "ShipName": "Blondel père et fils", + "ShipAddress": "24, place Kléber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10827, + "EmployeeID": 1, + "OrderDate": "1998-01-12T00:00:00", + "RequiredDate": "1998-01-26T00:00:00", + "ShippedDate": "1998-02-06T00:00:00", + "ShipVia": 2, + "Freight": 63.54, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Gutiérrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10828, + "EmployeeID": 9, + "OrderDate": "1998-01-13T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 1, + "Freight": 90.85, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10829, + "EmployeeID": 9, + "OrderDate": "1998-01-13T00:00:00", + "RequiredDate": "1998-02-10T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 1, + "Freight": 154.72, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 20759, + "ShipPostalCode": 13000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradição Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. Inês de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10830, + "EmployeeID": 4, + "OrderDate": "1998-01-13T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 2, + "Freight": 81.83, + "ShipName": "Tradiçao Hipermercados", + "ShipAddress": "Av. Inês de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Santé Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10831, + "EmployeeID": 3, + "OrderDate": "1998-01-14T00:00:00", + "RequiredDate": "1998-02-11T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 2, + "Freight": 72.19, + "ShipName": "Santé Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10832, + "EmployeeID": 2, + "OrderDate": "1998-01-14T00:00:00", + "RequiredDate": "1998-02-11T00:00:00", + "ShippedDate": "1998-01-19T00:00:00", + "ShipVia": 2, + "Freight": 43.26, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 3, + "Discount": 0.2 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 16, + "Discount": 0.2 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10833, + "EmployeeID": 6, + "OrderDate": "1998-01-15T00:00:00", + "RequiredDate": "1998-02-12T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 2, + "Freight": 71.49, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 9, + "Discount": 0.1 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 9, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradição Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. Inês de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10834, + "EmployeeID": 1, + "OrderDate": "1998-01-15T00:00:00", + "RequiredDate": "1998-02-12T00:00:00", + "ShippedDate": "1998-01-19T00:00:00", + "ShipVia": 3, + "Freight": 29.78, + "ShipName": "Tradiçao Hipermercados", + "ShipAddress": "Av. Inês de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 8, + "Discount": 0.06 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10835, + "EmployeeID": 1, + "OrderDate": "1998-01-15T00:00:00", + "RequiredDate": "1998-02-12T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 3, + "Freight": 69.53, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 2, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10836, + "EmployeeID": 7, + "OrderDate": "1998-01-16T00:00:00", + "RequiredDate": "1998-02-13T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 1, + "Freight": 411.88, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 52, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 38000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10837, + "EmployeeID": 9, + "OrderDate": "1998-01-16T00:00:00", + "RequiredDate": "1998-02-13T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 3, + "Freight": 13.32, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 44000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10838, + "EmployeeID": 3, + "OrderDate": "1998-01-19T00:00:00", + "RequiredDate": "1998-02-16T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 3, + "Freight": 59.28, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0.25 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 50, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradição Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. Inês de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10839, + "EmployeeID": 3, + "OrderDate": "1998-01-19T00:00:00", + "RequiredDate": "1998-02-16T00:00:00", + "ShippedDate": "1998-01-22T00:00:00", + "ShipVia": 3, + "Freight": 35.43, + "ShipName": "Tradiçao Hipermercados", + "ShipAddress": "Av. Inês de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10840, + "EmployeeID": 4, + "OrderDate": "1998-01-19T00:00:00", + "RequiredDate": "1998-03-02T00:00:00", + "ShippedDate": "1998-02-16T00:00:00", + "ShipVia": 2, + "Freight": 2.71, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10841, + "EmployeeID": 5, + "OrderDate": "1998-01-20T00:00:00", + "RequiredDate": "1998-02-17T00:00:00", + "ShippedDate": "1998-01-29T00:00:00", + "ShipVia": 2, + "Freight": 424.3, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10842, + "EmployeeID": 1, + "OrderDate": "1998-01-20T00:00:00", + "RequiredDate": "1998-02-17T00:00:00", + "ShippedDate": "1998-01-29T00:00:00", + "ShipVia": 3, + "Freight": 54.42, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10843, + "EmployeeID": 4, + "OrderDate": "1998-01-21T00:00:00", + "RequiredDate": "1998-02-18T00:00:00", + "ShippedDate": "1998-01-26T00:00:00", + "ShipVia": 2, + "Freight": 9.26, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 4, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10844, + "EmployeeID": 8, + "OrderDate": "1998-01-21T00:00:00", + "RequiredDate": "1998-02-18T00:00:00", + "ShippedDate": "1998-01-26T00:00:00", + "ShipVia": 2, + "Freight": 25.22, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10845, + "EmployeeID": 8, + "OrderDate": "1998-01-21T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 212.98, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 70, + "Discount": 0.1 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 42, + "Discount": 0.1 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 60, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 48, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10846, + "EmployeeID": 2, + "OrderDate": "1998-01-22T00:00:00", + "RequiredDate": "1998-03-05T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 3, + "Freight": 56.46, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10847, + "EmployeeID": 4, + "OrderDate": "1998-01-22T00:00:00", + "RequiredDate": "1998-02-05T00:00:00", + "ShippedDate": "1998-02-10T00:00:00", + "ShipVia": 3, + "Freight": 487.57, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 80, + "Discount": 0.2 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 37, + "UnitPrice": 26, + "Quantity": 60, + "Discount": 0.2 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 36, + "Discount": 0.2 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 55, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "PostalCode": 23000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199", + "Orders": [ + { + "OrderID": 10848, + "EmployeeID": 7, + "OrderDate": "1998-01-23T00:00:00", + "RequiredDate": "1998-02-20T00:00:00", + "ShippedDate": "1998-01-29T00:00:00", + "ShipVia": 2, + "Freight": 38.24, + "ShipName": "Consolidated Holdings", + "ShipAddress": "Berkeley Gardens 12 Brewery", + "ShipCity": "London", + "ShipPostalCode": 39000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10849, + "EmployeeID": 9, + "OrderDate": "1998-01-23T00:00:00", + "RequiredDate": "1998-02-20T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 2, + "Freight": 0.56, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 49, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 18, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10850, + "EmployeeID": 1, + "OrderDate": "1998-01-23T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 49.19, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 4, + "Discount": 0.16 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10851, + "EmployeeID": 5, + "OrderDate": "1998-01-26T00:00:00", + "RequiredDate": "1998-02-23T00:00:00", + "ShippedDate": "1998-02-02T00:00:00", + "ShipVia": 1, + "Freight": 160.55, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 5, + "Discount": 0.06 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 42, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10852, + "EmployeeID": 8, + "OrderDate": "1998-01-26T00:00:00", + "RequiredDate": "1998-02-09T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 174.05, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10853, + "EmployeeID": 9, + "OrderDate": "1998-01-27T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-02-03T00:00:00", + "ShipVia": 2, + "Freight": 53.83, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10854, + "EmployeeID": 3, + "OrderDate": "1998-01-27T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-02-05T00:00:00", + "ShipVia": 2, + "Freight": 100.22, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 100, + "Discount": 0.16 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 65, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10855, + "EmployeeID": 3, + "OrderDate": "1998-01-27T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 1, + "Freight": 170.97, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquería", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "México D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10856, + "EmployeeID": 3, + "OrderDate": "1998-01-28T00:00:00", + "RequiredDate": "1998-02-25T00:00:00", + "ShippedDate": "1998-02-10T00:00:00", + "ShipVia": 2, + "Freight": 58.43, + "ShipName": "Antonio Moreno Taquería", + "ShipAddress": "Mataderos 2312", + "ShipCity": "México D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 33000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10857, + "EmployeeID": 8, + "OrderDate": "1998-01-28T00:00:00", + "RequiredDate": "1998-02-25T00:00:00", + "ShippedDate": "1998-02-06T00:00:00", + "ShipVia": 2, + "Freight": 188.85, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 43000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 35, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LACOR", + "Company": "La corne d'abondance", + "ContactName": "Daniel Tonini", + "ContactTitle": "Sales Representative", + "Address": "67, avenue de l'Europe", + "City": "Versailles", + "PostalCode": 78000, + "Country": "France", + "Phone": "30.59.84.10", + "Fax": "30.59.85.11", + "Orders": [ + { + "OrderID": 10858, + "EmployeeID": 2, + "OrderDate": "1998-01-29T00:00:00", + "RequiredDate": "1998-02-26T00:00:00", + "ShippedDate": "1998-02-03T00:00:00", + "ShipVia": 1, + "Freight": 52.51, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10859, + "EmployeeID": 1, + "OrderDate": "1998-01-29T00:00:00", + "RequiredDate": "1998-02-26T00:00:00", + "ShippedDate": "1998-02-02T00:00:00", + "ShipVia": 2, + "Freight": 76.1, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 35, + "Discount": 0.25 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20", + "Orders": [ + { + "OrderID": 10860, + "EmployeeID": 3, + "OrderDate": "1998-01-29T00:00:00", + "RequiredDate": "1998-02-26T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 3, + "Freight": 19.26, + "ShipName": "France restauration", + "ShipAddress": "54, rue Royale", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10861, + "EmployeeID": 4, + "OrderDate": "1998-01-30T00:00:00", + "RequiredDate": "1998-02-27T00:00:00", + "ShippedDate": "1998-02-17T00:00:00", + "ShipVia": 2, + "Freight": 14.93, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10862, + "EmployeeID": 8, + "OrderDate": "1998-01-30T00:00:00", + "RequiredDate": "1998-03-13T00:00:00", + "ShippedDate": "1998-02-02T00:00:00", + "ShipVia": 2, + "Freight": 53.23, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10863, + "EmployeeID": 4, + "OrderDate": "1998-02-02T00:00:00", + "RequiredDate": "1998-03-02T00:00:00", + "ShippedDate": "1998-02-17T00:00:00", + "ShipVia": 2, + "Freight": 30.26, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 24000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10864, + "EmployeeID": 4, + "OrderDate": "1998-02-02T00:00:00", + "RequiredDate": "1998-03-02T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 2, + "Freight": 3.04, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10865, + "EmployeeID": 2, + "OrderDate": "1998-02-02T00:00:00", + "RequiredDate": "1998-02-16T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 1, + "Freight": 348.14, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 80, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 32000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10866, + "EmployeeID": 5, + "OrderDate": "1998-02-03T00:00:00", + "RequiredDate": "1998-03-03T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 1, + "Freight": 109.11, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 6, + "Discount": 0.25 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 40, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10867, + "EmployeeID": 6, + "OrderDate": "1998-02-03T00:00:00", + "RequiredDate": "1998-03-17T00:00:00", + "ShippedDate": "1998-02-11T00:00:00", + "ShipVia": 1, + "Freight": 1.93, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10868, + "EmployeeID": 7, + "OrderDate": "1998-02-04T00:00:00", + "RequiredDate": "1998-03-04T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 2, + "Freight": 191.27, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 42, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 34000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10869, + "EmployeeID": 5, + "OrderDate": "1998-02-04T00:00:00", + "RequiredDate": "1998-03-04T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 1, + "Freight": 143.28, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 34000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10870, + "EmployeeID": 5, + "OrderDate": "1998-02-04T00:00:00", + "RequiredDate": "1998-03-04T00:00:00", + "ShippedDate": "1998-02-13T00:00:00", + "ShipVia": 3, + "Freight": 12.04, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10871, + "EmployeeID": 9, + "OrderDate": "1998-02-05T00:00:00", + "RequiredDate": "1998-03-05T00:00:00", + "ShippedDate": "1998-02-10T00:00:00", + "ShipVia": 2, + "Freight": 112.27, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 16, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10872, + "EmployeeID": 5, + "OrderDate": "1998-02-05T00:00:00", + "RequiredDate": "1998-03-05T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 2, + "Freight": 175.32, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10873, + "EmployeeID": 4, + "OrderDate": "1998-02-06T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 1, + "Freight": 0.82, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10874, + "EmployeeID": 5, + "OrderDate": "1998-02-06T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-02-11T00:00:00", + "ShipVia": 2, + "Freight": 19.58, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 38000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10875, + "EmployeeID": 4, + "OrderDate": "1998-02-06T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-03-03T00:00:00", + "ShipVia": 2, + "Freight": 32.37, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 37000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 21, + "Discount": 0.1 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10876, + "EmployeeID": 7, + "OrderDate": "1998-02-09T00:00:00", + "RequiredDate": "1998-03-09T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 3, + "Freight": 60.42, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10877, + "EmployeeID": 1, + "OrderDate": "1998-02-09T00:00:00", + "RequiredDate": "1998-03-09T00:00:00", + "ShippedDate": "1998-02-19T00:00:00", + "ShipVia": 1, + "Freight": 38.06, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10878, + "EmployeeID": 4, + "OrderDate": "1998-02-10T00:00:00", + "RequiredDate": "1998-03-10T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 1, + "Freight": 46.69, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10879, + "EmployeeID": 3, + "OrderDate": "1998-02-10T00:00:00", + "RequiredDate": "1998-03-10T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 3, + "Freight": 8.5, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 41000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10880, + "EmployeeID": 7, + "OrderDate": "1998-02-10T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 1, + "Freight": 88.01, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 26000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10881, + "EmployeeID": 4, + "OrderDate": "1998-02-11T00:00:00", + "RequiredDate": "1998-03-11T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 1, + "Freight": 2.84, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10882, + "EmployeeID": 4, + "OrderDate": "1998-02-11T00:00:00", + "RequiredDate": "1998-03-11T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 3, + "Freight": 23.1, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 32, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10883, + "EmployeeID": 8, + "OrderDate": "1998-02-12T00:00:00", + "RequiredDate": "1998-03-12T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 3, + "Freight": 0.53, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10884, + "EmployeeID": 4, + "OrderDate": "1998-02-12T00:00:00", + "RequiredDate": "1998-03-12T00:00:00", + "ShippedDate": "1998-02-13T00:00:00", + "ShipVia": 2, + "Freight": 90.97, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 21, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 12, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10885, + "EmployeeID": 6, + "OrderDate": "1998-02-12T00:00:00", + "RequiredDate": "1998-03-12T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 3, + "Freight": 5.64, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10886, + "EmployeeID": 1, + "OrderDate": "1998-02-13T00:00:00", + "RequiredDate": "1998-03-13T00:00:00", + "ShippedDate": "1998-03-02T00:00:00", + "ShipVia": 1, + "Freight": 4.99, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galería del gastrónomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Cataluña, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10887, + "EmployeeID": 8, + "OrderDate": "1998-02-13T00:00:00", + "RequiredDate": "1998-03-13T00:00:00", + "ShippedDate": "1998-02-16T00:00:00", + "ShipVia": 3, + "Freight": 1.25, + "ShipName": "Galería del gastronómo", + "ShipAddress": "Rambla de Cataluña, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10888, + "EmployeeID": 1, + "OrderDate": "1998-02-16T00:00:00", + "RequiredDate": "1998-03-16T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 2, + "Freight": 51.87, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10889, + "EmployeeID": 9, + "OrderDate": "1998-02-16T00:00:00", + "RequiredDate": "1998-03-16T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 3, + "Freight": 280.61, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10890, + "EmployeeID": 7, + "OrderDate": "1998-02-16T00:00:00", + "RequiredDate": "1998-03-16T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 1, + "Freight": 32.76, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10891, + "EmployeeID": 7, + "OrderDate": "1998-02-17T00:00:00", + "RequiredDate": "1998-03-17T00:00:00", + "ShippedDate": "1998-02-19T00:00:00", + "ShipVia": 2, + "Freight": 20.37, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 46000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10892, + "EmployeeID": 4, + "OrderDate": "1998-02-17T00:00:00", + "RequiredDate": "1998-03-17T00:00:00", + "ShippedDate": "1998-02-19T00:00:00", + "ShipVia": 2, + "Freight": 120.27, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 30000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10893, + "EmployeeID": 9, + "OrderDate": "1998-02-18T00:00:00", + "RequiredDate": "1998-03-18T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 2, + "Freight": 77.78, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10894, + "EmployeeID": 1, + "OrderDate": "1998-02-18T00:00:00", + "RequiredDate": "1998-03-18T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 1, + "Freight": 116.13, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 28, + "Discount": 0.06 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 120, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10895, + "EmployeeID": 3, + "OrderDate": "1998-02-18T00:00:00", + "RequiredDate": "1998-03-18T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 1, + "Freight": 162.75, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 110, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 91, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 100, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 29000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10896, + "EmployeeID": 7, + "OrderDate": "1998-02-19T00:00:00", + "RequiredDate": "1998-03-19T00:00:00", + "ShippedDate": "1998-02-27T00:00:00", + "ShipVia": 3, + "Freight": 32.45, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 15000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10897, + "EmployeeID": 3, + "OrderDate": "1998-02-19T00:00:00", + "RequiredDate": "1998-03-19T00:00:00", + "ShippedDate": "1998-02-25T00:00:00", + "ShipVia": 2, + "Freight": 603.54, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 36, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Océano Atlántico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10898, + "EmployeeID": 4, + "OrderDate": "1998-02-20T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-03-06T00:00:00", + "ShipVia": 2, + "Freight": 1.27, + "ShipName": "Océano Atlántico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10899, + "EmployeeID": 5, + "OrderDate": "1998-02-20T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-02-26T00:00:00", + "ShipVia": 3, + "Freight": 1.21, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10900, + "EmployeeID": 1, + "OrderDate": "1998-02-20T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 2, + "Freight": 1.66, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 3, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10901, + "EmployeeID": 4, + "OrderDate": "1998-02-23T00:00:00", + "RequiredDate": "1998-03-23T00:00:00", + "ShippedDate": "1998-02-26T00:00:00", + "ShipVia": 1, + "Freight": 62.09, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 25000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10902, + "EmployeeID": 1, + "OrderDate": "1998-02-23T00:00:00", + "RequiredDate": "1998-03-23T00:00:00", + "ShippedDate": "1998-03-03T00:00:00", + "ShipVia": 1, + "Freight": 44.15, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 33000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 6, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10903, + "EmployeeID": 3, + "OrderDate": "1998-02-24T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 3, + "Freight": 36.71, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10904, + "EmployeeID": 3, + "OrderDate": "1998-02-24T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-02-27T00:00:00", + "ShipVia": 3, + "Freight": 162.95, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10905, + "EmployeeID": 9, + "OrderDate": "1998-02-24T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-03-06T00:00:00", + "ShipVia": 2, + "Freight": 13.72, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10906, + "EmployeeID": 4, + "OrderDate": "1998-02-25T00:00:00", + "RequiredDate": "1998-03-11T00:00:00", + "ShippedDate": "1998-03-03T00:00:00", + "ShipVia": 3, + "Freight": 26.29, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Spécialités du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 10907, + "EmployeeID": 6, + "OrderDate": "1998-02-25T00:00:00", + "RequiredDate": "1998-03-25T00:00:00", + "ShippedDate": "1998-02-27T00:00:00", + "ShipVia": 3, + "Freight": 9.19, + "ShipName": "Spécialités du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10908, + "EmployeeID": 4, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-06T00:00:00", + "ShipVia": 2, + "Freight": 32.96, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 14, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Santé Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10909, + "EmployeeID": 1, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-10T00:00:00", + "ShipVia": 2, + "Freight": 53.05, + "ShipName": "Santé Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10910, + "EmployeeID": 1, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 3, + "Freight": 38.11, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10911, + "EmployeeID": 3, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-05T00:00:00", + "ShipVia": 1, + "Freight": 38.19, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10912, + "EmployeeID": 2, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 2, + "Freight": 580.91, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 60, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10913, + "EmployeeID": 4, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 1, + "Freight": 33.05, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 15, + "Discount": 0 + } + ] + }, + { + "OrderID": 10914, + "EmployeeID": 6, + "OrderDate": "1998-02-27T00:00:00", + "RequiredDate": "1998-03-27T00:00:00", + "ShippedDate": "1998-03-02T00:00:00", + "ShipVia": 1, + "Freight": 21.19, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10915, + "EmployeeID": 2, + "OrderDate": "1998-02-27T00:00:00", + "RequiredDate": "1998-03-27T00:00:00", + "ShippedDate": "1998-03-02T00:00:00", + "ShipVia": 2, + "Freight": 3.51, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Gutiérrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10916, + "EmployeeID": 1, + "OrderDate": "1998-02-27T00:00:00", + "RequiredDate": "1998-03-27T00:00:00", + "ShippedDate": "1998-03-09T00:00:00", + "ShipVia": 2, + "Freight": 63.77, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran Vía, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 10917, + "EmployeeID": 4, + "OrderDate": "1998-03-02T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-11T00:00:00", + "ShipVia": 2, + "Freight": 8.29, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran Vía, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 42000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10918, + "EmployeeID": 3, + "OrderDate": "1998-03-02T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-11T00:00:00", + "ShipVia": 3, + "Freight": 48.83, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 25, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10919, + "EmployeeID": 2, + "OrderDate": "1998-03-02T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 2, + "Freight": 19.8, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 34000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10920, + "EmployeeID": 4, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-03-31T00:00:00", + "ShippedDate": "1998-03-09T00:00:00", + "ShipVia": 2, + "Freight": 29.61, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 28000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10921, + "EmployeeID": 1, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-04-14T00:00:00", + "ShippedDate": "1998-03-09T00:00:00", + "ShipVia": 1, + "Freight": 176.48, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10922, + "EmployeeID": 5, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-03-31T00:00:00", + "ShippedDate": "1998-03-05T00:00:00", + "ShipVia": 3, + "Freight": 62.74, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10923, + "EmployeeID": 7, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-04-14T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 3, + "Freight": 68.26, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 24, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbköp", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsvägen 8", + "City": "Luleå", + "PostalCode": 11000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10924, + "EmployeeID": 3, + "OrderDate": "1998-03-04T00:00:00", + "RequiredDate": "1998-04-01T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 2, + "Freight": 151.52, + "ShipName": "Berglunds snabbköp", + "ShipAddress": "Berguvsvägen 8", + "ShipCity": "Luleå", + "ShipPostalCode": 32000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10925, + "EmployeeID": 3, + "OrderDate": "1998-03-04T00:00:00", + "RequiredDate": "1998-04-01T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 1, + "Freight": 2.27, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 25, + "Discount": 0.16 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constitución 2222", + "City": "México D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10926, + "EmployeeID": 4, + "OrderDate": "1998-03-04T00:00:00", + "RequiredDate": "1998-04-01T00:00:00", + "ShippedDate": "1998-03-11T00:00:00", + "ShipVia": 3, + "Freight": 39.92, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constitución 2222", + "ShipCity": "México D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LACOR", + "Company": "La corne d'abondance", + "ContactName": "Daniel Tonini", + "ContactTitle": "Sales Representative", + "Address": "67, avenue de l'Europe", + "City": "Versailles", + "PostalCode": 78000, + "Country": "France", + "Phone": "30.59.84.10", + "Fax": "30.59.85.11", + "Orders": [ + { + "OrderID": 10927, + "EmployeeID": 4, + "OrderDate": "1998-03-05T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 19.79, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galería del gastrónomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Cataluña, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10928, + "EmployeeID": 1, + "OrderDate": "1998-03-05T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 1, + "Freight": 1.36, + "ShipName": "Galería del gastronómo", + "ShipAddress": "Rambla de Cataluña, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10929, + "EmployeeID": 6, + "OrderDate": "1998-03-05T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-03-12T00:00:00", + "ShipVia": 1, + "Freight": 33.93, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 49, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10930, + "EmployeeID": 4, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 3, + "Freight": 15.55, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10931, + "EmployeeID": 4, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 2, + "Freight": 13.6, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 42, + "Discount": 0.16 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10932, + "EmployeeID": 8, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-04-03T00:00:00", + "ShippedDate": "1998-03-24T00:00:00", + "ShipVia": 1, + "Freight": 134.64, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 14, + "Discount": 0.1 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 22000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10933, + "EmployeeID": 6, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-04-03T00:00:00", + "ShippedDate": "1998-03-16T00:00:00", + "ShipVia": 3, + "Freight": 54.15, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 40216, + "ShipPostalCode": 24000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10934, + "EmployeeID": 3, + "OrderDate": "1998-03-09T00:00:00", + "RequiredDate": "1998-04-06T00:00:00", + "ShippedDate": "1998-03-12T00:00:00", + "ShipVia": 3, + "Freight": 32.01, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10935, + "EmployeeID": 4, + "OrderDate": "1998-03-09T00:00:00", + "RequiredDate": "1998-04-06T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 3, + "Freight": 47.59, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 4, + "Discount": 0.25 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 8, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10936, + "EmployeeID": 3, + "OrderDate": "1998-03-09T00:00:00", + "RequiredDate": "1998-04-06T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 2, + "Freight": 33.68, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10937, + "EmployeeID": 7, + "OrderDate": "1998-03-10T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 3, + "Freight": 31.51, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10938, + "EmployeeID": 3, + "OrderDate": "1998-03-10T00:00:00", + "RequiredDate": "1998-04-07T00:00:00", + "ShippedDate": "1998-03-16T00:00:00", + "ShipVia": 2, + "Freight": 31.89, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 24, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 49, + "Discount": 0.25 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10939, + "EmployeeID": 2, + "OrderDate": "1998-03-10T00:00:00", + "RequiredDate": "1998-04-07T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 2, + "Freight": 76.33, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10940, + "EmployeeID": 8, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 3, + "Freight": 19.77, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10941, + "EmployeeID": 7, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 2, + "Freight": 400.81, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 44, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 80, + "Discount": 0.25 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10942, + "EmployeeID": 9, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 3, + "Freight": 17.95, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 40000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10943, + "EmployeeID": 4, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 2, + "Freight": 2.17, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 40000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 45000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10944, + "EmployeeID": 6, + "OrderDate": "1998-03-12T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 3, + "Freight": 52.92, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 36000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 5, + "Discount": 0.25 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10945, + "EmployeeID": 4, + "OrderDate": "1998-03-12T00:00:00", + "RequiredDate": "1998-04-09T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 1, + "Freight": 10.22, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10946, + "EmployeeID": 1, + "OrderDate": "1998-03-12T00:00:00", + "RequiredDate": "1998-04-09T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 2, + "Freight": 27.2, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 35000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10947, + "EmployeeID": 3, + "OrderDate": "1998-03-13T00:00:00", + "RequiredDate": "1998-04-10T00:00:00", + "ShippedDate": "1998-03-16T00:00:00", + "ShipVia": 2, + "Freight": 3.26, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 13000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10948, + "EmployeeID": 3, + "OrderDate": "1998-03-13T00:00:00", + "RequiredDate": "1998-04-10T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 3, + "Freight": 23.39, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 44000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10949, + "EmployeeID": 2, + "OrderDate": "1998-03-13T00:00:00", + "RequiredDate": "1998-04-10T00:00:00", + "ShippedDate": "1998-03-17T00:00:00", + "ShipVia": 3, + "Freight": 74.44, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 27000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10950, + "EmployeeID": 1, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-04-13T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 2, + "Freight": 2.5, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10951, + "EmployeeID": 9, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-07T00:00:00", + "ShipVia": 2, + "Freight": 30.85, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 6, + "Discount": 0.06 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10952, + "EmployeeID": 1, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-03-24T00:00:00", + "ShipVia": 1, + "Freight": 40.42, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 21000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10953, + "EmployeeID": 9, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-25T00:00:00", + "ShipVia": 2, + "Freight": 23.72, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 35000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10954, + "EmployeeID": 5, + "OrderDate": "1998-03-17T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 1, + "Freight": 27.91, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 28, + "Discount": 0.16 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 25, + "Discount": 0.16 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 24, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 25000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10955, + "EmployeeID": 8, + "OrderDate": "1998-03-17T00:00:00", + "RequiredDate": "1998-04-14T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 2, + "Freight": 3.26, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 47000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 12, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10956, + "EmployeeID": 6, + "OrderDate": "1998-03-17T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 2, + "Freight": 44.65, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10957, + "EmployeeID": 8, + "OrderDate": "1998-03-18T00:00:00", + "RequiredDate": "1998-04-15T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 3, + "Freight": 105.36, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Océano Atlántico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10958, + "EmployeeID": 7, + "OrderDate": "1998-03-18T00:00:00", + "RequiredDate": "1998-04-15T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 2, + "Freight": 49.56, + "ShipName": "Océano Atlántico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10959, + "EmployeeID": 6, + "OrderDate": "1998-03-18T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 2, + "Freight": 4.98, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10960, + "EmployeeID": 3, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 2.08, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0.25 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10961, + "EmployeeID": 8, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-03-30T00:00:00", + "ShipVia": 1, + "Freight": 104.47, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 6, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10962, + "EmployeeID": 8, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 2, + "Freight": 275.79, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 77, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 44, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10963, + "EmployeeID": 9, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-03-26T00:00:00", + "ShipVia": 3, + "Freight": 2.7, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 2, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Spécialités du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 10964, + "EmployeeID": 3, + "OrderDate": "1998-03-20T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-03-24T00:00:00", + "ShipVia": 2, + "Freight": 87.38, + "ShipName": "Spécialités du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10965, + "EmployeeID": 6, + "OrderDate": "1998-03-20T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-03-30T00:00:00", + "ShipVia": 3, + "Freight": 144.38, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10966, + "EmployeeID": 4, + "OrderDate": "1998-03-20T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 27.19, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 37, + "UnitPrice": 26, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 12, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialitäten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "Münster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10967, + "EmployeeID": 2, + "OrderDate": "1998-03-23T00:00:00", + "RequiredDate": "1998-04-20T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 2, + "Freight": 62.22, + "ShipName": "Toms Spezialitäten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "Münster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10968, + "EmployeeID": 1, + "OrderDate": "1998-03-23T00:00:00", + "RequiredDate": "1998-04-20T00:00:00", + "ShippedDate": "1998-04-01T00:00:00", + "ShipVia": 3, + "Freight": 74.6, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Comércio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lusíadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10969, + "EmployeeID": 1, + "OrderDate": "1998-03-23T00:00:00", + "RequiredDate": "1998-04-20T00:00:00", + "ShippedDate": "1998-03-30T00:00:00", + "ShipVia": 2, + "Freight": 0.21, + "ShipName": "Comércio Mineiro", + "ShipAddress": "Av. dos Lusíadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOLID", + "Company": "Bólido Comidas preparadas", + "ContactName": "Martín Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99", + "Orders": [ + { + "OrderID": 10970, + "EmployeeID": 9, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-07T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 1, + "Freight": 16.16, + "ShipName": "Bólido Comidas preparadas", + "ShipAddress": "C/ Araquil, 67", + "ShipCity": "Madrid", + "ShipPostalCode": 28023, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20", + "Orders": [ + { + "OrderID": 10971, + "EmployeeID": 2, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-21T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 2, + "Freight": 121.82, + "ShipName": "France restauration", + "ShipAddress": "54, rue Royale", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LACOR", + "Company": "La corne d'abondance", + "ContactName": "Daniel Tonini", + "ContactTitle": "Sales Representative", + "Address": "67, avenue de l'Europe", + "City": "Versailles", + "PostalCode": 78000, + "Country": "France", + "Phone": "30.59.84.10", + "Fax": "30.59.85.11", + "Orders": [ + { + "OrderID": 10972, + "EmployeeID": 4, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-21T00:00:00", + "ShippedDate": "1998-03-26T00:00:00", + "ShipVia": 2, + "Freight": 0.02, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 7, + "Discount": 0 + } + ] + }, + { + "OrderID": 10973, + "EmployeeID": 6, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-21T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 2, + "Freight": 15.17, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10974, + "EmployeeID": 3, + "OrderDate": "1998-03-25T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 3, + "Freight": 12.96, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 13000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10975, + "EmployeeID": 1, + "OrderDate": "1998-03-25T00:00:00", + "RequiredDate": "1998-04-22T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 3, + "Freight": 32.27, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 40000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10976, + "EmployeeID": 1, + "OrderDate": "1998-03-25T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 1, + "Freight": 37.97, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 11000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10977, + "EmployeeID": 8, + "OrderDate": "1998-03-26T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 3, + "Freight": 208.5, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 29000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 27000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10978, + "EmployeeID": 9, + "OrderDate": "1998-03-26T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-04-23T00:00:00", + "ShipVia": 2, + "Freight": 32.82, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 31000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 6, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10979, + "EmployeeID": 8, + "OrderDate": "1998-03-26T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-03-31T00:00:00", + "ShipVia": 2, + "Freight": 353.07, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 50000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10980, + "EmployeeID": 4, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-05-08T00:00:00", + "ShippedDate": "1998-04-17T00:00:00", + "ShipVia": 1, + "Freight": 1.26, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10981, + "EmployeeID": 1, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 2, + "Freight": 193.37, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 27000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10982, + "EmployeeID": 2, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 14.01, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 49000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10983, + "EmployeeID": 2, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-06T00:00:00", + "ShipVia": 2, + "Freight": 657.54, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 84, + "Discount": 0.16 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 15, + "Discount": 0 + } + ] + }, + { + "OrderID": 10984, + "EmployeeID": 1, + "OrderDate": "1998-03-30T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 3, + "Freight": 211.22, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 55, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10985, + "EmployeeID": 2, + "OrderDate": "1998-03-30T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 1, + "Freight": 91.51, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 36, + "Discount": 0.1 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 35, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Océano Atlántico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10986, + "EmployeeID": 8, + "OrderDate": "1998-03-30T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-21T00:00:00", + "ShipVia": 2, + "Freight": 217.86, + "ShipName": "Océano Atlántico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 32000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10987, + "EmployeeID": 8, + "OrderDate": "1998-03-31T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-06T00:00:00", + "ShipVia": 1, + "Freight": 185.48, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 30000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10988, + "EmployeeID": 3, + "OrderDate": "1998-03-31T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 2, + "Freight": 61.14, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 40, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Delícia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10989, + "EmployeeID": 2, + "OrderDate": "1998-03-31T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 1, + "Freight": 34.76, + "ShipName": "Que Delícia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10990, + "EmployeeID": 2, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-07T00:00:00", + "ShipVia": 3, + "Freight": 117.61, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 65, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 65, + "Discount": 0.16 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 66, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10991, + "EmployeeID": 1, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-04-07T00:00:00", + "ShipVia": 1, + "Freight": 38.51, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 90, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10992, + "EmployeeID": 1, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 3, + "Freight": 4.27, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 36000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10993, + "EmployeeID": 7, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 3, + "Freight": 8.81, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 15000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "Århus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10994, + "EmployeeID": 2, + "OrderDate": "1998-04-02T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-04-09T00:00:00", + "ShipVia": 3, + "Freight": 65.53, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "Århus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 18, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas clásicas", + "ContactName": "Guillermo Fernández", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10995, + "EmployeeID": 1, + "OrderDate": "1998-04-02T00:00:00", + "RequiredDate": "1998-04-30T00:00:00", + "ShippedDate": "1998-04-06T00:00:00", + "ShipVia": 3, + "Freight": 46, + "ShipName": "Pericles Comidas clásicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10996, + "EmployeeID": 4, + "OrderDate": "1998-04-02T00:00:00", + "RequiredDate": "1998-04-30T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 2, + "Freight": 1.12, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10997, + "EmployeeID": 8, + "OrderDate": "1998-04-03T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 2, + "Freight": 73.91, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 15000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10998, + "EmployeeID": 8, + "OrderDate": "1998-04-03T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-04-17T00:00:00", + "ShipVia": 2, + "Freight": 20.31, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10999, + "EmployeeID": 6, + "OrderDate": "1998-04-03T00:00:00", + "RequiredDate": "1998-05-01T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 2, + "Freight": 96.35, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 21, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 11000, + "EmployeeID": 2, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-14T00:00:00", + "ShipVia": 3, + "Freight": 55.12, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 45000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 11001, + "EmployeeID": 2, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-14T00:00:00", + "ShipVia": 2, + "Freight": 197.3, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 14000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 11002, + "EmployeeID": 4, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-16T00:00:00", + "ShipVia": 1, + "Freight": 141.16, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 56, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "THECR", + "Company": "The Cracker Box", + "ContactName": "Liu Wong", + "ContactTitle": "Marketing Assistant", + "Address": "55 Grizzly Peak Rd.", + "City": "Butte", + "Region": "MT", + "PostalCode": 59801, + "Country": "USA", + "Phone": "(406) 555-5834", + "Fax": "(406) 555-8083", + "Orders": [ + { + "OrderID": 11003, + "EmployeeID": 3, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 3, + "Freight": 14.91, + "ShipName": "The Cracker Box", + "ShipAddress": "55 Grizzly Peak Rd.", + "ShipCity": "Butte", + "ShipRegion": "MT", + "ShipPostalCode": 59801, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 20000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 11004, + "EmployeeID": 3, + "OrderDate": "1998-04-07T00:00:00", + "RequiredDate": "1998-05-05T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 1, + "Freight": 44.84, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 43000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 11005, + "EmployeeID": 2, + "OrderDate": "1998-04-07T00:00:00", + "RequiredDate": "1998-05-05T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 1, + "Freight": 0.75, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 11006, + "EmployeeID": 3, + "OrderDate": "1998-04-07T00:00:00", + "RequiredDate": "1998-05-05T00:00:00", + "ShippedDate": "1998-04-15T00:00:00", + "ShipVia": 2, + "Freight": 25.19, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 2, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da saúde n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 11007, + "EmployeeID": 8, + "OrderDate": "1998-04-08T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 2, + "Freight": 202.24, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da saúde n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 11008, + "EmployeeID": 7, + "OrderDate": "1998-04-08T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShipVia": 3, + "Freight": 79.46, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 90, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 11009, + "EmployeeID": 2, + "OrderDate": "1998-04-08T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 1, + "Freight": 59.11, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 11010, + "EmployeeID": 2, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-05-07T00:00:00", + "ShippedDate": "1998-04-21T00:00:00", + "ShipVia": 2, + "Freight": 28.71, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 11011, + "EmployeeID": 3, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-05-07T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 1, + "Freight": 1.21, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "München", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 11012, + "EmployeeID": 1, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-04-17T00:00:00", + "ShipVia": 3, + "Freight": 242.95, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "München", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 36, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran Vía, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 11013, + "EmployeeID": 2, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-05-07T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 1, + "Freight": 32.99, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran Vía, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 11014, + "EmployeeID": 2, + "OrderDate": "1998-04-10T00:00:00", + "RequiredDate": "1998-05-08T00:00:00", + "ShippedDate": "1998-04-15T00:00:00", + "ShipVia": 3, + "Freight": 23.6, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 28, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Santé Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 11015, + "EmployeeID": 2, + "OrderDate": "1998-04-10T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 2, + "Freight": 4.62, + "ShipName": "Santé Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 11016, + "EmployeeID": 9, + "OrderDate": "1998-04-10T00:00:00", + "RequiredDate": "1998-05-08T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 2, + "Freight": 33.8, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 11017, + "EmployeeID": 9, + "OrderDate": "1998-04-13T00:00:00", + "RequiredDate": "1998-05-11T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 2, + "Freight": 754.26, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 110, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 11018, + "EmployeeID": 4, + "OrderDate": "1998-04-13T00:00:00", + "RequiredDate": "1998-05-11T00:00:00", + "ShippedDate": "1998-04-16T00:00:00", + "ShipVia": 2, + "Freight": 11.65, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Gutiérrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 11019, + "EmployeeID": 6, + "OrderDate": "1998-04-13T00:00:00", + "RequiredDate": "1998-05-11T00:00:00", + "ShipVia": 3, + "Freight": 3.17, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies Käseladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "Köln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 11020, + "EmployeeID": 2, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-04-16T00:00:00", + "ShipVia": 2, + "Freight": 43.3, + "ShipName": "Ottilies Käseladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "Köln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 24, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstraße 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 11021, + "EmployeeID": 3, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-04-21T00:00:00", + "ShipVia": 1, + "Freight": 297.18, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstraße 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 11, + "Discount": 0.25 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 63, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 44, + "Discount": 0.25 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 11022, + "EmployeeID": 9, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 2, + "Freight": 6.27, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 15000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 11023, + "EmployeeID": 1, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 123.83, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 21000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 11024, + "EmployeeID": 4, + "OrderDate": "1998-04-15T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 1, + "Freight": 74.36, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 28000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 11025, + "EmployeeID": 6, + "OrderDate": "1998-04-15T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 3, + "Freight": 29.17, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 11026, + "EmployeeID": 4, + "OrderDate": "1998-04-15T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-28T00:00:00", + "ShipVia": 1, + "Freight": 47.09, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 27000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 11027, + "EmployeeID": 1, + "OrderDate": "1998-04-16T00:00:00", + "RequiredDate": "1998-05-14T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 1, + "Freight": 52.52, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 14000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "Königlich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 11028, + "EmployeeID": 2, + "OrderDate": "1998-04-16T00:00:00", + "RequiredDate": "1998-05-14T00:00:00", + "ShippedDate": "1998-04-22T00:00:00", + "ShipVia": 1, + "Freight": 29.59, + "ShipName": "Königlich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 11029, + "EmployeeID": 4, + "OrderDate": "1998-04-16T00:00:00", + "RequiredDate": "1998-05-14T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 1, + "Freight": 47.84, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 11030, + "EmployeeID": 7, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 2, + "Freight": 830.75, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 100, + "Discount": 0.25 + }, + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 100, + "Discount": 0.25 + } + ] + }, + { + "OrderID": 11031, + "EmployeeID": 6, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 227.22, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 11032, + "EmployeeID": 2, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-23T00:00:00", + "ShipVia": 3, + "Freight": 606.19, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 11033, + "EmployeeID": 7, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-23T00:00:00", + "ShipVia": 3, + "Freight": 84.74, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 70, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 36, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 11034, + "EmployeeID": 8, + "OrderDate": "1998-04-20T00:00:00", + "RequiredDate": "1998-06-01T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 1, + "Freight": 40.32, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 11035, + "EmployeeID": 2, + "OrderDate": "1998-04-20T00:00:00", + "RequiredDate": "1998-05-18T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 0.17, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 11036, + "EmployeeID": 8, + "OrderDate": "1998-04-20T00:00:00", + "RequiredDate": "1998-05-18T00:00:00", + "ShippedDate": "1998-04-22T00:00:00", + "ShipVia": 3, + "Freight": 149.47, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina Típica", + "ContactName": "José Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 11037, + "EmployeeID": 7, + "OrderDate": "1998-04-21T00:00:00", + "RequiredDate": "1998-05-19T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 1, + "Freight": 3.2, + "ShipName": "Godos Cocina Típica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Suprêmes délices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 11038, + "EmployeeID": 1, + "OrderDate": "1998-04-21T00:00:00", + "RequiredDate": "1998-05-19T00:00:00", + "ShippedDate": "1998-04-30T00:00:00", + "ShipVia": 2, + "Freight": 29.59, + "ShipName": "Suprêmes délices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 11039, + "EmployeeID": 1, + "OrderDate": "1998-04-21T00:00:00", + "RequiredDate": "1998-05-19T00:00:00", + "ShipVia": 2, + "Freight": 65, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 11040, + "EmployeeID": 4, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-20T00:00:00", + "ShipVia": 3, + "Freight": 18.84, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 11041, + "EmployeeID": 3, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-20T00:00:00", + "ShippedDate": "1998-04-28T00:00:00", + "ShipVia": 2, + "Freight": 48.22, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Comércio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lusíadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 11042, + "EmployeeID": 2, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 1, + "Freight": 29.99, + "ShipName": "Comércio Mineiro", + "ShipAddress": "Av. dos Lusíadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Spécialités du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 11043, + "EmployeeID": 5, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-20T00:00:00", + "ShippedDate": "1998-04-29T00:00:00", + "ShipVia": 2, + "Freight": 8.8, + "ShipName": "Spécialités du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 15000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 11044, + "EmployeeID": 4, + "OrderDate": "1998-04-23T00:00:00", + "RequiredDate": "1998-05-21T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 1, + "Freight": 8.72, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 26000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 11045, + "EmployeeID": 6, + "OrderDate": "1998-04-23T00:00:00", + "RequiredDate": "1998-05-21T00:00:00", + "ShipVia": 2, + "Freight": 70.58, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 46000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita Müller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 11046, + "EmployeeID": 8, + "OrderDate": "1998-04-23T00:00:00", + "RequiredDate": "1998-05-21T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 71.64, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 18, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 45000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 11047, + "EmployeeID": 7, + "OrderDate": "1998-04-24T00:00:00", + "RequiredDate": "1998-05-22T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 3, + "Freight": 46.62, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 42000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 24000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 11048, + "EmployeeID": 7, + "OrderDate": "1998-04-24T00:00:00", + "RequiredDate": "1998-05-22T00:00:00", + "ShippedDate": "1998-04-30T00:00:00", + "ShipVia": 3, + "Freight": 24.12, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 42, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "André Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 11049, + "EmployeeID": 3, + "OrderDate": "1998-04-24T00:00:00", + "RequiredDate": "1998-05-22T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 1, + "Freight": 8.34, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 4, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och fä HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "Åkergatan 24", + "City": "Bräcke", + "PostalCode": 46000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 11050, + "EmployeeID": 8, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShippedDate": "1998-05-05T00:00:00", + "ShipVia": 2, + "Freight": 59.41, + "ShipName": "Folk och fä HB", + "ShipAddress": "Åkergatan 24", + "ShipCity": "Bräcke", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 11051, + "EmployeeID": 7, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShipVia": 3, + "Freight": 2.79, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Paço, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 11052, + "EmployeeID": 3, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 1, + "Freight": 67.26, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Paço, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 11053, + "EmployeeID": 2, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShippedDate": "1998-04-29T00:00:00", + "ShipVia": 2, + "Freight": 53.05, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 25, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 11054, + "EmployeeID": 8, + "OrderDate": "1998-04-28T00:00:00", + "RequiredDate": "1998-05-26T00:00:00", + "ShipVia": 1, + "Freight": 0.33, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hernández", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Cristóbal", + "Region": "Táchira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 11055, + "EmployeeID": 7, + "OrderDate": "1998-04-28T00:00:00", + "RequiredDate": "1998-05-26T00:00:00", + "ShippedDate": "1998-05-05T00:00:00", + "ShipVia": 2, + "Freight": 120.92, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Cristóbal", + "ShipRegion": "Táchira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 11000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 11056, + "EmployeeID": 8, + "OrderDate": "1998-04-28T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 2, + "Freight": 278.96, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 39000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "NORTS", + "Company": "North/South", + "ContactName": "Simon Crowther", + "ContactTitle": "Sales Associate", + "Address": "South House 300 Queensbridge", + "City": "London", + "PostalCode": 16000, + "Country": "UK", + "Phone": "(171) 555-7733", + "Fax": "(171) 555-2530", + "Orders": [ + { + "OrderID": 11057, + "EmployeeID": 3, + "OrderDate": "1998-04-29T00:00:00", + "RequiredDate": "1998-05-27T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 3, + "Freight": 4.13, + "ShipName": "North/South", + "ShipAddress": "South House 300 Queensbridge", + "ShipCity": "London", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 11058, + "EmployeeID": 9, + "OrderDate": "1998-04-29T00:00:00", + "RequiredDate": "1998-05-27T00:00:00", + "ShipVia": 3, + "Freight": 31.14, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 11059, + "EmployeeID": 2, + "OrderDate": "1998-04-29T00:00:00", + "RequiredDate": "1998-06-10T00:00:00", + "ShipVia": 2, + "Freight": 85.8, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 11060, + "EmployeeID": 2, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-05-28T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 2, + "Freight": 10.98, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 11061, + "EmployeeID": 4, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-06-11T00:00:00", + "ShipVia": 3, + "Freight": 14.01, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 11062, + "EmployeeID": 4, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-05-28T00:00:00", + "ShipVia": 2, + "Freight": 29.93, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 12, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 11063, + "EmployeeID": 3, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-05-28T00:00:00", + "ShippedDate": "1998-05-06T00:00:00", + "ShipVia": 2, + "Freight": 81.73, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 11064, + "EmployeeID": 1, + "OrderDate": "1998-05-01T00:00:00", + "RequiredDate": "1998-05-29T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 1, + "Freight": 30.09, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 77, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 55, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 11065, + "EmployeeID": 8, + "OrderDate": "1998-05-01T00:00:00", + "RequiredDate": "1998-05-29T00:00:00", + "ShipVia": 1, + "Freight": 12.91, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 4, + "Discount": 0.25 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 11066, + "EmployeeID": 7, + "OrderDate": "1998-05-01T00:00:00", + "RequiredDate": "1998-05-29T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 2, + "Freight": 44.72, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 11067, + "EmployeeID": 1, + "OrderDate": "1998-05-04T00:00:00", + "RequiredDate": "1998-05-18T00:00:00", + "ShippedDate": "1998-05-06T00:00:00", + "ShipVia": 2, + "Freight": 7.98, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "Lúcia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Canàrios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 11068, + "EmployeeID": 8, + "OrderDate": "1998-05-04T00:00:00", + "RequiredDate": "1998-06-01T00:00:00", + "ShipVia": 2, + "Freight": 81.75, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Canàrios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 8, + "Discount": 0.16 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 36, + "Discount": 0.16 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 28, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 11069, + "EmployeeID": 1, + "OrderDate": "1998-05-04T00:00:00", + "RequiredDate": "1998-06-01T00:00:00", + "ShippedDate": "1998-05-06T00:00:00", + "ShipVia": 2, + "Freight": 15.67, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 11070, + "EmployeeID": 2, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 1, + "Freight": 136, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos González", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 11071, + "EmployeeID": 1, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 1, + "Freight": 0.93, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 11072, + "EmployeeID": 4, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 2, + "Freight": 258.64, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 22, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 130, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas clásicas", + "ContactName": "Guillermo Fernández", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "México D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 11073, + "EmployeeID": 2, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 2, + "Freight": 24.95, + "ShipName": "Pericles Comidas clásicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "México D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinbæltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 11074, + "EmployeeID": 7, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 18.44, + "ShipName": "Simons bistro", + "ShipAddress": "Vinbæltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 14, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Genève", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 11075, + "EmployeeID": 8, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 6.19, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Genève", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 11076, + "EmployeeID": 4, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 38.28, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 10, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 11077, + "EmployeeID": 1, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 8.53, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 24, + "Discount": 0.2 + }, + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 1, + "Discount": 0.02 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 1, + "Discount": 0.06 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 2, + "Discount": 0.1 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 1, + "Discount": 0.04 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 2, + "Discount": 0.04 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 1, + "Discount": 0.04 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 3, + "Discount": 0.02 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 2, + "Discount": 0.04 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 2, + "Discount": 0.0099999998 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + } +] \ No newline at end of file diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.css b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.css new file mode 100644 index 0000000000..e8c5915b84 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.css @@ -0,0 +1,33 @@ +:root { + /* Base colors */ + --white: #fff; + --blue: #4567bb; + --orange: #cc6600; + --gold: #ffcd0f; + --gray: #efefef; + --dark-gray: #404040; + --border-gray: #555555; + + /* Color Palette */ + --palette-primary: var(--white); + --palette-secondary: var(--blue); + --palette-surface: var(--gray); + --palette-accent: var(--gold); + --palette-highlight: var(--orange); + --palette-background: var(--dark-gray); + --palette-border: var(--border-gray); + + /* Secondary color variations */ + --palette-secondary-200: #6B87DD; + --palette-secondary-400: var(--blue); + --palette-secondary-600: #3A4FA0; +} + +.custom-grid-palette-theme { + --ig-grid-pinned-border-width: 5px; + --ig-grid-pinned-border-color: var(--palette-accent); + --ig-grid-pinned-border-style: double; + --ig-grid-cell-active-border-color: var(--palette-accent); + + --ig-size: var(--ig-size-medium); +} diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx new file mode 100644 index 0000000000..57e859d249 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx @@ -0,0 +1,185 @@ +import React from 'react'; +import ReactDOM from 'react-dom/client'; +import './index.css'; + +import { IgrHierarchicalGridModule } from 'igniteui-react-grids'; +import { IgrHierarchicalGrid, IgrGridToolbar, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn, IgrRowIsland } from 'igniteui-react-grids'; +import HierarchicalCustomersData from './HierarchicalCustomersData.json'; + +import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; + +const mods: any[] = [ + IgrHierarchicalGridModule +]; +mods.forEach((m) => m.register()); + +export default class Sample extends React.Component { + private grid: IgrHierarchicalGrid + private gridRef(r: IgrHierarchicalGrid) { + this.grid = r; + this.setState({}); + } + + constructor(props: any) { + super(props); + + this.gridRef = this.gridRef.bind(this); + } + + public render(): JSX.Element { + return ( +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ ); + } + + private _hierarchicalCustomersData: any[] = HierarchicalCustomersData; + public get hierarchicalCustomersData(): any[] { + return this._hierarchicalCustomersData; + } + +} + +// rendering above component in the React DOM +const root = ReactDOM.createRoot(document.getElementById('root')); +root.render(); diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/react-app-env.d.ts b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/react-app-env.d.ts new file mode 100644 index 0000000000..6431bc5fc6 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/react-app-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/tsconfig.json b/samples/grids/hierarchical-grid/column-pinning-custom-theme/tsconfig.json new file mode 100644 index 0000000000..8c0d146f95 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/tsconfig.json @@ -0,0 +1,44 @@ +{ + "compilerOptions": { + "resolveJsonModule": true, + "esModuleInterop": true, + "baseUrl": ".", + "outDir": "build/dist", + "module": "esnext", + "target": "es5", + "lib": [ + "es6", + "dom" + ], + "sourceMap": true, + "allowJs": true, + "jsx": "react-jsx", + "moduleResolution": "node", + "rootDir": "src", + "forceConsistentCasingInFileNames": true, + "noImplicitReturns": true, + "noImplicitThis": true, + "noImplicitAny": true, + "noUnusedLocals": false, + "importHelpers": true, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "strict": false, + "isolatedModules": true, + "noEmit": true + }, + "exclude": [ + "node_modules", + "build", + "scripts", + "acceptance-tests", + "webpack", + "jest", + "src/setupTests.ts", + "**/odatajs-4.0.0.js", + "config-overrides.js" + ], + "include": [ + "src" + ] +} diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/vite.config.js b/samples/grids/hierarchical-grid/column-pinning-custom-theme/vite.config.js new file mode 100644 index 0000000000..1744dbc719 --- /dev/null +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/vite.config.js @@ -0,0 +1,12 @@ +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; + +export default defineConfig({ + plugins: [react()], + build: { + outDir: 'build' + }, + server: { + open: false + }, +}); \ No newline at end of file diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/.eslintrc.js b/samples/grids/tree-grid/column-pinning-custom-theme/.eslintrc.js new file mode 100644 index 0000000000..7168b71441 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/.eslintrc.js @@ -0,0 +1,78 @@ +// https://www.robertcooper.me/using-eslint-and-prettier-in-a-typescript-project +module.exports = { + parser: "@typescript-eslint/parser", // Specifies the ESLint parser + parserOptions: { + ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features + sourceType: "module", // Allows for the use of imports + ecmaFeatures: { + jsx: true // Allows for the parsing of JSX + } + }, + settings: { + react: { + version: "999.999.999" // Tells eslint-plugin-react to automatically detect the version of React to use + } + }, + extends: [ + "eslint:recommended", + "plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react + "plugin:@typescript-eslint/recommended" // Uses the recommended rules from @typescript-eslint/eslint-plugin + ], + rules: { + // Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs + "default-case": "off", + "jsx-a11y/alt-text": "off", + "jsx-a11y/iframe-has-title": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-extend-native": "off", + "no-throw-literal": "off", + "no-useless-concat": "off", + "no-mixed-operators": "off", + "no-prototype-builtins": "off", + "no-mixed-spaces-and-tabs": 0, + "prefer-const": "off", + "prefer-rest-params": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off" + }, + "overrides": [ + { + "files": ["*.ts", "*.tsx"], + "rules": { + "default-case": "off", + "jsx-a11y/alt-text": "off", + "jsx-a11y/iframe-has-title": "off", + "no-var": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-extend-native": "off", + "no-throw-literal": "off", + "no-useless-concat": "off", + "no-mixed-operators": "off", + "no-mixed-spaces-and-tabs": 0, + "no-prototype-builtins": "off", + "prefer-const": "off", + "prefer-rest-params": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off" + } + } + ] + }; \ No newline at end of file diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/ReadMe.md b/samples/grids/tree-grid/column-pinning-custom-theme/ReadMe.md new file mode 100644 index 0000000000..af0d0fa9ba --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/ReadMe.md @@ -0,0 +1,56 @@ + + + +This folder contains implementation of React application with example of Column Pinning Custom Theme feature using [Tree Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component. + + + + + + View Docs + + + View Code + + + Run Sample + + + Run Sample + + + + +## Branches + +> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-react-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-react-examples/tree/vnext) branch only when you want to contribute new samples to this repository. + +## Instructions + +Follow these instructions to run this example: + + +``` +git clone https://github.com/IgniteUI/igniteui-react-examples.git +git checkout master +cd ./igniteui-react-examples +cd ./samples/grids/tree-grid/column-pinning-custom-theme +``` + +open above folder in VS Code or type: +``` +code . +``` + +In terminal window, run: +``` +npm install --legacy-peer-deps +npm run-script start +``` + +Then open http://localhost:4200/ in your browser + + +## Learn More + +To learn more about **Ignite UI for React** components, check out the [React documentation](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html). diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/index.html b/samples/grids/tree-grid/column-pinning-custom-theme/index.html new file mode 100644 index 0000000000..fd8d08d532 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/index.html @@ -0,0 +1,12 @@ + + + + Sample | Ignite UI | React | infragistics + + + + +
+ + + \ No newline at end of file diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/package.json b/samples/grids/tree-grid/column-pinning-custom-theme/package.json new file mode 100644 index 0000000000..1f4c711365 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/package.json @@ -0,0 +1,49 @@ +{ + "name": "example-ignite-ui-react", + "description": "This project provides example of using Ignite UI for React components", + "author": "Infragistics", + "version": "1.4.0", + "license": "", + "homepage": ".", + "private": true, + "scripts": { + "start": "vite --port 4200", + "build": "tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite build", + "preview": "vite preview", + "test": "vitest", + "lint": "eslint ./src/**/*.{ts,tsx}" + }, + "dependencies": { + "igniteui-dockmanager": "^1.17.0", + "igniteui-react": "^19.3.0-rc.2", + "igniteui-react-core": "19.2.2", + "igniteui-react-grids": "^19.2.0", + "igniteui-webcomponents": "^6.3.0", + "lit-html": "^3.2.0", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "tslib": "^2.4.0" + }, + "devDependencies": { + "@types/jest": "^29.2.0", + "@types/node": "^24.7.1", + "@types/react": "^18.0.24", + "@types/react-dom": "^18.0.8", + "@vitejs/plugin-react": "^5.0.4", + "@vitest/browser": "^3.2.4", + "eslint": "^8.33.0", + "eslint-config-react": "^1.1.7", + "eslint-plugin-react": "^7.20.0", + "typescript": "^4.8.4", + "vite": "^7.1.9", + "vitest": "^3.2.4", + "vitest-canvas-mock": "^0.3.3", + "worker-loader": "^3.0.8" + }, + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] +} diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/sandbox.config.json b/samples/grids/tree-grid/column-pinning-custom-theme/sandbox.config.json new file mode 100644 index 0000000000..07f53508eb --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/sandbox.config.json @@ -0,0 +1,5 @@ +{ + "infiniteLoopProtection": false, + "hardReloadOnChange": false, + "view": "browser" +} \ No newline at end of file diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.css b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.css new file mode 100644 index 0000000000..e8c5915b84 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.css @@ -0,0 +1,33 @@ +:root { + /* Base colors */ + --white: #fff; + --blue: #4567bb; + --orange: #cc6600; + --gold: #ffcd0f; + --gray: #efefef; + --dark-gray: #404040; + --border-gray: #555555; + + /* Color Palette */ + --palette-primary: var(--white); + --palette-secondary: var(--blue); + --palette-surface: var(--gray); + --palette-accent: var(--gold); + --palette-highlight: var(--orange); + --palette-background: var(--dark-gray); + --palette-border: var(--border-gray); + + /* Secondary color variations */ + --palette-secondary-200: #6B87DD; + --palette-secondary-400: var(--blue); + --palette-secondary-600: #3A4FA0; +} + +.custom-grid-palette-theme { + --ig-grid-pinned-border-width: 5px; + --ig-grid-pinned-border-color: var(--palette-accent); + --ig-grid-pinned-border-style: double; + --ig-grid-cell-active-border-color: var(--palette-accent); + + --ig-size: var(--ig-size-medium); +} diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx new file mode 100644 index 0000000000..c67bfa94b9 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx @@ -0,0 +1,107 @@ +import React from 'react'; +import ReactDOM from 'react-dom/client'; +import './index.css'; + +import { IgrTreeGridModule } from 'igniteui-react-grids'; +import { IgrTreeGrid, IgrGridToolbar, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn } from 'igniteui-react-grids'; +import { ComponentRenderer, WebTreeGridDescriptionModule } from 'igniteui-react-core'; +import { EmployeesFlatDataItem, EmployeesFlatData } from './EmployeesFlatData'; + +import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; + +const mods: any[] = [ + IgrTreeGridModule +]; +mods.forEach((m) => m.register()); + +export default class Sample extends React.Component { + private treeGrid: IgrTreeGrid + private treeGridRef(r: IgrTreeGrid) { + this.treeGrid = r; + this.setState({}); + } + + constructor(props: any) { + super(props); + + this.treeGridRef = this.treeGridRef.bind(this); + } + + public render(): JSX.Element { + return ( +
+ +
+ + + + + + + + + + + + + + + + + + + + +
+
+ ); + } + + private _employeesFlatData: EmployeesFlatData = null; + public get employeesFlatData(): EmployeesFlatData { + if (this._employeesFlatData == null) + { + this._employeesFlatData = new EmployeesFlatData(); + } + return this._employeesFlatData; + } + + private _componentRenderer: ComponentRenderer = null; + public get renderer(): ComponentRenderer { + if (this._componentRenderer == null) { + this._componentRenderer = new ComponentRenderer(); + var context = this._componentRenderer.context; + WebTreeGridDescriptionModule.register(context); + } + return this._componentRenderer; + } + +} + +// rendering above component in the React DOM +const root = ReactDOM.createRoot(document.getElementById('root')); +root.render(); diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/react-app-env.d.ts b/samples/grids/tree-grid/column-pinning-custom-theme/src/react-app-env.d.ts new file mode 100644 index 0000000000..6431bc5fc6 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/react-app-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/tsconfig.json b/samples/grids/tree-grid/column-pinning-custom-theme/tsconfig.json new file mode 100644 index 0000000000..8c0d146f95 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/tsconfig.json @@ -0,0 +1,44 @@ +{ + "compilerOptions": { + "resolveJsonModule": true, + "esModuleInterop": true, + "baseUrl": ".", + "outDir": "build/dist", + "module": "esnext", + "target": "es5", + "lib": [ + "es6", + "dom" + ], + "sourceMap": true, + "allowJs": true, + "jsx": "react-jsx", + "moduleResolution": "node", + "rootDir": "src", + "forceConsistentCasingInFileNames": true, + "noImplicitReturns": true, + "noImplicitThis": true, + "noImplicitAny": true, + "noUnusedLocals": false, + "importHelpers": true, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "strict": false, + "isolatedModules": true, + "noEmit": true + }, + "exclude": [ + "node_modules", + "build", + "scripts", + "acceptance-tests", + "webpack", + "jest", + "src/setupTests.ts", + "**/odatajs-4.0.0.js", + "config-overrides.js" + ], + "include": [ + "src" + ] +} diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/vite.config.js b/samples/grids/tree-grid/column-pinning-custom-theme/vite.config.js new file mode 100644 index 0000000000..1744dbc719 --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/vite.config.js @@ -0,0 +1,12 @@ +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; + +export default defineConfig({ + plugins: [react()], + build: { + outDir: 'build' + }, + server: { + open: false + }, +}); \ No newline at end of file From 287214565df5937ed9c276421e1f85657eaa6785 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:31:07 +0000 Subject: [PATCH 03/11] Add missing EmployeesFlatData.ts for tree-grid sample Co-authored-by: tishko0 <15924795+tishko0@users.noreply.github.com> --- .../src/EmployeesFlatData.ts | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 samples/grids/tree-grid/column-pinning-custom-theme/src/EmployeesFlatData.ts diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/EmployeesFlatData.ts b/samples/grids/tree-grid/column-pinning-custom-theme/src/EmployeesFlatData.ts new file mode 100644 index 0000000000..2e5e7fc2ed --- /dev/null +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/EmployeesFlatData.ts @@ -0,0 +1,44 @@ +export class EmployeesFlatDataItem { + public constructor(init: Partial) { + Object.assign(this, init); + } + + public Age: number; + public HireDate: string; + public ID: number; + public Name: string; + public Phone: string; + public OnPTO: boolean; + public ParentID: number; + public Title: string; + +} +export class EmployeesFlatData extends Array { + public constructor(items: Array | number = -1) { + if (Array.isArray(items)) { + super(...items); + } else { + const newItems = [ + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), + ]; + super(...newItems.slice(0)); + } + } +} From 1a7cbcedbcf8bd530643d1f9849a682107c98b81 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:14:17 +0000 Subject: [PATCH 04/11] Add more orders to hierarchical grid sample data for better demonstration Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- .../src/HierarchicalCustomersData.json | 76094 ++++++++-------- 1 file changed, 38156 insertions(+), 37938 deletions(-) diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json index 8c1cb2c4ac..e8e89bbc02 100644 --- a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json @@ -1,37940 +1,38158 @@ [ - { - "CustomerID": "VINET", - "Company": "Vins et alcools Chevalier", - "ContactName": "Paul Henriot", - "ContactTitle": "Accounting Manager", - "Address": "59 rue de l'Abbaye", - "City": "Reims", - "PostalCode": 51100, - "Country": "France", - "Phone": "26.47.15.10", - "Fax": "26.47.15.11", - "Orders": [ - { - "OrderID": 10248, - "EmployeeID": 5, - "OrderDate": "1996-07-04T00:00:00", - "RequiredDate": "1996-08-01T00:00:00", - "ShippedDate": "1996-07-16T00:00:00", - "ShipVia": 3, - "Freight": 32.38, - "ShipName": "Vins et alcools Chevalier", - "ShipAddress": "59 rue de l'Abbaye", - "ShipCity": "Reims", - "ShipPostalCode": 51100, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 14, - "Quantity": 12, - "Discount": 0, - "Weight": 2.5, - "Length": 25.6, - "TotalPrice": 225.75 - }, - { - "ProductID": 42, - "UnitPrice": 9.8, - "Quantity": 10, - "Discount": 0, - "Weight": 2.1, - "Length": 29.3, - "TotalPrice": 250.5 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 5, - "Discount": 0, - "Weight": 2.7, - "Length": 24.8, - "TotalPrice": 220.25 - } - ] - } - ] - }, - { - "CustomerID": "TOMSP", - "Company": "Toms Spezialitäten", - "ContactName": "Karin Josephs", - "ContactTitle": "Marketing Manager", - "Address": "Luisenstr. 48", - "City": "Münster", - "PostalCode": 44087, - "Country": "Germany", - "Phone": "0251-031259", - "Fax": "0251-035695", - "Orders": [ - { - "OrderID": 10249, - "EmployeeID": 6, - "OrderDate": "1996-07-05T00:00:00", - "RequiredDate": "1996-08-16T00:00:00", - "ShippedDate": "1996-07-10T00:00:00", - "ShipVia": 1, - "Freight": 11.61, - "ShipName": "Toms Spezialitäten", - "ShipAddress": "Luisenstr. 48", - "ShipCity": "Münster", - "ShipPostalCode": 44087, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 9, - "Discount": 0, - "Weight": 3.2, - "Length": 28.6, - "TotalPrice": 253.75 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 40, - "Discount": 0, - "Weight": 2.5, - "Length": 25.6, - "TotalPrice": 225.75 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Madrid", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10250, - "EmployeeID": 4, - "OrderDate": "1996-07-08T00:00:00", - "RequiredDate": "1996-08-05T00:00:00", - "ShippedDate": "1996-07-12T00:00:00", - "ShipVia": 2, - "Freight": 65.83, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 10, - "Discount": 0, - "Weight": 2.9, - "Length": 26.9, - "TotalPrice": 233.5 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 35, - "Discount": 0.16, - "Weight": 3.5, - "Length": 27.4, - "TotalPrice": 261.25 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 15, - "Discount": 0.16, - "Weight": 2.2, - "Length": 30.2, - "TotalPrice": 249.75 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10251, - "EmployeeID": 3, - "OrderDate": "1996-07-08T00:00:00", - "RequiredDate": "1996-08-05T00:00:00", - "ShippedDate": "1996-07-15T00:00:00", - "ShipVia": 1, - "Freight": 41.34, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 22, - "UnitPrice": 16.8, - "Quantity": 6, - "Discount": 0.06, - "Weight": 2.6, - "Length": 26.8, - "TotalPrice": 226.5 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 15, - "Discount": 0.06, - "Weight": 3.1, - "Length": 24.3, - "TotalPrice": 219.25 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 20, - "Discount": 0, - "Weight": 2.4, - "Length": 23.7, - "TotalPrice": 207 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10252, - "EmployeeID": 4, - "OrderDate": "1996-07-09T00:00:00", - "RequiredDate": "1996-08-06T00:00:00", - "ShippedDate": "1996-07-11T00:00:00", - "ShipVia": 2, - "Freight": 51.3, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 64.8, - "Quantity": 40, - "Discount": 0.06 - }, - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 25, - "Discount": 0.06 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 10254, - "EmployeeID": 5, - "OrderDate": "1996-07-11T00:00:00", - "RequiredDate": "1996-08-08T00:00:00", - "ShippedDate": "1996-07-23T00:00:00", - "ShipVia": 2, - "Freight": 22.98, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 21, - "Discount": 0.16 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10255, - "EmployeeID": 9, - "OrderDate": "1996-07-12T00:00:00", - "RequiredDate": "1996-08-09T00:00:00", - "ShippedDate": "1996-07-15T00:00:00", - "ShipVia": 3, - "Freight": 148.33, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10256, - "EmployeeID": 3, - "OrderDate": "1996-07-15T00:00:00", - "RequiredDate": "1996-08-12T00:00:00", - "ShippedDate": "1996-07-17T00:00:00", - "ShipVia": 2, - "Freight": 13.97, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10257, - "EmployeeID": 4, - "OrderDate": "1996-07-16T00:00:00", - "RequiredDate": "1996-08-13T00:00:00", - "ShippedDate": "1996-07-22T00:00:00", - "ShipVia": 3, - "Freight": 81.91, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 27, - "UnitPrice": 35.1, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10258, - "EmployeeID": 1, - "OrderDate": "1996-07-17T00:00:00", - "RequiredDate": "1996-08-14T00:00:00", - "ShippedDate": "1996-07-23T00:00:00", - "ShipVia": 1, - "Freight": 140.51, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 50, - "Discount": 0.2 - }, - { - "ProductID": 5, - "UnitPrice": 17, - "Quantity": 65, - "Discount": 0.2 - }, - { - "ProductID": 32, - "UnitPrice": 25.6, - "Quantity": 6, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "CENTC", - "Company": "Centro comercial Moctezuma", - "ContactName": "Francisco Chang", - "ContactTitle": "Marketing Manager", - "Address": "Sierras de Granada 9993", - "City": "México D.F.", - "PostalCode": 5022, - "Country": "Mexico", - "Phone": "(5) 555-3392", - "Fax": "(5) 555-7293", - "Orders": [ - { - "OrderID": 10259, - "EmployeeID": 4, - "OrderDate": "1996-07-18T00:00:00", - "RequiredDate": "1996-08-15T00:00:00", - "ShippedDate": "1996-07-25T00:00:00", - "ShipVia": 3, - "Freight": 3.25, - "ShipName": "Centro comercial Moctezuma", - "ShipAddress": "Sierras de Granada 9993", - "ShipCity": "México D.F.", - "ShipPostalCode": 5022, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 37, - "UnitPrice": 20.8, - "Quantity": 1, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10260, - "EmployeeID": 4, - "OrderDate": "1996-07-19T00:00:00", - "RequiredDate": "1996-08-16T00:00:00", - "ShippedDate": "1996-07-29T00:00:00", - "ShipVia": 1, - "Freight": 55.09, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 16, - "Discount": 0.25 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 15, - "Discount": 0.25 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 21, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10261, - "EmployeeID": 4, - "OrderDate": "1996-07-19T00:00:00", - "RequiredDate": "1996-08-16T00:00:00", - "ShippedDate": "1996-07-30T00:00:00", - "ShipVia": 2, - "Freight": 3.05, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10262, - "EmployeeID": 8, - "OrderDate": "1996-07-22T00:00:00", - "RequiredDate": "1996-08-19T00:00:00", - "ShippedDate": "1996-07-25T00:00:00", - "ShipVia": 3, - "Freight": 48.29, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 5, - "UnitPrice": 17, - "Quantity": 12, - "Discount": 0.2 - }, - { - "ProductID": 7, - "UnitPrice": 24, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10263, - "EmployeeID": 9, - "OrderDate": "1996-07-23T00:00:00", - "RequiredDate": "1996-08-20T00:00:00", - "ShippedDate": "1996-07-31T00:00:00", - "ShipVia": 3, - "Freight": 146.06, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 60, - "Discount": 0.25 - }, - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 60, - "Discount": 0.25 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 36, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 36000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10264, - "EmployeeID": 6, - "OrderDate": "1996-07-24T00:00:00", - "RequiredDate": "1996-08-21T00:00:00", - "ShippedDate": "1996-08-23T00:00:00", - "ShipVia": 3, - "Freight": 3.67, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 15000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 25, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10265, - "EmployeeID": 2, - "OrderDate": "1996-07-25T00:00:00", - "RequiredDate": "1996-08-22T00:00:00", - "ShippedDate": "1996-08-12T00:00:00", - "ShipVia": 1, - "Freight": 55.28, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10266, - "EmployeeID": 3, - "OrderDate": "1996-07-26T00:00:00", - "RequiredDate": "1996-09-06T00:00:00", - "ShippedDate": "1996-07-31T00:00:00", - "ShipVia": 3, - "Freight": 25.73, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 30.4, - "Quantity": 12, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10267, - "EmployeeID": 4, - "OrderDate": "1996-07-29T00:00:00", - "RequiredDate": "1996-08-26T00:00:00", - "ShippedDate": "1996-08-06T00:00:00", - "ShipVia": 1, - "Freight": 208.58, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 70, - "Discount": 0.16 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "GROSR", - "Company": "GROSELLA-Restaurante", - "ContactName": "Manuel Pereira", - "ContactTitle": "Owner", - "Address": "5ª Ave. Los Palos Grandes", - "City": "Caracas", - "Region": "DF", - "PostalCode": 1081, - "Country": "Venezuela", - "Phone": "(2) 283-2951", - "Fax": "(2) 283-3397", - "Orders": [ - { - "OrderID": 10268, - "EmployeeID": 8, - "OrderDate": "1996-07-30T00:00:00", - "RequiredDate": "1996-08-27T00:00:00", - "ShippedDate": "1996-08-02T00:00:00", - "ShipVia": 3, - "Freight": 66.29, - "ShipName": "GROSELLA-Restaurante", - "ShipAddress": "5ª Ave. Los Palos Grandes", - "ShipCity": "Caracas", - "ShipRegion": "DF", - "ShipPostalCode": 1081, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10269, - "EmployeeID": 5, - "OrderDate": "1996-07-31T00:00:00", - "RequiredDate": "1996-08-14T00:00:00", - "ShippedDate": "1996-08-09T00:00:00", - "ShipVia": 1, - "Freight": 4.56, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 60, - "Discount": 0.06 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10270, - "EmployeeID": 1, - "OrderDate": "1996-08-01T00:00:00", - "RequiredDate": "1996-08-29T00:00:00", - "ShippedDate": "1996-08-02T00:00:00", - "ShipVia": 1, - "Freight": 136.54, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10271, - "EmployeeID": 6, - "OrderDate": "1996-08-01T00:00:00", - "RequiredDate": "1996-08-29T00:00:00", - "ShippedDate": "1996-08-30T00:00:00", - "ShipVia": 2, - "Freight": 4.54, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10272, - "EmployeeID": 6, - "OrderDate": "1996-08-02T00:00:00", - "RequiredDate": "1996-08-30T00:00:00", - "ShippedDate": "1996-08-06T00:00:00", - "ShipVia": 2, - "Freight": 98.03, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 64.8, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10273, - "EmployeeID": 3, - "OrderDate": "1996-08-05T00:00:00", - "RequiredDate": "1996-09-02T00:00:00", - "ShippedDate": "1996-08-12T00:00:00", - "ShipVia": 3, - "Freight": 76.07, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 24, - "Discount": 0.06 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 60, - "Discount": 0.06 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 33, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "VINET", - "Company": "Vins et alcools Chevalier", - "ContactName": "Paul Henriot", - "ContactTitle": "Accounting Manager", - "Address": "59 rue de l'Abbaye", - "City": "Reims", - "PostalCode": 51100, - "Country": "France", - "Phone": "26.47.15.10", - "Fax": "26.47.15.11", - "Orders": [ - { - "OrderID": 10274, - "EmployeeID": 6, - "OrderDate": "1996-08-06T00:00:00", - "RequiredDate": "1996-09-03T00:00:00", - "ShippedDate": "1996-08-16T00:00:00", - "ShipVia": 1, - "Freight": 6.01, - "ShipName": "Vins et alcools Chevalier", - "ShipAddress": "59 rue de l'Abbaye", - "ShipCity": "Reims", - "ShipPostalCode": 51100, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 7, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10275, - "EmployeeID": 1, - "OrderDate": "1996-08-07T00:00:00", - "RequiredDate": "1996-09-04T00:00:00", - "ShippedDate": "1996-08-09T00:00:00", - "ShipVia": 1, - "Freight": 26.93, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 6, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10276, - "EmployeeID": 8, - "OrderDate": "1996-08-08T00:00:00", - "RequiredDate": "1996-08-22T00:00:00", - "ShippedDate": "1996-08-14T00:00:00", - "ShipVia": 3, - "Freight": 13.84, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MORGK", - "Company": "Morgenstern Gesundkost", - "ContactName": "Alexander Feuer", - "ContactTitle": "Marketing Assistant", - "Address": "Heerstr. 22", - "City": "Leipzig", - "PostalCode": 4179, - "Country": "Germany", - "Phone": "0342-023176", - "Orders": [ - { - "OrderID": 10277, - "EmployeeID": 2, - "OrderDate": "1996-08-09T00:00:00", - "RequiredDate": "1996-09-06T00:00:00", - "ShippedDate": "1996-08-13T00:00:00", - "ShipVia": 3, - "Freight": 125.77, - "ShipName": "Morgenstern Gesundkost", - "ShipAddress": "Heerstr. 22", - "ShipCity": "Leipzig", - "ShipPostalCode": 4179, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 32000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10278, - "EmployeeID": 8, - "OrderDate": "1996-08-12T00:00:00", - "RequiredDate": "1996-09-09T00:00:00", - "ShippedDate": "1996-08-16T00:00:00", - "ShipVia": 2, - "Freight": 92.69, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 26000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 35.1, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 12, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10279, - "EmployeeID": 8, - "OrderDate": "1996-08-13T00:00:00", - "RequiredDate": "1996-09-10T00:00:00", - "ShippedDate": "1996-08-16T00:00:00", - "ShipVia": 2, - "Freight": 25.83, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 15, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 34000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10280, - "EmployeeID": 2, - "OrderDate": "1996-08-14T00:00:00", - "RequiredDate": "1996-09-11T00:00:00", - "ShippedDate": "1996-09-12T00:00:00", - "ShipVia": 1, - "Freight": 8.98, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 50000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ROMEY", - "Company": "Romero y tomillo", - "ContactName": "Alejandra Camino", - "ContactTitle": "Accounting Manager", - "Address": "Gran Vía, 1", - "City": "Madrid", - "PostalCode": 28001, - "Country": "Spain", - "Phone": "(91) 745 6200", - "Fax": "(91) 745 6210", - "Orders": [ - { - "OrderID": 10281, - "EmployeeID": 4, - "OrderDate": "1996-08-14T00:00:00", - "RequiredDate": "1996-08-28T00:00:00", - "ShippedDate": "1996-08-21T00:00:00", - "ShipVia": 1, - "Freight": 2.94, - "ShipName": "Romero y tomillo", - "ShipAddress": "Gran Vía, 1", - "ShipCity": "Madrid", - "ShipPostalCode": 28001, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 4, - "Discount": 0 - } - ] - }, - { - "OrderID": 10282, - "EmployeeID": 4, - "OrderDate": "1996-08-15T00:00:00", - "RequiredDate": "1996-09-12T00:00:00", - "ShippedDate": "1996-08-21T00:00:00", - "ShipVia": 1, - "Freight": 12.69, - "ShipName": "Romero y tomillo", - "ShipAddress": "Gran Vía, 1", - "ShipCity": "Madrid", - "ShipPostalCode": 28001, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10283, - "EmployeeID": 3, - "OrderDate": "1996-08-16T00:00:00", - "RequiredDate": "1996-09-13T00:00:00", - "ShippedDate": "1996-08-23T00:00:00", - "ShipVia": 3, - "Freight": 84.81, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 15, - "UnitPrice": 12.4, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10284, - "EmployeeID": 4, - "OrderDate": "1996-08-19T00:00:00", - "RequiredDate": "1996-09-16T00:00:00", - "ShippedDate": "1996-08-27T00:00:00", - "ShipVia": 1, - "Freight": 76.56, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 27, - "UnitPrice": 35.1, - "Quantity": 15, - "Discount": 0.25 - }, - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 67, - "UnitPrice": 11.2, - "Quantity": 5, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10285, - "EmployeeID": 1, - "OrderDate": "1996-08-20T00:00:00", - "RequiredDate": "1996-09-17T00:00:00", - "ShippedDate": "1996-08-26T00:00:00", - "ShipVia": 2, - "Freight": 76.83, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 45, - "Discount": 0.2 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 36, - "Discount": 0.2 - } - ] - }, - { - "OrderID": 10286, - "EmployeeID": 8, - "OrderDate": "1996-08-21T00:00:00", - "RequiredDate": "1996-09-18T00:00:00", - "ShippedDate": "1996-08-30T00:00:00", - "ShipVia": 3, - "Freight": 229.24, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 100, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10287, - "EmployeeID": 8, - "OrderDate": "1996-08-22T00:00:00", - "RequiredDate": "1996-09-19T00:00:00", - "ShippedDate": "1996-08-28T00:00:00", - "ShipVia": 3, - "Freight": 12.76, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10288, - "EmployeeID": 4, - "OrderDate": "1996-08-23T00:00:00", - "RequiredDate": "1996-09-20T00:00:00", - "ShippedDate": "1996-09-03T00:00:00", - "ShipVia": 1, - "Freight": 7.45, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 3, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 20000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10289, - "EmployeeID": 7, - "OrderDate": "1996-08-26T00:00:00", - "RequiredDate": "1996-09-23T00:00:00", - "ShippedDate": "1996-08-28T00:00:00", - "ShipVia": 3, - "Freight": 22.77, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 18000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 8, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "COMMI", - "Company": "Comércio Mineiro", - "ContactName": "Pedro Afonso", - "ContactTitle": "Sales Associate", - "Address": "Av. dos Lusíadas, 23", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5432, - "Country": "Brazil", - "Phone": "(11) 555-7647", - "Orders": [ - { - "OrderID": 10290, - "EmployeeID": 8, - "OrderDate": "1996-08-27T00:00:00", - "RequiredDate": "1996-09-24T00:00:00", - "ShippedDate": "1996-09-03T00:00:00", - "ShipVia": 1, - "Freight": 79.7, - "ShipName": "Comércio Mineiro", - "ShipAddress": "Av. dos Lusíadas, 23", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5432, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 5, - "UnitPrice": 17, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10291, - "EmployeeID": 6, - "OrderDate": "1996-08-27T00:00:00", - "RequiredDate": "1996-09-24T00:00:00", - "ShippedDate": "1996-09-04T00:00:00", - "ShipVia": 2, - "Freight": 6.4, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 24, - "Discount": 0.1 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 2, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "TRADH", - "Company": "Tradição Hipermercados", - "ContactName": "Anabela Domingues", - "ContactTitle": "Sales Representative", - "Address": "Av. Inês de Castro, 414", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5634, - "Country": "Brazil", - "Phone": "(11) 555-2167", - "Fax": "(11) 555-2168", - "Orders": [ - { - "OrderID": 10292, - "EmployeeID": 1, - "OrderDate": "1996-08-28T00:00:00", - "RequiredDate": "1996-09-25T00:00:00", - "ShippedDate": "1996-09-02T00:00:00", - "ShipVia": 2, - "Freight": 1.35, - "ShipName": "Tradiçao Hipermercados", - "ShipAddress": "Av. Inês de Castro, 414", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5634, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 64.8, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10293, - "EmployeeID": 1, - "OrderDate": "1996-08-29T00:00:00", - "RequiredDate": "1996-09-26T00:00:00", - "ShippedDate": "1996-09-11T00:00:00", - "ShipVia": 3, - "Freight": 21.18, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 50, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 35.1, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10294, - "EmployeeID": 4, - "OrderDate": "1996-08-30T00:00:00", - "RequiredDate": "1996-09-27T00:00:00", - "ShippedDate": "1996-09-05T00:00:00", - "ShipVia": 2, - "Freight": 147.26, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VINET", - "Company": "Vins et alcools Chevalier", - "ContactName": "Paul Henriot", - "ContactTitle": "Accounting Manager", - "Address": "59 rue de l'Abbaye", - "City": "Reims", - "PostalCode": 51100, - "Country": "France", - "Phone": "26.47.15.10", - "Fax": "26.47.15.11", - "Orders": [ - { - "OrderID": 10295, - "EmployeeID": 2, - "OrderDate": "1996-09-02T00:00:00", - "RequiredDate": "1996-09-30T00:00:00", - "ShippedDate": "1996-09-10T00:00:00", - "ShipVia": 2, - "Freight": 1.15, - "ShipName": "Vins et alcools Chevalier", - "ShipAddress": "59 rue de l'Abbaye", - "ShipCity": "Reims", - "ShipPostalCode": 51100, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10296, - "EmployeeID": 6, - "OrderDate": "1996-09-03T00:00:00", - "RequiredDate": "1996-10-01T00:00:00", - "ShippedDate": "1996-09-11T00:00:00", - "ShipVia": 1, - "Freight": 0.12, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10297, - "EmployeeID": 5, - "OrderDate": "1996-09-04T00:00:00", - "RequiredDate": "1996-10-16T00:00:00", - "ShippedDate": "1996-09-10T00:00:00", - "ShipVia": 2, - "Freight": 5.74, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10298, - "EmployeeID": 6, - "OrderDate": "1996-09-05T00:00:00", - "RequiredDate": "1996-10-03T00:00:00", - "ShippedDate": "1996-09-11T00:00:00", - "ShipVia": 2, - "Freight": 168.22, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10299, - "EmployeeID": 4, - "OrderDate": "1996-09-06T00:00:00", - "RequiredDate": "1996-10-04T00:00:00", - "ShippedDate": "1996-09-13T00:00:00", - "ShipVia": 2, - "Freight": 29.76, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10300, - "EmployeeID": 2, - "OrderDate": "1996-09-09T00:00:00", - "RequiredDate": "1996-10-07T00:00:00", - "ShippedDate": "1996-09-18T00:00:00", - "ShipVia": 2, - "Freight": 17.68, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 66, - "UnitPrice": 13.6, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10301, - "EmployeeID": 8, - "OrderDate": "1996-09-09T00:00:00", - "RequiredDate": "1996-10-07T00:00:00", - "ShippedDate": "1996-09-17T00:00:00", - "ShipVia": 2, - "Freight": 45.08, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10302, - "EmployeeID": 4, - "OrderDate": "1996-09-10T00:00:00", - "RequiredDate": "1996-10-08T00:00:00", - "ShippedDate": "1996-10-09T00:00:00", - "ShipVia": 2, - "Freight": 6.27, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10303, - "EmployeeID": 7, - "OrderDate": "1996-09-11T00:00:00", - "RequiredDate": "1996-10-09T00:00:00", - "ShippedDate": "1996-09-18T00:00:00", - "ShipVia": 2, - "Freight": 107.83, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10304, - "EmployeeID": 1, - "OrderDate": "1996-09-12T00:00:00", - "RequiredDate": "1996-10-10T00:00:00", - "ShippedDate": "1996-09-17T00:00:00", - "ShipVia": 2, - "Freight": 63.79, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10305, - "EmployeeID": 8, - "OrderDate": "1996-09-13T00:00:00", - "RequiredDate": "1996-10-11T00:00:00", - "ShippedDate": "1996-10-09T00:00:00", - "ShipVia": 3, - "Freight": 257.62, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 50, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 30, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "ROMEY", - "Company": "Romero y tomillo", - "ContactName": "Alejandra Camino", - "ContactTitle": "Accounting Manager", - "Address": "Gran Vía, 1", - "City": "Madrid", - "PostalCode": 28001, - "Country": "Spain", - "Phone": "(91) 745 6200", - "Fax": "(91) 745 6210", - "Orders": [ - { - "OrderID": 10306, - "EmployeeID": 1, - "OrderDate": "1996-09-16T00:00:00", - "RequiredDate": "1996-10-14T00:00:00", - "ShippedDate": "1996-09-23T00:00:00", - "ShipVia": 3, - "Freight": 7.56, - "ShipName": "Romero y tomillo", - "ShipAddress": "Gran Vía, 1", - "ShipCity": "Madrid", - "ShipPostalCode": 28001, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10307, - "EmployeeID": 2, - "OrderDate": "1996-09-17T00:00:00", - "RequiredDate": "1996-10-15T00:00:00", - "ShippedDate": "1996-09-25T00:00:00", - "ShipVia": 2, - "Freight": 0.56, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ANATR", - "Company": "Ana Trujillo Emparedados y helados", - "ContactName": "Ana Trujillo", - "ContactTitle": "Owner", - "Address": "Avda. de la Constitución 2222", - "City": "México D.F.", - "PostalCode": 5021, - "Country": "Mexico", - "Phone": "(5) 555-4729", - "Fax": "(5) 555-3745", - "Orders": [ - { - "OrderID": 10308, - "EmployeeID": 7, - "OrderDate": "1996-09-18T00:00:00", - "RequiredDate": "1996-10-16T00:00:00", - "ShippedDate": "1996-09-24T00:00:00", - "ShipVia": 3, - "Freight": 1.61, - "ShipName": "Ana Trujillo Emparedados y helados", - "ShipAddress": "Avda. de la Constitución 2222", - "ShipCity": "México D.F.", - "ShipPostalCode": 5021, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10309, - "EmployeeID": 3, - "OrderDate": "1996-09-19T00:00:00", - "RequiredDate": "1996-10-17T00:00:00", - "ShippedDate": "1996-10-23T00:00:00", - "ShipVia": 1, - "Freight": 47.3, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 17.6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 6, - "UnitPrice": 20, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "THEBI", - "Company": "The Big Cheese", - "ContactName": "Liz Nixon", - "ContactTitle": "Marketing Manager", - "Address": "89 Jefferson Way Suite 2", - "City": "Portland", - "Region": "OR", - "PostalCode": 97201, - "Country": "USA", - "Phone": "(503) 555-3612", - "Orders": [ - { - "OrderID": 10310, - "EmployeeID": 8, - "OrderDate": "1996-09-20T00:00:00", - "RequiredDate": "1996-10-18T00:00:00", - "ShippedDate": "1996-09-27T00:00:00", - "ShipVia": 2, - "Freight": 17.52, - "ShipName": "The Big Cheese", - "ShipAddress": "89 Jefferson Way Suite 2", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97201, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DUMON", - "Company": "Du monde entier", - "ContactName": "Janine Labrune", - "ContactTitle": "Owner", - "Address": "67, rue des Cinquante Otages", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.67.88.88", - "Fax": "40.67.89.89", - "Orders": [ - { - "OrderID": 10311, - "EmployeeID": 1, - "OrderDate": "1996-09-20T00:00:00", - "RequiredDate": "1996-10-04T00:00:00", - "ShippedDate": "1996-09-26T00:00:00", - "ShipVia": 3, - "Freight": 24.69, - "ShipName": "Du monde entier", - "ShipAddress": "67, rue des Cinquante Otages", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 7, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10312, - "EmployeeID": 2, - "OrderDate": "1996-09-23T00:00:00", - "RequiredDate": "1996-10-21T00:00:00", - "ShippedDate": "1996-10-03T00:00:00", - "ShipVia": 2, - "Freight": 40.26, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10313, - "EmployeeID": 2, - "OrderDate": "1996-09-24T00:00:00", - "RequiredDate": "1996-10-22T00:00:00", - "ShippedDate": "1996-10-04T00:00:00", - "ShipVia": 2, - "Freight": 1.96, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10314, - "EmployeeID": 1, - "OrderDate": "1996-09-25T00:00:00", - "RequiredDate": "1996-10-23T00:00:00", - "ShippedDate": "1996-10-04T00:00:00", - "ShipVia": 2, - "Freight": 74.16, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 32, - "UnitPrice": 25.6, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 58, - "UnitPrice": 10.6, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 25, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 42000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10315, - "EmployeeID": 4, - "OrderDate": "1996-09-26T00:00:00", - "RequiredDate": "1996-10-24T00:00:00", - "ShippedDate": "1996-10-03T00:00:00", - "ShipVia": 2, - "Freight": 41.76, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 40301, - "ShipPostalCode": 32000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10316, - "EmployeeID": 1, - "OrderDate": "1996-09-27T00:00:00", - "RequiredDate": "1996-10-25T00:00:00", - "ShippedDate": "1996-10-08T00:00:00", - "ShipVia": 3, - "Freight": 150.15, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 70, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10317, - "EmployeeID": 6, - "OrderDate": "1996-09-30T00:00:00", - "RequiredDate": "1996-10-28T00:00:00", - "ShippedDate": "1996-10-10T00:00:00", - "ShipVia": 1, - "Freight": 12.69, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 30000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10318, - "EmployeeID": 8, - "OrderDate": "1996-10-01T00:00:00", - "RequiredDate": "1996-10-29T00:00:00", - "ShippedDate": "1996-10-04T00:00:00", - "ShipVia": 2, - "Freight": 4.73, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 30575, - "ShipPostalCode": 43000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10319, - "EmployeeID": 7, - "OrderDate": "1996-10-02T00:00:00", - "RequiredDate": "1996-10-30T00:00:00", - "ShippedDate": "1996-10-11T00:00:00", - "ShipVia": 3, - "Freight": 64.5, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10320, - "EmployeeID": 5, - "OrderDate": "1996-10-03T00:00:00", - "RequiredDate": "1996-10-17T00:00:00", - "ShippedDate": "1996-10-18T00:00:00", - "ShipVia": 3, - "Freight": 34.57, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 49000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10321, - "EmployeeID": 3, - "OrderDate": "1996-10-03T00:00:00", - "RequiredDate": "1996-10-31T00:00:00", - "ShippedDate": "1996-10-11T00:00:00", - "ShipVia": 2, - "Freight": 3.43, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 80331, - "ShipPostalCode": 24000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PERIC", - "Company": "Pericles Comidas clásicas", - "ContactName": "Guillermo Fernández", - "ContactTitle": "Sales Representative", - "Address": "Calle Dr. Jorge Cash 321", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 552-3745", - "Fax": "(5) 545-3745", - "Orders": [ - { - "OrderID": 10322, - "EmployeeID": 7, - "OrderDate": "1996-10-04T00:00:00", - "RequiredDate": "1996-11-01T00:00:00", - "ShippedDate": "1996-10-23T00:00:00", - "ShipVia": 3, - "Freight": 0.4, - "ShipName": "Pericles Comidas clásicas", - "ShipAddress": "Calle Dr. Jorge Cash 321", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 5.6, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10323, - "EmployeeID": 4, - "OrderDate": "1996-10-07T00:00:00", - "RequiredDate": "1996-11-04T00:00:00", - "ShippedDate": "1996-10-14T00:00:00", - "ShipVia": 1, - "Freight": 4.88, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 15, - "UnitPrice": 12.4, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 25, - "UnitPrice": 11.2, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10324, - "EmployeeID": 9, - "OrderDate": "1996-10-08T00:00:00", - "RequiredDate": "1996-11-05T00:00:00", - "ShippedDate": "1996-10-10T00:00:00", - "ShipVia": 1, - "Freight": 214.27, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 21, - "Discount": 0.16 - }, - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 70, - "Discount": 0.16 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 63, - "UnitPrice": 35.1, - "Quantity": 80, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10325, - "EmployeeID": 1, - "OrderDate": "1996-10-09T00:00:00", - "RequiredDate": "1996-10-23T00:00:00", - "ShippedDate": "1996-10-14T00:00:00", - "ShipVia": 3, - "Freight": 64.86, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 20, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOLID", - "Company": "Bólido Comidas preparadas", - "ContactName": "Martín Sommer", - "ContactTitle": "Owner", - "Address": "C/ Araquil, 67", - "City": "Madrid", - "PostalCode": 28023, - "Country": "Spain", - "Phone": "(91) 555 22 82", - "Fax": "(91) 555 91 99", - "Orders": [ - { - "OrderID": 10326, - "EmployeeID": 4, - "OrderDate": "1996-10-10T00:00:00", - "RequiredDate": "1996-11-07T00:00:00", - "ShippedDate": "1996-10-14T00:00:00", - "ShipVia": 2, - "Freight": 77.92, - "ShipName": "Bólido Comidas preparadas", - "ShipAddress": "C/ Araquil, 67", - "ShipCity": "Madrid", - "ShipPostalCode": 28023, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 17.6, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 31000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10327, - "EmployeeID": 2, - "OrderDate": "1996-10-11T00:00:00", - "RequiredDate": "1996-11-08T00:00:00", - "ShippedDate": "1996-10-14T00:00:00", - "ShipVia": 1, - "Freight": 63.36, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 29000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 25, - "Discount": 0.2 - }, - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 50, - "Discount": 0.2 - }, - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 58, - "UnitPrice": 10.6, - "Quantity": 30, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10328, - "EmployeeID": 4, - "OrderDate": "1996-10-14T00:00:00", - "RequiredDate": "1996-11-11T00:00:00", - "ShippedDate": "1996-10-17T00:00:00", - "ShipVia": 3, - "Freight": 87.03, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10329, - "EmployeeID": 4, - "OrderDate": "1996-10-15T00:00:00", - "RequiredDate": "1996-11-26T00:00:00", - "ShippedDate": "1996-10-23T00:00:00", - "ShipVia": 2, - "Freight": 191.67, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 8, - "Discount": 0.06 - }, - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 12, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10330, - "EmployeeID": 3, - "OrderDate": "1996-10-16T00:00:00", - "RequiredDate": "1996-11-13T00:00:00", - "ShippedDate": "1996-10-28T00:00:00", - "ShipVia": 1, - "Freight": 12.75, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 50, - "Discount": 0.16 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 25, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10331, - "EmployeeID": 9, - "OrderDate": "1996-10-16T00:00:00", - "RequiredDate": "1996-11-27T00:00:00", - "ShippedDate": "1996-10-21T00:00:00", - "ShipVia": 1, - "Freight": 10.19, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 49000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10332, - "EmployeeID": 3, - "OrderDate": "1996-10-17T00:00:00", - "RequiredDate": "1996-11-28T00:00:00", - "ShippedDate": "1996-10-21T00:00:00", - "ShipVia": 2, - "Freight": 52.84, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 36000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 50, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 47, - "UnitPrice": 7.6, - "Quantity": 16, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10333, - "EmployeeID": 5, - "OrderDate": "1996-10-18T00:00:00", - "RequiredDate": "1996-11-15T00:00:00", - "ShippedDate": "1996-10-25T00:00:00", - "ShipVia": 3, - "Freight": 0.59, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 40, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10334, - "EmployeeID": 8, - "OrderDate": "1996-10-21T00:00:00", - "RequiredDate": "1996-11-18T00:00:00", - "ShippedDate": "1996-10-28T00:00:00", - "ShipVia": 2, - "Freight": 8.56, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 5.6, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10335, - "EmployeeID": 7, - "OrderDate": "1996-10-22T00:00:00", - "RequiredDate": "1996-11-19T00:00:00", - "ShippedDate": "1996-10-24T00:00:00", - "ShipVia": 2, - "Freight": 42.11, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 7, - "Discount": 0.2 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 25, - "Discount": 0.2 - }, - { - "ProductID": 32, - "UnitPrice": 25.6, - "Quantity": 6, - "Discount": 0.2 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 48, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "PRINI", - "Company": "Princesa Isabel Vinhos", - "ContactName": "Isabel de Castro", - "ContactTitle": "Sales Representative", - "Address": "Estrada da saúde n. 58", - "City": "Lisboa", - "PostalCode": 1756, - "Country": "Portugal", - "Phone": "(1) 356-5634", - "Orders": [ - { - "OrderID": 10336, - "EmployeeID": 7, - "OrderDate": "1996-10-23T00:00:00", - "RequiredDate": "1996-11-20T00:00:00", - "ShippedDate": "1996-10-25T00:00:00", - "ShipVia": 2, - "Freight": 15.51, - "ShipName": "Princesa Isabel Vinhos", - "ShipAddress": "Estrada da saúde n. 58", - "ShipCity": "Lisboa", - "ShipPostalCode": 1756, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 17.6, - "Quantity": 18, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10337, - "EmployeeID": 4, - "OrderDate": "1996-10-24T00:00:00", - "RequiredDate": "1996-11-21T00:00:00", - "ShippedDate": "1996-10-29T00:00:00", - "ShipVia": 3, - "Freight": 108.26, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 37, - "UnitPrice": 20.8, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10338, - "EmployeeID": 4, - "OrderDate": "1996-10-25T00:00:00", - "RequiredDate": "1996-11-22T00:00:00", - "ShippedDate": "1996-10-29T00:00:00", - "ShipVia": 3, - "Freight": 84.21, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 46000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10339, - "EmployeeID": 2, - "OrderDate": "1996-10-28T00:00:00", - "RequiredDate": "1996-11-25T00:00:00", - "ShippedDate": "1996-11-04T00:00:00", - "ShipVia": 2, - "Freight": 15.66, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 40000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 17.6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 70, - "Discount": 0.06 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10340, - "EmployeeID": 1, - "OrderDate": "1996-10-29T00:00:00", - "RequiredDate": "1996-11-26T00:00:00", - "ShippedDate": "1996-11-08T00:00:00", - "ShipVia": 3, - "Freight": 166.31, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 50, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 40, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 10341, - "EmployeeID": 7, - "OrderDate": "1996-10-29T00:00:00", - "RequiredDate": "1996-11-26T00:00:00", - "ShippedDate": "1996-11-05T00:00:00", - "ShipVia": 3, - "Freight": 26.78, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 9, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10342, - "EmployeeID": 4, - "OrderDate": "1996-10-30T00:00:00", - "RequiredDate": "1996-11-13T00:00:00", - "ShippedDate": "1996-11-04T00:00:00", - "ShipVia": 2, - "Freight": 54.83, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 24, - "Discount": 0.2 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 56, - "Discount": 0.2 - }, - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 40, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10343, - "EmployeeID": 4, - "OrderDate": "1996-10-31T00:00:00", - "RequiredDate": "1996-11-28T00:00:00", - "ShippedDate": "1996-11-06T00:00:00", - "ShipVia": 1, - "Freight": 110.37, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 4, - "Discount": 0.06 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10344, - "EmployeeID": 4, - "OrderDate": "1996-11-01T00:00:00", - "RequiredDate": "1996-11-29T00:00:00", - "ShippedDate": "1996-11-05T00:00:00", - "ShipVia": 2, - "Freight": 23.29, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 17.6, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 8, - "UnitPrice": 32, - "Quantity": 70, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10345, - "EmployeeID": 2, - "OrderDate": "1996-11-04T00:00:00", - "RequiredDate": "1996-12-02T00:00:00", - "ShippedDate": "1996-11-11T00:00:00", - "ShipVia": 2, - "Freight": 249.06, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 32, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 80, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10346, - "EmployeeID": 3, - "OrderDate": "1996-11-05T00:00:00", - "RequiredDate": "1996-12-17T00:00:00", - "ShippedDate": "1996-11-08T00:00:00", - "ShipVia": 3, - "Freight": 142.08, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 36, - "Discount": 0.1 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10347, - "EmployeeID": 4, - "OrderDate": "1996-11-06T00:00:00", - "RequiredDate": "1996-12-04T00:00:00", - "ShippedDate": "1996-11-08T00:00:00", - "ShipVia": 3, - "Freight": 3.1, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 11.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 50, - "Discount": 0.16 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 6, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10348, - "EmployeeID": 4, - "OrderDate": "1996-11-07T00:00:00", - "RequiredDate": "1996-12-05T00:00:00", - "ShippedDate": "1996-11-15T00:00:00", - "ShipVia": 2, - "Freight": 0.78, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10349, - "EmployeeID": 7, - "OrderDate": "1996-11-08T00:00:00", - "RequiredDate": "1996-12-06T00:00:00", - "ShippedDate": "1996-11-15T00:00:00", - "ShipVia": 1, - "Freight": 8.63, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10350, - "EmployeeID": 6, - "OrderDate": "1996-11-11T00:00:00", - "RequiredDate": "1996-12-09T00:00:00", - "ShippedDate": "1996-12-03T00:00:00", - "ShipVia": 2, - "Freight": 64.19, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 50, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 18, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10351, - "EmployeeID": 1, - "OrderDate": "1996-11-11T00:00:00", - "RequiredDate": "1996-12-09T00:00:00", - "ShippedDate": "1996-11-20T00:00:00", - "ShipVia": 1, - "Freight": 162.33, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 13, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 77, - "Discount": 0.06 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 10, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10352, - "EmployeeID": 3, - "OrderDate": "1996-11-12T00:00:00", - "RequiredDate": "1996-11-26T00:00:00", - "ShippedDate": "1996-11-18T00:00:00", - "ShipVia": 3, - "Freight": 1.3, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 20, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10353, - "EmployeeID": 7, - "OrderDate": "1996-11-13T00:00:00", - "RequiredDate": "1996-12-11T00:00:00", - "ShippedDate": "1996-11-25T00:00:00", - "ShipVia": 3, - "Freight": 360.63, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 12, - "Discount": 0.2 - }, - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 50, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "PERIC", - "Company": "Pericles Comidas clásicas", - "ContactName": "Guillermo Fernández", - "ContactTitle": "Sales Representative", - "Address": "Calle Dr. Jorge Cash 321", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 552-3745", - "Fax": "(5) 545-3745", - "Orders": [ - { - "OrderID": 10354, - "EmployeeID": 8, - "OrderDate": "1996-11-14T00:00:00", - "RequiredDate": "1996-12-12T00:00:00", - "ShippedDate": "1996-11-20T00:00:00", - "ShipVia": 3, - "Freight": 53.8, - "ShipName": "Pericles Comidas clásicas", - "ShipAddress": "Calle Dr. Jorge Cash 321", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 19000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10355, - "EmployeeID": 6, - "OrderDate": "1996-11-15T00:00:00", - "RequiredDate": "1996-12-13T00:00:00", - "ShippedDate": "1996-11-20T00:00:00", - "ShipVia": 1, - "Freight": 41.95, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 37000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10356, - "EmployeeID": 6, - "OrderDate": "1996-11-18T00:00:00", - "RequiredDate": "1996-12-16T00:00:00", - "ShippedDate": "1996-11-27T00:00:00", - "ShipVia": 2, - "Freight": 36.71, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10357, - "EmployeeID": 1, - "OrderDate": "1996-11-19T00:00:00", - "RequiredDate": "1996-12-17T00:00:00", - "ShippedDate": "1996-12-02T00:00:00", - "ShipVia": 3, - "Freight": 34.88, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 8, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10358, - "EmployeeID": 5, - "OrderDate": "1996-11-20T00:00:00", - "RequiredDate": "1996-12-18T00:00:00", - "ShippedDate": "1996-11-27T00:00:00", - "ShipVia": 1, - "Freight": 19.64, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 32000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10359, - "EmployeeID": 5, - "OrderDate": "1996-11-21T00:00:00", - "RequiredDate": "1996-12-19T00:00:00", - "ShippedDate": "1996-11-26T00:00:00", - "ShipVia": 3, - "Freight": 288.43, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 11000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 56, - "Discount": 0.06 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 70, - "Discount": 0.06 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 80, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10360, - "EmployeeID": 4, - "OrderDate": "1996-11-22T00:00:00", - "RequiredDate": "1996-12-20T00:00:00", - "ShippedDate": "1996-12-02T00:00:00", - "ShipVia": 3, - "Freight": 131.7, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10361, - "EmployeeID": 1, - "OrderDate": "1996-11-22T00:00:00", - "RequiredDate": "1996-12-20T00:00:00", - "ShippedDate": "1996-12-03T00:00:00", - "ShipVia": 2, - "Freight": 183.17, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 54, - "Discount": 0.1 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 55, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10362, - "EmployeeID": 3, - "OrderDate": "1996-11-25T00:00:00", - "RequiredDate": "1996-12-23T00:00:00", - "ShippedDate": "1996-11-28T00:00:00", - "ShipVia": 1, - "Freight": 96.04, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 11.2, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DRACD", - "Company": "Drachenblut Delikatessen", - "ContactName": "Sven Ottlieb", - "ContactTitle": "Order Administrator", - "Address": "Walserweg 21", - "City": "Aachen", - "PostalCode": 52066, - "Country": "Germany", - "Phone": "0241-039123", - "Fax": "0241-059428", - "Orders": [ - { - "OrderID": 10363, - "EmployeeID": 4, - "OrderDate": "1996-11-26T00:00:00", - "RequiredDate": "1996-12-24T00:00:00", - "ShippedDate": "1996-12-04T00:00:00", - "ShipVia": 3, - "Freight": 30.54, - "ShipName": "Drachenblut Delikatessen", - "ShipAddress": "Walserweg 21", - "ShipCity": "Aachen", - "ShipPostalCode": 52066, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 20000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 10364, - "EmployeeID": 1, - "OrderDate": "1996-11-26T00:00:00", - "RequiredDate": "1997-01-07T00:00:00", - "ShippedDate": "1996-12-04T00:00:00", - "ShipVia": 1, - "Freight": 71.97, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 20000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10365, - "EmployeeID": 3, - "OrderDate": "1996-11-27T00:00:00", - "RequiredDate": "1996-12-25T00:00:00", - "ShippedDate": "1996-12-02T00:00:00", - "ShipVia": 2, - "Freight": 22, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GALED", - "Company": "Galería del gastrónomo", - "ContactName": "Eduardo Saavedra", - "ContactTitle": "Marketing Manager", - "Address": "Rambla de Cataluña, 23", - "City": "Barcelona", - "PostalCode": 8022, - "Country": "Spain", - "Phone": "(93) 203 4560", - "Fax": "(93) 203 4561", - "Orders": [ - { - "OrderID": 10366, - "EmployeeID": 8, - "OrderDate": "1996-11-28T00:00:00", - "RequiredDate": "1997-01-09T00:00:00", - "ShippedDate": "1996-12-30T00:00:00", - "ShipVia": 2, - "Freight": 10.14, - "ShipName": "Galería del gastronómo", - "ShipAddress": "Rambla de Cataluña, 23", - "ShipCity": "Barcelona", - "ShipPostalCode": 8022, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10367, - "EmployeeID": 7, - "OrderDate": "1996-11-28T00:00:00", - "RequiredDate": "1996-12-26T00:00:00", - "ShippedDate": "1996-12-02T00:00:00", - "ShipVia": 3, - "Freight": 13.55, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 36, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 7, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10368, - "EmployeeID": 2, - "OrderDate": "1996-11-29T00:00:00", - "RequiredDate": "1996-12-27T00:00:00", - "ShippedDate": "1996-12-02T00:00:00", - "ShipVia": 2, - "Freight": 101.95, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 5, - "Discount": 0.1 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 13, - "Discount": 0.1 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 35, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10369, - "EmployeeID": 8, - "OrderDate": "1996-12-02T00:00:00", - "RequiredDate": "1996-12-30T00:00:00", - "ShippedDate": "1996-12-09T00:00:00", - "ShipVia": 2, - "Freight": 195.68, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 18, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 10370, - "EmployeeID": 6, - "OrderDate": "1996-12-03T00:00:00", - "RequiredDate": "1996-12-31T00:00:00", - "ShippedDate": "1996-12-27T00:00:00", - "ShipVia": 2, - "Freight": 1.17, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 20, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10371, - "EmployeeID": 1, - "OrderDate": "1996-12-03T00:00:00", - "RequiredDate": "1996-12-31T00:00:00", - "ShippedDate": "1996-12-24T00:00:00", - "ShipVia": 1, - "Freight": 0.45, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 6, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10372, - "EmployeeID": 5, - "OrderDate": "1996-12-04T00:00:00", - "RequiredDate": "1997-01-01T00:00:00", - "ShippedDate": "1996-12-09T00:00:00", - "ShipVia": 2, - "Freight": 890.78, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 64.8, - "Quantity": 12, - "Discount": 0.25 - }, - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 70, - "Discount": 0.25 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 42, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10373, - "EmployeeID": 4, - "OrderDate": "1996-12-05T00:00:00", - "RequiredDate": "1997-01-02T00:00:00", - "ShippedDate": "1996-12-11T00:00:00", - "ShipVia": 3, - "Freight": 124.12, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 58, - "UnitPrice": 10.6, - "Quantity": 80, - "Discount": 0.2 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 50, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 12000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 10374, - "EmployeeID": 1, - "OrderDate": "1996-12-05T00:00:00", - "RequiredDate": "1997-01-02T00:00:00", - "ShippedDate": "1996-12-09T00:00:00", - "ShipVia": 3, - "Freight": 3.94, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 58, - "UnitPrice": 10.6, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGC", - "Company": "Hungry Coyote Import Store", - "ContactName": "Yoshi Latimer", - "ContactTitle": "Sales Representative", - "Address": "City Center Plaza 516 Main St.", - "City": "Elgin", - "Region": "OR", - "PostalCode": 97827, - "Country": "USA", - "Phone": "(503) 555-6874", - "Fax": "(503) 555-2376", - "Orders": [ - { - "OrderID": 10375, - "EmployeeID": 3, - "OrderDate": "1996-12-06T00:00:00", - "RequiredDate": "1997-01-03T00:00:00", - "ShippedDate": "1996-12-09T00:00:00", - "ShipVia": 2, - "Freight": 20.12, - "ShipName": "Hungry Coyote Import Store", - "ShipAddress": "City Center Plaza 516 Main St.", - "ShipCity": "Elgin", - "ShipRegion": "OR", - "ShipPostalCode": 97827, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 34000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10376, - "EmployeeID": 1, - "OrderDate": "1996-12-09T00:00:00", - "RequiredDate": "1997-01-06T00:00:00", - "ShippedDate": "1996-12-13T00:00:00", - "ShipVia": 2, - "Freight": 20.39, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 11000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 42, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 13000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10377, - "EmployeeID": 1, - "OrderDate": "1996-12-09T00:00:00", - "RequiredDate": "1997-01-06T00:00:00", - "ShippedDate": "1996-12-13T00:00:00", - "ShipVia": 3, - "Freight": 22.21, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 41000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 20, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 27000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10378, - "EmployeeID": 5, - "OrderDate": "1996-12-10T00:00:00", - "RequiredDate": "1997-01-07T00:00:00", - "ShippedDate": "1996-12-19T00:00:00", - "ShipVia": 3, - "Freight": 5.44, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 19000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10379, - "EmployeeID": 2, - "OrderDate": "1996-12-11T00:00:00", - "RequiredDate": "1997-01-08T00:00:00", - "ShippedDate": "1996-12-13T00:00:00", - "ShipVia": 1, - "Freight": 45.03, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 8, - "Discount": 0.1 - }, - { - "ProductID": 63, - "UnitPrice": 35.1, - "Quantity": 16, - "Discount": 0.1 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 20, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10380, - "EmployeeID": 8, - "OrderDate": "1996-12-12T00:00:00", - "RequiredDate": "1997-01-09T00:00:00", - "ShippedDate": "1997-01-16T00:00:00", - "ShipVia": 3, - "Freight": 35.03, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 18, - "Discount": 0.1 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 6, - "Discount": 0.1 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10381, - "EmployeeID": 3, - "OrderDate": "1996-12-12T00:00:00", - "RequiredDate": "1997-01-09T00:00:00", - "ShippedDate": "1996-12-13T00:00:00", - "ShipVia": 3, - "Freight": 7.99, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10382, - "EmployeeID": 4, - "OrderDate": "1996-12-13T00:00:00", - "RequiredDate": "1997-01-10T00:00:00", - "ShippedDate": "1996-12-16T00:00:00", - "ShipVia": 1, - "Freight": 94.77, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 5, - "UnitPrice": 17, - "Quantity": 32, - "Discount": 0 - }, - { - "ProductID": 18, - "UnitPrice": 50, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 25000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10383, - "EmployeeID": 8, - "OrderDate": "1996-12-16T00:00:00", - "RequiredDate": "1997-01-13T00:00:00", - "ShippedDate": "1996-12-18T00:00:00", - "ShipVia": 3, - "Freight": 34.24, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 36000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 50, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 13000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10384, - "EmployeeID": 3, - "OrderDate": "1996-12-16T00:00:00", - "RequiredDate": "1997-01-13T00:00:00", - "ShippedDate": "1996-12-20T00:00:00", - "ShipVia": 3, - "Freight": 168.64, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 33000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 64.8, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10385, - "EmployeeID": 1, - "OrderDate": "1996-12-17T00:00:00", - "RequiredDate": "1997-01-14T00:00:00", - "ShippedDate": "1996-12-23T00:00:00", - "ShipVia": 2, - "Freight": 30.96, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 24, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 8, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10386, - "EmployeeID": 9, - "OrderDate": "1996-12-18T00:00:00", - "RequiredDate": "1997-01-01T00:00:00", - "ShippedDate": "1996-12-25T00:00:00", - "ShipVia": 3, - "Freight": 13.99, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SANTG", - "Company": "Santé Gourmet", - "ContactName": "Jonas Bergulfsen", - "ContactTitle": "Owner", - "Address": "Erling Skakkes gate 78", - "City": "Stavern", - "PostalCode": 4110, - "Country": "Norway", - "Phone": "07-98 92 35", - "Fax": "07-98 92 47", - "Orders": [ - { - "OrderID": 10387, - "EmployeeID": 1, - "OrderDate": "1996-12-18T00:00:00", - "RequiredDate": "1997-01-15T00:00:00", - "ShippedDate": "1996-12-20T00:00:00", - "ShipVia": 2, - "Freight": 93.63, - "ShipName": "Santé Gourmet", - "ShipAddress": "Erling Skakkes gate 78", - "ShipCity": "Stavern", - "ShipPostalCode": 4110, - "ShipCountry": "Norway", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 12000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10388, - "EmployeeID": 2, - "OrderDate": "1996-12-19T00:00:00", - "RequiredDate": "1997-01-16T00:00:00", - "ShippedDate": "1996-12-20T00:00:00", - "ShipVia": 1, - "Freight": 34.86, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 45000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 45, - "UnitPrice": 7.6, - "Quantity": 15, - "Discount": 0.2 - }, - { - "ProductID": 52, - "UnitPrice": 5.6, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 26000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10389, - "EmployeeID": 4, - "OrderDate": "1996-12-20T00:00:00", - "RequiredDate": "1997-01-17T00:00:00", - "ShippedDate": "1996-12-24T00:00:00", - "ShipVia": 2, - "Freight": 47.42, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 41000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10390, - "EmployeeID": 6, - "OrderDate": "1996-12-23T00:00:00", - "RequiredDate": "1997-01-20T00:00:00", - "ShippedDate": "1996-12-26T00:00:00", - "ShipVia": 1, - "Freight": 126.38, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 60, - "Discount": 0.1 - }, - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 24, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "DRACD", - "Company": "Drachenblut Delikatessen", - "ContactName": "Sven Ottlieb", - "ContactTitle": "Order Administrator", - "Address": "Walserweg 21", - "City": "Aachen", - "PostalCode": 52066, - "Country": "Germany", - "Phone": "0241-039123", - "Fax": "0241-059428", - "Orders": [ - { - "OrderID": 10391, - "EmployeeID": 3, - "OrderDate": "1996-12-23T00:00:00", - "RequiredDate": "1997-01-20T00:00:00", - "ShippedDate": "1996-12-31T00:00:00", - "ShipVia": 3, - "Freight": 5.45, - "ShipName": "Drachenblut Delikatessen", - "ShipAddress": "Walserweg 21", - "ShipCity": "Aachen", - "ShipPostalCode": 52066, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10392, - "EmployeeID": 2, - "OrderDate": "1996-12-24T00:00:00", - "RequiredDate": "1997-01-21T00:00:00", - "ShippedDate": "1997-01-01T00:00:00", - "ShipVia": 3, - "Freight": 122.46, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10393, - "EmployeeID": 1, - "OrderDate": "1996-12-25T00:00:00", - "RequiredDate": "1997-01-22T00:00:00", - "ShippedDate": "1997-01-03T00:00:00", - "ShipVia": 3, - "Freight": 126.56, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 25, - "Discount": 0.25 - }, - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 42, - "Discount": 0.25 - }, - { - "ProductID": 25, - "UnitPrice": 11.2, - "Quantity": 7, - "Discount": 0.25 - }, - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 70, - "Discount": 0.25 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 32, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGC", - "Company": "Hungry Coyote Import Store", - "ContactName": "Yoshi Latimer", - "ContactTitle": "Sales Representative", - "Address": "City Center Plaza 516 Main St.", - "City": "Elgin", - "Region": "OR", - "PostalCode": 97827, - "Country": "USA", - "Phone": "(503) 555-6874", - "Fax": "(503) 555-2376", - "Orders": [ - { - "OrderID": 10394, - "EmployeeID": 1, - "OrderDate": "1996-12-25T00:00:00", - "RequiredDate": "1997-01-22T00:00:00", - "ShippedDate": "1997-01-03T00:00:00", - "ShipVia": 3, - "Freight": 30.34, - "ShipName": "Hungry Coyote Import Store", - "ShipAddress": "City Center Plaza 516 Main St.", - "ShipCity": "Elgin", - "ShipRegion": "OR", - "ShipPostalCode": 97827, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10395, - "EmployeeID": 6, - "OrderDate": "1996-12-26T00:00:00", - "RequiredDate": "1997-01-23T00:00:00", - "ShippedDate": "1997-01-03T00:00:00", - "ShipVia": 1, - "Freight": 184.41, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 28, - "Discount": 0.1 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 70, - "Discount": 0.1 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10396, - "EmployeeID": 1, - "OrderDate": "1996-12-27T00:00:00", - "RequiredDate": "1997-01-10T00:00:00", - "ShippedDate": "1997-01-06T00:00:00", - "ShipVia": 3, - "Freight": 135.35, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PRINI", - "Company": "Princesa Isabel Vinhos", - "ContactName": "Isabel de Castro", - "ContactTitle": "Sales Representative", - "Address": "Estrada da saúde n. 58", - "City": "Lisboa", - "PostalCode": 1756, - "Country": "Portugal", - "Phone": "(1) 356-5634", - "Orders": [ - { - "OrderID": 10397, - "EmployeeID": 5, - "OrderDate": "1996-12-27T00:00:00", - "RequiredDate": "1997-01-24T00:00:00", - "ShippedDate": "1997-01-02T00:00:00", - "ShipVia": 1, - "Freight": 60.26, - "ShipName": "Princesa Isabel Vinhos", - "ShipAddress": "Estrada da saúde n. 58", - "ShipCity": "Lisboa", - "ShipPostalCode": 1756, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 10, - "Discount": 0.16 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 18, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10398, - "EmployeeID": 2, - "OrderDate": "1996-12-30T00:00:00", - "RequiredDate": "1997-01-27T00:00:00", - "ShippedDate": "1997-01-09T00:00:00", - "ShipVia": 3, - "Freight": 89.16, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 120, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10399, - "EmployeeID": 8, - "OrderDate": "1996-12-31T00:00:00", - "RequiredDate": "1997-01-14T00:00:00", - "ShippedDate": "1997-01-08T00:00:00", - "ShipVia": 3, - "Freight": 27.36, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 47000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 10400, - "EmployeeID": 1, - "OrderDate": "1997-01-01T00:00:00", - "RequiredDate": "1997-01-29T00:00:00", - "ShippedDate": "1997-01-16T00:00:00", - "ShipVia": 3, - "Freight": 83.93, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 40000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10401, - "EmployeeID": 1, - "OrderDate": "1997-01-01T00:00:00", - "RequiredDate": "1997-01-29T00:00:00", - "ShippedDate": "1997-01-10T00:00:00", - "ShipVia": 1, - "Freight": 12.51, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10402, - "EmployeeID": 8, - "OrderDate": "1997-01-02T00:00:00", - "RequiredDate": "1997-02-13T00:00:00", - "ShippedDate": "1997-01-10T00:00:00", - "ShipVia": 2, - "Freight": 67.88, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 35.1, - "Quantity": 65, - "Discount": 0 - } - ] - }, - { - "OrderID": 10403, - "EmployeeID": 4, - "OrderDate": "1997-01-03T00:00:00", - "RequiredDate": "1997-01-31T00:00:00", - "ShippedDate": "1997-01-09T00:00:00", - "ShipVia": 3, - "Freight": 73.79, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 21, - "Discount": 0.16 - }, - { - "ProductID": 48, - "UnitPrice": 10.2, - "Quantity": 70, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10404, - "EmployeeID": 2, - "OrderDate": "1997-01-03T00:00:00", - "RequiredDate": "1997-01-31T00:00:00", - "ShippedDate": "1997-01-08T00:00:00", - "ShipVia": 1, - "Freight": 155.97, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 40, - "Discount": 0.06 - }, - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 30, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10405, - "EmployeeID": 1, - "OrderDate": "1997-01-06T00:00:00", - "RequiredDate": "1997-02-03T00:00:00", - "ShippedDate": "1997-01-22T00:00:00", - "ShipVia": 1, - "Freight": 34.82, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 8, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10406, - "EmployeeID": 7, - "OrderDate": "1997-01-07T00:00:00", - "RequiredDate": "1997-02-18T00:00:00", - "ShippedDate": "1997-01-13T00:00:00", - "ShipVia": 1, - "Freight": 108.04, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 42, - "Discount": 0.1 - }, - { - "ProductID": 36, - "UnitPrice": 15.2, - "Quantity": 5, - "Discount": 0.1 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 2, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10407, - "EmployeeID": 2, - "OrderDate": "1997-01-07T00:00:00", - "RequiredDate": "1997-02-04T00:00:00", - "ShippedDate": "1997-01-30T00:00:00", - "ShipVia": 2, - "Freight": 91.48, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLIG", - "Company": "Folies gourmandes", - "ContactName": "Martine Rancé", - "ContactTitle": "Sales Associate", - "Address": "184, chaussée de Tournai", - "City": "Lille", - "PostalCode": 59000, - "Country": "France", - "Phone": "20.16.10.16", - "Fax": "20.16.10.17", - "Orders": [ - { - "OrderID": 10408, - "EmployeeID": 8, - "OrderDate": "1997-01-08T00:00:00", - "RequiredDate": "1997-02-05T00:00:00", - "ShippedDate": "1997-01-14T00:00:00", - "ShipVia": 1, - "Freight": 11.26, - "ShipName": "Folies gourmandes", - "ShipAddress": "184, chaussée de Tournai", - "ShipCity": "Lille", - "ShipPostalCode": 59000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 37, - "UnitPrice": 20.8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OCEAN", - "Company": "Océano Atlántico Ltda.", - "ContactName": "Yvonne Moncada", - "ContactTitle": "Sales Agent", - "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5333", - "Fax": "(1) 135-5535", - "Orders": [ - { - "OrderID": 10409, - "EmployeeID": 3, - "OrderDate": "1997-01-09T00:00:00", - "RequiredDate": "1997-02-06T00:00:00", - "ShippedDate": "1997-01-14T00:00:00", - "ShipVia": 1, - "Freight": 29.83, - "ShipName": "Océano Atlántico Ltda.", - "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 28000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10410, - "EmployeeID": 3, - "OrderDate": "1997-01-10T00:00:00", - "RequiredDate": "1997-02-07T00:00:00", - "ShippedDate": "1997-01-15T00:00:00", - "ShipVia": 3, - "Freight": 2.4, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 30000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 49, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 16, - "Discount": 0 - } - ] - }, - { - "OrderID": 10411, - "EmployeeID": 9, - "OrderDate": "1997-01-10T00:00:00", - "RequiredDate": "1997-02-07T00:00:00", - "ShippedDate": "1997-01-21T00:00:00", - "ShipVia": 3, - "Freight": 23.65, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 10000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 25, - "Discount": 0.2 - }, - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 9, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10412, - "EmployeeID": 8, - "OrderDate": "1997-01-13T00:00:00", - "RequiredDate": "1997-02-10T00:00:00", - "ShippedDate": "1997-01-15T00:00:00", - "ShipVia": 2, - "Freight": 3.77, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 20, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10413, - "EmployeeID": 3, - "OrderDate": "1997-01-14T00:00:00", - "RequiredDate": "1997-02-11T00:00:00", - "ShippedDate": "1997-01-16T00:00:00", - "ShipVia": 2, - "Freight": 95.66, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10414, - "EmployeeID": 2, - "OrderDate": "1997-01-14T00:00:00", - "RequiredDate": "1997-02-11T00:00:00", - "ShippedDate": "1997-01-17T00:00:00", - "ShipVia": 3, - "Freight": 21.48, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 18, - "Discount": 0.06 - }, - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGC", - "Company": "Hungry Coyote Import Store", - "ContactName": "Yoshi Latimer", - "ContactTitle": "Sales Representative", - "Address": "City Center Plaza 516 Main St.", - "City": "Elgin", - "Region": "OR", - "PostalCode": 97827, - "Country": "USA", - "Phone": "(503) 555-6874", - "Fax": "(503) 555-2376", - "Orders": [ - { - "OrderID": 10415, - "EmployeeID": 3, - "OrderDate": "1997-01-15T00:00:00", - "RequiredDate": "1997-02-12T00:00:00", - "ShippedDate": "1997-01-24T00:00:00", - "ShipVia": 1, - "Freight": 0.2, - "ShipName": "Hungry Coyote Import Store", - "ShipAddress": "City Center Plaza 516 Main St.", - "ShipCity": "Elgin", - "ShipRegion": "OR", - "ShipPostalCode": 97827, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10416, - "EmployeeID": 8, - "OrderDate": "1997-01-16T00:00:00", - "RequiredDate": "1997-02-13T00:00:00", - "ShippedDate": "1997-01-27T00:00:00", - "ShipVia": 3, - "Freight": 22.72, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 10417, - "EmployeeID": 4, - "OrderDate": "1997-01-16T00:00:00", - "RequiredDate": "1997-02-13T00:00:00", - "ShippedDate": "1997-01-28T00:00:00", - "ShipVia": 3, - "Freight": 70.29, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 2, - "Discount": 0.25 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 36, - "Discount": 0.25 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10418, - "EmployeeID": 4, - "OrderDate": "1997-01-17T00:00:00", - "RequiredDate": "1997-02-14T00:00:00", - "ShippedDate": "1997-01-24T00:00:00", - "ShipVia": 1, - "Freight": 17.55, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 7.6, - "Quantity": 55, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 22.8, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10419, - "EmployeeID": 4, - "OrderDate": "1997-01-20T00:00:00", - "RequiredDate": "1997-02-17T00:00:00", - "ShippedDate": "1997-01-30T00:00:00", - "ShipVia": 2, - "Freight": 137.35, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 60, - "Discount": 0.06 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10420, - "EmployeeID": 3, - "OrderDate": "1997-01-21T00:00:00", - "RequiredDate": "1997-02-18T00:00:00", - "ShippedDate": "1997-01-27T00:00:00", - "ShipVia": 1, - "Freight": 44.12, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 9, - "UnitPrice": 77.6, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 2, - "Discount": 0.1 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 8, - "Discount": 0.1 - }, - { - "ProductID": 73, - "UnitPrice": 12, - "Quantity": 20, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10421, - "EmployeeID": 8, - "OrderDate": "1997-01-21T00:00:00", - "RequiredDate": "1997-03-04T00:00:00", - "ShippedDate": "1997-01-27T00:00:00", - "ShipVia": 1, - "Freight": 99.23, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 4, - "Discount": 0.16 - }, - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 10, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FRANS", - "Company": "Franchi S.p.A.", - "ContactName": "Paolo Accorti", - "ContactTitle": "Sales Representative", - "Address": "Via Monte Bianco 34", - "City": "Torino", - "PostalCode": 10100, - "Country": "Italy", - "Phone": "011-4988260", - "Fax": "011-4988261", - "Orders": [ - { - "OrderID": 10422, - "EmployeeID": 2, - "OrderDate": "1997-01-22T00:00:00", - "RequiredDate": "1997-02-19T00:00:00", - "ShippedDate": "1997-01-31T00:00:00", - "ShipVia": 1, - "Freight": 3.02, - "ShipName": "Franchi S.p.A.", - "ShipAddress": "Via Monte Bianco 34", - "ShipCity": "Torino", - "ShipPostalCode": 10100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10423, - "EmployeeID": 6, - "OrderDate": "1997-01-23T00:00:00", - "RequiredDate": "1997-02-06T00:00:00", - "ShippedDate": "1997-02-24T00:00:00", - "ShipVia": 3, - "Freight": 24.5, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 11000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10424, - "EmployeeID": 7, - "OrderDate": "1997-01-23T00:00:00", - "RequiredDate": "1997-02-20T00:00:00", - "ShippedDate": "1997-01-27T00:00:00", - "ShipVia": 2, - "Freight": 370.61, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 19000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 60, - "Discount": 0.2 - }, - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 49, - "Discount": 0.2 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10425, - "EmployeeID": 6, - "OrderDate": "1997-01-24T00:00:00", - "RequiredDate": "1997-02-21T00:00:00", - "ShippedDate": "1997-02-14T00:00:00", - "ShipVia": 2, - "Freight": 7.93, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 10, - "Discount": 0.25 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 20, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "GALED", - "Company": "Galería del gastrónomo", - "ContactName": "Eduardo Saavedra", - "ContactTitle": "Marketing Manager", - "Address": "Rambla de Cataluña, 23", - "City": "Barcelona", - "PostalCode": 8022, - "Country": "Spain", - "Phone": "(93) 203 4560", - "Fax": "(93) 203 4561", - "Orders": [ - { - "OrderID": 10426, - "EmployeeID": 4, - "OrderDate": "1997-01-27T00:00:00", - "RequiredDate": "1997-02-24T00:00:00", - "ShippedDate": "1997-02-06T00:00:00", - "ShipVia": 1, - "Freight": 18.69, - "ShipName": "Galería del gastronómo", - "ShipAddress": "Rambla de Cataluña, 23", - "ShipCity": "Barcelona", - "ShipPostalCode": 8022, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 7, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10427, - "EmployeeID": 4, - "OrderDate": "1997-01-27T00:00:00", - "RequiredDate": "1997-02-24T00:00:00", - "ShippedDate": "1997-03-03T00:00:00", - "ShipVia": 2, - "Freight": 31.29, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10428, - "EmployeeID": 7, - "OrderDate": "1997-01-28T00:00:00", - "RequiredDate": "1997-02-25T00:00:00", - "ShippedDate": "1997-02-04T00:00:00", - "ShipVia": 1, - "Freight": 11.09, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10429, - "EmployeeID": 3, - "OrderDate": "1997-01-29T00:00:00", - "RequiredDate": "1997-03-12T00:00:00", - "ShippedDate": "1997-02-07T00:00:00", - "ShipVia": 2, - "Freight": 56.63, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 50, - "UnitPrice": 13, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 35.1, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10430, - "EmployeeID": 4, - "OrderDate": "1997-01-30T00:00:00", - "RequiredDate": "1997-02-13T00:00:00", - "ShippedDate": "1997-02-03T00:00:00", - "ShipVia": 1, - "Freight": 458.78, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 45, - "Discount": 0.2 - }, - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 70, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 46000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10431, - "EmployeeID": 4, - "OrderDate": "1997-01-30T00:00:00", - "RequiredDate": "1997-02-13T00:00:00", - "ShippedDate": "1997-02-07T00:00:00", - "ShipVia": 2, - "Freight": 44.17, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 16000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 50, - "Discount": 0.25 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 50, - "Discount": 0.25 - }, - { - "ProductID": 47, - "UnitPrice": 7.6, - "Quantity": 30, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10432, - "EmployeeID": 3, - "OrderDate": "1997-01-31T00:00:00", - "RequiredDate": "1997-02-14T00:00:00", - "ShippedDate": "1997-02-07T00:00:00", - "ShipVia": 2, - "Freight": 4.34, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PRINI", - "Company": "Princesa Isabel Vinhos", - "ContactName": "Isabel de Castro", - "ContactTitle": "Sales Representative", - "Address": "Estrada da saúde n. 58", - "City": "Lisboa", - "PostalCode": 1756, - "Country": "Portugal", - "Phone": "(1) 356-5634", - "Orders": [ - { - "OrderID": 10433, - "EmployeeID": 3, - "OrderDate": "1997-02-03T00:00:00", - "RequiredDate": "1997-03-03T00:00:00", - "ShippedDate": "1997-03-04T00:00:00", - "ShipVia": 3, - "Freight": 73.83, - "ShipName": "Princesa Isabel Vinhos", - "ShipAddress": "Estrada da saúde n. 58", - "ShipCity": "Lisboa", - "ShipPostalCode": 1756, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 40000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10434, - "EmployeeID": 3, - "OrderDate": "1997-02-03T00:00:00", - "RequiredDate": "1997-03-03T00:00:00", - "ShippedDate": "1997-02-13T00:00:00", - "ShipVia": 2, - "Freight": 17.92, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 10000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 18, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "CONSH", - "Company": "Consolidated Holdings", - "ContactName": "Elizabeth Brown", - "ContactTitle": "Sales Representative", - "Address": "Berkeley Gardens 12 Brewery", - "City": "London", - "PostalCode": 23000, - "Country": "UK", - "Phone": "(171) 555-2282", - "Fax": "(171) 555-9199", - "Orders": [ - { - "OrderID": 10435, - "EmployeeID": 8, - "OrderDate": "1997-02-04T00:00:00", - "RequiredDate": "1997-03-18T00:00:00", - "ShippedDate": "1997-02-07T00:00:00", - "ShipVia": 2, - "Freight": 9.21, - "ShipName": "Consolidated Holdings", - "ShipAddress": "Berkeley Gardens 12 Brewery", - "ShipCity": "London", - "ShipPostalCode": 38000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 22, - "UnitPrice": 16.8, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10436, - "EmployeeID": 3, - "OrderDate": "1997-02-05T00:00:00", - "RequiredDate": "1997-03-05T00:00:00", - "ShippedDate": "1997-02-11T00:00:00", - "ShipVia": 2, - "Freight": 156.66, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 24, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10437, - "EmployeeID": 8, - "OrderDate": "1997-02-05T00:00:00", - "RequiredDate": "1997-03-05T00:00:00", - "ShippedDate": "1997-02-12T00:00:00", - "ShipVia": 1, - "Freight": 19.97, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TOMSP", - "Company": "Toms Spezialitäten", - "ContactName": "Karin Josephs", - "ContactTitle": "Marketing Manager", - "Address": "Luisenstr. 48", - "City": "Münster", - "PostalCode": 44087, - "Country": "Germany", - "Phone": "0251-031259", - "Fax": "0251-035695", - "Orders": [ - { - "OrderID": 10438, - "EmployeeID": 3, - "OrderDate": "1997-02-06T00:00:00", - "RequiredDate": "1997-03-06T00:00:00", - "ShippedDate": "1997-02-14T00:00:00", - "ShipVia": 2, - "Freight": 8.24, - "ShipName": "Toms Spezialitäten", - "ShipAddress": "Luisenstr. 48", - "ShipCity": "Münster", - "ShipPostalCode": 44087, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 15, - "Discount": 0.2 - }, - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 57, - "UnitPrice": 15.6, - "Quantity": 15, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 38000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10439, - "EmployeeID": 6, - "OrderDate": "1997-02-07T00:00:00", - "RequiredDate": "1997-03-07T00:00:00", - "ShippedDate": "1997-02-10T00:00:00", - "ShipVia": 3, - "Freight": 4.07, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 19000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 30.4, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10440, - "EmployeeID": 4, - "OrderDate": "1997-02-10T00:00:00", - "RequiredDate": "1997-03-10T00:00:00", - "ShippedDate": "1997-02-28T00:00:00", - "ShipVia": 2, - "Freight": 86.53, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 45, - "Discount": 0.16 - }, - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 49, - "Discount": 0.16 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 24, - "Discount": 0.16 - }, - { - "ProductID": 61, - "UnitPrice": 22.8, - "Quantity": 90, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10441, - "EmployeeID": 3, - "OrderDate": "1997-02-10T00:00:00", - "RequiredDate": "1997-03-24T00:00:00", - "ShippedDate": "1997-03-14T00:00:00", - "ShipVia": 2, - "Freight": 73.02, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 27, - "UnitPrice": 35.1, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10442, - "EmployeeID": 3, - "OrderDate": "1997-02-11T00:00:00", - "RequiredDate": "1997-03-11T00:00:00", - "ShippedDate": "1997-02-18T00:00:00", - "ShipVia": 2, - "Freight": 47.94, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 80, - "Discount": 0 - }, - { - "ProductID": 66, - "UnitPrice": 13.6, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10443, - "EmployeeID": 8, - "OrderDate": "1997-02-12T00:00:00", - "RequiredDate": "1997-03-12T00:00:00", - "ShippedDate": "1997-02-14T00:00:00", - "ShipVia": 1, - "Freight": 13.95, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 6, - "Discount": 0.2 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 19000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10444, - "EmployeeID": 3, - "OrderDate": "1997-02-12T00:00:00", - "RequiredDate": "1997-03-12T00:00:00", - "ShippedDate": "1997-02-21T00:00:00", - "ShipVia": 3, - "Freight": 3.5, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 21000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 31.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 14.4, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 30, - "Discount": 0 - } - ] - }, - { - "OrderID": 10445, - "EmployeeID": 3, - "OrderDate": "1997-02-13T00:00:00", - "RequiredDate": "1997-03-13T00:00:00", - "ShippedDate": "1997-02-20T00:00:00", - "ShipVia": 1, - "Freight": 9.3, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 11000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TOMSP", - "Company": "Toms Spezialitäten", - "ContactName": "Karin Josephs", - "ContactTitle": "Marketing Manager", - "Address": "Luisenstr. 48", - "City": "Münster", - "PostalCode": 44087, - "Country": "Germany", - "Phone": "0251-031259", - "Fax": "0251-035695", - "Orders": [ - { - "OrderID": 10446, - "EmployeeID": 6, - "OrderDate": "1997-02-14T00:00:00", - "RequiredDate": "1997-03-14T00:00:00", - "ShippedDate": "1997-02-19T00:00:00", - "ShipVia": 1, - "Freight": 14.68, - "ShipName": "Toms Spezialitäten", - "ShipAddress": "Luisenstr. 48", - "ShipCity": "Münster", - "ShipPostalCode": 44087, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 12, - "Discount": 0.1 - }, - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 3, - "Discount": 0.1 - }, - { - "ProductID": 52, - "UnitPrice": 5.6, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10447, - "EmployeeID": 4, - "OrderDate": "1997-02-14T00:00:00", - "RequiredDate": "1997-03-14T00:00:00", - "ShippedDate": "1997-03-07T00:00:00", - "ShipVia": 2, - "Freight": 68.66, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RANCH", - "Company": "Rancho grande", - "ContactName": "Sergio Gutiérrez", - "ContactTitle": "Sales Representative", - "Address": "Av. del Libertador 900", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 123-5555", - "Fax": "(1) 123-5556", - "Orders": [ - { - "OrderID": 10448, - "EmployeeID": 4, - "OrderDate": "1997-02-17T00:00:00", - "RequiredDate": "1997-03-17T00:00:00", - "ShippedDate": "1997-02-24T00:00:00", - "ShipVia": 2, - "Freight": 38.82, - "ShipName": "Rancho grande", - "ShipAddress": "Av. del Libertador 900", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10449, - "EmployeeID": 3, - "OrderDate": "1997-02-18T00:00:00", - "RequiredDate": "1997-03-18T00:00:00", - "ShippedDate": "1997-02-27T00:00:00", - "ShipVia": 2, - "Freight": 53.3, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 5.6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 39.4, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10450, - "EmployeeID": 8, - "OrderDate": "1997-02-19T00:00:00", - "RequiredDate": "1997-03-19T00:00:00", - "ShippedDate": "1997-03-11T00:00:00", - "ShipVia": 2, - "Freight": 7.23, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 6, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10451, - "EmployeeID": 4, - "OrderDate": "1997-02-19T00:00:00", - "RequiredDate": "1997-03-05T00:00:00", - "ShippedDate": "1997-03-12T00:00:00", - "ShipVia": 3, - "Freight": 189.09, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 120, - "Discount": 0.1 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 35, - "Discount": 0.1 - }, - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 28, - "Discount": 0.1 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 55, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10452, - "EmployeeID": 8, - "OrderDate": "1997-02-20T00:00:00", - "RequiredDate": "1997-03-20T00:00:00", - "ShippedDate": "1997-02-26T00:00:00", - "ShipVia": 1, - "Freight": 140.26, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 100, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 44000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10453, - "EmployeeID": 1, - "OrderDate": "1997-02-21T00:00:00", - "RequiredDate": "1997-03-21T00:00:00", - "ShippedDate": "1997-02-26T00:00:00", - "ShipVia": 2, - "Freight": 25.36, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 46000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 48, - "UnitPrice": 10.2, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 25, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10454, - "EmployeeID": 4, - "OrderDate": "1997-02-21T00:00:00", - "RequiredDate": "1997-03-21T00:00:00", - "ShippedDate": "1997-02-25T00:00:00", - "ShipVia": 3, - "Freight": 2.74, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 10, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10455, - "EmployeeID": 8, - "OrderDate": "1997-02-24T00:00:00", - "RequiredDate": "1997-04-07T00:00:00", - "ShippedDate": "1997-03-03T00:00:00", - "ShipVia": 2, - "Freight": 180.45, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 22.8, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10456, - "EmployeeID": 8, - "OrderDate": "1997-02-25T00:00:00", - "RequiredDate": "1997-04-08T00:00:00", - "ShippedDate": "1997-02-28T00:00:00", - "ShipVia": 2, - "Freight": 8.12, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 21, - "Discount": 0.16 - } - ] - }, - { - "OrderID": 10457, - "EmployeeID": 2, - "OrderDate": "1997-02-25T00:00:00", - "RequiredDate": "1997-03-25T00:00:00", - "ShippedDate": "1997-03-03T00:00:00", - "ShipVia": 1, - "Freight": 11.57, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 36, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10458, - "EmployeeID": 7, - "OrderDate": "1997-02-26T00:00:00", - "RequiredDate": "1997-03-26T00:00:00", - "ShippedDate": "1997-03-04T00:00:00", - "ShipVia": 3, - "Freight": 147.06, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10459, - "EmployeeID": 4, - "OrderDate": "1997-02-27T00:00:00", - "RequiredDate": "1997-03-27T00:00:00", - "ShippedDate": "1997-02-28T00:00:00", - "ShipVia": 2, - "Freight": 25.09, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 24, - "Quantity": 16, - "Discount": 0.06 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 31000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10460, - "EmployeeID": 8, - "OrderDate": "1997-02-28T00:00:00", - "RequiredDate": "1997-03-28T00:00:00", - "ShippedDate": "1997-03-03T00:00:00", - "ShipVia": 1, - "Freight": 16.27, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 44000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 21, - "Discount": 0.25 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 4, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10461, - "EmployeeID": 1, - "OrderDate": "1997-02-28T00:00:00", - "RequiredDate": "1997-03-28T00:00:00", - "ShippedDate": "1997-03-05T00:00:00", - "ShipVia": 3, - "Freight": 148.61, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 28, - "Discount": 0.25 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 60, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "CONSH", - "Company": "Consolidated Holdings", - "ContactName": "Elizabeth Brown", - "ContactTitle": "Sales Representative", - "Address": "Berkeley Gardens 12 Brewery", - "City": "London", - "PostalCode": 34000, - "Country": "UK", - "Phone": "(171) 555-2282", - "Fax": "(171) 555-9199", - "Orders": [ - { - "OrderID": 10462, - "EmployeeID": 2, - "OrderDate": "1997-03-03T00:00:00", - "RequiredDate": "1997-03-31T00:00:00", - "ShippedDate": "1997-03-18T00:00:00", - "ShipVia": 1, - "Freight": 6.17, - "ShipName": "Consolidated Holdings", - "ShipAddress": "Berkeley Gardens 12 Brewery", - "ShipCity": "London", - "ShipPostalCode": 12000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 4.8, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10463, - "EmployeeID": 5, - "OrderDate": "1997-03-04T00:00:00", - "RequiredDate": "1997-04-01T00:00:00", - "ShippedDate": "1997-03-06T00:00:00", - "ShipVia": 3, - "Freight": 14.78, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10464, - "EmployeeID": 4, - "OrderDate": "1997-03-04T00:00:00", - "RequiredDate": "1997-04-01T00:00:00", - "ShippedDate": "1997-03-14T00:00:00", - "ShipVia": 2, - "Freight": 89, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 17.6, - "Quantity": 16, - "Discount": 0.2 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10465, - "EmployeeID": 1, - "OrderDate": "1997-03-05T00:00:00", - "RequiredDate": "1997-04-02T00:00:00", - "ShippedDate": "1997-03-14T00:00:00", - "ShipVia": 3, - "Freight": 145.04, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 99, - "Quantity": 18, - "Discount": 0.1 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 45, - "UnitPrice": 7.6, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 50, - "UnitPrice": 13, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "COMMI", - "Company": "Comércio Mineiro", - "ContactName": "Pedro Afonso", - "ContactTitle": "Sales Associate", - "Address": "Av. dos Lusíadas, 23", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5432, - "Country": "Brazil", - "Phone": "(11) 555-7647", - "Orders": [ - { - "OrderID": 10466, - "EmployeeID": 4, - "OrderDate": "1997-03-06T00:00:00", - "RequiredDate": "1997-04-03T00:00:00", - "ShippedDate": "1997-03-13T00:00:00", - "ShipVia": 1, - "Freight": 11.93, - "ShipName": "Comércio Mineiro", - "ShipAddress": "Av. dos Lusíadas, 23", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5432, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 9.6, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10467, - "EmployeeID": 8, - "OrderDate": "1997-03-06T00:00:00", - "RequiredDate": "1997-04-03T00:00:00", - "ShippedDate": "1997-03-11T00:00:00", - "ShipVia": 2, - "Freight": 4.93, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 25, - "UnitPrice": 11.2, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10468, - "EmployeeID": 3, - "OrderDate": "1997-03-07T00:00:00", - "RequiredDate": "1997-04-04T00:00:00", - "ShippedDate": "1997-03-12T00:00:00", - "ShipVia": 3, - "Freight": 44.12, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 20.7, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 36.8, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10469, - "EmployeeID": 1, - "OrderDate": "1997-03-10T00:00:00", - "RequiredDate": "1997-04-07T00:00:00", - "ShippedDate": "1997-03-14T00:00:00", - "ShipVia": 1, - "Freight": 60.18, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 35, - "Discount": 0.16 - }, - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 2, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10470, - "EmployeeID": 4, - "OrderDate": "1997-03-11T00:00:00", - "RequiredDate": "1997-04-08T00:00:00", - "ShippedDate": "1997-03-14T00:00:00", - "ShipVia": 2, - "Freight": 64.56, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 50, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 26000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10471, - "EmployeeID": 2, - "OrderDate": "1997-03-11T00:00:00", - "RequiredDate": "1997-04-08T00:00:00", - "ShippedDate": "1997-03-18T00:00:00", - "ShipVia": 3, - "Freight": 45.59, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 12000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 24, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 49000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10472, - "EmployeeID": 8, - "OrderDate": "1997-03-12T00:00:00", - "RequiredDate": "1997-04-09T00:00:00", - "ShippedDate": "1997-03-19T00:00:00", - "ShipVia": 1, - "Freight": 4.2, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 33000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 3.6, - "Quantity": 80, - "Discount": 0.06 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 41000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10473, - "EmployeeID": 1, - "OrderDate": "1997-03-13T00:00:00", - "RequiredDate": "1997-03-27T00:00:00", - "ShippedDate": "1997-03-21T00:00:00", - "ShipVia": 3, - "Freight": 16.37, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 60471, - "ShipPostalCode": 37000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 17.2, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PERIC", - "Company": "Pericles Comidas clásicas", - "ContactName": "Guillermo Fernández", - "ContactTitle": "Sales Representative", - "Address": "Calle Dr. Jorge Cash 321", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 552-3745", - "Fax": "(5) 545-3745", - "Orders": [ - { - "OrderID": 10474, - "EmployeeID": 5, - "OrderDate": "1997-03-13T00:00:00", - "RequiredDate": "1997-04-10T00:00:00", - "ShippedDate": "1997-03-21T00:00:00", - "ShipVia": 2, - "Freight": 83.49, - "ShipName": "Pericles Comidas clásicas", - "ShipAddress": "Calle Dr. Jorge Cash 321", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 18.6, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 36.4, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10475, - "EmployeeID": 9, - "OrderDate": "1997-03-14T00:00:00", - "RequiredDate": "1997-04-11T00:00:00", - "ShippedDate": "1997-04-04T00:00:00", - "ShipVia": 1, - "Freight": 68.52, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 35, - "Discount": 0.16 - }, - { - "ProductID": 66, - "UnitPrice": 13.6, - "Quantity": 60, - "Discount": 0.16 - }, - { - "ProductID": 76, - "UnitPrice": 14.4, - "Quantity": 42, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10476, - "EmployeeID": 8, - "OrderDate": "1997-03-17T00:00:00", - "RequiredDate": "1997-04-14T00:00:00", - "ShippedDate": "1997-03-24T00:00:00", - "ShipVia": 3, - "Freight": 4.41, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 2, - "Discount": 0.06 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PRINI", - "Company": "Princesa Isabel Vinhos", - "ContactName": "Isabel de Castro", - "ContactTitle": "Sales Representative", - "Address": "Estrada da saúde n. 58", - "City": "Lisboa", - "PostalCode": 1756, - "Country": "Portugal", - "Phone": "(1) 356-5634", - "Orders": [ - { - "OrderID": 10477, - "EmployeeID": 5, - "OrderDate": "1997-03-17T00:00:00", - "RequiredDate": "1997-04-14T00:00:00", - "ShippedDate": "1997-03-25T00:00:00", - "ShipVia": 2, - "Freight": 13.02, - "ShipName": "Princesa Isabel Vinhos", - "ShipAddress": "Estrada da saúde n. 58", - "ShipCity": "Lisboa", - "ShipPostalCode": 1756, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 14.4, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 21, - "Discount": 0.25 - }, - { - "ProductID": 39, - "UnitPrice": 14.4, - "Quantity": 20, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10478, - "EmployeeID": 2, - "OrderDate": "1997-03-18T00:00:00", - "RequiredDate": "1997-04-01T00:00:00", - "ShippedDate": "1997-03-26T00:00:00", - "ShipVia": 3, - "Freight": 4.81, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 24.8, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10479, - "EmployeeID": 3, - "OrderDate": "1997-03-19T00:00:00", - "RequiredDate": "1997-04-16T00:00:00", - "ShippedDate": "1997-03-21T00:00:00", - "ShipVia": 3, - "Freight": 708.95, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 210.8, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 26.2, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 26.6, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLIG", - "Company": "Folies gourmandes", - "ContactName": "Martine Rancé", - "ContactTitle": "Sales Associate", - "Address": "184, chaussée de Tournai", - "City": "Lille", - "PostalCode": 59000, - "Country": "France", - "Phone": "20.16.10.16", - "Fax": "20.16.10.17", - "Orders": [ - { - "OrderID": 10480, - "EmployeeID": 6, - "OrderDate": "1997-03-20T00:00:00", - "RequiredDate": "1997-04-17T00:00:00", - "ShippedDate": "1997-03-24T00:00:00", - "ShipVia": 2, - "Freight": 1.35, - "ShipName": "Folies gourmandes", - "ShipAddress": "184, chaussée de Tournai", - "ShipCity": "Lille", - "ShipPostalCode": 59000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 47, - "UnitPrice": 7.6, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10481, - "EmployeeID": 8, - "OrderDate": "1997-03-20T00:00:00", - "RequiredDate": "1997-04-17T00:00:00", - "ShippedDate": "1997-03-25T00:00:00", - "ShipVia": 2, - "Freight": 64.33, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 49, - "UnitPrice": 16, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 27.2, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAZYK", - "Company": "Lazy K Kountry Store", - "ContactName": "John Steel", - "ContactTitle": "Marketing Manager", - "Address": "12 Orchestra Terrace", - "City": "Walla Walla", - "Region": "WA", - "PostalCode": 99362, - "Country": "USA", - "Phone": "(509) 555-7969", - "Fax": "(509) 555-6221", - "Orders": [ - { - "OrderID": 10482, - "EmployeeID": 1, - "OrderDate": "1997-03-21T00:00:00", - "RequiredDate": "1997-04-18T00:00:00", - "ShippedDate": "1997-04-10T00:00:00", - "ShipVia": 3, - "Freight": 7.48, - "ShipName": "Lazy K Kountry Store", - "ShipAddress": "12 Orchestra Terrace", - "ShipCity": "Walla Walla", - "ShipRegion": "WA", - "ShipPostalCode": 99362, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10483, - "EmployeeID": 7, - "OrderDate": "1997-03-24T00:00:00", - "RequiredDate": "1997-04-21T00:00:00", - "ShippedDate": "1997-04-25T00:00:00", - "ShipVia": 2, - "Freight": 15.28, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 11.2, - "Quantity": 35, - "Discount": 0.06 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 30, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 46000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10484, - "EmployeeID": 3, - "OrderDate": "1997-03-24T00:00:00", - "RequiredDate": "1997-04-21T00:00:00", - "ShippedDate": "1997-04-01T00:00:00", - "ShipVia": 3, - "Freight": 6.88, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 31000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 8, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 14.7, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10485, - "EmployeeID": 4, - "OrderDate": "1997-03-25T00:00:00", - "RequiredDate": "1997-04-08T00:00:00", - "ShippedDate": "1997-03-31T00:00:00", - "ShipVia": 2, - "Freight": 64.45, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 15.2, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 3, - "UnitPrice": 8, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 55, - "UnitPrice": 19.2, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 70, - "UnitPrice": 12, - "Quantity": 60, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10486, - "EmployeeID": 1, - "OrderDate": "1997-03-26T00:00:00", - "RequiredDate": "1997-04-23T00:00:00", - "ShippedDate": "1997-04-02T00:00:00", - "ShipVia": 2, - "Freight": 30.53, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 42.4, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 8, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10487, - "EmployeeID": 2, - "OrderDate": "1997-03-26T00:00:00", - "RequiredDate": "1997-04-23T00:00:00", - "ShippedDate": "1997-03-28T00:00:00", - "ShipVia": 2, - "Freight": 71.07, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 7.3, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 24.9, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 5.9, - "Quantity": 24, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10488, - "EmployeeID": 8, - "OrderDate": "1997-03-27T00:00:00", - "RequiredDate": "1997-04-24T00:00:00", - "ShippedDate": "1997-04-02T00:00:00", - "ShipVia": 2, - "Freight": 4.93, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 12, - "Quantity": 20, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10489, - "EmployeeID": 6, - "OrderDate": "1997-03-28T00:00:00", - "RequiredDate": "1997-04-25T00:00:00", - "ShippedDate": "1997-04-09T00:00:00", - "ShipVia": 2, - "Freight": 5.29, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 16.8, - "Quantity": 15, - "Discount": 0.25 - }, - { - "ProductID": 16, - "UnitPrice": 13.9, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10490, - "EmployeeID": 7, - "OrderDate": "1997-03-31T00:00:00", - "RequiredDate": "1997-04-28T00:00:00", - "ShippedDate": "1997-04-03T00:00:00", - "ShipVia": 2, - "Freight": 210.19, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 44, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 6.2, - "Quantity": 36, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10491, - "EmployeeID": 8, - "OrderDate": "1997-03-31T00:00:00", - "RequiredDate": "1997-04-28T00:00:00", - "ShippedDate": "1997-04-08T00:00:00", - "ShipVia": 3, - "Freight": 16.96, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 44, - "UnitPrice": 15.5, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 7, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 33000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10492, - "EmployeeID": 3, - "OrderDate": "1997-04-01T00:00:00", - "RequiredDate": "1997-04-29T00:00:00", - "ShippedDate": "1997-04-11T00:00:00", - "ShipVia": 1, - "Freight": 62.89, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 16000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 11.2, - "Quantity": 60, - "Discount": 0.06 - }, - { - "ProductID": 42, - "UnitPrice": 11.2, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10493, - "EmployeeID": 4, - "OrderDate": "1997-04-02T00:00:00", - "RequiredDate": "1997-04-30T00:00:00", - "ShippedDate": "1997-04-10T00:00:00", - "ShipVia": 3, - "Freight": 10.64, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 65, - "UnitPrice": 16.8, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 66, - "UnitPrice": 13.6, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 69, - "UnitPrice": 28.8, - "Quantity": 10, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "COMMI", - "Company": "Comércio Mineiro", - "ContactName": "Pedro Afonso", - "ContactTitle": "Sales Associate", - "Address": "Av. dos Lusíadas, 23", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5432, - "Country": "Brazil", - "Phone": "(11) 555-7647", - "Orders": [ - { - "OrderID": 10494, - "EmployeeID": 4, - "OrderDate": "1997-04-02T00:00:00", - "RequiredDate": "1997-04-30T00:00:00", - "ShippedDate": "1997-04-09T00:00:00", - "ShipVia": 2, - "Freight": 65.99, - "ShipName": "Comércio Mineiro", - "ShipAddress": "Av. dos Lusíadas, 23", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5432, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAUGB", - "Company": "Laughing Bacchus Wine Cellars", - "ContactName": "Yoshi Tannamuri", - "ContactTitle": "Marketing Assistant", - "Address": "1900 Oak St.", - "City": "Vancouver", - "Region": "BC", - "PostalCode": 24000, - "Country": "Canada", - "Phone": "(604) 555-3392", - "Fax": "(604) 555-7293", - "Orders": [ - { - "OrderID": 10495, - "EmployeeID": 3, - "OrderDate": "1997-04-03T00:00:00", - "RequiredDate": "1997-05-01T00:00:00", - "ShippedDate": "1997-04-11T00:00:00", - "ShipVia": 3, - "Freight": 4.65, - "ShipName": "Laughing Bacchus Wine Cellars", - "ShipAddress": "2319 Elm St.", - "ShipCity": "Vancouver", - "ShipRegion": "BC", - "ShipPostalCode": 33000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 7.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 7.7, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TRADH", - "Company": "Tradição Hipermercados", - "ContactName": "Anabela Domingues", - "ContactTitle": "Sales Representative", - "Address": "Av. Inês de Castro, 414", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5634, - "Country": "Brazil", - "Phone": "(11) 555-2167", - "Fax": "(11) 555-2168", - "Orders": [ - { - "OrderID": 10496, - "EmployeeID": 7, - "OrderDate": "1997-04-04T00:00:00", - "RequiredDate": "1997-05-02T00:00:00", - "ShippedDate": "1997-04-07T00:00:00", - "ShipVia": 2, - "Freight": 46.77, - "ShipName": "Tradiçao Hipermercados", - "ShipAddress": "Av. Inês de Castro, 414", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5634, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10497, - "EmployeeID": 7, - "OrderDate": "1997-04-04T00:00:00", - "RequiredDate": "1997-05-02T00:00:00", - "ShippedDate": "1997-04-07T00:00:00", - "ShipVia": 1, - "Freight": 36.21, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 30.4, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 27.8, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 10.4, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10498, - "EmployeeID": 8, - "OrderDate": "1997-04-07T00:00:00", - "RequiredDate": "1997-05-05T00:00:00", - "ShippedDate": "1997-04-11T00:00:00", - "ShipVia": 2, - "Freight": 29.75, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10499, - "EmployeeID": 4, - "OrderDate": "1997-04-08T00:00:00", - "RequiredDate": "1997-05-06T00:00:00", - "ShippedDate": "1997-04-16T00:00:00", - "ShipVia": 2, - "Freight": 102.02, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10500, - "EmployeeID": 6, - "OrderDate": "1997-04-09T00:00:00", - "RequiredDate": "1997-05-07T00:00:00", - "ShippedDate": "1997-04-17T00:00:00", - "ShipVia": 1, - "Freight": 42.68, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 15, - "UnitPrice": 15.5, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 8, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 10501, - "EmployeeID": 9, - "OrderDate": "1997-04-09T00:00:00", - "RequiredDate": "1997-05-07T00:00:00", - "ShippedDate": "1997-04-16T00:00:00", - "ShipVia": 3, - "Freight": 8.85, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PERIC", - "Company": "Pericles Comidas clásicas", - "ContactName": "Guillermo Fernández", - "ContactTitle": "Sales Representative", - "Address": "Calle Dr. Jorge Cash 321", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 552-3745", - "Fax": "(5) 545-3745", - "Orders": [ - { - "OrderID": 10502, - "EmployeeID": 2, - "OrderDate": "1997-04-10T00:00:00", - "RequiredDate": "1997-05-08T00:00:00", - "ShippedDate": "1997-04-29T00:00:00", - "ShipVia": 1, - "Freight": 69.32, - "ShipName": "Pericles Comidas clásicas", - "ShipAddress": "Calle Dr. Jorge Cash 321", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10503, - "EmployeeID": 6, - "OrderDate": "1997-04-11T00:00:00", - "RequiredDate": "1997-05-09T00:00:00", - "ShippedDate": "1997-04-16T00:00:00", - "ShipVia": 2, - "Freight": 16.74, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10504, - "EmployeeID": 4, - "OrderDate": "1997-04-11T00:00:00", - "RequiredDate": "1997-05-09T00:00:00", - "ShippedDate": "1997-04-18T00:00:00", - "ShipVia": 3, - "Freight": 59.13, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 47000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10505, - "EmployeeID": 3, - "OrderDate": "1997-04-14T00:00:00", - "RequiredDate": "1997-05-12T00:00:00", - "ShippedDate": "1997-04-21T00:00:00", - "ShipVia": 3, - "Freight": 7.13, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 11000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10506, - "EmployeeID": 9, - "OrderDate": "1997-04-15T00:00:00", - "RequiredDate": "1997-05-13T00:00:00", - "ShippedDate": "1997-05-02T00:00:00", - "ShipVia": 2, - "Freight": 21.19, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 18, - "Discount": 0.1 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 14, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10507, - "EmployeeID": 7, - "OrderDate": "1997-04-15T00:00:00", - "RequiredDate": "1997-05-13T00:00:00", - "ShippedDate": "1997-04-22T00:00:00", - "ShipVia": 1, - "Freight": 47.45, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 48, - "UnitPrice": 12.75, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10508, - "EmployeeID": 1, - "OrderDate": "1997-04-16T00:00:00", - "RequiredDate": "1997-05-14T00:00:00", - "ShippedDate": "1997-05-13T00:00:00", - "ShipVia": 2, - "Freight": 4.99, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 10509, - "EmployeeID": 4, - "OrderDate": "1997-04-17T00:00:00", - "RequiredDate": "1997-05-15T00:00:00", - "ShippedDate": "1997-04-29T00:00:00", - "ShipVia": 1, - "Freight": 0.15, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10510, - "EmployeeID": 6, - "OrderDate": "1997-04-18T00:00:00", - "RequiredDate": "1997-05-16T00:00:00", - "ShippedDate": "1997-04-28T00:00:00", - "ShipVia": 3, - "Freight": 367.63, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 36, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 36, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10511, - "EmployeeID": 4, - "OrderDate": "1997-04-18T00:00:00", - "RequiredDate": "1997-05-16T00:00:00", - "ShippedDate": "1997-04-21T00:00:00", - "ShipVia": 3, - "Freight": 350.64, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 50, - "Discount": 0.16 - }, - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 50, - "Discount": 0.16 - }, - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 10, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10512, - "EmployeeID": 7, - "OrderDate": "1997-04-21T00:00:00", - "RequiredDate": "1997-05-19T00:00:00", - "ShippedDate": "1997-04-24T00:00:00", - "ShipVia": 2, - "Freight": 3.53, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 10, - "Discount": 0.16 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 9, - "Discount": 0.16 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 6, - "Discount": 0.16 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 12, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10513, - "EmployeeID": 7, - "OrderDate": "1997-04-22T00:00:00", - "RequiredDate": "1997-06-03T00:00:00", - "ShippedDate": "1997-04-28T00:00:00", - "ShipVia": 1, - "Freight": 105.65, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 50, - "Discount": 0.2 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 15, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10514, - "EmployeeID": 3, - "OrderDate": "1997-04-22T00:00:00", - "RequiredDate": "1997-05-20T00:00:00", - "ShippedDate": "1997-05-16T00:00:00", - "ShipVia": 2, - "Freight": 789.95, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 39, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 39, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10515, - "EmployeeID": 2, - "OrderDate": "1997-04-23T00:00:00", - "RequiredDate": "1997-05-07T00:00:00", - "ShippedDate": "1997-05-23T00:00:00", - "ShipVia": 1, - "Freight": 204.47, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 9, - "UnitPrice": 97, - "Quantity": 16, - "Discount": 0.16 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 27, - "UnitPrice": 43.9, - "Quantity": 120, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 16, - "Discount": 0.16 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 84, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10516, - "EmployeeID": 2, - "OrderDate": "1997-04-24T00:00:00", - "RequiredDate": "1997-05-22T00:00:00", - "ShippedDate": "1997-05-01T00:00:00", - "ShipVia": 3, - "Freight": 62.78, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 80, - "Discount": 0.1 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "NORTS", - "Company": "North/South", - "ContactName": "Simon Crowther", - "ContactTitle": "Sales Associate", - "Address": "South House 300 Queensbridge", - "City": "London", - "PostalCode": 17000, - "Country": "UK", - "Phone": "(171) 555-7733", - "Fax": "(171) 555-2530", - "Orders": [ - { - "OrderID": 10517, - "EmployeeID": 3, - "OrderDate": "1997-04-24T00:00:00", - "RequiredDate": "1997-05-22T00:00:00", - "ShippedDate": "1997-04-29T00:00:00", - "ShipVia": 3, - "Freight": 32.07, - "ShipName": "North/South", - "ShipAddress": "South House 300 Queensbridge", - "ShipCity": "London", - "ShipPostalCode": 16000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10518, - "EmployeeID": 4, - "OrderDate": "1997-04-25T00:00:00", - "RequiredDate": "1997-05-09T00:00:00", - "ShippedDate": "1997-05-05T00:00:00", - "ShipVia": 2, - "Freight": 218.15, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 10519, - "EmployeeID": 6, - "OrderDate": "1997-04-28T00:00:00", - "RequiredDate": "1997-05-26T00:00:00", - "ShippedDate": "1997-05-01T00:00:00", - "ShipVia": 3, - "Freight": 91.76, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 16, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 10, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SANTG", - "Company": "Santé Gourmet", - "ContactName": "Jonas Bergulfsen", - "ContactTitle": "Owner", - "Address": "Erling Skakkes gate 78", - "City": "Stavern", - "PostalCode": 4110, - "Country": "Norway", - "Phone": "07-98 92 35", - "Fax": "07-98 92 47", - "Orders": [ - { - "OrderID": 10520, - "EmployeeID": 7, - "OrderDate": "1997-04-29T00:00:00", - "RequiredDate": "1997-05-27T00:00:00", - "ShippedDate": "1997-05-01T00:00:00", - "ShipVia": 1, - "Freight": 13.37, - "ShipName": "Santé Gourmet", - "ShipAddress": "Erling Skakkes gate 78", - "ShipCity": "Stavern", - "ShipPostalCode": 4110, - "ShipCountry": "Norway", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CACTU", - "Company": "Cactus Comidas para llevar", - "ContactName": "Patricio Simpson", - "ContactTitle": "Sales Agent", - "Address": "Cerrito 333", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5555", - "Fax": "(1) 135-4892", - "Orders": [ - { - "OrderID": 10521, - "EmployeeID": 8, - "OrderDate": "1997-04-29T00:00:00", - "RequiredDate": "1997-05-27T00:00:00", - "ShippedDate": "1997-05-02T00:00:00", - "ShipVia": 2, - "Freight": 17.22, - "ShipName": "Cactus Comidas para llevar", - "ShipAddress": "Cerrito 333", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10522, - "EmployeeID": 4, - "OrderDate": "1997-04-30T00:00:00", - "RequiredDate": "1997-05-28T00:00:00", - "ShippedDate": "1997-05-06T00:00:00", - "ShipVia": 1, - "Freight": 45.33, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 25, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 12000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10523, - "EmployeeID": 7, - "OrderDate": "1997-05-01T00:00:00", - "RequiredDate": "1997-05-29T00:00:00", - "ShippedDate": "1997-05-30T00:00:00", - "ShipVia": 2, - "Freight": 77.63, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 42000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 37, - "UnitPrice": 26, - "Quantity": 18, - "Discount": 0.1 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 6, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 37000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10524, - "EmployeeID": 1, - "OrderDate": "1997-05-01T00:00:00", - "RequiredDate": "1997-05-29T00:00:00", - "ShippedDate": "1997-05-07T00:00:00", - "ShipVia": 2, - "Freight": 244.79, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 32000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10525, - "EmployeeID": 1, - "OrderDate": "1997-05-02T00:00:00", - "RequiredDate": "1997-05-30T00:00:00", - "ShippedDate": "1997-05-23T00:00:00", - "ShipVia": 2, - "Freight": 11.06, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10526, - "EmployeeID": 4, - "OrderDate": "1997-05-05T00:00:00", - "RequiredDate": "1997-06-02T00:00:00", - "ShippedDate": "1997-05-15T00:00:00", - "ShipVia": 2, - "Freight": 58.59, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 8, - "Discount": 0.16 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10527, - "EmployeeID": 7, - "OrderDate": "1997-05-05T00:00:00", - "RequiredDate": "1997-06-02T00:00:00", - "ShippedDate": "1997-05-07T00:00:00", - "ShipVia": 1, - "Freight": 41.9, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 50, - "Discount": 0.1 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10528, - "EmployeeID": 6, - "OrderDate": "1997-05-06T00:00:00", - "RequiredDate": "1997-05-20T00:00:00", - "ShippedDate": "1997-05-09T00:00:00", - "ShipVia": 2, - "Freight": 3.35, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 8, - "Discount": 0.2 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 45000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 10529, - "EmployeeID": 5, - "OrderDate": "1997-05-07T00:00:00", - "RequiredDate": "1997-06-04T00:00:00", - "ShippedDate": "1997-05-09T00:00:00", - "ShipVia": 2, - "Freight": 66.69, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 43000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10530, - "EmployeeID": 3, - "OrderDate": "1997-05-08T00:00:00", - "RequiredDate": "1997-06-05T00:00:00", - "ShippedDate": "1997-05-12T00:00:00", - "ShipVia": 2, - "Freight": 339.22, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OCEAN", - "Company": "Océano Atlántico Ltda.", - "ContactName": "Yvonne Moncada", - "ContactTitle": "Sales Agent", - "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5333", - "Fax": "(1) 135-5535", - "Orders": [ - { - "OrderID": 10531, - "EmployeeID": 7, - "OrderDate": "1997-05-08T00:00:00", - "RequiredDate": "1997-06-05T00:00:00", - "ShippedDate": "1997-05-19T00:00:00", - "ShipVia": 1, - "Freight": 8.12, - "ShipName": "Océano Atlántico Ltda.", - "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 33000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 10532, - "EmployeeID": 7, - "OrderDate": "1997-05-09T00:00:00", - "RequiredDate": "1997-06-06T00:00:00", - "ShippedDate": "1997-05-12T00:00:00", - "ShipVia": 3, - "Freight": 74.46, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 45000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 66, - "UnitPrice": 17, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 10000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10533, - "EmployeeID": 8, - "OrderDate": "1997-05-12T00:00:00", - "RequiredDate": "1997-06-09T00:00:00", - "ShippedDate": "1997-05-22T00:00:00", - "ShipVia": 1, - "Freight": 188.04, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 36000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 50, - "Discount": 0.06 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 24, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10534, - "EmployeeID": 8, - "OrderDate": "1997-05-12T00:00:00", - "RequiredDate": "1997-06-09T00:00:00", - "ShippedDate": "1997-05-14T00:00:00", - "ShipVia": 2, - "Freight": 27.94, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 10, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10535, - "EmployeeID": 4, - "OrderDate": "1997-05-13T00:00:00", - "RequiredDate": "1997-06-10T00:00:00", - "ShippedDate": "1997-05-21T00:00:00", - "ShipVia": 1, - "Freight": 15.64, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 50, - "Discount": 0.1 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 5, - "Discount": 0.1 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10536, - "EmployeeID": 3, - "OrderDate": "1997-05-14T00:00:00", - "RequiredDate": "1997-06-11T00:00:00", - "ShippedDate": "1997-06-06T00:00:00", - "ShipVia": 2, - "Freight": 58.88, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 15, - "Discount": 0.25 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10537, - "EmployeeID": 1, - "OrderDate": "1997-05-14T00:00:00", - "RequiredDate": "1997-05-28T00:00:00", - "ShippedDate": "1997-05-19T00:00:00", - "ShipVia": 1, - "Freight": 78.85, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 37000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10538, - "EmployeeID": 9, - "OrderDate": "1997-05-15T00:00:00", - "RequiredDate": "1997-06-12T00:00:00", - "ShippedDate": "1997-05-16T00:00:00", - "ShipVia": 3, - "Freight": 4.87, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 45000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 1, - "Discount": 0 - } - ] - }, - { - "OrderID": 10539, - "EmployeeID": 6, - "OrderDate": "1997-05-16T00:00:00", - "RequiredDate": "1997-06-13T00:00:00", - "ShippedDate": "1997-05-23T00:00:00", - "ShipVia": 3, - "Freight": 12.36, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 14000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10540, - "EmployeeID": 3, - "OrderDate": "1997-05-19T00:00:00", - "RequiredDate": "1997-06-16T00:00:00", - "ShippedDate": "1997-06-13T00:00:00", - "ShipVia": 3, - "Freight": 1007.64, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10541, - "EmployeeID": 2, - "OrderDate": "1997-05-19T00:00:00", - "RequiredDate": "1997-06-16T00:00:00", - "ShippedDate": "1997-05-29T00:00:00", - "ShipVia": 1, - "Freight": 68.65, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 35, - "Discount": 0.1 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 4, - "Discount": 0.1 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 36, - "Discount": 0.1 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 9, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10542, - "EmployeeID": 1, - "OrderDate": "1997-05-20T00:00:00", - "RequiredDate": "1997-06-17T00:00:00", - "ShippedDate": "1997-05-26T00:00:00", - "ShipVia": 3, - "Freight": 10.95, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 24, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10543, - "EmployeeID": 8, - "OrderDate": "1997-05-21T00:00:00", - "RequiredDate": "1997-06-18T00:00:00", - "ShippedDate": "1997-05-23T00:00:00", - "ShipVia": 2, - "Freight": 48.17, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0.16 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 70, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10544, - "EmployeeID": 4, - "OrderDate": "1997-05-21T00:00:00", - "RequiredDate": "1997-06-18T00:00:00", - "ShippedDate": "1997-05-30T00:00:00", - "ShipVia": 1, - "Freight": 24.91, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 7, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAZYK", - "Company": "Lazy K Kountry Store", - "ContactName": "John Steel", - "ContactTitle": "Marketing Manager", - "Address": "12 Orchestra Terrace", - "City": "Walla Walla", - "Region": "WA", - "PostalCode": 99362, - "Country": "USA", - "Phone": "(509) 555-7969", - "Fax": "(509) 555-6221", - "Orders": [ - { - "OrderID": 10545, - "EmployeeID": 8, - "OrderDate": "1997-05-22T00:00:00", - "RequiredDate": "1997-06-19T00:00:00", - "ShippedDate": "1997-06-26T00:00:00", - "ShipVia": 2, - "Freight": 11.92, - "ShipName": "Lazy K Kountry Store", - "ShipAddress": "12 Orchestra Terrace", - "ShipCity": "Walla Walla", - "ShipRegion": "WA", - "ShipPostalCode": 99362, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10546, - "EmployeeID": 1, - "OrderDate": "1997-05-23T00:00:00", - "RequiredDate": "1997-06-20T00:00:00", - "ShippedDate": "1997-05-27T00:00:00", - "ShipVia": 3, - "Freight": 194.72, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 20000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10547, - "EmployeeID": 3, - "OrderDate": "1997-05-23T00:00:00", - "RequiredDate": "1997-06-20T00:00:00", - "ShippedDate": "1997-06-02T00:00:00", - "ShipVia": 2, - "Freight": 178.43, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 48000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 24, - "Discount": 0.16 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TOMSP", - "Company": "Toms Spezialitäten", - "ContactName": "Karin Josephs", - "ContactTitle": "Marketing Manager", - "Address": "Luisenstr. 48", - "City": "Münster", - "PostalCode": 44087, - "Country": "Germany", - "Phone": "0251-031259", - "Fax": "0251-035695", - "Orders": [ - { - "OrderID": 10548, - "EmployeeID": 3, - "OrderDate": "1997-05-26T00:00:00", - "RequiredDate": "1997-06-23T00:00:00", - "ShippedDate": "1997-06-02T00:00:00", - "ShipVia": 2, - "Freight": 1.43, - "ShipName": "Toms Spezialitäten", - "ShipAddress": "Luisenstr. 48", - "ShipCity": "Münster", - "ShipPostalCode": 44087, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 10, - "Discount": 0.25 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10549, - "EmployeeID": 5, - "OrderDate": "1997-05-27T00:00:00", - "RequiredDate": "1997-06-10T00:00:00", - "ShippedDate": "1997-05-30T00:00:00", - "ShipVia": 1, - "Freight": 171.24, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 55, - "Discount": 0.16 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 100, - "Discount": 0.16 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 48, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10550, - "EmployeeID": 7, - "OrderDate": "1997-05-28T00:00:00", - "RequiredDate": "1997-06-25T00:00:00", - "ShippedDate": "1997-06-06T00:00:00", - "ShipVia": 3, - "Freight": 4.32, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 8, - "Discount": 0.1 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 6, - "Discount": 0.1 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 10, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10551, - "EmployeeID": 4, - "OrderDate": "1997-05-28T00:00:00", - "RequiredDate": "1997-07-09T00:00:00", - "ShippedDate": "1997-06-06T00:00:00", - "ShipVia": 3, - "Freight": 72.95, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10552, - "EmployeeID": 2, - "OrderDate": "1997-05-29T00:00:00", - "RequiredDate": "1997-06-26T00:00:00", - "ShippedDate": "1997-06-05T00:00:00", - "ShipVia": 1, - "Freight": 83.22, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10553, - "EmployeeID": 2, - "OrderDate": "1997-05-30T00:00:00", - "RequiredDate": "1997-06-27T00:00:00", - "ShippedDate": "1997-06-03T00:00:00", - "ShipVia": 2, - "Freight": 149.49, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10554, - "EmployeeID": 4, - "OrderDate": "1997-05-30T00:00:00", - "RequiredDate": "1997-06-27T00:00:00", - "ShippedDate": "1997-06-05T00:00:00", - "ShipVia": 3, - "Freight": 120.97, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 10, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10555, - "EmployeeID": 6, - "OrderDate": "1997-06-02T00:00:00", - "RequiredDate": "1997-06-30T00:00:00", - "ShippedDate": "1997-06-04T00:00:00", - "ShipVia": 3, - "Freight": 252.49, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 18, - "Discount": 0.2 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 40, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 10556, - "EmployeeID": 2, - "OrderDate": "1997-06-03T00:00:00", - "RequiredDate": "1997-07-15T00:00:00", - "ShippedDate": "1997-06-13T00:00:00", - "ShipVia": 1, - "Freight": 9.8, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10557, - "EmployeeID": 9, - "OrderDate": "1997-06-03T00:00:00", - "RequiredDate": "1997-06-17T00:00:00", - "ShippedDate": "1997-06-06T00:00:00", - "ShipVia": 2, - "Freight": 96.72, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 10000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10558, - "EmployeeID": 1, - "OrderDate": "1997-06-04T00:00:00", - "RequiredDate": "1997-07-02T00:00:00", - "ShippedDate": "1997-06-10T00:00:00", - "ShipVia": 2, - "Freight": 72.97, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 27000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10559, - "EmployeeID": 6, - "OrderDate": "1997-06-05T00:00:00", - "RequiredDate": "1997-07-03T00:00:00", - "ShippedDate": "1997-06-13T00:00:00", - "ShipVia": 1, - "Freight": 8.05, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 18, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10560, - "EmployeeID": 8, - "OrderDate": "1997-06-06T00:00:00", - "RequiredDate": "1997-07-04T00:00:00", - "ShippedDate": "1997-06-09T00:00:00", - "ShipVia": 1, - "Freight": 36.65, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 15, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 20000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10561, - "EmployeeID": 2, - "OrderDate": "1997-06-06T00:00:00", - "RequiredDate": "1997-07-04T00:00:00", - "ShippedDate": "1997-06-09T00:00:00", - "ShipVia": 2, - "Freight": 242.21, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 18000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10562, - "EmployeeID": 1, - "OrderDate": "1997-06-09T00:00:00", - "RequiredDate": "1997-07-07T00:00:00", - "ShippedDate": "1997-06-12T00:00:00", - "ShipVia": 1, - "Freight": 22.95, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 10, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10563, - "EmployeeID": 2, - "OrderDate": "1997-06-10T00:00:00", - "RequiredDate": "1997-07-22T00:00:00", - "ShippedDate": "1997-06-24T00:00:00", - "ShipVia": 2, - "Freight": 60.43, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 70, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10564, - "EmployeeID": 4, - "OrderDate": "1997-06-10T00:00:00", - "RequiredDate": "1997-07-08T00:00:00", - "ShippedDate": "1997-06-16T00:00:00", - "ShipVia": 3, - "Freight": 13.75, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 16, - "Discount": 0.06 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 6, - "Discount": 0.06 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 25, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 15000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10565, - "EmployeeID": 8, - "OrderDate": "1997-06-11T00:00:00", - "RequiredDate": "1997-07-09T00:00:00", - "ShippedDate": "1997-06-18T00:00:00", - "ShipVia": 2, - "Freight": 7.15, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 24000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 18, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10566, - "EmployeeID": 9, - "OrderDate": "1997-06-12T00:00:00", - "RequiredDate": "1997-07-10T00:00:00", - "ShippedDate": "1997-06-18T00:00:00", - "ShipVia": 1, - "Freight": 88.4, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 35, - "Discount": 0.16 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 18, - "Discount": 0.16 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10567, - "EmployeeID": 1, - "OrderDate": "1997-06-12T00:00:00", - "RequiredDate": "1997-07-10T00:00:00", - "ShippedDate": "1997-06-17T00:00:00", - "ShipVia": 1, - "Freight": 33.97, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 60, - "Discount": 0.2 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 40, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "GALED", - "Company": "Galería del gastrónomo", - "ContactName": "Eduardo Saavedra", - "ContactTitle": "Marketing Manager", - "Address": "Rambla de Cataluña, 23", - "City": "Barcelona", - "PostalCode": 8022, - "Country": "Spain", - "Phone": "(93) 203 4560", - "Fax": "(93) 203 4561", - "Orders": [ - { - "OrderID": 10568, - "EmployeeID": 3, - "OrderDate": "1997-06-13T00:00:00", - "RequiredDate": "1997-07-11T00:00:00", - "ShippedDate": "1997-07-09T00:00:00", - "ShipVia": 3, - "Freight": 6.54, - "ShipName": "Galería del gastronómo", - "ShipAddress": "Rambla de Cataluña, 23", - "ShipCity": "Barcelona", - "ShipPostalCode": 8022, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10569, - "EmployeeID": 5, - "OrderDate": "1997-06-16T00:00:00", - "RequiredDate": "1997-07-14T00:00:00", - "ShippedDate": "1997-07-11T00:00:00", - "ShipVia": 1, - "Freight": 58.98, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 34000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10570, - "EmployeeID": 3, - "OrderDate": "1997-06-17T00:00:00", - "RequiredDate": "1997-07-15T00:00:00", - "ShippedDate": "1997-06-19T00:00:00", - "ShipVia": 3, - "Freight": 188.99, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 40000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 60, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10571, - "EmployeeID": 8, - "OrderDate": "1997-06-17T00:00:00", - "RequiredDate": "1997-07-29T00:00:00", - "ShippedDate": "1997-07-04T00:00:00", - "ShipVia": 3, - "Freight": 26.06, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 11, - "Discount": 0.16 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 28, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 43000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10572, - "EmployeeID": 3, - "OrderDate": "1997-06-18T00:00:00", - "RequiredDate": "1997-07-16T00:00:00", - "ShippedDate": "1997-06-25T00:00:00", - "ShipVia": 2, - "Freight": 116.43, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 25000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 12, - "Discount": 0.1 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10573, - "EmployeeID": 7, - "OrderDate": "1997-06-19T00:00:00", - "RequiredDate": "1997-07-17T00:00:00", - "ShippedDate": "1997-06-20T00:00:00", - "ShipVia": 3, - "Freight": 84.84, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TRAIH", - "Company": "Trail's Head Gourmet Provisioners", - "ContactName": "Helvetius Nagy", - "ContactTitle": "Sales Associate", - "Address": "722 DaVinci Blvd.", - "City": "Kirkland", - "Region": "WA", - "PostalCode": 98034, - "Country": "USA", - "Phone": "(206) 555-8257", - "Fax": "(206) 555-2174", - "Orders": [ - { - "OrderID": 10574, - "EmployeeID": 4, - "OrderDate": "1997-06-19T00:00:00", - "RequiredDate": "1997-07-17T00:00:00", - "ShippedDate": "1997-06-30T00:00:00", - "ShipVia": 2, - "Freight": 37.6, - "ShipName": "Trail's Head Gourmet Provisioners", - "ShipAddress": "722 DaVinci Blvd.", - "ShipCity": "Kirkland", - "ShipRegion": "WA", - "ShipPostalCode": 98034, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MORGK", - "Company": "Morgenstern Gesundkost", - "ContactName": "Alexander Feuer", - "ContactTitle": "Marketing Assistant", - "Address": "Heerstr. 22", - "City": "Leipzig", - "PostalCode": 4179, - "Country": "Germany", - "Phone": "0342-023176", - "Orders": [ - { - "OrderID": 10575, - "EmployeeID": 5, - "OrderDate": "1997-06-20T00:00:00", - "RequiredDate": "1997-07-04T00:00:00", - "ShippedDate": "1997-06-30T00:00:00", - "ShipVia": 1, - "Freight": 127.34, - "ShipName": "Morgenstern Gesundkost", - "ShipAddress": "Heerstr. 22", - "ShipCity": "Leipzig", - "ShipPostalCode": 4179, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10576, - "EmployeeID": 3, - "OrderDate": "1997-06-23T00:00:00", - "RequiredDate": "1997-07-07T00:00:00", - "ShippedDate": "1997-06-30T00:00:00", - "ShipVia": 3, - "Freight": 18.56, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TRAIH", - "Company": "Trail's Head Gourmet Provisioners", - "ContactName": "Helvetius Nagy", - "ContactTitle": "Sales Associate", - "Address": "722 DaVinci Blvd.", - "City": "Kirkland", - "Region": "WA", - "PostalCode": 98034, - "Country": "USA", - "Phone": "(206) 555-8257", - "Fax": "(206) 555-2174", - "Orders": [ - { - "OrderID": 10577, - "EmployeeID": 9, - "OrderDate": "1997-06-23T00:00:00", - "RequiredDate": "1997-08-04T00:00:00", - "ShippedDate": "1997-06-30T00:00:00", - "ShipVia": 2, - "Freight": 25.41, - "ShipName": "Trail's Head Gourmet Provisioners", - "ShipAddress": "722 DaVinci Blvd.", - "ShipCity": "Kirkland", - "ShipRegion": "WA", - "ShipPostalCode": 98034, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 44000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10578, - "EmployeeID": 4, - "OrderDate": "1997-06-24T00:00:00", - "RequiredDate": "1997-07-22T00:00:00", - "ShippedDate": "1997-07-25T00:00:00", - "ShipVia": 3, - "Freight": 29.6, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 44000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LETSS", - "Company": "Let's Stop N Shop", - "ContactName": "Jaime Yorres", - "ContactTitle": "Owner", - "Address": "87 Polk St. Suite 5", - "City": "San Francisco", - "Region": "CA", - "PostalCode": 94117, - "Country": "USA", - "Phone": "(415) 555-5938", - "Orders": [ - { - "OrderID": 10579, - "EmployeeID": 1, - "OrderDate": "1997-06-25T00:00:00", - "RequiredDate": "1997-07-23T00:00:00", - "ShippedDate": "1997-07-04T00:00:00", - "ShipVia": 2, - "Freight": 13.73, - "ShipName": "Let's Stop N Shop", - "ShipAddress": "87 Polk St. Suite 5", - "ShipCity": "San Francisco", - "ShipRegion": "CA", - "ShipPostalCode": 94117, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 15, - "UnitPrice": 15.5, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10580, - "EmployeeID": 4, - "OrderDate": "1997-06-26T00:00:00", - "RequiredDate": "1997-07-24T00:00:00", - "ShippedDate": "1997-07-01T00:00:00", - "ShipVia": 3, - "Freight": 75.89, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 9, - "Discount": 0.06 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 30, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10581, - "EmployeeID": 3, - "OrderDate": "1997-06-26T00:00:00", - "RequiredDate": "1997-07-24T00:00:00", - "ShippedDate": "1997-07-02T00:00:00", - "ShipVia": 1, - "Freight": 3.01, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 50, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 10582, - "EmployeeID": 3, - "OrderDate": "1997-06-27T00:00:00", - "RequiredDate": "1997-07-25T00:00:00", - "ShippedDate": "1997-07-14T00:00:00", - "ShipVia": 2, - "Freight": 27.71, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10583, - "EmployeeID": 2, - "OrderDate": "1997-06-30T00:00:00", - "RequiredDate": "1997-07-28T00:00:00", - "ShippedDate": "1997-07-04T00:00:00", - "ShipVia": 2, - "Freight": 7.28, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 24, - "Discount": 0.16 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 10, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10584, - "EmployeeID": 4, - "OrderDate": "1997-06-30T00:00:00", - "RequiredDate": "1997-07-28T00:00:00", - "ShippedDate": "1997-07-04T00:00:00", - "ShipVia": 1, - "Freight": 59.14, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 50, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10585, - "EmployeeID": 7, - "OrderDate": "1997-07-01T00:00:00", - "RequiredDate": "1997-07-29T00:00:00", - "ShippedDate": "1997-07-10T00:00:00", - "ShipVia": 1, - "Freight": 13.41, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10586, - "EmployeeID": 9, - "OrderDate": "1997-07-02T00:00:00", - "RequiredDate": "1997-07-30T00:00:00", - "ShippedDate": "1997-07-09T00:00:00", - "ShipVia": 1, - "Freight": 0.48, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 4, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10587, - "EmployeeID": 1, - "OrderDate": "1997-07-02T00:00:00", - "RequiredDate": "1997-07-30T00:00:00", - "ShippedDate": "1997-07-09T00:00:00", - "ShipVia": 1, - "Freight": 62.52, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10588, - "EmployeeID": 2, - "OrderDate": "1997-07-03T00:00:00", - "RequiredDate": "1997-07-31T00:00:00", - "ShippedDate": "1997-07-10T00:00:00", - "ShipVia": 3, - "Freight": 194.67, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 100, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10589, - "EmployeeID": 8, - "OrderDate": "1997-07-04T00:00:00", - "RequiredDate": "1997-08-01T00:00:00", - "ShippedDate": "1997-07-14T00:00:00", - "ShipVia": 2, - "Freight": 4.42, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 22000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10590, - "EmployeeID": 4, - "OrderDate": "1997-07-07T00:00:00", - "RequiredDate": "1997-08-04T00:00:00", - "ShippedDate": "1997-07-14T00:00:00", - "ShipVia": 3, - "Freight": 44.77, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 47000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 60, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10591, - "EmployeeID": 1, - "OrderDate": "1997-07-07T00:00:00", - "RequiredDate": "1997-07-21T00:00:00", - "ShippedDate": "1997-07-16T00:00:00", - "ShipVia": 1, - "Freight": 55.92, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10592, - "EmployeeID": 3, - "OrderDate": "1997-07-08T00:00:00", - "RequiredDate": "1997-08-05T00:00:00", - "ShippedDate": "1997-07-16T00:00:00", - "ShipVia": 1, - "Freight": 32.1, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 15, - "UnitPrice": 15.5, - "Quantity": 25, - "Discount": 0.06 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 5, - "Discount": 0.06 - } - ] - }, - { - "OrderID": 10593, - "EmployeeID": 7, - "OrderDate": "1997-07-09T00:00:00", - "RequiredDate": "1997-08-06T00:00:00", - "ShippedDate": "1997-08-13T00:00:00", - "ShipVia": 2, - "Freight": 174.2, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 21, - "Discount": 0.2 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 4, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10594, - "EmployeeID": 3, - "OrderDate": "1997-07-09T00:00:00", - "RequiredDate": "1997-08-06T00:00:00", - "ShippedDate": "1997-07-16T00:00:00", - "ShipVia": 2, - "Freight": 5.24, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10595, - "EmployeeID": 2, - "OrderDate": "1997-07-10T00:00:00", - "RequiredDate": "1997-08-07T00:00:00", - "ShippedDate": "1997-07-14T00:00:00", - "ShipVia": 1, - "Freight": 96.78, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 120, - "Discount": 0.25 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 65, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10596, - "EmployeeID": 8, - "OrderDate": "1997-07-11T00:00:00", - "RequiredDate": "1997-08-08T00:00:00", - "ShippedDate": "1997-08-12T00:00:00", - "ShipVia": 1, - "Freight": 16.34, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 5, - "Discount": 0.2 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 24, - "Discount": 0.2 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 30, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10597, - "EmployeeID": 7, - "OrderDate": "1997-07-11T00:00:00", - "RequiredDate": "1997-08-08T00:00:00", - "ShippedDate": "1997-07-18T00:00:00", - "ShipVia": 3, - "Freight": 35.12, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 12, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10598, - "EmployeeID": 1, - "OrderDate": "1997-07-14T00:00:00", - "RequiredDate": "1997-08-11T00:00:00", - "ShippedDate": "1997-07-18T00:00:00", - "ShipVia": 3, - "Freight": 44.42, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 27, - "UnitPrice": 43.9, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 45000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10599, - "EmployeeID": 6, - "OrderDate": "1997-07-15T00:00:00", - "RequiredDate": "1997-08-26T00:00:00", - "ShippedDate": "1997-07-21T00:00:00", - "ShipVia": 3, - "Freight": 29.98, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 21000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGC", - "Company": "Hungry Coyote Import Store", - "ContactName": "Yoshi Latimer", - "ContactTitle": "Sales Representative", - "Address": "City Center Plaza 516 Main St.", - "City": "Elgin", - "Region": "OR", - "PostalCode": 97827, - "Country": "USA", - "Phone": "(503) 555-6874", - "Fax": "(503) 555-2376", - "Orders": [ - { - "OrderID": 10600, - "EmployeeID": 4, - "OrderDate": "1997-07-16T00:00:00", - "RequiredDate": "1997-08-13T00:00:00", - "ShippedDate": "1997-07-21T00:00:00", - "ShipVia": 1, - "Freight": 45.13, - "ShipName": "Hungry Coyote Import Store", - "ShipAddress": "City Center Plaza 516 Main St.", - "ShipCity": "Elgin", - "ShipRegion": "OR", - "ShipPostalCode": 97827, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10601, - "EmployeeID": 7, - "OrderDate": "1997-07-16T00:00:00", - "RequiredDate": "1997-08-27T00:00:00", - "ShippedDate": "1997-07-22T00:00:00", - "ShipVia": 1, - "Freight": 58.3, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10602, - "EmployeeID": 8, - "OrderDate": "1997-07-17T00:00:00", - "RequiredDate": "1997-08-14T00:00:00", - "ShippedDate": "1997-07-22T00:00:00", - "ShipVia": 2, - "Freight": 2.92, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 5, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10603, - "EmployeeID": 8, - "OrderDate": "1997-07-18T00:00:00", - "RequiredDate": "1997-08-15T00:00:00", - "ShippedDate": "1997-08-08T00:00:00", - "ShipVia": 2, - "Freight": 48.77, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 48, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 25, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10604, - "EmployeeID": 1, - "OrderDate": "1997-07-18T00:00:00", - "RequiredDate": "1997-08-15T00:00:00", - "ShippedDate": "1997-07-29T00:00:00", - "ShipVia": 1, - "Freight": 7.46, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 48, - "UnitPrice": 12.75, - "Quantity": 6, - "Discount": 0.1 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 12000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10605, - "EmployeeID": 1, - "OrderDate": "1997-07-21T00:00:00", - "RequiredDate": "1997-08-18T00:00:00", - "ShippedDate": "1997-07-29T00:00:00", - "ShipVia": 2, - "Freight": 379.13, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 43000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 70, - "Discount": 0.06 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 15, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "TRADH", - "Company": "Tradição Hipermercados", - "ContactName": "Anabela Domingues", - "ContactTitle": "Sales Representative", - "Address": "Av. Inês de Castro, 414", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5634, - "Country": "Brazil", - "Phone": "(11) 555-2167", - "Fax": "(11) 555-2168", - "Orders": [ - { - "OrderID": 10606, - "EmployeeID": 4, - "OrderDate": "1997-07-22T00:00:00", - "RequiredDate": "1997-08-19T00:00:00", - "ShippedDate": "1997-07-31T00:00:00", - "ShipVia": 3, - "Freight": 79.4, - "ShipName": "Tradiçao Hipermercados", - "ShipAddress": "Av. Inês de Castro, 414", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5634, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 10, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10607, - "EmployeeID": 5, - "OrderDate": "1997-07-22T00:00:00", - "RequiredDate": "1997-08-19T00:00:00", - "ShippedDate": "1997-07-25T00:00:00", - "ShipVia": 1, - "Freight": 200.24, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 100, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 42, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TOMSP", - "Company": "Toms Spezialitäten", - "ContactName": "Karin Josephs", - "ContactTitle": "Marketing Manager", - "Address": "Luisenstr. 48", - "City": "Münster", - "PostalCode": 44087, - "Country": "Germany", - "Phone": "0251-031259", - "Fax": "0251-035695", - "Orders": [ - { - "OrderID": 10608, - "EmployeeID": 4, - "OrderDate": "1997-07-23T00:00:00", - "RequiredDate": "1997-08-20T00:00:00", - "ShippedDate": "1997-08-01T00:00:00", - "ShipVia": 2, - "Freight": 27.79, - "ShipName": "Toms Spezialitäten", - "ShipAddress": "Luisenstr. 48", - "ShipCity": "Münster", - "ShipPostalCode": 44087, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DUMON", - "Company": "Du monde entier", - "ContactName": "Janine Labrune", - "ContactTitle": "Owner", - "Address": "67, rue des Cinquante Otages", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.67.88.88", - "Fax": "40.67.89.89", - "Orders": [ - { - "OrderID": 10609, - "EmployeeID": 7, - "OrderDate": "1997-07-24T00:00:00", - "RequiredDate": "1997-08-21T00:00:00", - "ShippedDate": "1997-07-30T00:00:00", - "ShipVia": 2, - "Freight": 1.85, - "ShipName": "Du monde entier", - "ShipAddress": "67, rue des Cinquante Otages", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10610, - "EmployeeID": 8, - "OrderDate": "1997-07-25T00:00:00", - "RequiredDate": "1997-08-22T00:00:00", - "ShippedDate": "1997-08-06T00:00:00", - "ShipVia": 1, - "Freight": 26.78, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 21, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 12000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 10611, - "EmployeeID": 6, - "OrderDate": "1997-07-25T00:00:00", - "RequiredDate": "1997-08-22T00:00:00", - "ShippedDate": "1997-08-01T00:00:00", - "ShipVia": 2, - "Freight": 80.65, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10612, - "EmployeeID": 1, - "OrderDate": "1997-07-28T00:00:00", - "RequiredDate": "1997-08-25T00:00:00", - "ShippedDate": "1997-08-01T00:00:00", - "ShipVia": 2, - "Freight": 544.08, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 55, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 80, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10613, - "EmployeeID": 4, - "OrderDate": "1997-07-29T00:00:00", - "RequiredDate": "1997-08-26T00:00:00", - "ShippedDate": "1997-08-01T00:00:00", - "ShipVia": 2, - "Freight": 8.11, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 8, - "Discount": 0.1 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 10614, - "EmployeeID": 8, - "OrderDate": "1997-07-29T00:00:00", - "RequiredDate": "1997-08-26T00:00:00", - "ShippedDate": "1997-08-01T00:00:00", - "ShipVia": 3, - "Freight": 1.93, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 10615, - "EmployeeID": 2, - "OrderDate": "1997-07-30T00:00:00", - "RequiredDate": "1997-08-27T00:00:00", - "ShippedDate": "1997-08-06T00:00:00", - "ShipVia": 3, - "Freight": 0.75, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10616, - "EmployeeID": 1, - "OrderDate": "1997-07-31T00:00:00", - "RequiredDate": "1997-08-28T00:00:00", - "ShippedDate": "1997-08-05T00:00:00", - "ShipVia": 2, - "Freight": 116.53, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 15, - "Discount": 0.06 - } - ] - }, - { - "OrderID": 10617, - "EmployeeID": 4, - "OrderDate": "1997-07-31T00:00:00", - "RequiredDate": "1997-08-28T00:00:00", - "ShippedDate": "1997-08-04T00:00:00", - "ShipVia": 2, - "Freight": 18.53, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 30, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 45000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10618, - "EmployeeID": 1, - "OrderDate": "1997-08-01T00:00:00", - "RequiredDate": "1997-09-12T00:00:00", - "ShippedDate": "1997-08-08T00:00:00", - "ShipVia": 1, - "Freight": 154.68, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 49000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 15, - "Discount": 0 - } - ] - }, - { - "OrderID": 10619, - "EmployeeID": 3, - "OrderDate": "1997-08-04T00:00:00", - "RequiredDate": "1997-09-01T00:00:00", - "ShippedDate": "1997-08-07T00:00:00", - "ShipVia": 3, - "Freight": 91.05, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 20000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 42, - "Discount": 0 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAUGB", - "Company": "Laughing Bacchus Wine Cellars", - "ContactName": "Yoshi Tannamuri", - "ContactTitle": "Marketing Assistant", - "Address": "1900 Oak St.", - "City": "Vancouver", - "Region": "BC", - "PostalCode": 48000, - "Country": "Canada", - "Phone": "(604) 555-3392", - "Fax": "(604) 555-7293", - "Orders": [ - { - "OrderID": 10620, - "EmployeeID": 2, - "OrderDate": "1997-08-05T00:00:00", - "RequiredDate": "1997-09-02T00:00:00", - "ShippedDate": "1997-08-14T00:00:00", - "ShipVia": 3, - "Freight": 0.94, - "ShipName": "Laughing Bacchus Wine Cellars", - "ShipAddress": "2319 Elm St.", - "ShipCity": "Vancouver", - "ShipRegion": "BC", - "ShipPostalCode": 15000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 24000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10621, - "EmployeeID": 4, - "OrderDate": "1997-08-05T00:00:00", - "RequiredDate": "1997-09-02T00:00:00", - "ShippedDate": "1997-08-11T00:00:00", - "ShipVia": 2, - "Freight": 23.73, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 90304, - "ShipPostalCode": 28000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10622, - "EmployeeID": 4, - "OrderDate": "1997-08-06T00:00:00", - "RequiredDate": "1997-09-03T00:00:00", - "ShippedDate": "1997-08-11T00:00:00", - "ShipVia": 3, - "Freight": 50.97, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 18, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10623, - "EmployeeID": 8, - "OrderDate": "1997-08-07T00:00:00", - "RequiredDate": "1997-09-04T00:00:00", - "ShippedDate": "1997-08-12T00:00:00", - "ShipVia": 2, - "Freight": 97.18, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "THECR", - "Company": "The Cracker Box", - "ContactName": "Liu Wong", - "ContactTitle": "Marketing Assistant", - "Address": "55 Grizzly Peak Rd.", - "City": "Butte", - "Region": "MT", - "PostalCode": 59801, - "Country": "USA", - "Phone": "(406) 555-5834", - "Fax": "(406) 555-8083", - "Orders": [ - { - "OrderID": 10624, - "EmployeeID": 4, - "OrderDate": "1997-08-07T00:00:00", - "RequiredDate": "1997-09-04T00:00:00", - "ShippedDate": "1997-08-19T00:00:00", - "ShipVia": 2, - "Freight": 94.8, - "ShipName": "The Cracker Box", - "ShipAddress": "55 Grizzly Peak Rd.", - "ShipCity": "Butte", - "ShipRegion": "MT", - "ShipPostalCode": 59801, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ANATR", - "Company": "Ana Trujillo Emparedados y helados", - "ContactName": "Ana Trujillo", - "ContactTitle": "Owner", - "Address": "Avda. de la Constitución 2222", - "City": "México D.F.", - "PostalCode": 5021, - "Country": "Mexico", - "Phone": "(5) 555-4729", - "Fax": "(5) 555-3745", - "Orders": [ - { - "OrderID": 10625, - "EmployeeID": 3, - "OrderDate": "1997-08-08T00:00:00", - "RequiredDate": "1997-09-05T00:00:00", - "ShippedDate": "1997-08-14T00:00:00", - "ShipVia": 1, - "Freight": 43.9, - "ShipName": "Ana Trujillo Emparedados y helados", - "ShipAddress": "Avda. de la Constitución 2222", - "ShipCity": "México D.F.", - "ShipPostalCode": 5021, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 47000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10626, - "EmployeeID": 1, - "OrderDate": "1997-08-11T00:00:00", - "RequiredDate": "1997-09-08T00:00:00", - "ShippedDate": "1997-08-20T00:00:00", - "ShipVia": 2, - "Freight": 138.69, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 39000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10627, - "EmployeeID": 8, - "OrderDate": "1997-08-11T00:00:00", - "RequiredDate": "1997-09-22T00:00:00", - "ShippedDate": "1997-08-21T00:00:00", - "ShipVia": 3, - "Freight": 107.46, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 35, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10628, - "EmployeeID": 4, - "OrderDate": "1997-08-12T00:00:00", - "RequiredDate": "1997-09-09T00:00:00", - "ShippedDate": "1997-08-20T00:00:00", - "ShipVia": 3, - "Freight": 30.36, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10629, - "EmployeeID": 4, - "OrderDate": "1997-08-12T00:00:00", - "RequiredDate": "1997-09-09T00:00:00", - "ShippedDate": "1997-08-20T00:00:00", - "ShipVia": 3, - "Freight": 85.46, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10630, - "EmployeeID": 1, - "OrderDate": "1997-08-13T00:00:00", - "RequiredDate": "1997-09-10T00:00:00", - "ShippedDate": "1997-08-19T00:00:00", - "ShipVia": 2, - "Freight": 32.35, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10631, - "EmployeeID": 8, - "OrderDate": "1997-08-14T00:00:00", - "RequiredDate": "1997-09-11T00:00:00", - "ShippedDate": "1997-08-15T00:00:00", - "ShipVia": 1, - "Freight": 0.87, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 8, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10632, - "EmployeeID": 8, - "OrderDate": "1997-08-14T00:00:00", - "RequiredDate": "1997-09-11T00:00:00", - "ShippedDate": "1997-08-19T00:00:00", - "ShipVia": 1, - "Freight": 41.38, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10633, - "EmployeeID": 7, - "OrderDate": "1997-08-15T00:00:00", - "RequiredDate": "1997-09-12T00:00:00", - "ShippedDate": "1997-08-18T00:00:00", - "ShipVia": 3, - "Freight": 477.9, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 36, - "Discount": 0.16 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 13, - "Discount": 0.16 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 35, - "Discount": 0.16 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 80, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FOLIG", - "Company": "Folies gourmandes", - "ContactName": "Martine Rancé", - "ContactTitle": "Sales Associate", - "Address": "184, chaussée de Tournai", - "City": "Lille", - "PostalCode": 59000, - "Country": "France", - "Phone": "20.16.10.16", - "Fax": "20.16.10.17", - "Orders": [ - { - "OrderID": 10634, - "EmployeeID": 4, - "OrderDate": "1997-08-15T00:00:00", - "RequiredDate": "1997-09-12T00:00:00", - "ShippedDate": "1997-08-21T00:00:00", - "ShipVia": 3, - "Freight": 487.38, - "ShipName": "Folies gourmandes", - "ShipAddress": "184, chaussée de Tournai", - "ShipCity": "Lille", - "ShipPostalCode": 59000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10635, - "EmployeeID": 8, - "OrderDate": "1997-08-18T00:00:00", - "RequiredDate": "1997-09-15T00:00:00", - "ShippedDate": "1997-08-21T00:00:00", - "ShipVia": 3, - "Freight": 47.46, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 5, - "UnitPrice": 21.35, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10636, - "EmployeeID": 4, - "OrderDate": "1997-08-19T00:00:00", - "RequiredDate": "1997-09-16T00:00:00", - "ShippedDate": "1997-08-26T00:00:00", - "ShipVia": 1, - "Freight": 1.15, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10637, - "EmployeeID": 6, - "OrderDate": "1997-08-19T00:00:00", - "RequiredDate": "1997-09-16T00:00:00", - "ShippedDate": "1997-08-26T00:00:00", - "ShipVia": 1, - "Freight": 201.29, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 50, - "UnitPrice": 16.25, - "Quantity": 25, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 60, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10638, - "EmployeeID": 3, - "OrderDate": "1997-08-20T00:00:00", - "RequiredDate": "1997-09-17T00:00:00", - "ShippedDate": "1997-09-01T00:00:00", - "ShipVia": 1, - "Freight": 158.44, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SANTG", - "Company": "Santé Gourmet", - "ContactName": "Jonas Bergulfsen", - "ContactTitle": "Owner", - "Address": "Erling Skakkes gate 78", - "City": "Stavern", - "PostalCode": 4110, - "Country": "Norway", - "Phone": "07-98 92 35", - "Fax": "07-98 92 47", - "Orders": [ - { - "OrderID": 10639, - "EmployeeID": 7, - "OrderDate": "1997-08-20T00:00:00", - "RequiredDate": "1997-09-17T00:00:00", - "ShippedDate": "1997-08-27T00:00:00", - "ShipVia": 3, - "Freight": 38.64, - "ShipName": "Santé Gourmet", - "ShipAddress": "Erling Skakkes gate 78", - "ShipCity": "Stavern", - "ShipPostalCode": 4110, - "ShipCountry": "Norway", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10640, - "EmployeeID": 4, - "OrderDate": "1997-08-21T00:00:00", - "RequiredDate": "1997-09-18T00:00:00", - "ShippedDate": "1997-08-28T00:00:00", - "ShipVia": 1, - "Freight": 23.55, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 15, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10641, - "EmployeeID": 4, - "OrderDate": "1997-08-22T00:00:00", - "RequiredDate": "1997-09-19T00:00:00", - "ShippedDate": "1997-08-26T00:00:00", - "ShipVia": 2, - "Freight": 179.61, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 10642, - "EmployeeID": 7, - "OrderDate": "1997-08-22T00:00:00", - "RequiredDate": "1997-09-19T00:00:00", - "ShippedDate": "1997-09-05T00:00:00", - "ShipVia": 3, - "Freight": 41.89, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 20, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "ALFKI", - "Company": "Alfreds Futterkiste", - "ContactName": "Maria Anders", - "ContactTitle": "Sales Representative", - "Address": "Obere Str. 57", - "City": "Berlin", - "PostalCode": 12209, - "Country": "Germany", - "Phone": "030-0074321", - "Fax": "030-0076545", - "Orders": [ - { - "OrderID": 10643, - "EmployeeID": 6, - "OrderDate": "1997-08-25T00:00:00", - "RequiredDate": "1997-09-22T00:00:00", - "ShippedDate": "1997-09-02T00:00:00", - "ShipVia": 1, - "Freight": 29.46, - "ShipName": "Alfreds Futterkiste", - "ShipAddress": "Obere Str. 57", - "ShipCity": "Berlin", - "ShipPostalCode": 12209, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 15, - "Discount": 0.25 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 21, - "Discount": 0.25 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 2, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10644, - "EmployeeID": 3, - "OrderDate": "1997-08-25T00:00:00", - "RequiredDate": "1997-09-22T00:00:00", - "ShippedDate": "1997-09-01T00:00:00", - "ShipVia": 2, - "Freight": 0.14, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 4, - "Discount": 0.1 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 21, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10645, - "EmployeeID": 4, - "OrderDate": "1997-08-26T00:00:00", - "RequiredDate": "1997-09-23T00:00:00", - "ShippedDate": "1997-09-02T00:00:00", - "ShipVia": 1, - "Freight": 12.41, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10646, - "EmployeeID": 9, - "OrderDate": "1997-08-27T00:00:00", - "RequiredDate": "1997-10-08T00:00:00", - "ShippedDate": "1997-09-03T00:00:00", - "ShipVia": 3, - "Freight": 142.33, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 15, - "Discount": 0.25 - }, - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 18, - "Discount": 0.25 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10647, - "EmployeeID": 4, - "OrderDate": "1997-08-27T00:00:00", - "RequiredDate": "1997-09-10T00:00:00", - "ShippedDate": "1997-09-03T00:00:00", - "ShipVia": 2, - "Freight": 45.54, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10648, - "EmployeeID": 5, - "OrderDate": "1997-08-28T00:00:00", - "RequiredDate": "1997-10-09T00:00:00", - "ShippedDate": "1997-09-09T00:00:00", - "ShipVia": 2, - "Freight": 14.25, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 43000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 10649, - "EmployeeID": 5, - "OrderDate": "1997-08-28T00:00:00", - "RequiredDate": "1997-09-25T00:00:00", - "ShippedDate": "1997-08-29T00:00:00", - "ShipVia": 3, - "Freight": 6.2, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 21000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10650, - "EmployeeID": 5, - "OrderDate": "1997-08-29T00:00:00", - "RequiredDate": "1997-09-26T00:00:00", - "ShippedDate": "1997-09-03T00:00:00", - "ShipVia": 3, - "Freight": 176.81, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 25, - "Discount": 0.06 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10651, - "EmployeeID": 8, - "OrderDate": "1997-09-01T00:00:00", - "RequiredDate": "1997-09-29T00:00:00", - "ShippedDate": "1997-09-11T00:00:00", - "ShipVia": 2, - "Freight": 20.6, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 12, - "Discount": 0.25 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 20, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10652, - "EmployeeID": 4, - "OrderDate": "1997-09-01T00:00:00", - "RequiredDate": "1997-09-29T00:00:00", - "ShippedDate": "1997-09-08T00:00:00", - "ShipVia": 2, - "Freight": 7.14, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 2, - "Discount": 0.25 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10653, - "EmployeeID": 1, - "OrderDate": "1997-09-02T00:00:00", - "RequiredDate": "1997-09-30T00:00:00", - "ShippedDate": "1997-09-19T00:00:00", - "ShipVia": 1, - "Freight": 93.25, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 20, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 28000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10654, - "EmployeeID": 5, - "OrderDate": "1997-09-02T00:00:00", - "RequiredDate": "1997-09-30T00:00:00", - "ShippedDate": "1997-09-11T00:00:00", - "ShipVia": 1, - "Freight": 55.26, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 36000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 12, - "Discount": 0.1 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 6, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10655, - "EmployeeID": 1, - "OrderDate": "1997-09-03T00:00:00", - "RequiredDate": "1997-10-01T00:00:00", - "ShippedDate": "1997-09-11T00:00:00", - "ShipVia": 2, - "Freight": 4.41, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 20, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10656, - "EmployeeID": 6, - "OrderDate": "1997-09-04T00:00:00", - "RequiredDate": "1997-10-02T00:00:00", - "ShippedDate": "1997-09-10T00:00:00", - "ShipVia": 1, - "Freight": 57.15, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 3, - "Discount": 0.1 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 28, - "Discount": 0.1 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 6, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10657, - "EmployeeID": 2, - "OrderDate": "1997-09-04T00:00:00", - "RequiredDate": "1997-10-02T00:00:00", - "ShippedDate": "1997-09-15T00:00:00", - "ShipVia": 2, - "Freight": 352.69, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 15, - "UnitPrice": 15.5, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10658, - "EmployeeID": 4, - "OrderDate": "1997-09-05T00:00:00", - "RequiredDate": "1997-10-03T00:00:00", - "ShippedDate": "1997-09-08T00:00:00", - "ShipVia": 1, - "Freight": 364.15, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 70, - "Discount": 0.06 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 55, - "Discount": 0.06 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 70, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10659, - "EmployeeID": 7, - "OrderDate": "1997-09-05T00:00:00", - "RequiredDate": "1997-10-03T00:00:00", - "ShippedDate": "1997-09-10T00:00:00", - "ShipVia": 2, - "Freight": 105.81, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 24, - "Discount": 0.06 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 40, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "HUNGC", - "Company": "Hungry Coyote Import Store", - "ContactName": "Yoshi Latimer", - "ContactTitle": "Sales Representative", - "Address": "City Center Plaza 516 Main St.", - "City": "Elgin", - "Region": "OR", - "PostalCode": 97827, - "Country": "USA", - "Phone": "(503) 555-6874", - "Fax": "(503) 555-2376", - "Orders": [ - { - "OrderID": 10660, - "EmployeeID": 8, - "OrderDate": "1997-09-08T00:00:00", - "RequiredDate": "1997-10-06T00:00:00", - "ShippedDate": "1997-10-15T00:00:00", - "ShipVia": 1, - "Freight": 111.29, - "ShipName": "Hungry Coyote Import Store", - "ShipAddress": "City Center Plaza 516 Main St.", - "ShipCity": "Elgin", - "ShipRegion": "OR", - "ShipPostalCode": 97827, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10661, - "EmployeeID": 7, - "OrderDate": "1997-09-09T00:00:00", - "RequiredDate": "1997-10-07T00:00:00", - "ShippedDate": "1997-09-15T00:00:00", - "ShipVia": 3, - "Freight": 17.55, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 3, - "Discount": 0.2 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 49, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10662, - "EmployeeID": 3, - "OrderDate": "1997-09-09T00:00:00", - "RequiredDate": "1997-10-07T00:00:00", - "ShippedDate": "1997-09-18T00:00:00", - "ShipVia": 2, - "Freight": 1.28, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10663, - "EmployeeID": 2, - "OrderDate": "1997-09-10T00:00:00", - "RequiredDate": "1997-09-24T00:00:00", - "ShippedDate": "1997-10-03T00:00:00", - "ShipVia": 2, - "Freight": 113.15, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10664, - "EmployeeID": 1, - "OrderDate": "1997-09-10T00:00:00", - "RequiredDate": "1997-10-08T00:00:00", - "ShippedDate": "1997-09-19T00:00:00", - "ShipVia": 3, - "Freight": 1.27, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 24, - "Discount": 0.16 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 12, - "Discount": 0.16 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10665, - "EmployeeID": 1, - "OrderDate": "1997-09-11T00:00:00", - "RequiredDate": "1997-10-09T00:00:00", - "ShippedDate": "1997-09-17T00:00:00", - "ShipVia": 2, - "Freight": 26.31, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10666, - "EmployeeID": 7, - "OrderDate": "1997-09-12T00:00:00", - "RequiredDate": "1997-10-10T00:00:00", - "ShippedDate": "1997-09-22T00:00:00", - "ShipVia": 2, - "Freight": 232.42, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 36, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10667, - "EmployeeID": 7, - "OrderDate": "1997-09-12T00:00:00", - "RequiredDate": "1997-10-10T00:00:00", - "ShippedDate": "1997-09-19T00:00:00", - "ShipVia": 1, - "Freight": 78.09, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 45, - "Discount": 0.2 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 14, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 10668, - "EmployeeID": 1, - "OrderDate": "1997-09-15T00:00:00", - "RequiredDate": "1997-10-13T00:00:00", - "ShippedDate": "1997-09-23T00:00:00", - "ShipVia": 2, - "Freight": 47.22, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 8, - "Discount": 0.1 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 4, - "Discount": 0.1 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 10669, - "EmployeeID": 2, - "OrderDate": "1997-09-15T00:00:00", - "RequiredDate": "1997-10-13T00:00:00", - "ShippedDate": "1997-09-22T00:00:00", - "ShipVia": 1, - "Freight": 24.39, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10670, - "EmployeeID": 4, - "OrderDate": "1997-09-16T00:00:00", - "RequiredDate": "1997-10-14T00:00:00", - "ShippedDate": "1997-09-18T00:00:00", - "ShipVia": 1, - "Freight": 203.48, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 32, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANR", - "Company": "France restauration", - "ContactName": "Carine Schmitt", - "ContactTitle": "Marketing Manager", - "Address": "54, rue Royale", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.32.21.21", - "Fax": "40.32.21.20", - "Orders": [ - { - "OrderID": 10671, - "EmployeeID": 1, - "OrderDate": "1997-09-17T00:00:00", - "RequiredDate": "1997-10-15T00:00:00", - "ShippedDate": "1997-09-24T00:00:00", - "ShipVia": 1, - "Freight": 30.34, - "ShipName": "France restauration", - "ShipAddress": "54, rue Royale", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 32000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10672, - "EmployeeID": 9, - "OrderDate": "1997-09-17T00:00:00", - "RequiredDate": "1997-10-01T00:00:00", - "ShippedDate": "1997-09-26T00:00:00", - "ShipVia": 2, - "Freight": 95.75, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 16000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 10673, - "EmployeeID": 2, - "OrderDate": "1997-09-18T00:00:00", - "RequiredDate": "1997-10-16T00:00:00", - "ShippedDate": "1997-09-19T00:00:00", - "ShipVia": 1, - "Freight": 22.76, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 30000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10674, - "EmployeeID": 4, - "OrderDate": "1997-09-18T00:00:00", - "RequiredDate": "1997-10-16T00:00:00", - "ShippedDate": "1997-09-30T00:00:00", - "ShipVia": 2, - "Freight": 0.9, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 60688, - "ShipPostalCode": 25000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10675, - "EmployeeID": 5, - "OrderDate": "1997-09-19T00:00:00", - "RequiredDate": "1997-10-17T00:00:00", - "ShippedDate": "1997-09-23T00:00:00", - "ShipVia": 2, - "Freight": 31.85, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10676, - "EmployeeID": 2, - "OrderDate": "1997-09-22T00:00:00", - "RequiredDate": "1997-10-20T00:00:00", - "ShippedDate": "1997-09-29T00:00:00", - "ShipVia": 2, - "Freight": 2.01, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10677, - "EmployeeID": 1, - "OrderDate": "1997-09-22T00:00:00", - "RequiredDate": "1997-10-20T00:00:00", - "ShippedDate": "1997-09-26T00:00:00", - "ShipVia": 3, - "Freight": 4.03, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 30, - "Discount": 0.16 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 8, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10678, - "EmployeeID": 7, - "OrderDate": "1997-09-23T00:00:00", - "RequiredDate": "1997-10-21T00:00:00", - "ShippedDate": "1997-10-16T00:00:00", - "ShipVia": 3, - "Freight": 388.98, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 100, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 120, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10679, - "EmployeeID": 8, - "OrderDate": "1997-09-23T00:00:00", - "RequiredDate": "1997-10-21T00:00:00", - "ShippedDate": "1997-09-30T00:00:00", - "ShipVia": 3, - "Freight": 27.94, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10680, - "EmployeeID": 1, - "OrderDate": "1997-09-24T00:00:00", - "RequiredDate": "1997-10-22T00:00:00", - "ShippedDate": "1997-09-26T00:00:00", - "ShipVia": 1, - "Freight": 26.61, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 50, - "Discount": 0.25 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 40, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10681, - "EmployeeID": 3, - "OrderDate": "1997-09-25T00:00:00", - "RequiredDate": "1997-10-23T00:00:00", - "ShippedDate": "1997-09-30T00:00:00", - "ShipVia": 3, - "Freight": 76.13, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 12, - "Discount": 0.1 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10682, - "EmployeeID": 3, - "OrderDate": "1997-09-25T00:00:00", - "RequiredDate": "1997-10-23T00:00:00", - "ShippedDate": "1997-10-01T00:00:00", - "ShipVia": 2, - "Freight": 36.13, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 66, - "UnitPrice": 17, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DUMON", - "Company": "Du monde entier", - "ContactName": "Janine Labrune", - "ContactTitle": "Owner", - "Address": "67, rue des Cinquante Otages", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.67.88.88", - "Fax": "40.67.89.89", - "Orders": [ - { - "OrderID": 10683, - "EmployeeID": 2, - "OrderDate": "1997-09-26T00:00:00", - "RequiredDate": "1997-10-24T00:00:00", - "ShippedDate": "1997-10-01T00:00:00", - "ShipVia": 1, - "Freight": 4.4, - "ShipName": "Du monde entier", - "ShipAddress": "67, rue des Cinquante Otages", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10684, - "EmployeeID": 3, - "OrderDate": "1997-09-26T00:00:00", - "RequiredDate": "1997-10-24T00:00:00", - "ShippedDate": "1997-09-30T00:00:00", - "ShipVia": 1, - "Freight": 145.63, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10685, - "EmployeeID": 4, - "OrderDate": "1997-09-29T00:00:00", - "RequiredDate": "1997-10-13T00:00:00", - "ShippedDate": "1997-10-03T00:00:00", - "ShipVia": 2, - "Freight": 33.75, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10686, - "EmployeeID": 2, - "OrderDate": "1997-09-30T00:00:00", - "RequiredDate": "1997-10-28T00:00:00", - "ShippedDate": "1997-10-08T00:00:00", - "ShipVia": 1, - "Freight": 96.5, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10687, - "EmployeeID": 9, - "OrderDate": "1997-09-30T00:00:00", - "RequiredDate": "1997-10-28T00:00:00", - "ShippedDate": "1997-10-30T00:00:00", - "ShipVia": 2, - "Freight": 296.43, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 9, - "UnitPrice": 97, - "Quantity": 50, - "Discount": 0.25 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 6, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10688, - "EmployeeID": 4, - "OrderDate": "1997-10-01T00:00:00", - "RequiredDate": "1997-10-15T00:00:00", - "ShippedDate": "1997-10-07T00:00:00", - "ShipVia": 2, - "Freight": 299.09, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 18, - "Discount": 0.1 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 60, - "Discount": 0.1 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 21000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10689, - "EmployeeID": 1, - "OrderDate": "1997-10-01T00:00:00", - "RequiredDate": "1997-10-29T00:00:00", - "ShippedDate": "1997-10-07T00:00:00", - "ShipVia": 2, - "Freight": 13.42, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 24000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10690, - "EmployeeID": 1, - "OrderDate": "1997-10-02T00:00:00", - "RequiredDate": "1997-10-30T00:00:00", - "ShippedDate": "1997-10-03T00:00:00", - "ShipVia": 1, - "Freight": 15.8, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 30, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10691, - "EmployeeID": 2, - "OrderDate": "1997-10-03T00:00:00", - "RequiredDate": "1997-11-14T00:00:00", - "ShippedDate": "1997-10-22T00:00:00", - "ShipVia": 2, - "Freight": 810.05, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 48, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ALFKI", - "Company": "Alfreds Futterkiste", - "ContactName": "Maria Anders", - "ContactTitle": "Sales Representative", - "Address": "Obere Str. 57", - "City": "Berlin", - "PostalCode": 12209, - "Country": "Germany", - "Phone": "030-0074321", - "Fax": "030-0076545", - "Orders": [ - { - "OrderID": 10692, - "EmployeeID": 4, - "OrderDate": "1997-10-03T00:00:00", - "RequiredDate": "1997-10-31T00:00:00", - "ShippedDate": "1997-10-13T00:00:00", - "ShipVia": 2, - "Freight": 61.02, - "ShipName": "Alfred's Futterkiste", - "ShipAddress": "Obere Str. 57", - "ShipCity": "Berlin", - "ShipPostalCode": 12209, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10693, - "EmployeeID": 3, - "OrderDate": "1997-10-06T00:00:00", - "RequiredDate": "1997-10-20T00:00:00", - "ShippedDate": "1997-10-10T00:00:00", - "ShipVia": 3, - "Freight": 139.34, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 9, - "UnitPrice": 97, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 60, - "Discount": 0.16 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 30, - "Discount": 0.16 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10694, - "EmployeeID": 8, - "OrderDate": "1997-10-06T00:00:00", - "RequiredDate": "1997-11-03T00:00:00", - "ShippedDate": "1997-10-09T00:00:00", - "ShipVia": 3, - "Freight": 398.36, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 90, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 10695, - "EmployeeID": 7, - "OrderDate": "1997-10-07T00:00:00", - "RequiredDate": "1997-11-18T00:00:00", - "ShippedDate": "1997-10-14T00:00:00", - "ShipVia": 1, - "Freight": 16.72, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10696, - "EmployeeID": 8, - "OrderDate": "1997-10-08T00:00:00", - "RequiredDate": "1997-11-19T00:00:00", - "ShippedDate": "1997-10-14T00:00:00", - "ShipVia": 3, - "Freight": 102.55, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10697, - "EmployeeID": 3, - "OrderDate": "1997-10-08T00:00:00", - "RequiredDate": "1997-11-05T00:00:00", - "ShippedDate": "1997-10-14T00:00:00", - "ShipVia": 1, - "Freight": 45.52, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 7, - "Discount": 0.25 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 9, - "Discount": 0.25 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 30, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10698, - "EmployeeID": 4, - "OrderDate": "1997-10-09T00:00:00", - "RequiredDate": "1997-11-06T00:00:00", - "ShippedDate": "1997-10-17T00:00:00", - "ShipVia": 1, - "Freight": 272.47, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 8, - "Discount": 0.06 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 65, - "Discount": 0.06 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 8, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "MORGK", - "Company": "Morgenstern Gesundkost", - "ContactName": "Alexander Feuer", - "ContactTitle": "Marketing Assistant", - "Address": "Heerstr. 22", - "City": "Leipzig", - "PostalCode": 4179, - "Country": "Germany", - "Phone": "0342-023176", - "Orders": [ - { - "OrderID": 10699, - "EmployeeID": 3, - "OrderDate": "1997-10-09T00:00:00", - "RequiredDate": "1997-11-06T00:00:00", - "ShippedDate": "1997-10-13T00:00:00", - "ShipVia": 3, - "Freight": 0.58, - "ShipName": "Morgenstern Gesundkost", - "ShipAddress": "Heerstr. 22", - "ShipCity": "Leipzig", - "ShipPostalCode": 4179, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10700, - "EmployeeID": 3, - "OrderDate": "1997-10-10T00:00:00", - "RequiredDate": "1997-11-07T00:00:00", - "ShippedDate": "1997-10-16T00:00:00", - "ShipVia": 1, - "Freight": 65.1, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 5, - "Discount": 0.2 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 12, - "Discount": 0.2 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 60, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10701, - "EmployeeID": 6, - "OrderDate": "1997-10-13T00:00:00", - "RequiredDate": "1997-10-27T00:00:00", - "ShippedDate": "1997-10-15T00:00:00", - "ShipVia": 3, - "Freight": 220.31, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 42, - "Discount": 0.16 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 35, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "ALFKI", - "Company": "Alfreds Futterkiste", - "ContactName": "Maria Anders", - "ContactTitle": "Sales Representative", - "Address": "Obere Str. 57", - "City": "Berlin", - "PostalCode": 12209, - "Country": "Germany", - "Phone": "030-0074321", - "Fax": "030-0076545", - "Orders": [ - { - "OrderID": 10702, - "EmployeeID": 4, - "OrderDate": "1997-10-13T00:00:00", - "RequiredDate": "1997-11-24T00:00:00", - "ShippedDate": "1997-10-21T00:00:00", - "ShipVia": 1, - "Freight": 23.94, - "ShipName": "Alfred's Futterkiste", - "ShipAddress": "Obere Str. 57", - "ShipCity": "Berlin", - "ShipPostalCode": 12209, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 47000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10703, - "EmployeeID": 6, - "OrderDate": "1997-10-14T00:00:00", - "RequiredDate": "1997-11-11T00:00:00", - "ShippedDate": "1997-10-20T00:00:00", - "ShipVia": 2, - "Freight": 152.3, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 22000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10704, - "EmployeeID": 6, - "OrderDate": "1997-10-14T00:00:00", - "RequiredDate": "1997-11-11T00:00:00", - "ShippedDate": "1997-11-07T00:00:00", - "ShipVia": 1, - "Freight": 4.78, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 48, - "UnitPrice": 12.75, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10705, - "EmployeeID": 9, - "OrderDate": "1997-10-15T00:00:00", - "RequiredDate": "1997-11-12T00:00:00", - "ShippedDate": "1997-11-18T00:00:00", - "ShipVia": 2, - "Freight": 3.52, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10706, - "EmployeeID": 8, - "OrderDate": "1997-10-16T00:00:00", - "RequiredDate": "1997-11-13T00:00:00", - "ShippedDate": "1997-10-21T00:00:00", - "ShipVia": 3, - "Freight": 135.63, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 14000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10707, - "EmployeeID": 4, - "OrderDate": "1997-10-16T00:00:00", - "RequiredDate": "1997-10-30T00:00:00", - "ShippedDate": "1997-10-23T00:00:00", - "ShipVia": 3, - "Freight": 21.74, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 29000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 28, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "THEBI", - "Company": "The Big Cheese", - "ContactName": "Liz Nixon", - "ContactTitle": "Marketing Manager", - "Address": "89 Jefferson Way Suite 2", - "City": "Portland", - "Region": "OR", - "PostalCode": 97201, - "Country": "USA", - "Phone": "(503) 555-3612", - "Orders": [ - { - "OrderID": 10708, - "EmployeeID": 6, - "OrderDate": "1997-10-17T00:00:00", - "RequiredDate": "1997-11-28T00:00:00", - "ShippedDate": "1997-11-05T00:00:00", - "ShipVia": 2, - "Freight": 2.96, - "ShipName": "The Big Cheese", - "ShipAddress": "89 Jefferson Way Suite 2", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97201, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 5, - "UnitPrice": 21.35, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10709, - "EmployeeID": 1, - "OrderDate": "1997-10-17T00:00:00", - "RequiredDate": "1997-11-14T00:00:00", - "ShippedDate": "1997-11-20T00:00:00", - "ShipVia": 3, - "Freight": 210.8, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANS", - "Company": "Franchi S.p.A.", - "ContactName": "Paolo Accorti", - "ContactTitle": "Sales Representative", - "Address": "Via Monte Bianco 34", - "City": "Torino", - "PostalCode": 10100, - "Country": "Italy", - "Phone": "011-4988260", - "Fax": "011-4988261", - "Orders": [ - { - "OrderID": 10710, - "EmployeeID": 1, - "OrderDate": "1997-10-20T00:00:00", - "RequiredDate": "1997-11-17T00:00:00", - "ShippedDate": "1997-10-23T00:00:00", - "ShipVia": 1, - "Freight": 4.98, - "ShipName": "Franchi S.p.A.", - "ShipAddress": "Via Monte Bianco 34", - "ShipCity": "Torino", - "ShipPostalCode": 10100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10711, - "EmployeeID": 5, - "OrderDate": "1997-10-21T00:00:00", - "RequiredDate": "1997-12-02T00:00:00", - "ShippedDate": "1997-10-29T00:00:00", - "ShipVia": 2, - "Freight": 52.41, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 42, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 120, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10712, - "EmployeeID": 3, - "OrderDate": "1997-10-21T00:00:00", - "RequiredDate": "1997-11-18T00:00:00", - "ShippedDate": "1997-10-31T00:00:00", - "ShipVia": 1, - "Freight": 89.93, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 3, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10713, - "EmployeeID": 1, - "OrderDate": "1997-10-22T00:00:00", - "RequiredDate": "1997-11-19T00:00:00", - "ShippedDate": "1997-10-24T00:00:00", - "ShipVia": 1, - "Freight": 167.05, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 110, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 24, - "Discount": 0 - } - ] - }, - { - "OrderID": 10714, - "EmployeeID": 5, - "OrderDate": "1997-10-22T00:00:00", - "RequiredDate": "1997-11-19T00:00:00", - "ShippedDate": "1997-10-27T00:00:00", - "ShipVia": 3, - "Freight": 24.49, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 27, - "Discount": 0.25 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 50, - "Discount": 0.25 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 18, - "Discount": 0.25 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 12, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10715, - "EmployeeID": 3, - "OrderDate": "1997-10-23T00:00:00", - "RequiredDate": "1997-11-06T00:00:00", - "ShippedDate": "1997-10-29T00:00:00", - "ShipVia": 1, - "Freight": 63.2, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RANCH", - "Company": "Rancho grande", - "ContactName": "Sergio Gutiérrez", - "ContactTitle": "Sales Representative", - "Address": "Av. del Libertador 900", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 123-5555", - "Fax": "(1) 123-5556", - "Orders": [ - { - "OrderID": 10716, - "EmployeeID": 4, - "OrderDate": "1997-10-24T00:00:00", - "RequiredDate": "1997-11-21T00:00:00", - "ShippedDate": "1997-10-27T00:00:00", - "ShipVia": 2, - "Freight": 22.57, - "ShipName": "Rancho grande", - "ShipAddress": "Av. del Libertador 900", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10717, - "EmployeeID": 1, - "OrderDate": "1997-10-24T00:00:00", - "RequiredDate": "1997-11-21T00:00:00", - "ShippedDate": "1997-10-29T00:00:00", - "ShipVia": 2, - "Freight": 59.25, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 32, - "Discount": 0.06 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 25, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10718, - "EmployeeID": 1, - "OrderDate": "1997-10-27T00:00:00", - "RequiredDate": "1997-11-24T00:00:00", - "ShippedDate": "1997-10-29T00:00:00", - "ShipVia": 3, - "Freight": 170.88, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 36, - "Discount": 0 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LETSS", - "Company": "Let's Stop N Shop", - "ContactName": "Jaime Yorres", - "ContactTitle": "Owner", - "Address": "87 Polk St. Suite 5", - "City": "San Francisco", - "Region": "CA", - "PostalCode": 94117, - "Country": "USA", - "Phone": "(415) 555-5938", - "Orders": [ - { - "OrderID": 10719, - "EmployeeID": 8, - "OrderDate": "1997-10-27T00:00:00", - "RequiredDate": "1997-11-24T00:00:00", - "ShippedDate": "1997-11-05T00:00:00", - "ShipVia": 2, - "Freight": 51.44, - "ShipName": "Let's Stop N Shop", - "ShipAddress": "87 Polk St. Suite 5", - "ShipCity": "San Francisco", - "ShipRegion": "CA", - "ShipPostalCode": 94117, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 12, - "Discount": 0.25 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 3, - "Discount": 0.25 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 40, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10720, - "EmployeeID": 8, - "OrderDate": "1997-10-28T00:00:00", - "RequiredDate": "1997-11-11T00:00:00", - "ShippedDate": "1997-11-05T00:00:00", - "ShipVia": 2, - "Freight": 9.53, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10721, - "EmployeeID": 5, - "OrderDate": "1997-10-29T00:00:00", - "RequiredDate": "1997-11-26T00:00:00", - "ShippedDate": "1997-10-31T00:00:00", - "ShipVia": 3, - "Freight": 48.92, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 50, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10722, - "EmployeeID": 8, - "OrderDate": "1997-10-29T00:00:00", - "RequiredDate": "1997-12-10T00:00:00", - "ShippedDate": "1997-11-04T00:00:00", - "ShipVia": 1, - "Freight": 74.58, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 42, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10723, - "EmployeeID": 3, - "OrderDate": "1997-10-30T00:00:00", - "RequiredDate": "1997-11-27T00:00:00", - "ShippedDate": "1997-11-25T00:00:00", - "ShipVia": 1, - "Freight": 21.72, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MEREP", - "Company": "Mère Paillarde", - "ContactName": "Jean Fresnière", - "ContactTitle": "Marketing Assistant", - "Address": "43 rue St. Laurent", - "City": "Montréal", - "Region": "Québec", - "PostalCode": 31000, - "Country": "Canada", - "Phone": "(514) 555-8054", - "Fax": "(514) 555-8055", - "Orders": [ - { - "OrderID": 10724, - "EmployeeID": 8, - "OrderDate": "1997-10-30T00:00:00", - "RequiredDate": "1997-12-11T00:00:00", - "ShippedDate": "1997-11-05T00:00:00", - "ShipVia": 2, - "Freight": 57.75, - "ShipName": "Mère Paillarde", - "ShipAddress": "43 rue St. Laurent", - "ShipCity": "Montréal", - "ShipRegion": "Québec", - "ShipPostalCode": 39000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FAMIA", - "Company": "Familia Arquibaldo", - "ContactName": "Aria Cruz", - "ContactTitle": "Marketing Assistant", - "Address": "Rua Orós, 92", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5442, - "Country": "Brazil", - "Phone": "(11) 555-9857", - "Orders": [ - { - "OrderID": 10725, - "EmployeeID": 4, - "OrderDate": "1997-10-31T00:00:00", - "RequiredDate": "1997-11-28T00:00:00", - "ShippedDate": "1997-11-05T00:00:00", - "ShipVia": 3, - "Freight": 10.83, - "ShipName": "Familia Arquibaldo", - "ShipAddress": "Rua Orós, 92", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5442, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 18000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 10726, - "EmployeeID": 4, - "OrderDate": "1997-11-03T00:00:00", - "RequiredDate": "1997-11-17T00:00:00", - "ShippedDate": "1997-12-05T00:00:00", - "ShipVia": 1, - "Freight": 16.56, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 21000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10727, - "EmployeeID": 2, - "OrderDate": "1997-11-03T00:00:00", - "RequiredDate": "1997-12-01T00:00:00", - "ShippedDate": "1997-12-05T00:00:00", - "ShipVia": 1, - "Freight": 89.9, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 10, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10728, - "EmployeeID": 4, - "OrderDate": "1997-11-04T00:00:00", - "RequiredDate": "1997-12-02T00:00:00", - "ShippedDate": "1997-11-11T00:00:00", - "ShipVia": 2, - "Freight": 58.33, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10729, - "EmployeeID": 8, - "OrderDate": "1997-11-04T00:00:00", - "RequiredDate": "1997-12-16T00:00:00", - "ShippedDate": "1997-11-14T00:00:00", - "ShipVia": 3, - "Freight": 141.06, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 50, - "UnitPrice": 16.25, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10730, - "EmployeeID": 5, - "OrderDate": "1997-11-05T00:00:00", - "RequiredDate": "1997-12-03T00:00:00", - "ShippedDate": "1997-11-14T00:00:00", - "ShipVia": 1, - "Freight": 20.12, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 3, - "Discount": 0.06 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 10, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 10731, - "EmployeeID": 7, - "OrderDate": "1997-11-06T00:00:00", - "RequiredDate": "1997-12-04T00:00:00", - "ShippedDate": "1997-11-14T00:00:00", - "ShipVia": 1, - "Freight": 96.65, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0.06 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 30, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10732, - "EmployeeID": 3, - "OrderDate": "1997-11-06T00:00:00", - "RequiredDate": "1997-12-04T00:00:00", - "ShippedDate": "1997-11-07T00:00:00", - "ShipVia": 1, - "Freight": 16.97, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 29000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10733, - "EmployeeID": 1, - "OrderDate": "1997-11-07T00:00:00", - "RequiredDate": "1997-12-05T00:00:00", - "ShippedDate": "1997-11-10T00:00:00", - "ShipVia": 3, - "Freight": 110.11, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 27000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10734, - "EmployeeID": 2, - "OrderDate": "1997-11-07T00:00:00", - "RequiredDate": "1997-12-05T00:00:00", - "ShippedDate": "1997-11-12T00:00:00", - "ShipVia": 3, - "Freight": 1.63, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LETSS", - "Company": "Let's Stop N Shop", - "ContactName": "Jaime Yorres", - "ContactTitle": "Owner", - "Address": "87 Polk St. Suite 5", - "City": "San Francisco", - "Region": "CA", - "PostalCode": 94117, - "Country": "USA", - "Phone": "(415) 555-5938", - "Orders": [ - { - "OrderID": 10735, - "EmployeeID": 6, - "OrderDate": "1997-11-10T00:00:00", - "RequiredDate": "1997-12-08T00:00:00", - "ShippedDate": "1997-11-21T00:00:00", - "ShipVia": 2, - "Freight": 45.97, - "ShipName": "Let's Stop N Shop", - "ShipAddress": "87 Polk St. Suite 5", - "ShipCity": "San Francisco", - "ShipRegion": "CA", - "ShipPostalCode": 94117, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 2, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10736, - "EmployeeID": 9, - "OrderDate": "1997-11-11T00:00:00", - "RequiredDate": "1997-12-09T00:00:00", - "ShippedDate": "1997-11-21T00:00:00", - "ShipVia": 2, - "Freight": 44.1, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VINET", - "Company": "Vins et alcools Chevalier", - "ContactName": "Paul Henriot", - "ContactTitle": "Accounting Manager", - "Address": "59 rue de l'Abbaye", - "City": "Reims", - "PostalCode": 51100, - "Country": "France", - "Phone": "26.47.15.10", - "Fax": "26.47.15.11", - "Orders": [ - { - "OrderID": 10737, - "EmployeeID": 2, - "OrderDate": "1997-11-11T00:00:00", - "RequiredDate": "1997-12-09T00:00:00", - "ShippedDate": "1997-11-18T00:00:00", - "ShipVia": 2, - "Freight": 7.79, - "ShipName": "Vins et alcools Chevalier", - "ShipAddress": "59 rue de l'Abbaye", - "ShipCity": "Reims", - "ShipPostalCode": 51100, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPECD", - "Company": "Spécialités du monde", - "ContactName": "Dominique Perrier", - "ContactTitle": "Marketing Manager", - "Address": "25, rue Lauriston", - "City": "Paris", - "PostalCode": 75016, - "Country": "France", - "Phone": "(1) 47.55.60.10", - "Fax": "(1) 47.55.60.20", - "Orders": [ - { - "OrderID": 10738, - "EmployeeID": 2, - "OrderDate": "1997-11-12T00:00:00", - "RequiredDate": "1997-12-10T00:00:00", - "ShippedDate": "1997-11-18T00:00:00", - "ShipVia": 1, - "Freight": 2.91, - "ShipName": "Spécialités du monde", - "ShipAddress": "25, rue Lauriston", - "ShipCity": "Paris", - "ShipPostalCode": 75016, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VINET", - "Company": "Vins et alcools Chevalier", - "ContactName": "Paul Henriot", - "ContactTitle": "Accounting Manager", - "Address": "59 rue de l'Abbaye", - "City": "Reims", - "PostalCode": 51100, - "Country": "France", - "Phone": "26.47.15.10", - "Fax": "26.47.15.11", - "Orders": [ - { - "OrderID": 10739, - "EmployeeID": 3, - "OrderDate": "1997-11-12T00:00:00", - "RequiredDate": "1997-12-10T00:00:00", - "ShippedDate": "1997-11-17T00:00:00", - "ShipVia": 3, - "Freight": 11.08, - "ShipName": "Vins et alcools Chevalier", - "ShipAddress": "59 rue de l'Abbaye", - "ShipCity": "Reims", - "ShipPostalCode": 51100, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10740, - "EmployeeID": 4, - "OrderDate": "1997-11-13T00:00:00", - "RequiredDate": "1997-12-11T00:00:00", - "ShippedDate": "1997-11-25T00:00:00", - "ShipVia": 2, - "Freight": 81.88, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 5, - "Discount": 0.2 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 40, - "Discount": 0.2 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 14, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 30000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10741, - "EmployeeID": 4, - "OrderDate": "1997-11-14T00:00:00", - "RequiredDate": "1997-11-28T00:00:00", - "ShippedDate": "1997-11-18T00:00:00", - "ShipVia": 3, - "Freight": 10.96, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 13000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 15, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 14000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10742, - "EmployeeID": 3, - "OrderDate": "1997-11-14T00:00:00", - "RequiredDate": "1997-12-12T00:00:00", - "ShippedDate": "1997-11-18T00:00:00", - "ShipVia": 3, - "Freight": 243.73, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 25000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 37000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10743, - "EmployeeID": 1, - "OrderDate": "1997-11-17T00:00:00", - "RequiredDate": "1997-12-15T00:00:00", - "ShippedDate": "1997-11-21T00:00:00", - "ShipVia": 2, - "Freight": 23.72, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 48000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 28, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10744, - "EmployeeID": 6, - "OrderDate": "1997-11-17T00:00:00", - "RequiredDate": "1997-12-15T00:00:00", - "ShippedDate": "1997-11-24T00:00:00", - "ShipVia": 1, - "Freight": 69.19, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 50, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10745, - "EmployeeID": 9, - "OrderDate": "1997-11-18T00:00:00", - "RequiredDate": "1997-12-16T00:00:00", - "ShippedDate": "1997-11-27T00:00:00", - "ShipVia": 1, - "Freight": 3.52, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 7, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 10746, - "EmployeeID": 1, - "OrderDate": "1997-11-19T00:00:00", - "RequiredDate": "1997-12-17T00:00:00", - "ShippedDate": "1997-11-21T00:00:00", - "ShipVia": 3, - "Freight": 31.43, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10747, - "EmployeeID": 6, - "OrderDate": "1997-11-19T00:00:00", - "RequiredDate": "1997-12-17T00:00:00", - "ShippedDate": "1997-11-26T00:00:00", - "ShipVia": 1, - "Freight": 117.33, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10748, - "EmployeeID": 3, - "OrderDate": "1997-11-20T00:00:00", - "RequiredDate": "1997-12-18T00:00:00", - "ShippedDate": "1997-11-28T00:00:00", - "ShipVia": 1, - "Freight": 232.55, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 44, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 36000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10749, - "EmployeeID": 4, - "OrderDate": "1997-11-20T00:00:00", - "RequiredDate": "1997-12-18T00:00:00", - "ShippedDate": "1997-12-19T00:00:00", - "ShipVia": 2, - "Freight": 61.53, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 40198, - "ShipPostalCode": 33000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10750, - "EmployeeID": 9, - "OrderDate": "1997-11-21T00:00:00", - "RequiredDate": "1997-12-19T00:00:00", - "ShippedDate": "1997-11-24T00:00:00", - "ShipVia": 1, - "Freight": 79.3, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 5, - "Discount": 0.16 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 25, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10751, - "EmployeeID": 3, - "OrderDate": "1997-11-24T00:00:00", - "RequiredDate": "1997-12-22T00:00:00", - "ShippedDate": "1997-12-03T00:00:00", - "ShipVia": 3, - "Freight": 130.79, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 12, - "Discount": 0.1 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 50, - "UnitPrice": 16.25, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "NORTS", - "Company": "North/South", - "ContactName": "Simon Crowther", - "ContactTitle": "Sales Associate", - "Address": "South House 300 Queensbridge", - "City": "London", - "PostalCode": 15000, - "Country": "UK", - "Phone": "(171) 555-7733", - "Fax": "(171) 555-2530", - "Orders": [ - { - "OrderID": 10752, - "EmployeeID": 2, - "OrderDate": "1997-11-24T00:00:00", - "RequiredDate": "1997-12-22T00:00:00", - "ShippedDate": "1997-11-28T00:00:00", - "ShipVia": 3, - "Freight": 1.39, - "ShipName": "North/South", - "ShipAddress": "South House 300 Queensbridge", - "ShipCity": "London", - "ShipPostalCode": 34000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANS", - "Company": "Franchi S.p.A.", - "ContactName": "Paolo Accorti", - "ContactTitle": "Sales Representative", - "Address": "Via Monte Bianco 34", - "City": "Torino", - "PostalCode": 10100, - "Country": "Italy", - "Phone": "011-4988260", - "Fax": "011-4988261", - "Orders": [ - { - "OrderID": 10753, - "EmployeeID": 3, - "OrderDate": "1997-11-25T00:00:00", - "RequiredDate": "1997-12-23T00:00:00", - "ShippedDate": "1997-11-27T00:00:00", - "ShipVia": 1, - "Freight": 7.7, - "ShipName": "Franchi S.p.A.", - "ShipAddress": "Via Monte Bianco 34", - "ShipCity": "Torino", - "ShipPostalCode": 10100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 10, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10754, - "EmployeeID": 6, - "OrderDate": "1997-11-25T00:00:00", - "RequiredDate": "1997-12-23T00:00:00", - "ShippedDate": "1997-11-27T00:00:00", - "ShipVia": 3, - "Freight": 2.38, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10755, - "EmployeeID": 4, - "OrderDate": "1997-11-26T00:00:00", - "RequiredDate": "1997-12-24T00:00:00", - "ShippedDate": "1997-11-28T00:00:00", - "ShipVia": 2, - "Freight": 16.71, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 14, - "Discount": 0.25 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 25, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10756, - "EmployeeID": 8, - "OrderDate": "1997-11-27T00:00:00", - "RequiredDate": "1997-12-25T00:00:00", - "ShippedDate": "1997-12-02T00:00:00", - "ShipVia": 2, - "Freight": 73.21, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 21, - "Discount": 0.2 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 6, - "Discount": 0.2 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 20, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10757, - "EmployeeID": 6, - "OrderDate": "1997-11-27T00:00:00", - "RequiredDate": "1997-12-25T00:00:00", - "ShippedDate": "1997-12-15T00:00:00", - "ShipVia": 1, - "Freight": 8.19, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10758, - "EmployeeID": 3, - "OrderDate": "1997-11-28T00:00:00", - "RequiredDate": "1997-12-26T00:00:00", - "ShippedDate": "1997-12-04T00:00:00", - "ShipVia": 3, - "Freight": 138.17, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ANATR", - "Company": "Ana Trujillo Emparedados y helados", - "ContactName": "Ana Trujillo", - "ContactTitle": "Owner", - "Address": "Avda. de la Constitución 2222", - "City": "México D.F.", - "PostalCode": 5021, - "Country": "Mexico", - "Phone": "(5) 555-4729", - "Fax": "(5) 555-3745", - "Orders": [ - { - "OrderID": 10759, - "EmployeeID": 3, - "OrderDate": "1997-11-28T00:00:00", - "RequiredDate": "1997-12-26T00:00:00", - "ShippedDate": "1997-12-12T00:00:00", - "ShipVia": 3, - "Freight": 11.99, - "ShipName": "Ana Trujillo Emparedados y helados", - "ShipAddress": "Avda. de la Constitución 2222", - "ShipCity": "México D.F.", - "ShipPostalCode": 5021, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 38000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 10760, - "EmployeeID": 4, - "OrderDate": "1997-12-01T00:00:00", - "RequiredDate": "1997-12-29T00:00:00", - "ShippedDate": "1997-12-10T00:00:00", - "ShipVia": 1, - "Freight": 155.64, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 12000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 12, - "Discount": 0.25 - }, - { - "ProductID": 27, - "UnitPrice": 43.9, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 30, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10761, - "EmployeeID": 5, - "OrderDate": "1997-12-02T00:00:00", - "RequiredDate": "1997-12-30T00:00:00", - "ShippedDate": "1997-12-08T00:00:00", - "ShipVia": 2, - "Freight": 18.66, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 35, - "Discount": 0.25 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 34000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10762, - "EmployeeID": 3, - "OrderDate": "1997-12-02T00:00:00", - "RequiredDate": "1997-12-30T00:00:00", - "ShippedDate": "1997-12-09T00:00:00", - "ShipVia": 1, - "Freight": 328.74, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 32000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLIG", - "Company": "Folies gourmandes", - "ContactName": "Martine Rancé", - "ContactTitle": "Sales Associate", - "Address": "184, chaussée de Tournai", - "City": "Lille", - "PostalCode": 59000, - "Country": "France", - "Phone": "20.16.10.16", - "Fax": "20.16.10.17", - "Orders": [ - { - "OrderID": 10763, - "EmployeeID": 3, - "OrderDate": "1997-12-03T00:00:00", - "RequiredDate": "1997-12-31T00:00:00", - "ShippedDate": "1997-12-08T00:00:00", - "ShipVia": 3, - "Freight": 37.35, - "ShipName": "Folies gourmandes", - "ShipAddress": "184, chaussée de Tournai", - "ShipCity": "Lille", - "ShipPostalCode": 59000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10764, - "EmployeeID": 6, - "OrderDate": "1997-12-03T00:00:00", - "RequiredDate": "1997-12-31T00:00:00", - "ShippedDate": "1997-12-08T00:00:00", - "ShipVia": 3, - "Freight": 145.45, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 130, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10765, - "EmployeeID": 3, - "OrderDate": "1997-12-04T00:00:00", - "RequiredDate": "1998-01-01T00:00:00", - "ShippedDate": "1997-12-09T00:00:00", - "ShipVia": 3, - "Freight": 42.74, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 80, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10766, - "EmployeeID": 4, - "OrderDate": "1997-12-05T00:00:00", - "RequiredDate": "1998-01-02T00:00:00", - "ShippedDate": "1997-12-09T00:00:00", - "ShipVia": 1, - "Freight": 157.55, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10767, - "EmployeeID": 4, - "OrderDate": "1997-12-05T00:00:00", - "RequiredDate": "1998-01-02T00:00:00", - "ShippedDate": "1997-12-15T00:00:00", - "ShipVia": 3, - "Freight": 1.59, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 43000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10768, - "EmployeeID": 3, - "OrderDate": "1997-12-08T00:00:00", - "RequiredDate": "1998-01-05T00:00:00", - "ShippedDate": "1997-12-15T00:00:00", - "ShipVia": 2, - "Freight": 146.32, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 32000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10769, - "EmployeeID": 3, - "OrderDate": "1997-12-08T00:00:00", - "RequiredDate": "1998-01-05T00:00:00", - "ShippedDate": "1997-12-12T00:00:00", - "ShipVia": 1, - "Freight": 65.06, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10770, - "EmployeeID": 8, - "OrderDate": "1997-12-09T00:00:00", - "RequiredDate": "1998-01-06T00:00:00", - "ShippedDate": "1997-12-17T00:00:00", - "ShipVia": 3, - "Freight": 5.32, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10771, - "EmployeeID": 9, - "OrderDate": "1997-12-10T00:00:00", - "RequiredDate": "1998-01-07T00:00:00", - "ShippedDate": "1998-01-02T00:00:00", - "ShipVia": 2, - "Freight": 11.19, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10772, - "EmployeeID": 3, - "OrderDate": "1997-12-10T00:00:00", - "RequiredDate": "1998-01-07T00:00:00", - "ShippedDate": "1997-12-19T00:00:00", - "ShipVia": 2, - "Freight": 91.28, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10773, - "EmployeeID": 1, - "OrderDate": "1997-12-11T00:00:00", - "RequiredDate": "1998-01-08T00:00:00", - "ShippedDate": "1997-12-16T00:00:00", - "ShipVia": 3, - "Freight": 96.43, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 33, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 70, - "Discount": 0.2 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 7, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 18000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10774, - "EmployeeID": 4, - "OrderDate": "1997-12-11T00:00:00", - "RequiredDate": "1997-12-25T00:00:00", - "ShippedDate": "1997-12-12T00:00:00", - "ShipVia": 1, - "Freight": 48.2, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 20000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 2, - "Discount": 0.25 - }, - { - "ProductID": 66, - "UnitPrice": 17, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "THECR", - "Company": "The Cracker Box", - "ContactName": "Liu Wong", - "ContactTitle": "Marketing Assistant", - "Address": "55 Grizzly Peak Rd.", - "City": "Butte", - "Region": "MT", - "PostalCode": 59801, - "Country": "USA", - "Phone": "(406) 555-5834", - "Fax": "(406) 555-8083", - "Orders": [ - { - "OrderID": 10775, - "EmployeeID": 7, - "OrderDate": "1997-12-12T00:00:00", - "RequiredDate": "1998-01-09T00:00:00", - "ShippedDate": "1997-12-26T00:00:00", - "ShipVia": 1, - "Freight": 20.25, - "ShipName": "The Cracker Box", - "ShipAddress": "55 Grizzly Peak Rd.", - "ShipCity": "Butte", - "ShipRegion": "MT", - "ShipPostalCode": 59801, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10776, - "EmployeeID": 1, - "OrderDate": "1997-12-15T00:00:00", - "RequiredDate": "1998-01-12T00:00:00", - "ShippedDate": "1997-12-18T00:00:00", - "ShipVia": 3, - "Freight": 351.53, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 16, - "Discount": 0.06 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 27, - "Discount": 0.06 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 120, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10777, - "EmployeeID": 7, - "OrderDate": "1997-12-15T00:00:00", - "RequiredDate": "1997-12-29T00:00:00", - "ShippedDate": "1998-01-21T00:00:00", - "ShipVia": 2, - "Freight": 3.01, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 18000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10778, - "EmployeeID": 3, - "OrderDate": "1997-12-16T00:00:00", - "RequiredDate": "1998-01-13T00:00:00", - "ShippedDate": "1997-12-24T00:00:00", - "ShipVia": 1, - "Freight": 6.79, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 13000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MORGK", - "Company": "Morgenstern Gesundkost", - "ContactName": "Alexander Feuer", - "ContactTitle": "Marketing Assistant", - "Address": "Heerstr. 22", - "City": "Leipzig", - "PostalCode": 4179, - "Country": "Germany", - "Phone": "0342-023176", - "Orders": [ - { - "OrderID": 10779, - "EmployeeID": 3, - "OrderDate": "1997-12-16T00:00:00", - "RequiredDate": "1998-01-13T00:00:00", - "ShippedDate": "1998-01-14T00:00:00", - "ShipVia": 2, - "Freight": 58.13, - "ShipName": "Morgenstern Gesundkost", - "ShipAddress": "Heerstr. 22", - "ShipCity": "Leipzig", - "ShipPostalCode": 4179, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10780, - "EmployeeID": 2, - "OrderDate": "1997-12-16T00:00:00", - "RequiredDate": "1997-12-30T00:00:00", - "ShippedDate": "1997-12-25T00:00:00", - "ShipVia": 1, - "Freight": 42.13, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 10781, - "EmployeeID": 2, - "OrderDate": "1997-12-17T00:00:00", - "RequiredDate": "1998-01-14T00:00:00", - "ShippedDate": "1997-12-19T00:00:00", - "ShipVia": 3, - "Freight": 73.16, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 3, - "Discount": 0.2 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 74, - "UnitPrice": 10, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CACTU", - "Company": "Cactus Comidas para llevar", - "ContactName": "Patricio Simpson", - "ContactTitle": "Sales Agent", - "Address": "Cerrito 333", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5555", - "Fax": "(1) 135-4892", - "Orders": [ - { - "OrderID": 10782, - "EmployeeID": 9, - "OrderDate": "1997-12-17T00:00:00", - "RequiredDate": "1998-01-14T00:00:00", - "ShippedDate": "1997-12-22T00:00:00", - "ShipVia": 3, - "Freight": 1.1, - "ShipName": "Cactus Comidas para llevar", - "ShipAddress": "Cerrito 333", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 1, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10783, - "EmployeeID": 4, - "OrderDate": "1997-12-18T00:00:00", - "RequiredDate": "1998-01-15T00:00:00", - "ShippedDate": "1997-12-19T00:00:00", - "ShipVia": 2, - "Freight": 124.98, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10784, - "EmployeeID": 4, - "OrderDate": "1997-12-18T00:00:00", - "RequiredDate": "1998-01-15T00:00:00", - "ShippedDate": "1997-12-22T00:00:00", - "ShipVia": 3, - "Freight": 70.09, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 2, - "Discount": 0.16 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 30, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "GROSR", - "Company": "GROSELLA-Restaurante", - "ContactName": "Manuel Pereira", - "ContactTitle": "Owner", - "Address": "5ª Ave. Los Palos Grandes", - "City": "Caracas", - "Region": "DF", - "PostalCode": 1081, - "Country": "Venezuela", - "Phone": "(2) 283-2951", - "Fax": "(2) 283-3397", - "Orders": [ - { - "OrderID": 10785, - "EmployeeID": 1, - "OrderDate": "1997-12-18T00:00:00", - "RequiredDate": "1998-01-15T00:00:00", - "ShippedDate": "1997-12-24T00:00:00", - "ShipVia": 3, - "Freight": 1.51, - "ShipName": "GROSELLA-Restaurante", - "ShipAddress": "5ª Ave. Los Palos Grandes", - "ShipCity": "Caracas", - "ShipRegion": "DF", - "ShipPostalCode": 1081, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10786, - "EmployeeID": 8, - "OrderDate": "1997-12-19T00:00:00", - "RequiredDate": "1998-01-16T00:00:00", - "ShippedDate": "1997-12-23T00:00:00", - "ShipVia": 1, - "Freight": 110.87, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 15, - "Discount": 0.2 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 42, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10787, - "EmployeeID": 2, - "OrderDate": "1997-12-19T00:00:00", - "RequiredDate": "1998-01-02T00:00:00", - "ShippedDate": "1997-12-26T00:00:00", - "ShipVia": 1, - "Freight": 249.93, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10788, - "EmployeeID": 1, - "OrderDate": "1997-12-22T00:00:00", - "RequiredDate": "1998-01-19T00:00:00", - "ShippedDate": "1998-01-19T00:00:00", - "ShipVia": 2, - "Freight": 42.7, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 50, - "Discount": 0.06 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 40, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "FOLIG", - "Company": "Folies gourmandes", - "ContactName": "Martine Rancé", - "ContactTitle": "Sales Associate", - "Address": "184, chaussée de Tournai", - "City": "Lille", - "PostalCode": 59000, - "Country": "France", - "Phone": "20.16.10.16", - "Fax": "20.16.10.17", - "Orders": [ - { - "OrderID": 10789, - "EmployeeID": 1, - "OrderDate": "1997-12-22T00:00:00", - "RequiredDate": "1998-01-19T00:00:00", - "ShippedDate": "1997-12-31T00:00:00", - "ShipVia": 2, - "Freight": 100.6, - "ShipName": "Folies gourmandes", - "ShipAddress": "184, chaussée de Tournai", - "ShipCity": "Lille", - "ShipPostalCode": 59000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10790, - "EmployeeID": 6, - "OrderDate": "1997-12-22T00:00:00", - "RequiredDate": "1998-01-19T00:00:00", - "ShippedDate": "1997-12-26T00:00:00", - "ShipVia": 1, - "Freight": 28.23, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 3, - "Discount": 0.16 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10791, - "EmployeeID": 6, - "OrderDate": "1997-12-23T00:00:00", - "RequiredDate": "1998-01-20T00:00:00", - "ShippedDate": "1998-01-01T00:00:00", - "ShipVia": 2, - "Freight": 16.85, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 14, - "Discount": 0.06 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 12000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 10792, - "EmployeeID": 1, - "OrderDate": "1997-12-23T00:00:00", - "RequiredDate": "1998-01-20T00:00:00", - "ShippedDate": "1997-12-31T00:00:00", - "ShipVia": 3, - "Freight": 23.79, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 18000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10793, - "EmployeeID": 3, - "OrderDate": "1997-12-24T00:00:00", - "RequiredDate": "1998-01-21T00:00:00", - "ShippedDate": "1998-01-08T00:00:00", - "ShipVia": 3, - "Freight": 4.52, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 11000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10794, - "EmployeeID": 6, - "OrderDate": "1997-12-24T00:00:00", - "RequiredDate": "1998-01-21T00:00:00", - "ShippedDate": "1998-01-02T00:00:00", - "ShipVia": 1, - "Freight": 21.49, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 15, - "Discount": 0.2 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 6, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10795, - "EmployeeID": 8, - "OrderDate": "1997-12-24T00:00:00", - "RequiredDate": "1998-01-21T00:00:00", - "ShippedDate": "1998-01-20T00:00:00", - "ShipVia": 2, - "Freight": 126.66, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 65, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10796, - "EmployeeID": 3, - "OrderDate": "1997-12-25T00:00:00", - "RequiredDate": "1998-01-22T00:00:00", - "ShippedDate": "1998-01-14T00:00:00", - "ShipVia": 1, - "Freight": 26.52, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 21, - "Discount": 0.2 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 24, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "DRACD", - "Company": "Drachenblut Delikatessen", - "ContactName": "Sven Ottlieb", - "ContactTitle": "Order Administrator", - "Address": "Walserweg 21", - "City": "Aachen", - "PostalCode": 52066, - "Country": "Germany", - "Phone": "0241-039123", - "Fax": "0241-059428", - "Orders": [ - { - "OrderID": 10797, - "EmployeeID": 7, - "OrderDate": "1997-12-25T00:00:00", - "RequiredDate": "1998-01-22T00:00:00", - "ShippedDate": "1998-01-05T00:00:00", - "ShipVia": 2, - "Freight": 33.35, - "ShipName": "Drachenblut Delikatessen", - "ShipAddress": "Walserweg 21", - "ShipCity": "Aachen", - "ShipPostalCode": 52066, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 37000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10798, - "EmployeeID": 2, - "OrderDate": "1997-12-26T00:00:00", - "RequiredDate": "1998-01-23T00:00:00", - "ShippedDate": "1998-01-05T00:00:00", - "ShipVia": 1, - "Freight": 2.33, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 50129, - "ShipPostalCode": 12000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10799, - "EmployeeID": 9, - "OrderDate": "1997-12-26T00:00:00", - "RequiredDate": "1998-02-06T00:00:00", - "ShippedDate": "1998-01-05T00:00:00", - "ShipVia": 3, - "Freight": 30.76, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 23000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10800, - "EmployeeID": 1, - "OrderDate": "1997-12-26T00:00:00", - "RequiredDate": "1998-01-23T00:00:00", - "ShippedDate": "1998-01-05T00:00:00", - "ShipVia": 3, - "Freight": 137.44, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 50000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 50, - "Discount": 0.1 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 7, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "BOLID", - "Company": "Bólido Comidas preparadas", - "ContactName": "Martín Sommer", - "ContactTitle": "Owner", - "Address": "C/ Araquil, 67", - "City": "Madrid", - "PostalCode": 28023, - "Country": "Spain", - "Phone": "(91) 555 22 82", - "Fax": "(91) 555 91 99", - "Orders": [ - { - "OrderID": 10801, - "EmployeeID": 4, - "OrderDate": "1997-12-29T00:00:00", - "RequiredDate": "1998-01-26T00:00:00", - "ShippedDate": "1997-12-31T00:00:00", - "ShipVia": 2, - "Freight": 97.09, - "ShipName": "Bólido Comidas preparadas", - "ShipAddress": "C/ Araquil, 67", - "ShipCity": "Madrid", - "ShipPostalCode": 28023, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 20, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 10802, - "EmployeeID": 4, - "OrderDate": "1997-12-29T00:00:00", - "RequiredDate": "1998-01-26T00:00:00", - "ShippedDate": "1998-01-02T00:00:00", - "ShipVia": 2, - "Freight": 257.26, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 25, - "Discount": 0.25 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 60, - "Discount": 0.25 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 5, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10803, - "EmployeeID": 4, - "OrderDate": "1997-12-30T00:00:00", - "RequiredDate": "1998-01-27T00:00:00", - "ShippedDate": "1998-01-06T00:00:00", - "ShipVia": 1, - "Freight": 55.23, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 24, - "Discount": 0.06 - }, - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 15, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 20000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10804, - "EmployeeID": 6, - "OrderDate": "1997-12-30T00:00:00", - "RequiredDate": "1998-01-27T00:00:00", - "ShippedDate": "1998-01-07T00:00:00", - "ShipVia": 2, - "Freight": 27.33, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 20000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 36, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 4, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "THEBI", - "Company": "The Big Cheese", - "ContactName": "Liz Nixon", - "ContactTitle": "Marketing Manager", - "Address": "89 Jefferson Way Suite 2", - "City": "Portland", - "Region": "OR", - "PostalCode": 97201, - "Country": "USA", - "Phone": "(503) 555-3612", - "Orders": [ - { - "OrderID": 10805, - "EmployeeID": 2, - "OrderDate": "1997-12-30T00:00:00", - "RequiredDate": "1998-01-27T00:00:00", - "ShippedDate": "1998-01-09T00:00:00", - "ShipVia": 3, - "Freight": 237.34, - "ShipName": "The Big Cheese", - "ShipAddress": "89 Jefferson Way Suite 2", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97201, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10806, - "EmployeeID": 3, - "OrderDate": "1997-12-31T00:00:00", - "RequiredDate": "1998-01-28T00:00:00", - "ShippedDate": "1998-01-05T00:00:00", - "ShipVia": 2, - "Freight": 22.11, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 10, - "Quantity": 15, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "FRANS", - "Company": "Franchi S.p.A.", - "ContactName": "Paolo Accorti", - "ContactTitle": "Sales Representative", - "Address": "Via Monte Bianco 34", - "City": "Torino", - "PostalCode": 10100, - "Country": "Italy", - "Phone": "011-4988260", - "Fax": "011-4988261", - "Orders": [ - { - "OrderID": 10807, - "EmployeeID": 4, - "OrderDate": "1997-12-31T00:00:00", - "RequiredDate": "1998-01-28T00:00:00", - "ShippedDate": "1998-01-30T00:00:00", - "ShipVia": 1, - "Freight": 1.36, - "ShipName": "Franchi S.p.A.", - "ShipAddress": "Via Monte Bianco 34", - "ShipCity": "Torino", - "ShipPostalCode": 10100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 1, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10808, - "EmployeeID": 2, - "OrderDate": "1998-01-01T00:00:00", - "RequiredDate": "1998-01-29T00:00:00", - "ShippedDate": "1998-01-09T00:00:00", - "ShipVia": 3, - "Freight": 45.53, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 50, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10809, - "EmployeeID": 7, - "OrderDate": "1998-01-01T00:00:00", - "RequiredDate": "1998-01-29T00:00:00", - "ShippedDate": "1998-01-07T00:00:00", - "ShipVia": 1, - "Freight": 4.87, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAUGB", - "Company": "Laughing Bacchus Wine Cellars", - "ContactName": "Yoshi Tannamuri", - "ContactTitle": "Marketing Assistant", - "Address": "1900 Oak St.", - "City": "Vancouver", - "Region": "BC", - "PostalCode": 42000, - "Country": "Canada", - "Phone": "(604) 555-3392", - "Fax": "(604) 555-7293", - "Orders": [ - { - "OrderID": 10810, - "EmployeeID": 2, - "OrderDate": "1998-01-01T00:00:00", - "RequiredDate": "1998-01-29T00:00:00", - "ShippedDate": "1998-01-07T00:00:00", - "ShipVia": 3, - "Freight": 4.33, - "ShipName": "Laughing Bacchus Wine Cellars", - "ShipAddress": "2319 Elm St.", - "ShipCity": "Vancouver", - "ShipRegion": "BC", - "ShipPostalCode": 41000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10811, - "EmployeeID": 8, - "OrderDate": "1998-01-02T00:00:00", - "RequiredDate": "1998-01-30T00:00:00", - "ShippedDate": "1998-01-08T00:00:00", - "ShipVia": 1, - "Freight": 31.22, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10812, - "EmployeeID": 5, - "OrderDate": "1998-01-02T00:00:00", - "RequiredDate": "1998-01-30T00:00:00", - "ShippedDate": "1998-01-12T00:00:00", - "ShipVia": 1, - "Freight": 59.78, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 16, - "Discount": 0.1 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10813, - "EmployeeID": 1, - "OrderDate": "1998-01-05T00:00:00", - "RequiredDate": "1998-02-02T00:00:00", - "ShippedDate": "1998-01-09T00:00:00", - "ShipVia": 1, - "Freight": 47.38, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 12, - "Discount": 0.2 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10814, - "EmployeeID": 3, - "OrderDate": "1998-01-05T00:00:00", - "RequiredDate": "1998-02-02T00:00:00", - "ShippedDate": "1998-01-14T00:00:00", - "ShipVia": 3, - "Freight": 130.94, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 48, - "UnitPrice": 12.75, - "Quantity": 8, - "Discount": 0.16 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 30, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10815, - "EmployeeID": 2, - "OrderDate": "1998-01-05T00:00:00", - "RequiredDate": "1998-02-02T00:00:00", - "ShippedDate": "1998-01-14T00:00:00", - "ShipVia": 3, - "Freight": 14.62, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10816, - "EmployeeID": 4, - "OrderDate": "1998-01-06T00:00:00", - "RequiredDate": "1998-02-03T00:00:00", - "ShippedDate": "1998-02-04T00:00:00", - "ShipVia": 2, - "Freight": 719.78, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 30, - "Discount": 0.06 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10817, - "EmployeeID": 3, - "OrderDate": "1998-01-06T00:00:00", - "RequiredDate": "1998-01-20T00:00:00", - "ShippedDate": "1998-01-13T00:00:00", - "ShipVia": 2, - "Freight": 306.07, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 60, - "Discount": 0.16 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 25, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10818, - "EmployeeID": 7, - "OrderDate": "1998-01-07T00:00:00", - "RequiredDate": "1998-02-04T00:00:00", - "ShippedDate": "1998-01-12T00:00:00", - "ShipVia": 3, - "Freight": 65.48, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CACTU", - "Company": "Cactus Comidas para llevar", - "ContactName": "Patricio Simpson", - "ContactTitle": "Sales Agent", - "Address": "Cerrito 333", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5555", - "Fax": "(1) 135-4892", - "Orders": [ - { - "OrderID": 10819, - "EmployeeID": 2, - "OrderDate": "1998-01-07T00:00:00", - "RequiredDate": "1998-02-04T00:00:00", - "ShippedDate": "1998-01-16T00:00:00", - "ShipVia": 3, - "Freight": 19.76, - "ShipName": "Cactus Comidas para llevar", - "ShipAddress": "Cerrito 333", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10820, - "EmployeeID": 3, - "OrderDate": "1998-01-07T00:00:00", - "RequiredDate": "1998-02-04T00:00:00", - "ShippedDate": "1998-01-13T00:00:00", - "ShipVia": 2, - "Freight": 37.52, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10821, - "EmployeeID": 1, - "OrderDate": "1998-01-08T00:00:00", - "RequiredDate": "1998-02-05T00:00:00", - "ShippedDate": "1998-01-15T00:00:00", - "ShipVia": 1, - "Freight": 36.68, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TRAIH", - "Company": "Trail's Head Gourmet Provisioners", - "ContactName": "Helvetius Nagy", - "ContactTitle": "Sales Associate", - "Address": "722 DaVinci Blvd.", - "City": "Kirkland", - "Region": "WA", - "PostalCode": 98034, - "Country": "USA", - "Phone": "(206) 555-8257", - "Fax": "(206) 555-2174", - "Orders": [ - { - "OrderID": 10822, - "EmployeeID": 6, - "OrderDate": "1998-01-08T00:00:00", - "RequiredDate": "1998-02-05T00:00:00", - "ShippedDate": "1998-01-16T00:00:00", - "ShipVia": 3, - "Freight": 7, - "ShipName": "Trail's Head Gourmet Provisioners", - "ShipAddress": "722 DaVinci Blvd.", - "ShipCity": "Kirkland", - "ShipRegion": "WA", - "ShipPostalCode": 98034, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10823, - "EmployeeID": 5, - "OrderDate": "1998-01-09T00:00:00", - "RequiredDate": "1998-02-06T00:00:00", - "ShippedDate": "1998-01-13T00:00:00", - "ShipVia": 2, - "Freight": 163.97, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 46000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10824, - "EmployeeID": 8, - "OrderDate": "1998-01-09T00:00:00", - "RequiredDate": "1998-02-06T00:00:00", - "ShippedDate": "1998-01-30T00:00:00", - "ShipVia": 1, - "Freight": 1.23, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 23000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DRACD", - "Company": "Drachenblut Delikatessen", - "ContactName": "Sven Ottlieb", - "ContactTitle": "Order Administrator", - "Address": "Walserweg 21", - "City": "Aachen", - "PostalCode": 52066, - "Country": "Germany", - "Phone": "0241-039123", - "Fax": "0241-059428", - "Orders": [ - { - "OrderID": 10825, - "EmployeeID": 1, - "OrderDate": "1998-01-09T00:00:00", - "RequiredDate": "1998-02-06T00:00:00", - "ShippedDate": "1998-01-14T00:00:00", - "ShipVia": 1, - "Freight": 79.25, - "ShipName": "Drachenblut Delikatessen", - "ShipAddress": "Walserweg 21", - "ShipCity": "Aachen", - "ShipPostalCode": 52066, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLONP", - "Company": "Blondesddsl père et fils", - "ContactName": "Frédérique Citeaux", - "ContactTitle": "Marketing Manager", - "Address": "24, place Kléber", - "City": "Strasbourg", - "PostalCode": 67000, - "Country": "France", - "Phone": "88.60.15.31", - "Fax": "88.60.15.32", - "Orders": [ - { - "OrderID": 10826, - "EmployeeID": 6, - "OrderDate": "1998-01-12T00:00:00", - "RequiredDate": "1998-02-09T00:00:00", - "ShippedDate": "1998-02-06T00:00:00", - "ShipVia": 1, - "Freight": 7.09, - "ShipName": "Blondel père et fils", - "ShipAddress": "24, place Kléber", - "ShipCity": "Strasbourg", - "ShipPostalCode": 67000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10827, - "EmployeeID": 1, - "OrderDate": "1998-01-12T00:00:00", - "RequiredDate": "1998-01-26T00:00:00", - "ShippedDate": "1998-02-06T00:00:00", - "ShipVia": 2, - "Freight": 63.54, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RANCH", - "Company": "Rancho grande", - "ContactName": "Sergio Gutiérrez", - "ContactTitle": "Sales Representative", - "Address": "Av. del Libertador 900", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 123-5555", - "Fax": "(1) 123-5556", - "Orders": [ - { - "OrderID": 10828, - "EmployeeID": 9, - "OrderDate": "1998-01-13T00:00:00", - "RequiredDate": "1998-01-27T00:00:00", - "ShippedDate": "1998-02-04T00:00:00", - "ShipVia": 1, - "Freight": 90.85, - "ShipName": "Rancho grande", - "ShipAddress": "Av. del Libertador 900", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 49000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10829, - "EmployeeID": 9, - "OrderDate": "1998-01-13T00:00:00", - "RequiredDate": "1998-02-10T00:00:00", - "ShippedDate": "1998-01-23T00:00:00", - "ShipVia": 1, - "Freight": 154.72, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 20759, - "ShipPostalCode": 13000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TRADH", - "Company": "Tradição Hipermercados", - "ContactName": "Anabela Domingues", - "ContactTitle": "Sales Representative", - "Address": "Av. Inês de Castro, 414", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5634, - "Country": "Brazil", - "Phone": "(11) 555-2167", - "Fax": "(11) 555-2168", - "Orders": [ - { - "OrderID": 10830, - "EmployeeID": 4, - "OrderDate": "1998-01-13T00:00:00", - "RequiredDate": "1998-02-24T00:00:00", - "ShippedDate": "1998-01-21T00:00:00", - "ShipVia": 2, - "Freight": 81.83, - "ShipName": "Tradiçao Hipermercados", - "ShipAddress": "Av. Inês de Castro, 414", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5634, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 28, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SANTG", - "Company": "Santé Gourmet", - "ContactName": "Jonas Bergulfsen", - "ContactTitle": "Owner", - "Address": "Erling Skakkes gate 78", - "City": "Stavern", - "PostalCode": 4110, - "Country": "Norway", - "Phone": "07-98 92 35", - "Fax": "07-98 92 47", - "Orders": [ - { - "OrderID": 10831, - "EmployeeID": 3, - "OrderDate": "1998-01-14T00:00:00", - "RequiredDate": "1998-02-11T00:00:00", - "ShippedDate": "1998-01-23T00:00:00", - "ShipVia": 2, - "Freight": 72.19, - "ShipName": "Santé Gourmet", - "ShipAddress": "Erling Skakkes gate 78", - "ShipCity": "Stavern", - "ShipPostalCode": 4110, - "ShipCountry": "Norway", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10832, - "EmployeeID": 2, - "OrderDate": "1998-01-14T00:00:00", - "RequiredDate": "1998-02-11T00:00:00", - "ShippedDate": "1998-01-19T00:00:00", - "ShipVia": 2, - "Freight": 43.26, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 3, - "Discount": 0.2 - }, - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 16, - "Discount": 0.2 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10833, - "EmployeeID": 6, - "OrderDate": "1998-01-15T00:00:00", - "RequiredDate": "1998-02-12T00:00:00", - "ShippedDate": "1998-01-23T00:00:00", - "ShipVia": 2, - "Freight": 71.49, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 9, - "Discount": 0.1 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 9, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "TRADH", - "Company": "Tradição Hipermercados", - "ContactName": "Anabela Domingues", - "ContactTitle": "Sales Representative", - "Address": "Av. Inês de Castro, 414", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5634, - "Country": "Brazil", - "Phone": "(11) 555-2167", - "Fax": "(11) 555-2168", - "Orders": [ - { - "OrderID": 10834, - "EmployeeID": 1, - "OrderDate": "1998-01-15T00:00:00", - "RequiredDate": "1998-02-12T00:00:00", - "ShippedDate": "1998-01-19T00:00:00", - "ShipVia": 3, - "Freight": 29.78, - "ShipName": "Tradiçao Hipermercados", - "ShipAddress": "Av. Inês de Castro, 414", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5634, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 8, - "Discount": 0.06 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ALFKI", - "Company": "Alfreds Futterkiste", - "ContactName": "Maria Anders", - "ContactTitle": "Sales Representative", - "Address": "Obere Str. 57", - "City": "Berlin", - "PostalCode": 12209, - "Country": "Germany", - "Phone": "030-0074321", - "Fax": "030-0076545", - "Orders": [ - { - "OrderID": 10835, - "EmployeeID": 1, - "OrderDate": "1998-01-15T00:00:00", - "RequiredDate": "1998-02-12T00:00:00", - "ShippedDate": "1998-01-21T00:00:00", - "ShipVia": 3, - "Freight": 69.53, - "ShipName": "Alfred's Futterkiste", - "ShipAddress": "Obere Str. 57", - "ShipCity": "Berlin", - "ShipPostalCode": 12209, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 2, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10836, - "EmployeeID": 7, - "OrderDate": "1998-01-16T00:00:00", - "RequiredDate": "1998-02-13T00:00:00", - "ShippedDate": "1998-01-21T00:00:00", - "ShipVia": 1, - "Freight": 411.88, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 52, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 38000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10837, - "EmployeeID": 9, - "OrderDate": "1998-01-16T00:00:00", - "RequiredDate": "1998-02-13T00:00:00", - "ShippedDate": "1998-01-23T00:00:00", - "ShipVia": 3, - "Freight": 13.32, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 44000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 21, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10838, - "EmployeeID": 3, - "OrderDate": "1998-01-19T00:00:00", - "RequiredDate": "1998-02-16T00:00:00", - "ShippedDate": "1998-01-23T00:00:00", - "ShipVia": 3, - "Freight": 59.28, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 4, - "Discount": 0.25 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 25, - "Discount": 0.25 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 50, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "TRADH", - "Company": "Tradição Hipermercados", - "ContactName": "Anabela Domingues", - "ContactTitle": "Sales Representative", - "Address": "Av. Inês de Castro, 414", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5634, - "Country": "Brazil", - "Phone": "(11) 555-2167", - "Fax": "(11) 555-2168", - "Orders": [ - { - "OrderID": 10839, - "EmployeeID": 3, - "OrderDate": "1998-01-19T00:00:00", - "RequiredDate": "1998-02-16T00:00:00", - "ShippedDate": "1998-01-22T00:00:00", - "ShipVia": 3, - "Freight": 35.43, - "ShipName": "Tradiçao Hipermercados", - "ShipAddress": "Av. Inês de Castro, 414", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5634, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 15, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10840, - "EmployeeID": 4, - "OrderDate": "1998-01-19T00:00:00", - "RequiredDate": "1998-03-02T00:00:00", - "ShippedDate": "1998-02-16T00:00:00", - "ShipVia": 2, - "Freight": 2.71, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 6, - "Discount": 0.2 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10841, - "EmployeeID": 5, - "OrderDate": "1998-01-20T00:00:00", - "RequiredDate": "1998-02-17T00:00:00", - "ShippedDate": "1998-01-29T00:00:00", - "ShipVia": 2, - "Freight": 424.3, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10842, - "EmployeeID": 1, - "OrderDate": "1998-01-20T00:00:00", - "RequiredDate": "1998-02-17T00:00:00", - "ShippedDate": "1998-01-29T00:00:00", - "ShipVia": 3, - "Freight": 54.42, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10843, - "EmployeeID": 4, - "OrderDate": "1998-01-21T00:00:00", - "RequiredDate": "1998-02-18T00:00:00", - "ShippedDate": "1998-01-26T00:00:00", - "ShipVia": 2, - "Freight": 9.26, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 4, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 10844, - "EmployeeID": 8, - "OrderDate": "1998-01-21T00:00:00", - "RequiredDate": "1998-02-18T00:00:00", - "ShippedDate": "1998-01-26T00:00:00", - "ShipVia": 2, - "Freight": 25.22, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10845, - "EmployeeID": 8, - "OrderDate": "1998-01-21T00:00:00", - "RequiredDate": "1998-02-04T00:00:00", - "ShippedDate": "1998-01-30T00:00:00", - "ShipVia": 1, - "Freight": 212.98, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 70, - "Discount": 0.1 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 42, - "Discount": 0.1 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 60, - "Discount": 0.1 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 48, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10846, - "EmployeeID": 2, - "OrderDate": "1998-01-22T00:00:00", - "RequiredDate": "1998-03-05T00:00:00", - "ShippedDate": "1998-01-23T00:00:00", - "ShipVia": 3, - "Freight": 56.46, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10847, - "EmployeeID": 4, - "OrderDate": "1998-01-22T00:00:00", - "RequiredDate": "1998-02-05T00:00:00", - "ShippedDate": "1998-02-10T00:00:00", - "ShipVia": 3, - "Freight": 487.57, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 80, - "Discount": 0.2 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 12, - "Discount": 0.2 - }, - { - "ProductID": 37, - "UnitPrice": 26, - "Quantity": 60, - "Discount": 0.2 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 36, - "Discount": 0.2 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 45, - "Discount": 0.2 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 55, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "CONSH", - "Company": "Consolidated Holdings", - "ContactName": "Elizabeth Brown", - "ContactTitle": "Sales Representative", - "Address": "Berkeley Gardens 12 Brewery", - "City": "London", - "PostalCode": 23000, - "Country": "UK", - "Phone": "(171) 555-2282", - "Fax": "(171) 555-9199", - "Orders": [ - { - "OrderID": 10848, - "EmployeeID": 7, - "OrderDate": "1998-01-23T00:00:00", - "RequiredDate": "1998-02-20T00:00:00", - "ShippedDate": "1998-01-29T00:00:00", - "ShipVia": 2, - "Freight": 38.24, - "ShipName": "Consolidated Holdings", - "ShipAddress": "Berkeley Gardens 12 Brewery", - "ShipCity": "London", - "ShipPostalCode": 39000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 5, - "UnitPrice": 21.35, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 9, - "UnitPrice": 97, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10849, - "EmployeeID": 9, - "OrderDate": "1998-01-23T00:00:00", - "RequiredDate": "1998-02-20T00:00:00", - "ShippedDate": "1998-01-30T00:00:00", - "ShipVia": 2, - "Freight": 0.56, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 49, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 18, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "VICTE", - "Company": "Victuailles en stock", - "ContactName": "Mary Saveley", - "ContactTitle": "Sales Agent", - "Address": "2, rue du Commerce", - "City": "Lyon", - "PostalCode": 69004, - "Country": "France", - "Phone": "78.32.54.86", - "Fax": "78.32.54.87", - "Orders": [ - { - "OrderID": 10850, - "EmployeeID": 1, - "OrderDate": "1998-01-23T00:00:00", - "RequiredDate": "1998-03-06T00:00:00", - "ShippedDate": "1998-01-30T00:00:00", - "ShipVia": 1, - "Freight": 49.19, - "ShipName": "Victuailles en stock", - "ShipAddress": "2, rue du Commerce", - "ShipCity": "Lyon", - "ShipPostalCode": 69004, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 4, - "Discount": 0.16 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 30, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10851, - "EmployeeID": 5, - "OrderDate": "1998-01-26T00:00:00", - "RequiredDate": "1998-02-23T00:00:00", - "ShippedDate": "1998-02-02T00:00:00", - "ShipVia": 1, - "Freight": 160.55, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 5, - "Discount": 0.06 - }, - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 42, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10852, - "EmployeeID": 8, - "OrderDate": "1998-01-26T00:00:00", - "RequiredDate": "1998-02-09T00:00:00", - "ShippedDate": "1998-01-30T00:00:00", - "ShipVia": 1, - "Freight": 174.05, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 10853, - "EmployeeID": 9, - "OrderDate": "1998-01-27T00:00:00", - "RequiredDate": "1998-02-24T00:00:00", - "ShippedDate": "1998-02-03T00:00:00", - "ShipVia": 2, - "Freight": 53.83, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10854, - "EmployeeID": 3, - "OrderDate": "1998-01-27T00:00:00", - "RequiredDate": "1998-02-24T00:00:00", - "ShippedDate": "1998-02-05T00:00:00", - "ShipVia": 2, - "Freight": 100.22, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 100, - "Discount": 0.16 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 65, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10855, - "EmployeeID": 3, - "OrderDate": "1998-01-27T00:00:00", - "RequiredDate": "1998-02-24T00:00:00", - "ShippedDate": "1998-02-04T00:00:00", - "ShipVia": 1, - "Freight": 170.97, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 15, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "ANTON", - "Company": "Antonio Moreno Taquería", - "ContactName": "Antonio Moreno", - "ContactTitle": "Owner", - "Address": "Mataderos 2312", - "City": "México D.F.", - "PostalCode": 5023, - "Country": "Mexico", - "Phone": "(5) 555-3932", - "Orders": [ - { - "OrderID": 10856, - "EmployeeID": 3, - "OrderDate": "1998-01-28T00:00:00", - "RequiredDate": "1998-02-25T00:00:00", - "ShippedDate": "1998-02-10T00:00:00", - "ShipVia": 2, - "Freight": 58.43, - "ShipName": "Antonio Moreno Taquería", - "ShipAddress": "Mataderos 2312", - "ShipCity": "México D.F.", - "ShipPostalCode": 5023, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 33000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10857, - "EmployeeID": 8, - "OrderDate": "1998-01-28T00:00:00", - "RequiredDate": "1998-02-25T00:00:00", - "ShippedDate": "1998-02-06T00:00:00", - "ShipVia": 2, - "Freight": 188.85, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 43000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 35, - "Discount": 0.25 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 10, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "LACOR", - "Company": "La corne d'abondance", - "ContactName": "Daniel Tonini", - "ContactTitle": "Sales Representative", - "Address": "67, avenue de l'Europe", - "City": "Versailles", - "PostalCode": 78000, - "Country": "France", - "Phone": "30.59.84.10", - "Fax": "30.59.85.11", - "Orders": [ - { - "OrderID": 10858, - "EmployeeID": 2, - "OrderDate": "1998-01-29T00:00:00", - "RequiredDate": "1998-02-26T00:00:00", - "ShippedDate": "1998-02-03T00:00:00", - "ShipVia": 1, - "Freight": 52.51, - "ShipName": "La corne d'abondance", - "ShipAddress": "67, avenue de l'Europe", - "ShipCity": "Versailles", - "ShipPostalCode": 78000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 27, - "UnitPrice": 43.9, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10859, - "EmployeeID": 1, - "OrderDate": "1998-01-29T00:00:00", - "RequiredDate": "1998-02-26T00:00:00", - "ShippedDate": "1998-02-02T00:00:00", - "ShipVia": 2, - "Freight": 76.1, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 35, - "Discount": 0.25 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 30, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "FRANR", - "Company": "France restauration", - "ContactName": "Carine Schmitt", - "ContactTitle": "Marketing Manager", - "Address": "54, rue Royale", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.32.21.21", - "Fax": "40.32.21.20", - "Orders": [ - { - "OrderID": 10860, - "EmployeeID": 3, - "OrderDate": "1998-01-29T00:00:00", - "RequiredDate": "1998-02-26T00:00:00", - "ShippedDate": "1998-02-04T00:00:00", - "ShipVia": 3, - "Freight": 19.26, - "ShipName": "France restauration", - "ShipAddress": "54, rue Royale", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10861, - "EmployeeID": 4, - "OrderDate": "1998-01-30T00:00:00", - "RequiredDate": "1998-02-27T00:00:00", - "ShippedDate": "1998-02-17T00:00:00", - "ShipVia": 2, - "Freight": 14.93, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 42, - "Discount": 0 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10862, - "EmployeeID": 8, - "OrderDate": "1998-01-30T00:00:00", - "RequiredDate": "1998-03-13T00:00:00", - "ShippedDate": "1998-02-02T00:00:00", - "ShipVia": 2, - "Freight": 53.23, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10863, - "EmployeeID": 4, - "OrderDate": "1998-02-02T00:00:00", - "RequiredDate": "1998-03-02T00:00:00", - "ShippedDate": "1998-02-17T00:00:00", - "ShipVia": 2, - "Freight": 30.26, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 12, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 24000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10864, - "EmployeeID": 4, - "OrderDate": "1998-02-02T00:00:00", - "RequiredDate": "1998-03-02T00:00:00", - "ShippedDate": "1998-02-09T00:00:00", - "ShipVia": 2, - "Freight": 3.04, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 11000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10865, - "EmployeeID": 2, - "OrderDate": "1998-02-02T00:00:00", - "RequiredDate": "1998-02-16T00:00:00", - "ShippedDate": "1998-02-12T00:00:00", - "ShipVia": 1, - "Freight": 348.14, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 60, - "Discount": 0.06 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 80, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 32000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10866, - "EmployeeID": 5, - "OrderDate": "1998-02-03T00:00:00", - "RequiredDate": "1998-03-03T00:00:00", - "ShippedDate": "1998-02-12T00:00:00", - "ShipVia": 1, - "Freight": 109.11, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 19000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 21, - "Discount": 0.25 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 6, - "Discount": 0.25 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 40, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10867, - "EmployeeID": 6, - "OrderDate": "1998-02-03T00:00:00", - "RequiredDate": "1998-03-17T00:00:00", - "ShippedDate": "1998-02-11T00:00:00", - "ShipVia": 1, - "Freight": 1.93, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10868, - "EmployeeID": 7, - "OrderDate": "1998-02-04T00:00:00", - "RequiredDate": "1998-03-04T00:00:00", - "ShippedDate": "1998-02-23T00:00:00", - "ShipVia": 2, - "Freight": 191.27, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 42, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SEVES", - "Company": "Seven Seas Imports", - "ContactName": "Hari Kumar", - "ContactTitle": "Sales Manager", - "Address": "90 Wadhurst Rd.", - "City": "London", - "PostalCode": 34000, - "Country": "UK", - "Phone": "(171) 555-1717", - "Fax": "(171) 555-5646", - "Orders": [ - { - "OrderID": 10869, - "EmployeeID": 5, - "OrderDate": "1998-02-04T00:00:00", - "RequiredDate": "1998-03-04T00:00:00", - "ShippedDate": "1998-02-09T00:00:00", - "ShipVia": 1, - "Freight": 143.28, - "ShipName": "Seven Seas Imports", - "ShipAddress": "90 Wadhurst Rd.", - "ShipCity": "London", - "ShipPostalCode": 34000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 12000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 10870, - "EmployeeID": 5, - "OrderDate": "1998-02-04T00:00:00", - "RequiredDate": "1998-03-04T00:00:00", - "ShippedDate": "1998-02-13T00:00:00", - "ShipVia": 3, - "Freight": 12.04, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10871, - "EmployeeID": 9, - "OrderDate": "1998-02-05T00:00:00", - "RequiredDate": "1998-03-05T00:00:00", - "ShippedDate": "1998-02-10T00:00:00", - "ShipVia": 2, - "Freight": 112.27, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 50, - "Discount": 0.06 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 12, - "Discount": 0.06 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 16, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10872, - "EmployeeID": 5, - "OrderDate": "1998-02-05T00:00:00", - "RequiredDate": "1998-03-05T00:00:00", - "ShippedDate": "1998-02-09T00:00:00", - "ShipVia": 2, - "Freight": 175.32, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 10, - "Discount": 0.06 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 21, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 10873, - "EmployeeID": 4, - "OrderDate": "1998-02-06T00:00:00", - "RequiredDate": "1998-03-06T00:00:00", - "ShippedDate": "1998-02-09T00:00:00", - "ShipVia": 1, - "Freight": 0.82, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10874, - "EmployeeID": 5, - "OrderDate": "1998-02-06T00:00:00", - "RequiredDate": "1998-03-06T00:00:00", - "ShippedDate": "1998-02-11T00:00:00", - "ShipVia": 2, - "Freight": 19.58, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 38000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10875, - "EmployeeID": 4, - "OrderDate": "1998-02-06T00:00:00", - "RequiredDate": "1998-03-06T00:00:00", - "ShippedDate": "1998-03-03T00:00:00", - "ShipVia": 2, - "Freight": 32.37, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 37000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 21, - "Discount": 0.1 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10876, - "EmployeeID": 7, - "OrderDate": "1998-02-09T00:00:00", - "RequiredDate": "1998-03-09T00:00:00", - "ShippedDate": "1998-02-12T00:00:00", - "ShipVia": 3, - "Freight": 60.42, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 10877, - "EmployeeID": 1, - "OrderDate": "1998-02-09T00:00:00", - "RequiredDate": "1998-03-09T00:00:00", - "ShippedDate": "1998-02-19T00:00:00", - "ShipVia": 1, - "Freight": 38.06, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10878, - "EmployeeID": 4, - "OrderDate": "1998-02-10T00:00:00", - "RequiredDate": "1998-03-10T00:00:00", - "ShippedDate": "1998-02-12T00:00:00", - "ShipVia": 1, - "Freight": 46.69, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 10879, - "EmployeeID": 3, - "OrderDate": "1998-02-10T00:00:00", - "RequiredDate": "1998-03-10T00:00:00", - "ShippedDate": "1998-02-12T00:00:00", - "ShipVia": 3, - "Freight": 8.5, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 41000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10880, - "EmployeeID": 7, - "OrderDate": "1998-02-10T00:00:00", - "RequiredDate": "1998-03-24T00:00:00", - "ShippedDate": "1998-02-18T00:00:00", - "ShipVia": 1, - "Freight": 88.01, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 26000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 50, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "CACTU", - "Company": "Cactus Comidas para llevar", - "ContactName": "Patricio Simpson", - "ContactTitle": "Sales Agent", - "Address": "Cerrito 333", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5555", - "Fax": "(1) 135-4892", - "Orders": [ - { - "OrderID": 10881, - "EmployeeID": 4, - "OrderDate": "1998-02-11T00:00:00", - "RequiredDate": "1998-03-11T00:00:00", - "ShippedDate": "1998-02-18T00:00:00", - "ShipVia": 1, - "Freight": 2.84, - "ShipName": "Cactus Comidas para llevar", - "ShipAddress": "Cerrito 333", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10882, - "EmployeeID": 4, - "OrderDate": "1998-02-11T00:00:00", - "RequiredDate": "1998-03-11T00:00:00", - "ShippedDate": "1998-02-20T00:00:00", - "ShipVia": 3, - "Freight": 23.1, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 32, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 10883, - "EmployeeID": 8, - "OrderDate": "1998-02-12T00:00:00", - "RequiredDate": "1998-03-12T00:00:00", - "ShippedDate": "1998-02-20T00:00:00", - "ShipVia": 3, - "Freight": 0.53, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LETSS", - "Company": "Let's Stop N Shop", - "ContactName": "Jaime Yorres", - "ContactTitle": "Owner", - "Address": "87 Polk St. Suite 5", - "City": "San Francisco", - "Region": "CA", - "PostalCode": 94117, - "Country": "USA", - "Phone": "(415) 555-5938", - "Orders": [ - { - "OrderID": 10884, - "EmployeeID": 4, - "OrderDate": "1998-02-12T00:00:00", - "RequiredDate": "1998-03-12T00:00:00", - "ShippedDate": "1998-02-13T00:00:00", - "ShipVia": 2, - "Freight": 90.97, - "ShipName": "Let's Stop N Shop", - "ShipAddress": "87 Polk St. Suite 5", - "ShipCity": "San Francisco", - "ShipRegion": "CA", - "ShipPostalCode": 94117, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0.06 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 21, - "Discount": 0.06 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 12, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10885, - "EmployeeID": 6, - "OrderDate": "1998-02-12T00:00:00", - "RequiredDate": "1998-03-12T00:00:00", - "ShippedDate": "1998-02-18T00:00:00", - "ShipVia": 3, - "Freight": 5.64, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10886, - "EmployeeID": 1, - "OrderDate": "1998-02-13T00:00:00", - "RequiredDate": "1998-03-13T00:00:00", - "ShippedDate": "1998-03-02T00:00:00", - "ShipVia": 1, - "Freight": 4.99, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GALED", - "Company": "Galería del gastrónomo", - "ContactName": "Eduardo Saavedra", - "ContactTitle": "Marketing Manager", - "Address": "Rambla de Cataluña, 23", - "City": "Barcelona", - "PostalCode": 8022, - "Country": "Spain", - "Phone": "(93) 203 4560", - "Fax": "(93) 203 4561", - "Orders": [ - { - "OrderID": 10887, - "EmployeeID": 8, - "OrderDate": "1998-02-13T00:00:00", - "RequiredDate": "1998-03-13T00:00:00", - "ShippedDate": "1998-02-16T00:00:00", - "ShipVia": 3, - "Freight": 1.25, - "ShipName": "Galería del gastronómo", - "ShipAddress": "Rambla de Cataluña, 23", - "ShipCity": "Barcelona", - "ShipPostalCode": 8022, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10888, - "EmployeeID": 1, - "OrderDate": "1998-02-16T00:00:00", - "RequiredDate": "1998-03-16T00:00:00", - "ShippedDate": "1998-02-23T00:00:00", - "ShipVia": 2, - "Freight": 51.87, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10889, - "EmployeeID": 9, - "OrderDate": "1998-02-16T00:00:00", - "RequiredDate": "1998-03-16T00:00:00", - "ShippedDate": "1998-02-23T00:00:00", - "ShipVia": 3, - "Freight": 280.61, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DUMON", - "Company": "Du monde entier", - "ContactName": "Janine Labrune", - "ContactTitle": "Owner", - "Address": "67, rue des Cinquante Otages", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.67.88.88", - "Fax": "40.67.89.89", - "Orders": [ - { - "OrderID": 10890, - "EmployeeID": 7, - "OrderDate": "1998-02-16T00:00:00", - "RequiredDate": "1998-03-16T00:00:00", - "ShippedDate": "1998-02-18T00:00:00", - "ShipVia": 1, - "Freight": 32.76, - "ShipName": "Du monde entier", - "ShipAddress": "67, rue des Cinquante Otages", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10891, - "EmployeeID": 7, - "OrderDate": "1998-02-17T00:00:00", - "RequiredDate": "1998-03-17T00:00:00", - "ShippedDate": "1998-02-19T00:00:00", - "ShipVia": 2, - "Freight": 20.37, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 15, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 46000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 10892, - "EmployeeID": 4, - "OrderDate": "1998-02-17T00:00:00", - "RequiredDate": "1998-03-17T00:00:00", - "ShippedDate": "1998-02-19T00:00:00", - "ShipVia": 2, - "Freight": 120.27, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 30000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 40, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 10893, - "EmployeeID": 9, - "OrderDate": "1998-02-18T00:00:00", - "RequiredDate": "1998-03-18T00:00:00", - "ShippedDate": "1998-02-20T00:00:00", - "ShipVia": 2, - "Freight": 77.78, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10894, - "EmployeeID": 1, - "OrderDate": "1998-02-18T00:00:00", - "RequiredDate": "1998-03-18T00:00:00", - "ShippedDate": "1998-02-20T00:00:00", - "ShipVia": 1, - "Freight": 116.13, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 28, - "Discount": 0.06 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 50, - "Discount": 0.06 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 120, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10895, - "EmployeeID": 3, - "OrderDate": "1998-02-18T00:00:00", - "RequiredDate": "1998-03-18T00:00:00", - "ShippedDate": "1998-02-23T00:00:00", - "ShipVia": 1, - "Freight": 162.75, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 110, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 91, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 100, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 29000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 10896, - "EmployeeID": 7, - "OrderDate": "1998-02-19T00:00:00", - "RequiredDate": "1998-03-19T00:00:00", - "ShippedDate": "1998-02-27T00:00:00", - "ShipVia": 3, - "Freight": 32.45, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 15000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10897, - "EmployeeID": 3, - "OrderDate": "1998-02-19T00:00:00", - "RequiredDate": "1998-03-19T00:00:00", - "ShippedDate": "1998-02-25T00:00:00", - "ShipVia": 2, - "Freight": 603.54, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 80, - "Discount": 0 - }, - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 36, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OCEAN", - "Company": "Océano Atlántico Ltda.", - "ContactName": "Yvonne Moncada", - "ContactTitle": "Sales Agent", - "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5333", - "Fax": "(1) 135-5535", - "Orders": [ - { - "OrderID": 10898, - "EmployeeID": 4, - "OrderDate": "1998-02-20T00:00:00", - "RequiredDate": "1998-03-20T00:00:00", - "ShippedDate": "1998-03-06T00:00:00", - "ShipVia": 2, - "Freight": 1.27, - "ShipName": "Océano Atlántico Ltda.", - "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10899, - "EmployeeID": 5, - "OrderDate": "1998-02-20T00:00:00", - "RequiredDate": "1998-03-20T00:00:00", - "ShippedDate": "1998-02-26T00:00:00", - "ShipVia": 3, - "Freight": 1.21, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 8, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10900, - "EmployeeID": 1, - "OrderDate": "1998-02-20T00:00:00", - "RequiredDate": "1998-03-20T00:00:00", - "ShippedDate": "1998-03-04T00:00:00", - "ShipVia": 2, - "Freight": 1.66, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 3, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10901, - "EmployeeID": 4, - "OrderDate": "1998-02-23T00:00:00", - "RequiredDate": "1998-03-23T00:00:00", - "ShippedDate": "1998-02-26T00:00:00", - "ShipVia": 1, - "Freight": 62.09, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 25000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10902, - "EmployeeID": 1, - "OrderDate": "1998-02-23T00:00:00", - "RequiredDate": "1998-03-23T00:00:00", - "ShippedDate": "1998-03-03T00:00:00", - "ShipVia": 1, - "Freight": 44.15, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 33000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 30, - "Discount": 0.16 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 6, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10903, - "EmployeeID": 3, - "OrderDate": "1998-02-24T00:00:00", - "RequiredDate": "1998-03-24T00:00:00", - "ShippedDate": "1998-03-04T00:00:00", - "ShipVia": 3, - "Freight": 36.71, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 10904, - "EmployeeID": 3, - "OrderDate": "1998-02-24T00:00:00", - "RequiredDate": "1998-03-24T00:00:00", - "ShippedDate": "1998-02-27T00:00:00", - "ShipVia": 3, - "Freight": 162.95, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10905, - "EmployeeID": 9, - "OrderDate": "1998-02-24T00:00:00", - "RequiredDate": "1998-03-24T00:00:00", - "ShippedDate": "1998-03-06T00:00:00", - "ShipVia": 2, - "Freight": 13.72, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 12000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 10906, - "EmployeeID": 4, - "OrderDate": "1998-02-25T00:00:00", - "RequiredDate": "1998-03-11T00:00:00", - "ShippedDate": "1998-03-03T00:00:00", - "ShipVia": 3, - "Freight": 26.29, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPECD", - "Company": "Spécialités du monde", - "ContactName": "Dominique Perrier", - "ContactTitle": "Marketing Manager", - "Address": "25, rue Lauriston", - "City": "Paris", - "PostalCode": 75016, - "Country": "France", - "Phone": "(1) 47.55.60.10", - "Fax": "(1) 47.55.60.20", - "Orders": [ - { - "OrderID": 10907, - "EmployeeID": 6, - "OrderDate": "1998-02-25T00:00:00", - "RequiredDate": "1998-03-25T00:00:00", - "ShippedDate": "1998-02-27T00:00:00", - "ShipVia": 3, - "Freight": 9.19, - "ShipName": "Spécialités du monde", - "ShipAddress": "25, rue Lauriston", - "ShipCity": "Paris", - "ShipPostalCode": 75016, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10908, - "EmployeeID": 4, - "OrderDate": "1998-02-26T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-06T00:00:00", - "ShipVia": 2, - "Freight": 32.96, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 14, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "SANTG", - "Company": "Santé Gourmet", - "ContactName": "Jonas Bergulfsen", - "ContactTitle": "Owner", - "Address": "Erling Skakkes gate 78", - "City": "Stavern", - "PostalCode": 4110, - "Country": "Norway", - "Phone": "07-98 92 35", - "Fax": "07-98 92 47", - "Orders": [ - { - "OrderID": 10909, - "EmployeeID": 1, - "OrderDate": "1998-02-26T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-10T00:00:00", - "ShipVia": 2, - "Freight": 53.05, - "ShipName": "Santé Gourmet", - "ShipAddress": "Erling Skakkes gate 78", - "ShipCity": "Stavern", - "ShipPostalCode": 4110, - "ShipCountry": "Norway", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 10910, - "EmployeeID": 1, - "OrderDate": "1998-02-26T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-04T00:00:00", - "ShipVia": 3, - "Freight": 38.11, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10911, - "EmployeeID": 3, - "OrderDate": "1998-02-26T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-05T00:00:00", - "ShipVia": 1, - "Freight": 38.19, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10912, - "EmployeeID": 2, - "OrderDate": "1998-02-26T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 2, - "Freight": 580.91, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 60, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10913, - "EmployeeID": 4, - "OrderDate": "1998-02-26T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-04T00:00:00", - "ShipVia": 1, - "Freight": 33.05, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 40, - "Discount": 0.25 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 15, - "Discount": 0 - } - ] - }, - { - "OrderID": 10914, - "EmployeeID": 6, - "OrderDate": "1998-02-27T00:00:00", - "RequiredDate": "1998-03-27T00:00:00", - "ShippedDate": "1998-03-02T00:00:00", - "ShipVia": 1, - "Freight": 21.19, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 25, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 10915, - "EmployeeID": 2, - "OrderDate": "1998-02-27T00:00:00", - "RequiredDate": "1998-03-27T00:00:00", - "ShippedDate": "1998-03-02T00:00:00", - "ShipVia": 2, - "Freight": 3.51, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RANCH", - "Company": "Rancho grande", - "ContactName": "Sergio Gutiérrez", - "ContactTitle": "Sales Representative", - "Address": "Av. del Libertador 900", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 123-5555", - "Fax": "(1) 123-5556", - "Orders": [ - { - "OrderID": 10916, - "EmployeeID": 1, - "OrderDate": "1998-02-27T00:00:00", - "RequiredDate": "1998-03-27T00:00:00", - "ShippedDate": "1998-03-09T00:00:00", - "ShipVia": 2, - "Freight": 63.77, - "ShipName": "Rancho grande", - "ShipAddress": "Av. del Libertador 900", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ROMEY", - "Company": "Romero y tomillo", - "ContactName": "Alejandra Camino", - "ContactTitle": "Accounting Manager", - "Address": "Gran Vía, 1", - "City": "Madrid", - "PostalCode": 28001, - "Country": "Spain", - "Phone": "(91) 745 6200", - "Fax": "(91) 745 6210", - "Orders": [ - { - "OrderID": 10917, - "EmployeeID": 4, - "OrderDate": "1998-03-02T00:00:00", - "RequiredDate": "1998-03-30T00:00:00", - "ShippedDate": "1998-03-11T00:00:00", - "ShipVia": 2, - "Freight": 8.29, - "ShipName": "Romero y tomillo", - "ShipAddress": "Gran Vía, 1", - "ShipCity": "Madrid", - "ShipPostalCode": 28001, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 42000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10918, - "EmployeeID": 3, - "OrderDate": "1998-03-02T00:00:00", - "RequiredDate": "1998-03-30T00:00:00", - "ShippedDate": "1998-03-11T00:00:00", - "ShipVia": 3, - "Freight": 48.83, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 41000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 60, - "Discount": 0.25 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 25, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10919, - "EmployeeID": 2, - "OrderDate": "1998-03-02T00:00:00", - "RequiredDate": "1998-03-30T00:00:00", - "ShippedDate": "1998-03-04T00:00:00", - "ShipVia": 2, - "Freight": 19.8, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 34000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10920, - "EmployeeID": 4, - "OrderDate": "1998-03-03T00:00:00", - "RequiredDate": "1998-03-31T00:00:00", - "ShippedDate": "1998-03-09T00:00:00", - "ShipVia": 2, - "Freight": 29.61, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 28000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 50, - "UnitPrice": 16.25, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10921, - "EmployeeID": 1, - "OrderDate": "1998-03-03T00:00:00", - "RequiredDate": "1998-04-14T00:00:00", - "ShippedDate": "1998-03-09T00:00:00", - "ShipVia": 1, - "Freight": 176.48, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10922, - "EmployeeID": 5, - "OrderDate": "1998-03-03T00:00:00", - "RequiredDate": "1998-03-31T00:00:00", - "ShippedDate": "1998-03-05T00:00:00", - "ShipVia": 3, - "Freight": 62.74, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 10923, - "EmployeeID": 7, - "OrderDate": "1998-03-03T00:00:00", - "RequiredDate": "1998-04-14T00:00:00", - "ShippedDate": "1998-03-13T00:00:00", - "ShipVia": 3, - "Freight": 68.26, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 24, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "BERGS", - "Company": "Berglunds snabbköp", - "ContactName": "Christina Berglund", - "ContactTitle": "Order Administrator", - "Address": "Berguvsvägen 8", - "City": "Luleå", - "PostalCode": 11000, - "Country": "Sweden", - "Phone": "0921-12 34 65", - "Fax": "0921-12 34 67", - "Orders": [ - { - "OrderID": 10924, - "EmployeeID": 3, - "OrderDate": "1998-03-04T00:00:00", - "RequiredDate": "1998-04-01T00:00:00", - "ShippedDate": "1998-04-08T00:00:00", - "ShipVia": 2, - "Freight": 151.52, - "ShipName": "Berglunds snabbköp", - "ShipAddress": "Berguvsvägen 8", - "ShipCity": "Luleå", - "ShipPostalCode": 32000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 20, - "Discount": 0.1 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10925, - "EmployeeID": 3, - "OrderDate": "1998-03-04T00:00:00", - "RequiredDate": "1998-04-01T00:00:00", - "ShippedDate": "1998-03-13T00:00:00", - "ShipVia": 1, - "Freight": 2.27, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 25, - "Discount": 0.16 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 12, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "ANATR", - "Company": "Ana Trujillo Emparedados y helados", - "ContactName": "Ana Trujillo", - "ContactTitle": "Owner", - "Address": "Avda. de la Constitución 2222", - "City": "México D.F.", - "PostalCode": 5021, - "Country": "Mexico", - "Phone": "(5) 555-4729", - "Fax": "(5) 555-3745", - "Orders": [ - { - "OrderID": 10926, - "EmployeeID": 4, - "OrderDate": "1998-03-04T00:00:00", - "RequiredDate": "1998-04-01T00:00:00", - "ShippedDate": "1998-03-11T00:00:00", - "ShipVia": 3, - "Freight": 39.92, - "ShipName": "Ana Trujillo Emparedados y helados", - "ShipAddress": "Avda. de la Constitución 2222", - "ShipCity": "México D.F.", - "ShipPostalCode": 5021, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LACOR", - "Company": "La corne d'abondance", - "ContactName": "Daniel Tonini", - "ContactTitle": "Sales Representative", - "Address": "67, avenue de l'Europe", - "City": "Versailles", - "PostalCode": 78000, - "Country": "France", - "Phone": "30.59.84.10", - "Fax": "30.59.85.11", - "Orders": [ - { - "OrderID": 10927, - "EmployeeID": 4, - "OrderDate": "1998-03-05T00:00:00", - "RequiredDate": "1998-04-02T00:00:00", - "ShippedDate": "1998-04-08T00:00:00", - "ShipVia": 1, - "Freight": 19.79, - "ShipName": "La corne d'abondance", - "ShipAddress": "67, avenue de l'Europe", - "ShipCity": "Versailles", - "ShipPostalCode": 78000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GALED", - "Company": "Galería del gastrónomo", - "ContactName": "Eduardo Saavedra", - "ContactTitle": "Marketing Manager", - "Address": "Rambla de Cataluña, 23", - "City": "Barcelona", - "PostalCode": 8022, - "Country": "Spain", - "Phone": "(93) 203 4560", - "Fax": "(93) 203 4561", - "Orders": [ - { - "OrderID": 10928, - "EmployeeID": 1, - "OrderDate": "1998-03-05T00:00:00", - "RequiredDate": "1998-04-02T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 1, - "Freight": 1.36, - "ShipName": "Galería del gastronómo", - "ShipAddress": "Rambla de Cataluña, 23", - "ShipCity": "Barcelona", - "ShipPostalCode": 8022, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 10929, - "EmployeeID": 6, - "OrderDate": "1998-03-05T00:00:00", - "RequiredDate": "1998-04-02T00:00:00", - "ShippedDate": "1998-03-12T00:00:00", - "ShipVia": 1, - "Freight": 33.93, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 49, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 10930, - "EmployeeID": 4, - "OrderDate": "1998-03-06T00:00:00", - "RequiredDate": "1998-04-17T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 3, - "Freight": 15.55, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 36, - "Discount": 0 - }, - { - "ProductID": 27, - "UnitPrice": 43.9, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 25, - "Discount": 0.2 - }, - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 30, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10931, - "EmployeeID": 4, - "OrderDate": "1998-03-06T00:00:00", - "RequiredDate": "1998-03-20T00:00:00", - "ShippedDate": "1998-03-19T00:00:00", - "ShipVia": 2, - "Freight": 13.6, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 42, - "Discount": 0.16 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10932, - "EmployeeID": 8, - "OrderDate": "1998-03-06T00:00:00", - "RequiredDate": "1998-04-03T00:00:00", - "ShippedDate": "1998-03-24T00:00:00", - "ShipVia": 1, - "Freight": 134.64, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 30, - "Discount": 0.1 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 14, - "Discount": 0.1 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 20, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "ISLAT", - "Company": "Island Trading", - "ContactName": "Helen Bennett", - "ContactTitle": "Marketing Manager", - "Address": "Garden House Crowther Way", - "City": "Cowes", - "Region": "Northeast", - "PostalCode": 22000, - "Country": "UK", - "Phone": "(198) 555-8888", - "Orders": [ - { - "OrderID": 10933, - "EmployeeID": 6, - "OrderDate": "1998-03-06T00:00:00", - "RequiredDate": "1998-04-03T00:00:00", - "ShippedDate": "1998-03-16T00:00:00", - "ShipVia": 3, - "Freight": 54.15, - "ShipName": "Island Trading", - "ShipAddress": "Garden House Crowther Way", - "ShipCity": "Cowes", - "ShipRegion": 40216, - "ShipPostalCode": 24000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 10934, - "EmployeeID": 3, - "OrderDate": "1998-03-09T00:00:00", - "RequiredDate": "1998-04-06T00:00:00", - "ShippedDate": "1998-03-12T00:00:00", - "ShipVia": 3, - "Freight": 32.01, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WELLI", - "Company": "Wellington Importadora", - "ContactName": "Paula Parente", - "ContactTitle": "Sales Manager", - "Address": "Rua do Mercado, 12", - "City": "Resende", - "Region": "SP", - "PostalCode": 8737, - "Country": "Brazil", - "Phone": "(14) 555-8122", - "Orders": [ - { - "OrderID": 10935, - "EmployeeID": 4, - "OrderDate": "1998-03-09T00:00:00", - "RequiredDate": "1998-04-06T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 3, - "Freight": 47.59, - "ShipName": "Wellington Importadora", - "ShipAddress": "Rua do Mercado, 12", - "ShipCity": "Resende", - "ShipRegion": "SP", - "ShipPostalCode": 8737, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 4, - "Discount": 0.25 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 8, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 10936, - "EmployeeID": 3, - "OrderDate": "1998-03-09T00:00:00", - "RequiredDate": "1998-04-06T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 2, - "Freight": 33.68, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "CACTU", - "Company": "Cactus Comidas para llevar", - "ContactName": "Patricio Simpson", - "ContactTitle": "Sales Agent", - "Address": "Cerrito 333", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5555", - "Fax": "(1) 135-4892", - "Orders": [ - { - "OrderID": 10937, - "EmployeeID": 7, - "OrderDate": "1998-03-10T00:00:00", - "RequiredDate": "1998-03-24T00:00:00", - "ShippedDate": "1998-03-13T00:00:00", - "ShipVia": 3, - "Freight": 31.51, - "ShipName": "Cactus Comidas para llevar", - "ShipAddress": "Cerrito 333", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10938, - "EmployeeID": 3, - "OrderDate": "1998-03-10T00:00:00", - "RequiredDate": "1998-04-07T00:00:00", - "ShippedDate": "1998-03-16T00:00:00", - "ShipVia": 2, - "Freight": 31.89, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 24, - "Discount": 0.25 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 49, - "Discount": 0.25 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10939, - "EmployeeID": 2, - "OrderDate": "1998-03-10T00:00:00", - "RequiredDate": "1998-04-07T00:00:00", - "ShippedDate": "1998-03-13T00:00:00", - "ShipVia": 2, - "Freight": 76.33, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 10, - "Discount": 0.16 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 40, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 10940, - "EmployeeID": 8, - "OrderDate": "1998-03-11T00:00:00", - "RequiredDate": "1998-04-08T00:00:00", - "ShippedDate": "1998-03-23T00:00:00", - "ShipVia": 3, - "Freight": 19.77, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10941, - "EmployeeID": 7, - "OrderDate": "1998-03-11T00:00:00", - "RequiredDate": "1998-04-08T00:00:00", - "ShippedDate": "1998-03-20T00:00:00", - "ShipVia": 2, - "Freight": 400.81, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 44, - "Discount": 0.25 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 80, - "Discount": 0.25 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 10942, - "EmployeeID": 9, - "OrderDate": "1998-03-11T00:00:00", - "RequiredDate": "1998-04-08T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 3, - "Freight": 17.95, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 40000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10943, - "EmployeeID": 4, - "OrderDate": "1998-03-11T00:00:00", - "RequiredDate": "1998-04-08T00:00:00", - "ShippedDate": "1998-03-19T00:00:00", - "ShipVia": 2, - "Freight": 2.17, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 40000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 45000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10944, - "EmployeeID": 6, - "OrderDate": "1998-03-12T00:00:00", - "RequiredDate": "1998-03-26T00:00:00", - "ShippedDate": "1998-03-13T00:00:00", - "ShipVia": 3, - "Freight": 52.92, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 36000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 5, - "Discount": 0.25 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 18, - "Discount": 0.25 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MORGK", - "Company": "Morgenstern Gesundkost", - "ContactName": "Alexander Feuer", - "ContactTitle": "Marketing Assistant", - "Address": "Heerstr. 22", - "City": "Leipzig", - "PostalCode": 4179, - "Country": "Germany", - "Phone": "0342-023176", - "Orders": [ - { - "OrderID": 10945, - "EmployeeID": 4, - "OrderDate": "1998-03-12T00:00:00", - "RequiredDate": "1998-04-09T00:00:00", - "ShippedDate": "1998-03-18T00:00:00", - "ShipVia": 1, - "Freight": 10.22, - "ShipName": "Morgenstern Gesundkost", - "ShipAddress": "Heerstr. 22", - "ShipCity": "Leipzig", - "ShipPostalCode": 4179, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10946, - "EmployeeID": 1, - "OrderDate": "1998-03-12T00:00:00", - "RequiredDate": "1998-04-09T00:00:00", - "ShippedDate": "1998-03-19T00:00:00", - "ShipVia": 2, - "Freight": 27.2, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 35000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 10947, - "EmployeeID": 3, - "OrderDate": "1998-03-13T00:00:00", - "RequiredDate": "1998-04-10T00:00:00", - "ShippedDate": "1998-03-16T00:00:00", - "ShipVia": 2, - "Freight": 3.26, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 13000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 10948, - "EmployeeID": 3, - "OrderDate": "1998-03-13T00:00:00", - "RequiredDate": "1998-04-10T00:00:00", - "ShippedDate": "1998-03-19T00:00:00", - "ShipVia": 3, - "Freight": 23.39, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 50, - "UnitPrice": 16.25, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 44000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10949, - "EmployeeID": 2, - "OrderDate": "1998-03-13T00:00:00", - "RequiredDate": "1998-04-10T00:00:00", - "ShippedDate": "1998-03-17T00:00:00", - "ShipVia": 3, - "Freight": 74.44, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 27000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAGAA", - "Company": "Magazzini Alimentari Riuniti", - "ContactName": "Giovanni Rovelli", - "ContactTitle": "Marketing Manager", - "Address": "Via Ludovico il Moro 22", - "City": "Bergamo", - "PostalCode": 24100, - "Country": "Italy", - "Phone": "035-640230", - "Fax": "035-640231", - "Orders": [ - { - "OrderID": 10950, - "EmployeeID": 1, - "OrderDate": "1998-03-16T00:00:00", - "RequiredDate": "1998-04-13T00:00:00", - "ShippedDate": "1998-03-23T00:00:00", - "ShipVia": 2, - "Freight": 2.5, - "ShipName": "Magazzini Alimentari Riuniti", - "ShipAddress": "Via Ludovico il Moro 22", - "ShipCity": "Bergamo", - "ShipPostalCode": 24100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 10951, - "EmployeeID": 9, - "OrderDate": "1998-03-16T00:00:00", - "RequiredDate": "1998-04-27T00:00:00", - "ShippedDate": "1998-04-07T00:00:00", - "ShipVia": 2, - "Freight": 30.85, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 6, - "Discount": 0.06 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 50, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ALFKI", - "Company": "Alfreds Futterkiste", - "ContactName": "Maria Anders", - "ContactTitle": "Sales Representative", - "Address": "Obere Str. 57", - "City": "Berlin", - "PostalCode": 12209, - "Country": "Germany", - "Phone": "030-0074321", - "Fax": "030-0076545", - "Orders": [ - { - "OrderID": 10952, - "EmployeeID": 1, - "OrderDate": "1998-03-16T00:00:00", - "RequiredDate": "1998-04-27T00:00:00", - "ShippedDate": "1998-03-24T00:00:00", - "ShipVia": 1, - "Freight": 40.42, - "ShipName": "Alfred's Futterkiste", - "ShipAddress": "Obere Str. 57", - "ShipCity": "Berlin", - "ShipPostalCode": 12209, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 16, - "Discount": 0.06 - }, - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 21000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 10953, - "EmployeeID": 9, - "OrderDate": "1998-03-16T00:00:00", - "RequiredDate": "1998-03-30T00:00:00", - "ShippedDate": "1998-03-25T00:00:00", - "ShipVia": 2, - "Freight": 23.72, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 35000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 50, - "Discount": 0.06 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 50, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 10954, - "EmployeeID": 5, - "OrderDate": "1998-03-17T00:00:00", - "RequiredDate": "1998-04-28T00:00:00", - "ShippedDate": "1998-03-20T00:00:00", - "ShipVia": 1, - "Freight": 27.91, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 28, - "Discount": 0.16 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 25, - "Discount": 0.16 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 24, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 25000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10955, - "EmployeeID": 8, - "OrderDate": "1998-03-17T00:00:00", - "RequiredDate": "1998-04-14T00:00:00", - "ShippedDate": "1998-03-20T00:00:00", - "ShipVia": 2, - "Freight": 3.26, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 47000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 12, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 10956, - "EmployeeID": 6, - "OrderDate": "1998-03-17T00:00:00", - "RequiredDate": "1998-04-28T00:00:00", - "ShippedDate": "1998-03-20T00:00:00", - "ShipVia": 2, - "Freight": 44.65, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 14, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10957, - "EmployeeID": 8, - "OrderDate": "1998-03-18T00:00:00", - "RequiredDate": "1998-04-15T00:00:00", - "ShippedDate": "1998-03-27T00:00:00", - "ShipVia": 3, - "Freight": 105.36, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 8, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OCEAN", - "Company": "Océano Atlántico Ltda.", - "ContactName": "Yvonne Moncada", - "ContactTitle": "Sales Agent", - "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5333", - "Fax": "(1) 135-5535", - "Orders": [ - { - "OrderID": 10958, - "EmployeeID": 7, - "OrderDate": "1998-03-18T00:00:00", - "RequiredDate": "1998-04-15T00:00:00", - "ShippedDate": "1998-03-27T00:00:00", - "ShipVia": 2, - "Freight": 49.56, - "ShipName": "Océano Atlántico Ltda.", - "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 5, - "UnitPrice": 21.35, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 10959, - "EmployeeID": 6, - "OrderDate": "1998-03-18T00:00:00", - "RequiredDate": "1998-04-29T00:00:00", - "ShippedDate": "1998-03-23T00:00:00", - "ShipVia": 2, - "Freight": 4.98, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 20, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10960, - "EmployeeID": 3, - "OrderDate": "1998-03-19T00:00:00", - "RequiredDate": "1998-04-02T00:00:00", - "ShippedDate": "1998-04-08T00:00:00", - "ShipVia": 1, - "Freight": 2.08, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 10, - "Discount": 0.25 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 10961, - "EmployeeID": 8, - "OrderDate": "1998-03-19T00:00:00", - "RequiredDate": "1998-04-16T00:00:00", - "ShippedDate": "1998-03-30T00:00:00", - "ShipVia": 1, - "Freight": 104.47, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 6, - "Discount": 0.06 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10962, - "EmployeeID": 8, - "OrderDate": "1998-03-19T00:00:00", - "RequiredDate": "1998-04-16T00:00:00", - "ShippedDate": "1998-03-23T00:00:00", - "ShipVia": 2, - "Freight": 275.79, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 77, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 9, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 44, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FURIB", - "Company": "Furia Bacalhau e Frutos do Mar", - "ContactName": "Lino Rodriguez", - "ContactTitle": "Sales Manager", - "Address": "Jardim das rosas n. 32", - "City": "Lisboa", - "PostalCode": 1675, - "Country": "Portugal", - "Phone": "(1) 354-2534", - "Fax": "(1) 354-2535", - "Orders": [ - { - "OrderID": 10963, - "EmployeeID": 9, - "OrderDate": "1998-03-19T00:00:00", - "RequiredDate": "1998-04-16T00:00:00", - "ShippedDate": "1998-03-26T00:00:00", - "ShipVia": 3, - "Freight": 2.7, - "ShipName": "Furia Bacalhau e Frutos do Mar", - "ShipAddress": "Jardim das rosas n. 32", - "ShipCity": "Lisboa", - "ShipPostalCode": 1675, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 2, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "SPECD", - "Company": "Spécialités du monde", - "ContactName": "Dominique Perrier", - "ContactTitle": "Marketing Manager", - "Address": "25, rue Lauriston", - "City": "Paris", - "PostalCode": 75016, - "Country": "France", - "Phone": "(1) 47.55.60.10", - "Fax": "(1) 47.55.60.20", - "Orders": [ - { - "OrderID": 10964, - "EmployeeID": 3, - "OrderDate": "1998-03-20T00:00:00", - "RequiredDate": "1998-04-17T00:00:00", - "ShippedDate": "1998-03-24T00:00:00", - "ShipVia": 2, - "Freight": 87.38, - "ShipName": "Spécialités du monde", - "ShipAddress": "25, rue Lauriston", - "ShipCity": "Paris", - "ShipPostalCode": 75016, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 10965, - "EmployeeID": 6, - "OrderDate": "1998-03-20T00:00:00", - "RequiredDate": "1998-04-17T00:00:00", - "ShippedDate": "1998-03-30T00:00:00", - "ShipVia": 3, - "Freight": 144.38, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 10966, - "EmployeeID": 4, - "OrderDate": "1998-03-20T00:00:00", - "RequiredDate": "1998-04-17T00:00:00", - "ShippedDate": "1998-04-08T00:00:00", - "ShipVia": 1, - "Freight": 27.19, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 37, - "UnitPrice": 26, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 12, - "Discount": 0.16 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 12, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "TOMSP", - "Company": "Toms Spezialitäten", - "ContactName": "Karin Josephs", - "ContactTitle": "Marketing Manager", - "Address": "Luisenstr. 48", - "City": "Münster", - "PostalCode": 44087, - "Country": "Germany", - "Phone": "0251-031259", - "Fax": "0251-035695", - "Orders": [ - { - "OrderID": 10967, - "EmployeeID": 2, - "OrderDate": "1998-03-23T00:00:00", - "RequiredDate": "1998-04-20T00:00:00", - "ShippedDate": "1998-04-02T00:00:00", - "ShipVia": 2, - "Freight": 62.22, - "ShipName": "Toms Spezialitäten", - "ShipAddress": "Luisenstr. 48", - "ShipCity": "Münster", - "ShipPostalCode": 44087, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10968, - "EmployeeID": 1, - "OrderDate": "1998-03-23T00:00:00", - "RequiredDate": "1998-04-20T00:00:00", - "ShippedDate": "1998-04-01T00:00:00", - "ShipVia": 3, - "Freight": 74.6, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "COMMI", - "Company": "Comércio Mineiro", - "ContactName": "Pedro Afonso", - "ContactTitle": "Sales Associate", - "Address": "Av. dos Lusíadas, 23", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5432, - "Country": "Brazil", - "Phone": "(11) 555-7647", - "Orders": [ - { - "OrderID": 10969, - "EmployeeID": 1, - "OrderDate": "1998-03-23T00:00:00", - "RequiredDate": "1998-04-20T00:00:00", - "ShippedDate": "1998-03-30T00:00:00", - "ShipVia": 2, - "Freight": 0.21, - "ShipName": "Comércio Mineiro", - "ShipAddress": "Av. dos Lusíadas, 23", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5432, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOLID", - "Company": "Bólido Comidas preparadas", - "ContactName": "Martín Sommer", - "ContactTitle": "Owner", - "Address": "C/ Araquil, 67", - "City": "Madrid", - "PostalCode": 28023, - "Country": "Spain", - "Phone": "(91) 555 22 82", - "Fax": "(91) 555 91 99", - "Orders": [ - { - "OrderID": 10970, - "EmployeeID": 9, - "OrderDate": "1998-03-24T00:00:00", - "RequiredDate": "1998-04-07T00:00:00", - "ShippedDate": "1998-04-24T00:00:00", - "ShipVia": 1, - "Freight": 16.16, - "ShipName": "Bólido Comidas preparadas", - "ShipAddress": "C/ Araquil, 67", - "ShipCity": "Madrid", - "ShipPostalCode": 28023, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 40, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "FRANR", - "Company": "France restauration", - "ContactName": "Carine Schmitt", - "ContactTitle": "Marketing Manager", - "Address": "54, rue Royale", - "City": "Nantes", - "PostalCode": 44000, - "Country": "France", - "Phone": "40.32.21.21", - "Fax": "40.32.21.20", - "Orders": [ - { - "OrderID": 10971, - "EmployeeID": 2, - "OrderDate": "1998-03-24T00:00:00", - "RequiredDate": "1998-04-21T00:00:00", - "ShippedDate": "1998-04-02T00:00:00", - "ShipVia": 2, - "Freight": 121.82, - "ShipName": "France restauration", - "ShipAddress": "54, rue Royale", - "ShipCity": "Nantes", - "ShipPostalCode": 44000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LACOR", - "Company": "La corne d'abondance", - "ContactName": "Daniel Tonini", - "ContactTitle": "Sales Representative", - "Address": "67, avenue de l'Europe", - "City": "Versailles", - "PostalCode": 78000, - "Country": "France", - "Phone": "30.59.84.10", - "Fax": "30.59.85.11", - "Orders": [ - { - "OrderID": 10972, - "EmployeeID": 4, - "OrderDate": "1998-03-24T00:00:00", - "RequiredDate": "1998-04-21T00:00:00", - "ShippedDate": "1998-03-26T00:00:00", - "ShipVia": 2, - "Freight": 0.02, - "ShipName": "La corne d'abondance", - "ShipAddress": "67, avenue de l'Europe", - "ShipCity": "Versailles", - "ShipPostalCode": 78000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 7, - "Discount": 0 - } - ] - }, - { - "OrderID": 10973, - "EmployeeID": 6, - "OrderDate": "1998-03-24T00:00:00", - "RequiredDate": "1998-04-21T00:00:00", - "ShippedDate": "1998-03-27T00:00:00", - "ShipVia": 2, - "Freight": 15.17, - "ShipName": "La corne d'abondance", - "ShipAddress": "67, avenue de l'Europe", - "ShipCity": "Versailles", - "ShipPostalCode": 78000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 5, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPLIR", - "Company": "Split Rail Beer & Ale", - "ContactName": "Art Braunschweiger", - "ContactTitle": "Sales Manager", - "Address": "P.O. Box 555", - "City": "Lander", - "Region": "WY", - "PostalCode": 82520, - "Country": "USA", - "Phone": "(307) 555-4680", - "Fax": "(307) 555-6525", - "Orders": [ - { - "OrderID": 10974, - "EmployeeID": 3, - "OrderDate": "1998-03-25T00:00:00", - "RequiredDate": "1998-04-08T00:00:00", - "ShippedDate": "1998-04-03T00:00:00", - "ShipVia": 3, - "Freight": 12.96, - "ShipName": "Split Rail Beer & Ale", - "ShipAddress": "P.O. Box 555", - "ShipCity": "Lander", - "ShipRegion": "WY", - "ShipPostalCode": 82520, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 13000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10975, - "EmployeeID": 1, - "OrderDate": "1998-03-25T00:00:00", - "RequiredDate": "1998-04-22T00:00:00", - "ShippedDate": "1998-03-27T00:00:00", - "ShipVia": 3, - "Freight": 32.27, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 40000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 16, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 10976, - "EmployeeID": 1, - "OrderDate": "1998-03-25T00:00:00", - "RequiredDate": "1998-05-06T00:00:00", - "ShippedDate": "1998-04-03T00:00:00", - "ShipVia": 1, - "Freight": 37.97, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 11000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10977, - "EmployeeID": 8, - "OrderDate": "1998-03-26T00:00:00", - "RequiredDate": "1998-04-23T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 3, - "Freight": 208.5, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 29000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 47, - "UnitPrice": 9.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 27000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 10978, - "EmployeeID": 9, - "OrderDate": "1998-03-26T00:00:00", - "RequiredDate": "1998-04-23T00:00:00", - "ShippedDate": "1998-04-23T00:00:00", - "ShipVia": 2, - "Freight": 32.82, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 31000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 6, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10979, - "EmployeeID": 8, - "OrderDate": "1998-03-26T00:00:00", - "RequiredDate": "1998-04-23T00:00:00", - "ShippedDate": "1998-03-31T00:00:00", - "ShipVia": 2, - "Freight": 353.07, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 18, - "Discount": 0 - }, - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 80, - "Discount": 0 - }, - { - "ProductID": 27, - "UnitPrice": 43.9, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 50000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10980, - "EmployeeID": 4, - "OrderDate": "1998-03-27T00:00:00", - "RequiredDate": "1998-05-08T00:00:00", - "ShippedDate": "1998-04-17T00:00:00", - "ShipVia": 1, - "Freight": 1.26, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 19000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 40, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 10981, - "EmployeeID": 1, - "OrderDate": "1998-03-27T00:00:00", - "RequiredDate": "1998-04-24T00:00:00", - "ShippedDate": "1998-04-02T00:00:00", - "ShipVia": 2, - "Freight": 193.37, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 60, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 27000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 10982, - "EmployeeID": 2, - "OrderDate": "1998-03-27T00:00:00", - "RequiredDate": "1998-04-24T00:00:00", - "ShippedDate": "1998-04-08T00:00:00", - "ShipVia": 1, - "Freight": 14.01, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 49000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 10983, - "EmployeeID": 2, - "OrderDate": "1998-03-27T00:00:00", - "RequiredDate": "1998-04-24T00:00:00", - "ShippedDate": "1998-04-06T00:00:00", - "ShipVia": 2, - "Freight": 657.54, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 84, - "Discount": 0.16 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 15, - "Discount": 0 - } - ] - }, - { - "OrderID": 10984, - "EmployeeID": 1, - "OrderDate": "1998-03-30T00:00:00", - "RequiredDate": "1998-04-27T00:00:00", - "ShippedDate": "1998-04-03T00:00:00", - "ShipVia": 3, - "Freight": 211.22, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 55, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 10985, - "EmployeeID": 2, - "OrderDate": "1998-03-30T00:00:00", - "RequiredDate": "1998-04-27T00:00:00", - "ShippedDate": "1998-04-02T00:00:00", - "ShipVia": 1, - "Freight": 91.51, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 36, - "Discount": 0.1 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 8, - "Discount": 0.1 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 35, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "OCEAN", - "Company": "Océano Atlántico Ltda.", - "ContactName": "Yvonne Moncada", - "ContactTitle": "Sales Agent", - "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5333", - "Fax": "(1) 135-5535", - "Orders": [ - { - "OrderID": 10986, - "EmployeeID": 8, - "OrderDate": "1998-03-30T00:00:00", - "RequiredDate": "1998-04-27T00:00:00", - "ShippedDate": "1998-04-21T00:00:00", - "ShipVia": 2, - "Freight": 217.86, - "ShipName": "Océano Atlántico Ltda.", - "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 32000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 10987, - "EmployeeID": 8, - "OrderDate": "1998-03-31T00:00:00", - "RequiredDate": "1998-04-28T00:00:00", - "ShippedDate": "1998-04-06T00:00:00", - "ShipVia": 1, - "Freight": 185.48, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 30000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 10988, - "EmployeeID": 3, - "OrderDate": "1998-03-31T00:00:00", - "RequiredDate": "1998-04-28T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 2, - "Freight": 61.14, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 40, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "QUEDE", - "Company": "Que Delícia", - "ContactName": "Bernardo Batista", - "ContactTitle": "Accounting Manager", - "Address": "Rua da Panificadora, 12", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-4252", - "Fax": "(21) 555-4545", - "Orders": [ - { - "OrderID": 10989, - "EmployeeID": 2, - "OrderDate": "1998-03-31T00:00:00", - "RequiredDate": "1998-04-28T00:00:00", - "ShippedDate": "1998-04-02T00:00:00", - "ShipVia": 1, - "Freight": 34.76, - "ShipName": "Que Delícia", - "ShipAddress": "Rua da Panificadora, 12", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 10990, - "EmployeeID": 2, - "OrderDate": "1998-04-01T00:00:00", - "RequiredDate": "1998-05-13T00:00:00", - "ShippedDate": "1998-04-07T00:00:00", - "ShipVia": 3, - "Freight": 117.61, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 65, - "Discount": 0 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 60, - "Discount": 0.16 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 65, - "Discount": 0.16 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 66, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10991, - "EmployeeID": 1, - "OrderDate": "1998-04-01T00:00:00", - "RequiredDate": "1998-04-29T00:00:00", - "ShippedDate": "1998-04-07T00:00:00", - "ShipVia": 1, - "Freight": 38.51, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 50, - "Discount": 0.2 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 20, - "Discount": 0.2 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 90, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "THEBI", - "Company": "The Big Cheese", - "ContactName": "Liz Nixon", - "ContactTitle": "Marketing Manager", - "Address": "89 Jefferson Way Suite 2", - "City": "Portland", - "Region": "OR", - "PostalCode": 97201, - "Country": "USA", - "Phone": "(503) 555-3612", - "Orders": [ - { - "OrderID": 10992, - "EmployeeID": 1, - "OrderDate": "1998-04-01T00:00:00", - "RequiredDate": "1998-04-29T00:00:00", - "ShippedDate": "1998-04-03T00:00:00", - "ShipVia": 3, - "Freight": 4.27, - "ShipName": "The Big Cheese", - "ShipAddress": "89 Jefferson Way Suite 2", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97201, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 36000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 10993, - "EmployeeID": 7, - "OrderDate": "1998-04-01T00:00:00", - "RequiredDate": "1998-04-29T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 3, - "Freight": 8.81, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 15000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 50, - "Discount": 0.25 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 35, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "VAFFE", - "Company": "Vaffeljernet", - "ContactName": "Palle Ibsen", - "ContactTitle": "Sales Manager", - "Address": "Smagsloget 45", - "City": "Århus", - "PostalCode": 8200, - "Country": "Denmark", - "Phone": "86 21 32 43", - "Fax": "86 22 33 44", - "Orders": [ - { - "OrderID": 10994, - "EmployeeID": 2, - "OrderDate": "1998-04-02T00:00:00", - "RequiredDate": "1998-04-16T00:00:00", - "ShippedDate": "1998-04-09T00:00:00", - "ShipVia": 3, - "Freight": 65.53, - "ShipName": "Vaffeljernet", - "ShipAddress": "Smagsloget 45", - "ShipCity": "Århus", - "ShipPostalCode": 8200, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 18, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "PERIC", - "Company": "Pericles Comidas clásicas", - "ContactName": "Guillermo Fernández", - "ContactTitle": "Sales Representative", - "Address": "Calle Dr. Jorge Cash 321", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 552-3745", - "Fax": "(5) 545-3745", - "Orders": [ - { - "OrderID": 10995, - "EmployeeID": 1, - "OrderDate": "1998-04-02T00:00:00", - "RequiredDate": "1998-04-30T00:00:00", - "ShippedDate": "1998-04-06T00:00:00", - "ShipVia": 3, - "Freight": 46, - "ShipName": "Pericles Comidas clásicas", - "ShipAddress": "Calle Dr. Jorge Cash 321", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 10996, - "EmployeeID": 4, - "OrderDate": "1998-04-02T00:00:00", - "RequiredDate": "1998-04-30T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 2, - "Freight": 1.12, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 10997, - "EmployeeID": 8, - "OrderDate": "1998-04-03T00:00:00", - "RequiredDate": "1998-05-15T00:00:00", - "ShippedDate": "1998-04-13T00:00:00", - "ShipVia": 2, - "Freight": 73.91, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 50, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 20, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 15000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 10998, - "EmployeeID": 8, - "OrderDate": "1998-04-03T00:00:00", - "RequiredDate": "1998-04-17T00:00:00", - "ShippedDate": "1998-04-17T00:00:00", - "ShipVia": 2, - "Freight": 20.31, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 74, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 10999, - "EmployeeID": 6, - "OrderDate": "1998-04-03T00:00:00", - "RequiredDate": "1998-05-01T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 2, - "Freight": 96.35, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 21, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 11000, - "EmployeeID": 2, - "OrderDate": "1998-04-06T00:00:00", - "RequiredDate": "1998-05-04T00:00:00", - "ShippedDate": "1998-04-14T00:00:00", - "ShipVia": 3, - "Freight": 55.12, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 25, - "Discount": 0.25 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 45000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 11001, - "EmployeeID": 2, - "OrderDate": "1998-04-06T00:00:00", - "RequiredDate": "1998-05-04T00:00:00", - "ShippedDate": "1998-04-14T00:00:00", - "ShipVia": 2, - "Freight": 197.3, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 14000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 22, - "UnitPrice": 21, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 11002, - "EmployeeID": 4, - "OrderDate": "1998-04-06T00:00:00", - "RequiredDate": "1998-05-04T00:00:00", - "ShippedDate": "1998-04-16T00:00:00", - "ShipVia": 1, - "Freight": 141.16, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 56, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 15, - "Discount": 0.16 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 24, - "Discount": 0.16 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 40, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "THECR", - "Company": "The Cracker Box", - "ContactName": "Liu Wong", - "ContactTitle": "Marketing Assistant", - "Address": "55 Grizzly Peak Rd.", - "City": "Butte", - "Region": "MT", - "PostalCode": 59801, - "Country": "USA", - "Phone": "(406) 555-5834", - "Fax": "(406) 555-8083", - "Orders": [ - { - "OrderID": 11003, - "EmployeeID": 3, - "OrderDate": "1998-04-06T00:00:00", - "RequiredDate": "1998-05-04T00:00:00", - "ShippedDate": "1998-04-08T00:00:00", - "ShipVia": 3, - "Freight": 14.91, - "ShipName": "The Cracker Box", - "ShipAddress": "55 Grizzly Peak Rd.", - "ShipCity": "Butte", - "ShipRegion": "MT", - "ShipPostalCode": 59801, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "MAISD", - "Company": "Maison Dewey", - "ContactName": "Catherine Dewey", - "ContactTitle": "Sales Agent", - "Address": "Rue Joseph-Bens 532", - "City": "Bruxelles", - "PostalCode": 20000, - "Country": "Belgium", - "Phone": "(02) 201 24 67", - "Fax": "(02) 201 24 68", - "Orders": [ - { - "OrderID": 11004, - "EmployeeID": 3, - "OrderDate": "1998-04-07T00:00:00", - "RequiredDate": "1998-05-05T00:00:00", - "ShippedDate": "1998-04-20T00:00:00", - "ShipVia": 1, - "Freight": 44.84, - "ShipName": "Maison Dewey", - "ShipAddress": "Rue Joseph-Bens 532", - "ShipCity": "Bruxelles", - "ShipPostalCode": 43000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 6, - "Discount": 0 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WILMK", - "Company": "Wilman Kala", - "ContactName": "Matti Karttunen", - "ContactTitle": "Owner/Marketing Assistant", - "Address": "Keskuskatu 45", - "City": "Helsinki", - "PostalCode": 21240, - "Country": "Finland", - "Phone": "90-224 8858", - "Fax": "90-224 8858", - "Orders": [ - { - "OrderID": 11005, - "EmployeeID": 2, - "OrderDate": "1998-04-07T00:00:00", - "RequiredDate": "1998-05-05T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 1, - "Freight": 0.75, - "ShipName": "Wilman Kala", - "ShipAddress": "Keskuskatu 45", - "ShipCity": "Helsinki", - "ShipPostalCode": 21240, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 11006, - "EmployeeID": 3, - "OrderDate": "1998-04-07T00:00:00", - "RequiredDate": "1998-05-05T00:00:00", - "ShippedDate": "1998-04-15T00:00:00", - "ShipVia": 2, - "Freight": 25.19, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 2, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "PRINI", - "Company": "Princesa Isabel Vinhos", - "ContactName": "Isabel de Castro", - "ContactTitle": "Sales Representative", - "Address": "Estrada da saúde n. 58", - "City": "Lisboa", - "PostalCode": 1756, - "Country": "Portugal", - "Phone": "(1) 356-5634", - "Orders": [ - { - "OrderID": 11007, - "EmployeeID": 8, - "OrderDate": "1998-04-08T00:00:00", - "RequiredDate": "1998-05-06T00:00:00", - "ShippedDate": "1998-04-13T00:00:00", - "ShipVia": 2, - "Freight": 202.24, - "ShipName": "Princesa Isabel Vinhos", - "ShipAddress": "Estrada da saúde n. 58", - "ShipCity": "Lisboa", - "ShipPostalCode": 1756, - "ShipCountry": "Portugal", - "OrderDetails": [ - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 14, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 11008, - "EmployeeID": 7, - "OrderDate": "1998-04-08T00:00:00", - "RequiredDate": "1998-05-06T00:00:00", - "ShipVia": 3, - "Freight": 79.46, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 70, - "Discount": 0.06 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 90, - "Discount": 0.06 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 21, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 11009, - "EmployeeID": 2, - "OrderDate": "1998-04-08T00:00:00", - "RequiredDate": "1998-05-06T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 1, - "Freight": 59.11, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 18, - "Discount": 0.25 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 11010, - "EmployeeID": 2, - "OrderDate": "1998-04-09T00:00:00", - "RequiredDate": "1998-05-07T00:00:00", - "ShippedDate": "1998-04-21T00:00:00", - "ShipVia": 2, - "Freight": 28.71, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ALFKI", - "Company": "Alfreds Futterkiste", - "ContactName": "Maria Anders", - "ContactTitle": "Sales Representative", - "Address": "Obere Str. 57", - "City": "Berlin", - "PostalCode": 12209, - "Country": "Germany", - "Phone": "030-0074321", - "Fax": "030-0076545", - "Orders": [ - { - "OrderID": 11011, - "EmployeeID": 3, - "OrderDate": "1998-04-09T00:00:00", - "RequiredDate": "1998-05-07T00:00:00", - "ShippedDate": "1998-04-13T00:00:00", - "ShipVia": 1, - "Freight": 1.21, - "ShipName": "Alfred's Futterkiste", - "ShipAddress": "Obere Str. 57", - "ShipCity": "Berlin", - "ShipPostalCode": 12209, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 58, - "UnitPrice": 13.25, - "Quantity": 40, - "Discount": 0.06 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANK", - "Company": "Frankenversand", - "ContactName": "Peter Franken", - "ContactTitle": "Marketing Manager", - "Address": "Berliner Platz 43", - "City": "München", - "PostalCode": 80805, - "Country": "Germany", - "Phone": "089-0877310", - "Fax": "089-0877451", - "Orders": [ - { - "OrderID": 11012, - "EmployeeID": 1, - "OrderDate": "1998-04-09T00:00:00", - "RequiredDate": "1998-04-23T00:00:00", - "ShippedDate": "1998-04-17T00:00:00", - "ShipVia": 3, - "Freight": 242.95, - "ShipName": "Frankenversand", - "ShipAddress": "Berliner Platz 43", - "ShipCity": "München", - "ShipPostalCode": 80805, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 50, - "Discount": 0.06 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 36, - "Discount": 0.06 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 60, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ROMEY", - "Company": "Romero y tomillo", - "ContactName": "Alejandra Camino", - "ContactTitle": "Accounting Manager", - "Address": "Gran Vía, 1", - "City": "Madrid", - "PostalCode": 28001, - "Country": "Spain", - "Phone": "(91) 745 6200", - "Fax": "(91) 745 6210", - "Orders": [ - { - "OrderID": 11013, - "EmployeeID": 2, - "OrderDate": "1998-04-09T00:00:00", - "RequiredDate": "1998-05-07T00:00:00", - "ShippedDate": "1998-04-10T00:00:00", - "ShipVia": 1, - "Freight": 32.99, - "ShipName": "Romero y tomillo", - "ShipAddress": "Gran Vía, 1", - "ShipCity": "Madrid", - "ShipPostalCode": 28001, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 45, - "UnitPrice": 9.5, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 11014, - "EmployeeID": 2, - "OrderDate": "1998-04-10T00:00:00", - "RequiredDate": "1998-05-08T00:00:00", - "ShippedDate": "1998-04-15T00:00:00", - "ShipVia": 3, - "Freight": 23.6, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 28, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SANTG", - "Company": "Santé Gourmet", - "ContactName": "Jonas Bergulfsen", - "ContactTitle": "Owner", - "Address": "Erling Skakkes gate 78", - "City": "Stavern", - "PostalCode": 4110, - "Country": "Norway", - "Phone": "07-98 92 35", - "Fax": "07-98 92 47", - "Orders": [ - { - "OrderID": 11015, - "EmployeeID": 2, - "OrderDate": "1998-04-10T00:00:00", - "RequiredDate": "1998-04-24T00:00:00", - "ShippedDate": "1998-04-20T00:00:00", - "ShipVia": 2, - "Freight": 4.62, - "ShipName": "Santé Gourmet", - "ShipAddress": "Erling Skakkes gate 78", - "ShipCity": "Stavern", - "ShipPostalCode": 4110, - "ShipCountry": "Norway", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 18, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "AROUT", - "Company": "Around the Horn", - "ContactName": "Thomas Hardy", - "ContactTitle": "Sales Representative", - "Address": "120 Hanover Sq.", - "City": "London", - "PostalCode": 49000, - "Country": "UK", - "Phone": "(171) 555-7788", - "Fax": "(171) 555-6750", - "Orders": [ - { - "OrderID": 11016, - "EmployeeID": 9, - "OrderDate": "1998-04-10T00:00:00", - "RequiredDate": "1998-05-08T00:00:00", - "ShippedDate": "1998-04-13T00:00:00", - "ShipVia": 2, - "Freight": 33.8, - "ShipName": "Around the Horn", - "ShipAddress": "Brook Farm Stratford St. Mary", - "ShipCity": "Colchester", - "ShipRegion": "Essex", - "ShipPostalCode": 11000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 11017, - "EmployeeID": 9, - "OrderDate": "1998-04-13T00:00:00", - "RequiredDate": "1998-05-11T00:00:00", - "ShippedDate": "1998-04-20T00:00:00", - "ShipVia": 2, - "Freight": 754.26, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 110, - "Discount": 0 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LONEP", - "Company": "Lonesome Pine Restaurant", - "ContactName": "Fran Wilson", - "ContactTitle": "Sales Manager", - "Address": "89 Chiaroscuro Rd.", - "City": "Portland", - "Region": "OR", - "PostalCode": 97219, - "Country": "USA", - "Phone": "(503) 555-9573", - "Fax": "(503) 555-9646", - "Orders": [ - { - "OrderID": 11018, - "EmployeeID": 4, - "OrderDate": "1998-04-13T00:00:00", - "RequiredDate": "1998-05-11T00:00:00", - "ShippedDate": "1998-04-16T00:00:00", - "ShipVia": 2, - "Freight": 11.65, - "ShipName": "Lonesome Pine Restaurant", - "ShipAddress": "89 Chiaroscuro Rd.", - "ShipCity": "Portland", - "ShipRegion": "OR", - "ShipPostalCode": 97219, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 5, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RANCH", - "Company": "Rancho grande", - "ContactName": "Sergio Gutiérrez", - "ContactTitle": "Sales Representative", - "Address": "Av. del Libertador 900", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 123-5555", - "Fax": "(1) 123-5556", - "Orders": [ - { - "OrderID": 11019, - "EmployeeID": 6, - "OrderDate": "1998-04-13T00:00:00", - "RequiredDate": "1998-05-11T00:00:00", - "ShipVia": 3, - "Freight": 3.17, - "ShipName": "Rancho grande", - "ShipAddress": "Av. del Libertador 900", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "OTTIK", - "Company": "Ottilies Käseladen", - "ContactName": "Henriette Pfalzheim", - "ContactTitle": "Owner", - "Address": "Mehrheimerstr. 369", - "City": "Köln", - "PostalCode": 50739, - "Country": "Germany", - "Phone": "0221-0644327", - "Fax": "0221-0765721", - "Orders": [ - { - "OrderID": 11020, - "EmployeeID": 2, - "OrderDate": "1998-04-14T00:00:00", - "RequiredDate": "1998-05-12T00:00:00", - "ShippedDate": "1998-04-16T00:00:00", - "ShipVia": 2, - "Freight": 43.3, - "ShipName": "Ottilies Käseladen", - "ShipAddress": "Mehrheimerstr. 369", - "ShipCity": "Köln", - "ShipPostalCode": 50739, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 24, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "QUICK", - "Company": "QUICK-Stop", - "ContactName": "Horst Kloss", - "ContactTitle": "Accounting Manager", - "Address": "Taucherstraße 10", - "City": "Cunewalde", - "PostalCode": 1307, - "Country": "Germany", - "Phone": "0372-035188", - "Orders": [ - { - "OrderID": 11021, - "EmployeeID": 3, - "OrderDate": "1998-04-14T00:00:00", - "RequiredDate": "1998-05-12T00:00:00", - "ShippedDate": "1998-04-21T00:00:00", - "ShipVia": 1, - "Freight": 297.18, - "ShipName": "QUICK-Stop", - "ShipAddress": "Taucherstraße 10", - "ShipCity": "Cunewalde", - "ShipPostalCode": 1307, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 11, - "Discount": 0.25 - }, - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 63, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 44, - "Discount": 0.25 - }, - { - "ProductID": 72, - "UnitPrice": 34.8, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 11022, - "EmployeeID": 9, - "OrderDate": "1998-04-14T00:00:00", - "RequiredDate": "1998-05-12T00:00:00", - "ShippedDate": "1998-05-04T00:00:00", - "ShipVia": 2, - "Freight": 6.27, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BSBEV", - "Company": "B's Beverages", - "ContactName": "Victoria Ashworth", - "ContactTitle": "Sales Representative", - "Address": "Fauntleroy Circus", - "City": "London", - "PostalCode": 15000, - "Country": "UK", - "Phone": "(171) 555-1212", - "Orders": [ - { - "OrderID": 11023, - "EmployeeID": 1, - "OrderDate": "1998-04-14T00:00:00", - "RequiredDate": "1998-04-28T00:00:00", - "ShippedDate": "1998-04-24T00:00:00", - "ShipVia": 2, - "Freight": 123.83, - "ShipName": "B's Beverages", - "ShipAddress": "Fauntleroy Circus", - "ShipCity": "London", - "ShipPostalCode": 12000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 21000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 11024, - "EmployeeID": 4, - "OrderDate": "1998-04-15T00:00:00", - "RequiredDate": "1998-05-13T00:00:00", - "ShippedDate": "1998-04-20T00:00:00", - "ShipVia": 1, - "Freight": 74.36, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 28000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 26, - "UnitPrice": 31.23, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 65, - "UnitPrice": 21.05, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WARTH", - "Company": "Wartian Herkku", - "ContactName": "Pirkko Koskitalo", - "ContactTitle": "Accounting Manager", - "Address": "Torikatu 38", - "City": "Oulu", - "PostalCode": 90110, - "Country": "Finland", - "Phone": "981-443655", - "Fax": "981-443655", - "Orders": [ - { - "OrderID": 11025, - "EmployeeID": 6, - "OrderDate": "1998-04-15T00:00:00", - "RequiredDate": "1998-05-13T00:00:00", - "ShippedDate": "1998-04-24T00:00:00", - "ShipVia": 3, - "Freight": 29.17, - "ShipName": "Wartian Herkku", - "ShipAddress": "Torikatu 38", - "ShipCity": "Oulu", - "ShipPostalCode": 90110, - "ShipCountry": "Finland", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0.1 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 20, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "FRANS", - "Company": "Franchi S.p.A.", - "ContactName": "Paolo Accorti", - "ContactTitle": "Sales Representative", - "Address": "Via Monte Bianco 34", - "City": "Torino", - "PostalCode": 10100, - "Country": "Italy", - "Phone": "011-4988260", - "Fax": "011-4988261", - "Orders": [ - { - "OrderID": 11026, - "EmployeeID": 4, - "OrderDate": "1998-04-15T00:00:00", - "RequiredDate": "1998-05-13T00:00:00", - "ShippedDate": "1998-04-28T00:00:00", - "ShipVia": 1, - "Freight": 47.09, - "ShipName": "Franchi S.p.A.", - "ShipAddress": "Via Monte Bianco 34", - "ShipCity": "Torino", - "ShipPostalCode": 10100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 27000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 11027, - "EmployeeID": 1, - "OrderDate": "1998-04-16T00:00:00", - "RequiredDate": "1998-05-14T00:00:00", - "ShippedDate": "1998-04-20T00:00:00", - "ShipVia": 1, - "Freight": 52.52, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 14000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 30, - "Discount": 0.25 - }, - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 21, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "KOENE", - "Company": "Königlich Essen", - "ContactName": "Philip Cramer", - "ContactTitle": "Sales Associate", - "Address": "Maubelstr. 90", - "City": "Brandenburg", - "PostalCode": 14776, - "Country": "Germany", - "Phone": "0555-09876", - "Orders": [ - { - "OrderID": 11028, - "EmployeeID": 2, - "OrderDate": "1998-04-16T00:00:00", - "RequiredDate": "1998-05-14T00:00:00", - "ShippedDate": "1998-04-22T00:00:00", - "ShipVia": 1, - "Freight": 29.59, - "ShipName": "Königlich Essen", - "ShipAddress": "Maubelstr. 90", - "ShipCity": "Brandenburg", - "ShipPostalCode": 14776, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 11029, - "EmployeeID": 4, - "OrderDate": "1998-04-16T00:00:00", - "RequiredDate": "1998-05-14T00:00:00", - "ShippedDate": "1998-04-27T00:00:00", - "ShipVia": 1, - "Freight": 47.84, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 56, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 11030, - "EmployeeID": 7, - "OrderDate": "1998-04-17T00:00:00", - "RequiredDate": "1998-05-15T00:00:00", - "ShippedDate": "1998-04-27T00:00:00", - "ShipVia": 2, - "Freight": 830.75, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 100, - "Discount": 0.25 - }, - { - "ProductID": 5, - "UnitPrice": 21.35, - "Quantity": 70, - "Discount": 0 - }, - { - "ProductID": 29, - "UnitPrice": 123.79, - "Quantity": 60, - "Discount": 0.25 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 100, - "Discount": 0.25 - } - ] - }, - { - "OrderID": 11031, - "EmployeeID": 6, - "OrderDate": "1998-04-17T00:00:00", - "RequiredDate": "1998-05-15T00:00:00", - "ShippedDate": "1998-04-24T00:00:00", - "ShipVia": 2, - "Freight": 227.22, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 45, - "Discount": 0 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 80, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 16, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 11032, - "EmployeeID": 2, - "OrderDate": "1998-04-17T00:00:00", - "RequiredDate": "1998-05-15T00:00:00", - "ShippedDate": "1998-04-23T00:00:00", - "ShipVia": 3, - "Freight": 606.19, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 36, - "UnitPrice": 19, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 38, - "UnitPrice": 263.5, - "Quantity": 25, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 11033, - "EmployeeID": 7, - "OrderDate": "1998-04-17T00:00:00", - "RequiredDate": "1998-05-15T00:00:00", - "ShippedDate": "1998-04-23T00:00:00", - "ShipVia": 3, - "Freight": 84.74, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 70, - "Discount": 0.1 - }, - { - "ProductID": 69, - "UnitPrice": 36, - "Quantity": 36, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "OLDWO", - "Company": "Old World Delicatessen", - "ContactName": "Rene Phillips", - "ContactTitle": "Sales Representative", - "Address": "2743 Bering St.", - "City": "Anchorage", - "Region": "AK", - "PostalCode": 99508, - "Country": "USA", - "Phone": "(907) 555-7584", - "Fax": "(907) 555-2880", - "Orders": [ - { - "OrderID": 11034, - "EmployeeID": 8, - "OrderDate": "1998-04-20T00:00:00", - "RequiredDate": "1998-06-01T00:00:00", - "ShippedDate": "1998-04-27T00:00:00", - "ShipVia": 1, - "Freight": 40.32, - "ShipName": "Old World Delicatessen", - "ShipAddress": "2743 Bering St.", - "ShipCity": "Anchorage", - "ShipRegion": "AK", - "ShipPostalCode": 99508, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 15, - "Discount": 0.1 - }, - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 6, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 11035, - "EmployeeID": 2, - "OrderDate": "1998-04-20T00:00:00", - "RequiredDate": "1998-05-18T00:00:00", - "ShippedDate": "1998-04-24T00:00:00", - "ShipVia": 2, - "Freight": 0.17, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 42, - "UnitPrice": 14, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DRACD", - "Company": "Drachenblut Delikatessen", - "ContactName": "Sven Ottlieb", - "ContactTitle": "Order Administrator", - "Address": "Walserweg 21", - "City": "Aachen", - "PostalCode": 52066, - "Country": "Germany", - "Phone": "0241-039123", - "Fax": "0241-059428", - "Orders": [ - { - "OrderID": 11036, - "EmployeeID": 8, - "OrderDate": "1998-04-20T00:00:00", - "RequiredDate": "1998-05-18T00:00:00", - "ShippedDate": "1998-04-22T00:00:00", - "ShipVia": 3, - "Freight": 149.47, - "ShipName": "Drachenblut Delikatessen", - "ShipAddress": "Walserweg 21", - "ShipCity": "Aachen", - "ShipPostalCode": 52066, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 7, - "Discount": 0 - }, - { - "ProductID": 59, - "UnitPrice": 55, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GODOS", - "Company": "Godos Cocina Típica", - "ContactName": "José Pedro Freyre", - "ContactTitle": "Sales Manager", - "Address": "C/ Romero, 33", - "City": "Sevilla", - "PostalCode": 41101, - "Country": "Spain", - "Phone": "(95) 555 82 82", - "Orders": [ - { - "OrderID": 11037, - "EmployeeID": 7, - "OrderDate": "1998-04-21T00:00:00", - "RequiredDate": "1998-05-19T00:00:00", - "ShippedDate": "1998-04-27T00:00:00", - "ShipVia": 1, - "Freight": 3.2, - "ShipName": "Godos Cocina Típica", - "ShipAddress": "C/ Romero, 33", - "ShipCity": "Sevilla", - "ShipPostalCode": 41101, - "ShipCountry": "Spain", - "OrderDetails": [ - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SUPRD", - "Company": "Suprêmes délices", - "ContactName": "Pascale Cartrain", - "ContactTitle": "Accounting Manager", - "Address": "Boulevard Tirou, 255", - "City": "Charleroi", - "PostalCode": 6000, - "Country": "Belgium", - "Phone": "(071) 23 67 22 20", - "Fax": "(071) 23 67 22 21", - "Orders": [ - { - "OrderID": 11038, - "EmployeeID": 1, - "OrderDate": "1998-04-21T00:00:00", - "RequiredDate": "1998-05-19T00:00:00", - "ShippedDate": "1998-04-30T00:00:00", - "ShipVia": 2, - "Freight": 29.59, - "ShipName": "Suprêmes délices", - "ShipAddress": "Boulevard Tirou, 255", - "ShipCity": "Charleroi", - "ShipPostalCode": 6000, - "ShipCountry": "Belgium", - "OrderDetails": [ - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 5, - "Discount": 0.2 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 71, - "UnitPrice": 21.5, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LINOD", - "Company": "LINO-Delicateses", - "ContactName": "Felipe Izquierdo", - "ContactTitle": "Owner", - "Address": "Ave. 5 de Mayo Porlamar", - "City": "Sao Paulo", - "Region": "Nueva Esparta", - "PostalCode": 4980, - "Country": "Venezuela", - "Phone": "(8) 34-56-12", - "Fax": "(8) 34-93-93", - "Orders": [ - { - "OrderID": 11039, - "EmployeeID": 1, - "OrderDate": "1998-04-21T00:00:00", - "RequiredDate": "1998-05-19T00:00:00", - "ShipVia": 2, - "Freight": 65, - "ShipName": "LINO-Delicateses", - "ShipAddress": "Ave. 5 de Mayo Porlamar", - "ShipCity": "Lyon", - "ShipRegion": "Nueva Esparta", - "ShipPostalCode": 4980, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 24, - "Discount": 0 - }, - { - "ProductID": 49, - "UnitPrice": 20, - "Quantity": 60, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 28, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 11040, - "EmployeeID": 4, - "OrderDate": "1998-04-22T00:00:00", - "RequiredDate": "1998-05-20T00:00:00", - "ShipVia": 3, - "Freight": 18.84, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "CHOPS", - "Company": "Chop-suey Chinese", - "ContactName": "Yang Wang", - "ContactTitle": "Owner", - "Address": "Hauptstr. 29", - "City": "Bern", - "PostalCode": 3012, - "Country": "Switzerland", - "Phone": "0452-076545", - "Orders": [ - { - "OrderID": 11041, - "EmployeeID": 3, - "OrderDate": "1998-04-22T00:00:00", - "RequiredDate": "1998-05-20T00:00:00", - "ShippedDate": "1998-04-28T00:00:00", - "ShipVia": 2, - "Freight": 48.22, - "ShipName": "Chop-suey Chinese", - "ShipAddress": "Hauptstr. 31", - "ShipCity": "Bern", - "ShipPostalCode": 3012, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 63, - "UnitPrice": 43.9, - "Quantity": 30, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "COMMI", - "Company": "Comércio Mineiro", - "ContactName": "Pedro Afonso", - "ContactTitle": "Sales Associate", - "Address": "Av. dos Lusíadas, 23", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5432, - "Country": "Brazil", - "Phone": "(11) 555-7647", - "Orders": [ - { - "OrderID": 11042, - "EmployeeID": 2, - "OrderDate": "1998-04-22T00:00:00", - "RequiredDate": "1998-05-06T00:00:00", - "ShippedDate": "1998-05-01T00:00:00", - "ShipVia": 1, - "Freight": 29.99, - "ShipName": "Comércio Mineiro", - "ShipAddress": "Av. dos Lusíadas, 23", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5432, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 44, - "UnitPrice": 19.45, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SPECD", - "Company": "Spécialités du monde", - "ContactName": "Dominique Perrier", - "ContactTitle": "Marketing Manager", - "Address": "25, rue Lauriston", - "City": "Paris", - "PostalCode": 75016, - "Country": "France", - "Phone": "(1) 47.55.60.10", - "Fax": "(1) 47.55.60.20", - "Orders": [ - { - "OrderID": 11043, - "EmployeeID": 5, - "OrderDate": "1998-04-22T00:00:00", - "RequiredDate": "1998-05-20T00:00:00", - "ShippedDate": "1998-04-29T00:00:00", - "ShipVia": 2, - "Freight": 8.8, - "ShipName": "Spécialités du monde", - "ShipAddress": "25, rue Lauriston", - "ShipCity": "Paris", - "ShipPostalCode": 75016, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WOLZA", - "Company": "Wolski Zajazd", - "ContactName": "Zbyszek Piestrzeniewicz", - "ContactTitle": "Owner", - "Address": "ul. Filtrowa 68", - "City": "Warszawa", - "PostalCode": 15000, - "Country": "Poland", - "Phone": "(26) 642-7012", - "Fax": "(26) 642-7012", - "Orders": [ - { - "OrderID": 11044, - "EmployeeID": 4, - "OrderDate": "1998-04-23T00:00:00", - "RequiredDate": "1998-05-21T00:00:00", - "ShippedDate": "1998-05-01T00:00:00", - "ShipVia": 1, - "Freight": 8.72, - "ShipName": "Wolski Zajazd", - "ShipAddress": "ul. Filtrowa 68", - "ShipCity": "Warszawa", - "ShipPostalCode": 12000, - "ShipCountry": "Poland", - "OrderDetails": [ - { - "ProductID": 62, - "UnitPrice": 49.3, - "Quantity": 12, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 26000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 11045, - "EmployeeID": 6, - "OrderDate": "1998-04-23T00:00:00", - "RequiredDate": "1998-05-21T00:00:00", - "ShipVia": 2, - "Freight": 70.58, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 46000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 24, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "WANDK", - "Company": "Die Wandernde Kuh", - "ContactName": "Rita Müller", - "ContactTitle": "Sales Representative", - "Address": "Adenauerallee 900", - "City": "Stuttgart", - "PostalCode": 70563, - "Country": "Germany", - "Phone": "0711-020361", - "Fax": "0711-035428", - "Orders": [ - { - "OrderID": 11046, - "EmployeeID": 8, - "OrderDate": "1998-04-23T00:00:00", - "RequiredDate": "1998-05-21T00:00:00", - "ShippedDate": "1998-04-24T00:00:00", - "ShipVia": 2, - "Freight": 71.64, - "ShipName": "Die Wandernde Kuh", - "ShipAddress": "Adenauerallee 900", - "ShipCity": "Stuttgart", - "ShipPostalCode": 70563, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 20, - "Discount": 0.06 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 35, - "UnitPrice": 18, - "Quantity": 18, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 45000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 11047, - "EmployeeID": 7, - "OrderDate": "1998-04-24T00:00:00", - "RequiredDate": "1998-05-22T00:00:00", - "ShippedDate": "1998-05-01T00:00:00", - "ShipVia": 3, - "Freight": 46.62, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 42000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 25, - "Discount": 0.25 - }, - { - "ProductID": 5, - "UnitPrice": 21.35, - "Quantity": 30, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "BOTTM", - "Company": "Bottom-Dollar Markets", - "ContactName": "Elizabeth Lincoln", - "ContactTitle": "Accounting Manager", - "Address": "23 Tsawassen Blvd.", - "City": "Tsawassen", - "Region": "BC", - "PostalCode": 24000, - "Country": "Canada", - "Phone": "(604) 555-4729", - "Fax": "(604) 555-3745", - "Orders": [ - { - "OrderID": 11048, - "EmployeeID": 7, - "OrderDate": "1998-04-24T00:00:00", - "RequiredDate": "1998-05-22T00:00:00", - "ShippedDate": "1998-04-30T00:00:00", - "ShipVia": 3, - "Freight": 24.12, - "ShipName": "Bottom-Dollar Markets", - "ShipAddress": "23 Tsawassen Blvd.", - "ShipCity": "Tsawassen", - "ShipRegion": "BC", - "ShipPostalCode": 41000, - "ShipCountry": "Canada", - "OrderDetails": [ - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 42, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GOURL", - "Company": "Gourmet Lanchonetes", - "ContactName": "André Fonseca", - "ContactTitle": "Sales Associate", - "Address": "Av. Brasil, 442", - "City": "Campinas", - "Region": "SP", - "PostalCode": 4876, - "Country": "Brazil", - "Phone": "(11) 555-9482", - "Orders": [ - { - "OrderID": 11049, - "EmployeeID": 3, - "OrderDate": "1998-04-24T00:00:00", - "RequiredDate": "1998-05-22T00:00:00", - "ShippedDate": "1998-05-04T00:00:00", - "ShipVia": 1, - "Freight": 8.34, - "ShipName": "Gourmet Lanchonetes", - "ShipAddress": "Av. Brasil, 442", - "ShipCity": "Campinas", - "ShipRegion": "SP", - "ShipPostalCode": 4876, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 4, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "FOLKO", - "Company": "Folk och fä HB", - "ContactName": "Maria Larsson", - "ContactTitle": "Owner", - "Address": "Åkergatan 24", - "City": "Bräcke", - "PostalCode": 46000, - "Country": "Sweden", - "Phone": "0695-34 67 21", - "Orders": [ - { - "OrderID": 11050, - "EmployeeID": 8, - "OrderDate": "1998-04-27T00:00:00", - "RequiredDate": "1998-05-25T00:00:00", - "ShippedDate": "1998-05-05T00:00:00", - "ShipVia": 2, - "Freight": 59.41, - "ShipName": "Folk och fä HB", - "ShipAddress": "Åkergatan 24", - "ShipCity": "Bräcke", - "ShipPostalCode": 19000, - "ShipCountry": "Sweden", - "OrderDetails": [ - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 50, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "LAMAI", - "Company": "La maison d'Asie", - "ContactName": "Annette Roulet", - "ContactTitle": "Sales Manager", - "Address": "1 rue Alsace-Lorraine", - "City": "Toulouse", - "PostalCode": 31000, - "Country": "France", - "Phone": "61.77.61.10", - "Fax": "61.77.61.11", - "Orders": [ - { - "OrderID": 11051, - "EmployeeID": 7, - "OrderDate": "1998-04-27T00:00:00", - "RequiredDate": "1998-05-25T00:00:00", - "ShipVia": 3, - "Freight": 2.79, - "ShipName": "La maison d'Asie", - "ShipAddress": "1 rue Alsace-Lorraine", - "ShipCity": "Toulouse", - "ShipPostalCode": 31000, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 10, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "HANAR", - "Company": "Hanari Carnes", - "ContactName": "Mario Pontes", - "ContactTitle": "Accounting Manager", - "Address": "Rua do Paço, 67", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 5454, - "Country": "Brazil", - "Phone": "(21) 555-0091", - "Fax": "(21) 555-8765", - "Orders": [ - { - "OrderID": 11052, - "EmployeeID": 3, - "OrderDate": "1998-04-27T00:00:00", - "RequiredDate": "1998-05-25T00:00:00", - "ShippedDate": "1998-05-01T00:00:00", - "ShipVia": 1, - "Freight": 67.26, - "ShipName": "Hanari Carnes", - "ShipAddress": "Rua do Paço, 67", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 5454, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 30, - "Discount": 0.2 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 10, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "PICCO", - "Company": "Piccolo und mehr", - "ContactName": "Georg Pipps", - "ContactTitle": "Sales Manager", - "Address": "Geislweg 14", - "City": "Salzburg", - "PostalCode": 5020, - "Country": "Austria", - "Phone": "6562-9722", - "Fax": "6562-9723", - "Orders": [ - { - "OrderID": 11053, - "EmployeeID": 2, - "OrderDate": "1998-04-27T00:00:00", - "RequiredDate": "1998-05-25T00:00:00", - "ShippedDate": "1998-04-29T00:00:00", - "ShipVia": 2, - "Freight": 53.05, - "ShipName": "Piccolo und mehr", - "ShipAddress": "Geislweg 14", - "ShipCity": "Salzburg", - "ShipPostalCode": 5020, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 18, - "UnitPrice": 62.5, - "Quantity": 35, - "Discount": 0.2 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 25, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "CACTU", - "Company": "Cactus Comidas para llevar", - "ContactName": "Patricio Simpson", - "ContactTitle": "Sales Agent", - "Address": "Cerrito 333", - "City": "Buenos Aires", - "PostalCode": 1010, - "Country": "Argentina", - "Phone": "(1) 135-5555", - "Fax": "(1) 135-4892", - "Orders": [ - { - "OrderID": 11054, - "EmployeeID": 8, - "OrderDate": "1998-04-28T00:00:00", - "RequiredDate": "1998-05-26T00:00:00", - "ShipVia": 1, - "Freight": 0.33, - "ShipName": "Cactus Comidas para llevar", - "ShipAddress": "Cerrito 333", - "ShipCity": "Buenos Aires", - "ShipPostalCode": 1010, - "ShipCountry": "Argentina", - "OrderDetails": [ - { - "ProductID": 33, - "UnitPrice": 2.5, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 67, - "UnitPrice": 14, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "HILAA", - "Company": "HILARION-Abastos", - "ContactName": "Carlos Hernández", - "ContactTitle": "Sales Representative", - "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", - "City": "San Cristóbal", - "Region": "Táchira", - "PostalCode": 5022, - "Country": "Venezuela", - "Phone": "(5) 555-1340", - "Fax": "(5) 555-1948", - "Orders": [ - { - "OrderID": 11055, - "EmployeeID": 7, - "OrderDate": "1998-04-28T00:00:00", - "RequiredDate": "1998-05-26T00:00:00", - "ShippedDate": "1998-05-05T00:00:00", - "ShipVia": 2, - "Freight": 120.92, - "ShipName": "HILARION-Abastos", - "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", - "ShipCity": "San Cristóbal", - "ShipRegion": "Táchira", - "ShipPostalCode": 5022, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 25, - "UnitPrice": 14, - "Quantity": 15, - "Discount": 0 - }, - { - "ProductID": 51, - "UnitPrice": 53, - "Quantity": 20, - "Discount": 0 - }, - { - "ProductID": 57, - "UnitPrice": 19.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "EASTC", - "Company": "Eastern Connection", - "ContactName": "Ann Devon", - "ContactTitle": "Sales Agent", - "Address": "35 King George", - "City": "London", - "PostalCode": 11000, - "Country": "UK", - "Phone": "(171) 555-0297", - "Fax": "(171) 555-3373", - "Orders": [ - { - "OrderID": 11056, - "EmployeeID": 8, - "OrderDate": "1998-04-28T00:00:00", - "RequiredDate": "1998-05-12T00:00:00", - "ShippedDate": "1998-05-01T00:00:00", - "ShipVia": 2, - "Freight": 278.96, - "ShipName": "Eastern Connection", - "ShipAddress": "35 King George", - "ShipCity": "London", - "ShipPostalCode": 39000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 35, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 50, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "NORTS", - "Company": "North/South", - "ContactName": "Simon Crowther", - "ContactTitle": "Sales Associate", - "Address": "South House 300 Queensbridge", - "City": "London", - "PostalCode": 16000, - "Country": "UK", - "Phone": "(171) 555-7733", - "Fax": "(171) 555-2530", - "Orders": [ - { - "OrderID": 11057, - "EmployeeID": 3, - "OrderDate": "1998-04-29T00:00:00", - "RequiredDate": "1998-05-27T00:00:00", - "ShippedDate": "1998-05-01T00:00:00", - "ShipVia": 3, - "Freight": 4.13, - "ShipName": "North/South", - "ShipAddress": "South House 300 Queensbridge", - "ShipCity": "London", - "ShipPostalCode": 11000, - "ShipCountry": "UK", - "OrderDetails": [ - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 3, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "BLAUS", - "Company": "Blauer See Delikatessen", - "ContactName": "Hanna Moos", - "ContactTitle": "Sales Representative", - "Address": "Forsterstr. 57", - "City": "Mannheim", - "PostalCode": 68306, - "Country": "Germany", - "Phone": "0621-08460", - "Fax": "0621-08924", - "Orders": [ - { - "OrderID": 11058, - "EmployeeID": 9, - "OrderDate": "1998-04-29T00:00:00", - "RequiredDate": "1998-05-27T00:00:00", - "ShipVia": 3, - "Freight": 31.14, - "ShipName": "Blauer See Delikatessen", - "ShipAddress": "Forsterstr. 57", - "ShipCity": "Mannheim", - "ShipPostalCode": 68306, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 21, - "UnitPrice": 10, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 21, - "Discount": 0 - }, - { - "ProductID": 61, - "UnitPrice": 28.5, - "Quantity": 4, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "RICAR", - "Company": "Ricardo Adocicados", - "ContactName": "Janete Limeira", - "ContactTitle": "Sales Associate", - "Address": "Av. Copacabana, 267", - "City": "Sao Paulo", - "Region": "RJ", - "PostalCode": 2389, - "Country": "Brazil", - "Phone": "(21) 555-3412", - "Orders": [ - { - "OrderID": 11059, - "EmployeeID": 2, - "OrderDate": "1998-04-29T00:00:00", - "RequiredDate": "1998-06-10T00:00:00", - "ShipVia": 2, - "Freight": 85.8, - "ShipName": "Ricardo Adocicados", - "ShipAddress": "Av. Copacabana, 267", - "ShipCity": "Lyon", - "ShipRegion": "RJ", - "ShipPostalCode": 2389, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "FRANS", - "Company": "Franchi S.p.A.", - "ContactName": "Paolo Accorti", - "ContactTitle": "Sales Representative", - "Address": "Via Monte Bianco 34", - "City": "Torino", - "PostalCode": 10100, - "Country": "Italy", - "Phone": "011-4988260", - "Fax": "011-4988261", - "Orders": [ - { - "OrderID": 11060, - "EmployeeID": 2, - "OrderDate": "1998-04-30T00:00:00", - "RequiredDate": "1998-05-28T00:00:00", - "ShippedDate": "1998-05-04T00:00:00", - "ShipVia": 2, - "Freight": 10.98, - "ShipName": "Franchi S.p.A.", - "ShipAddress": "Via Monte Bianco 34", - "ShipCity": "Torino", - "ShipPostalCode": 10100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 10, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "GREAL", - "Company": "Great Lakes Food Market", - "ContactName": "Howard Snyder", - "ContactTitle": "Marketing Manager", - "Address": "2732 Baker Blvd.", - "City": "Eugene", - "Region": "OR", - "PostalCode": 97403, - "Country": "USA", - "Phone": "(503) 555-7555", - "Orders": [ - { - "OrderID": 11061, - "EmployeeID": 4, - "OrderDate": "1998-04-30T00:00:00", - "RequiredDate": "1998-06-11T00:00:00", - "ShipVia": 3, - "Freight": 14.01, - "ShipName": "Great Lakes Food Market", - "ShipAddress": "2732 Baker Blvd.", - "ShipCity": "Eugene", - "ShipRegion": "OR", - "ShipPostalCode": 97403, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 15, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "REGGC", - "Company": "Reggiani Caseifici", - "ContactName": "Maurizio Moroni", - "ContactTitle": "Sales Associate", - "Address": "Strada Provinciale 124", - "City": "Reggio Emilia", - "PostalCode": 42100, - "Country": "Italy", - "Phone": "0522-556721", - "Fax": "0522-556722", - "Orders": [ - { - "OrderID": 11062, - "EmployeeID": 4, - "OrderDate": "1998-04-30T00:00:00", - "RequiredDate": "1998-05-28T00:00:00", - "ShipVia": 2, - "Freight": 29.93, - "ShipName": "Reggiani Caseifici", - "ShipAddress": "Strada Provinciale 124", - "ShipCity": "Reggio Emilia", - "ShipPostalCode": 42100, - "ShipCountry": "Italy", - "OrderDetails": [ - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 10, - "Discount": 0.2 - }, - { - "ProductID": 70, - "UnitPrice": 15, - "Quantity": 12, - "Discount": 0.2 - } - ] - } - ] - }, - { - "CustomerID": "HUNGO", - "Company": "Hungry Owl All-Night Grocers", - "ContactName": "Patricia McKenna", - "ContactTitle": "Sales Associate", - "Address": "8 Johnstown Road", - "City": "Cork", - "Region": "Co. Cork", - "Country": "Ireland", - "Phone": "2967 542", - "Fax": "2967 3333", - "Orders": [ - { - "OrderID": 11063, - "EmployeeID": 3, - "OrderDate": "1998-04-30T00:00:00", - "RequiredDate": "1998-05-28T00:00:00", - "ShippedDate": "1998-05-06T00:00:00", - "ShipVia": 2, - "Freight": 81.73, - "ShipName": "Hungry Owl All-Night Grocers", - "ShipAddress": "8 Johnstown Road", - "ShipCity": "Cork", - "ShipRegion": "Co. Cork", - "ShipCountry": "Ireland", - "OrderDetails": [ - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 30, - "Discount": 0 - }, - { - "ProductID": 40, - "UnitPrice": 18.4, - "Quantity": 40, - "Discount": 0.1 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 30, - "Discount": 0.1 - } - ] - } - ] - }, - { - "CustomerID": "SAVEA", - "Company": "Save-a-lot Markets", - "ContactName": "Jose Pavarotti", - "ContactTitle": "Sales Representative", - "Address": "187 Suffolk Ln.", - "City": "Boise", - "Region": "ID", - "PostalCode": 83720, - "Country": "USA", - "Phone": "(208) 555-8097", - "Orders": [ - { - "OrderID": 11064, - "EmployeeID": 1, - "OrderDate": "1998-05-01T00:00:00", - "RequiredDate": "1998-05-29T00:00:00", - "ShippedDate": "1998-05-04T00:00:00", - "ShipVia": 1, - "Freight": 30.09, - "ShipName": "Save-a-lot Markets", - "ShipAddress": "187 Suffolk Ln.", - "ShipCity": "Boise", - "ShipRegion": "ID", - "ShipPostalCode": 83720, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 17, - "UnitPrice": 39, - "Quantity": 77, - "Discount": 0.1 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 12, - "Discount": 0 - }, - { - "ProductID": 53, - "UnitPrice": 32.8, - "Quantity": 25, - "Discount": 0.1 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 4, - "Discount": 0.1 - }, - { - "ProductID": 68, - "UnitPrice": 12.5, - "Quantity": 55, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 11065, - "EmployeeID": 8, - "OrderDate": "1998-05-01T00:00:00", - "RequiredDate": "1998-05-29T00:00:00", - "ShipVia": 1, - "Freight": 12.91, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 30, - "UnitPrice": 25.89, - "Quantity": 4, - "Discount": 0.25 - }, - { - "ProductID": 54, - "UnitPrice": 7.45, - "Quantity": 20, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "WHITC", - "Company": "White Clover Markets", - "ContactName": "Karl Jablonski", - "ContactTitle": "Owner", - "Address": "305 - 14th Ave. S. Suite 3B", - "City": "Seattle", - "Region": "WA", - "PostalCode": 98128, - "Country": "USA", - "Phone": "(206) 555-4112", - "Fax": "(206) 555-4115", - "Orders": [ - { - "OrderID": 11066, - "EmployeeID": 7, - "OrderDate": "1998-05-01T00:00:00", - "RequiredDate": "1998-05-29T00:00:00", - "ShippedDate": "1998-05-04T00:00:00", - "ShipVia": 2, - "Freight": 44.72, - "ShipName": "White Clover Markets", - "ShipAddress": "1029 - 12th Ave. S.", - "ShipCity": "Seattle", - "ShipRegion": "WA", - "ShipPostalCode": 98124, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 42, - "Discount": 0 - }, - { - "ProductID": 34, - "UnitPrice": 14, - "Quantity": 35, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "DRACD", - "Company": "Drachenblut Delikatessen", - "ContactName": "Sven Ottlieb", - "ContactTitle": "Order Administrator", - "Address": "Walserweg 21", - "City": "Aachen", - "PostalCode": 52066, - "Country": "Germany", - "Phone": "0241-039123", - "Fax": "0241-059428", - "Orders": [ - { - "OrderID": 11067, - "EmployeeID": 1, - "OrderDate": "1998-05-04T00:00:00", - "RequiredDate": "1998-05-18T00:00:00", - "ShippedDate": "1998-05-06T00:00:00", - "ShipVia": 2, - "Freight": 7.98, - "ShipName": "Drachenblut Delikatessen", - "ShipAddress": "Walserweg 21", - "ShipCity": "Aachen", - "ShipPostalCode": 52066, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 9, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "QUEEN", - "Company": "Queen Cozinha", - "ContactName": "Lúcia Carvalho", - "ContactTitle": "Marketing Assistant", - "Address": "Alameda dos Canàrios, 891", - "City": "Sao Paulo", - "Region": "SP", - "PostalCode": 5487, - "Country": "Brazil", - "Phone": "(11) 555-1189", - "Orders": [ - { - "OrderID": 11068, - "EmployeeID": 8, - "OrderDate": "1998-05-04T00:00:00", - "RequiredDate": "1998-06-01T00:00:00", - "ShipVia": 2, - "Freight": 81.75, - "ShipName": "Queen Cozinha", - "ShipAddress": "Alameda dos Canàrios, 891", - "ShipCity": "Sao Paulo", - "ShipRegion": "SP", - "ShipPostalCode": 5487, - "ShipCountry": "Brazil", - "OrderDetails": [ - { - "ProductID": 28, - "UnitPrice": 45.6, - "Quantity": 8, - "Discount": 0.16 - }, - { - "ProductID": 43, - "UnitPrice": 46, - "Quantity": 36, - "Discount": 0.16 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 28, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "TORTU", - "Company": "Tortuga Restaurante", - "ContactName": "Miguel Angel Paolino", - "ContactTitle": "Owner", - "Address": "Avda. Azteca 123", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 555-2933", - "Orders": [ - { - "OrderID": 11069, - "EmployeeID": 1, - "OrderDate": "1998-05-04T00:00:00", - "RequiredDate": "1998-06-01T00:00:00", - "ShippedDate": "1998-05-06T00:00:00", - "ShipVia": 2, - "Freight": 15.67, - "ShipName": "Tortuga Restaurante", - "ShipAddress": "Avda. Azteca 123", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LEHMS", - "Company": "Lehmanns Marktstand", - "ContactName": "Renate Messner", - "ContactTitle": "Sales Representative", - "Address": "Magazinweg 7", - "City": "Frankfurt a.M.", - "PostalCode": 60528, - "Country": "Germany", - "Phone": "069-0245984", - "Fax": "069-0245874", - "Orders": [ - { - "OrderID": 11070, - "EmployeeID": 2, - "OrderDate": "1998-05-05T00:00:00", - "RequiredDate": "1998-06-02T00:00:00", - "ShipVia": 1, - "Freight": 136, - "ShipName": "Lehmanns Marktstand", - "ShipAddress": "Magazinweg 7", - "ShipCity": "Frankfurt a.M.", - "ShipPostalCode": 60528, - "ShipCountry": "Germany", - "OrderDetails": [ - { - "ProductID": 1, - "UnitPrice": 18, - "Quantity": 40, - "Discount": 0.16 - }, - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 20, - "Discount": 0.16 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 30, - "Discount": 0.16 - }, - { - "ProductID": 31, - "UnitPrice": 12.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "LILAS", - "Company": "LILA-Supermercado", - "ContactName": "Carlos González", - "ContactTitle": "Accounting Manager", - "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "City": "Barquisimeto", - "Region": "Lara", - "PostalCode": 3508, - "Country": "Venezuela", - "Phone": "(9) 331-6954", - "Fax": "(9) 331-7256", - "Orders": [ - { - "OrderID": 11071, - "EmployeeID": 1, - "OrderDate": "1998-05-05T00:00:00", - "RequiredDate": "1998-06-02T00:00:00", - "ShipVia": 1, - "Freight": 0.93, - "ShipName": "LILA-Supermercado", - "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "ShipCity": "Barquisimeto", - "ShipRegion": "Lara", - "ShipPostalCode": 3508, - "ShipCountry": "Venezuela", - "OrderDetails": [ - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 15, - "Discount": 0.06 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 10, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "ERNSH", - "Company": "Ernst Handel", - "ContactName": "Roland Mendel", - "ContactTitle": "Sales Manager", - "Address": "Kirchgasse 6", - "City": "Graz", - "PostalCode": 8010, - "Country": "Austria", - "Phone": "7675-3425", - "Fax": "7675-3426", - "Orders": [ - { - "OrderID": 11072, - "EmployeeID": 4, - "OrderDate": "1998-05-05T00:00:00", - "RequiredDate": "1998-06-02T00:00:00", - "ShipVia": 2, - "Freight": 258.64, - "ShipName": "Ernst Handel", - "ShipAddress": "Kirchgasse 6", - "ShipCity": "Graz", - "ShipPostalCode": 8010, - "ShipCountry": "Austria", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 8, - "Discount": 0 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 40, - "Discount": 0 - }, - { - "ProductID": 50, - "UnitPrice": 16.25, - "Quantity": 22, - "Discount": 0 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 130, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "PERIC", - "Company": "Pericles Comidas clásicas", - "ContactName": "Guillermo Fernández", - "ContactTitle": "Sales Representative", - "Address": "Calle Dr. Jorge Cash 321", - "City": "México D.F.", - "PostalCode": 5033, - "Country": "Mexico", - "Phone": "(5) 552-3745", - "Fax": "(5) 545-3745", - "Orders": [ - { - "OrderID": 11073, - "EmployeeID": 2, - "OrderDate": "1998-05-05T00:00:00", - "RequiredDate": "1998-06-02T00:00:00", - "ShipVia": 2, - "Freight": 24.95, - "ShipName": "Pericles Comidas clásicas", - "ShipAddress": "Calle Dr. Jorge Cash 321", - "ShipCity": "México D.F.", - "ShipPostalCode": 5033, - "ShipCountry": "Mexico", - "OrderDetails": [ - { - "ProductID": 11, - "UnitPrice": 21, - "Quantity": 10, - "Discount": 0 - }, - { - "ProductID": 24, - "UnitPrice": 4.5, - "Quantity": 20, - "Discount": 0 - } - ] - } - ] - }, - { - "CustomerID": "SIMOB", - "Company": "Simons bistro", - "ContactName": "Jytte Petersen", - "ContactTitle": "Owner", - "Address": "Vinbæltet 34", - "City": "Kobenhavn", - "PostalCode": 1734, - "Country": "Denmark", - "Phone": "31 12 34 56", - "Fax": "31 13 35 57", - "Orders": [ - { - "OrderID": 11074, - "EmployeeID": 7, - "OrderDate": "1998-05-06T00:00:00", - "RequiredDate": "1998-06-03T00:00:00", - "ShipVia": 2, - "Freight": 18.44, - "ShipName": "Simons bistro", - "ShipAddress": "Vinbæltet 34", - "ShipCity": "Kobenhavn", - "ShipPostalCode": 1734, - "ShipCountry": "Denmark", - "OrderDetails": [ - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 14, - "Discount": 0.06 - } - ] - } - ] - }, - { - "CustomerID": "RICSU", - "Company": "Richter Supermarkt", - "ContactName": "Michael Holz", - "ContactTitle": "Sales Manager", - "Address": "Grenzacherweg 237", - "City": "Genève", - "PostalCode": 1203, - "Country": "Switzerland", - "Phone": "0897-034214", - "Orders": [ - { - "OrderID": 11075, - "EmployeeID": 8, - "OrderDate": "1998-05-06T00:00:00", - "RequiredDate": "1998-06-03T00:00:00", - "ShipVia": 2, - "Freight": 6.19, - "ShipName": "Richter Supermarkt", - "ShipAddress": "Starenweg 5", - "ShipCity": "Genève", - "ShipPostalCode": 1204, - "ShipCountry": "Switzerland", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 10, - "Discount": 0.16 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 30, - "Discount": 0.16 - }, - { - "ProductID": 76, - "UnitPrice": 18, - "Quantity": 2, - "Discount": 0.16 - } - ] - } - ] - }, - { - "CustomerID": "BONAP", - "Company": "Bon app'", - "ContactName": "Laurence Lebihan", - "ContactTitle": "Owner", - "Address": "12, rue des Bouchers", - "City": "Marseille", - "PostalCode": 13008, - "Country": "France", - "Phone": "91.24.45.40", - "Fax": "91.24.45.41", - "Orders": [ - { - "OrderID": 11076, - "EmployeeID": 4, - "OrderDate": "1998-05-06T00:00:00", - "RequiredDate": "1998-06-03T00:00:00", - "ShipVia": 2, - "Freight": 38.28, - "ShipName": "Bon app'", - "ShipAddress": "12, rue des Bouchers", - "ShipCity": "Marseille", - "ShipPostalCode": 13008, - "ShipCountry": "France", - "OrderDetails": [ - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 20, - "Discount": 0.25 - }, - { - "ProductID": 19, - "UnitPrice": 9.2, - "Quantity": 10, - "Discount": 0.25 - } - ] - } - ] - }, - { - "CustomerID": "RATTC", - "Company": "Rattlesnake Canyon Grocery", - "ContactName": "Paula Wilson", - "ContactTitle": "Sales Associate", - "Address": "2817 Milton Dr.", - "City": "Albuquerque", - "Region": "NM", - "PostalCode": 87110, - "Country": "USA", - "Phone": "(505) 555-5939", - "Fax": "(505) 555-3620", - "Orders": [ - { - "OrderID": 11077, - "EmployeeID": 1, - "OrderDate": "1998-05-06T00:00:00", - "RequiredDate": "1998-06-03T00:00:00", - "ShipVia": 2, - "Freight": 8.53, - "ShipName": "Rattlesnake Canyon Grocery", - "ShipAddress": "2817 Milton Dr.", - "ShipCity": "Albuquerque", - "ShipRegion": "NM", - "ShipPostalCode": 87110, - "ShipCountry": "USA", - "OrderDetails": [ - { - "ProductID": 2, - "UnitPrice": 19, - "Quantity": 24, - "Discount": 0.2 - }, - { - "ProductID": 3, - "UnitPrice": 10, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 4, - "UnitPrice": 22, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 6, - "UnitPrice": 25, - "Quantity": 1, - "Discount": 0.02 - }, - { - "ProductID": 7, - "UnitPrice": 30, - "Quantity": 1, - "Discount": 0.06 - }, - { - "ProductID": 8, - "UnitPrice": 40, - "Quantity": 2, - "Discount": 0.1 - }, - { - "ProductID": 10, - "UnitPrice": 31, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 12, - "UnitPrice": 38, - "Quantity": 2, - "Discount": 0.06 - }, - { - "ProductID": 13, - "UnitPrice": 6, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 14, - "UnitPrice": 23.25, - "Quantity": 1, - "Discount": 0.04 - }, - { - "ProductID": 16, - "UnitPrice": 17.45, - "Quantity": 2, - "Discount": 0.04 - }, - { - "ProductID": 20, - "UnitPrice": 81, - "Quantity": 1, - "Discount": 0.04 - }, - { - "ProductID": 23, - "UnitPrice": 9, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 32, - "UnitPrice": 32, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 39, - "UnitPrice": 18, - "Quantity": 2, - "Discount": 0.06 - }, - { - "ProductID": 41, - "UnitPrice": 9.65, - "Quantity": 3, - "Discount": 0 - }, - { - "ProductID": 46, - "UnitPrice": 12, - "Quantity": 3, - "Discount": 0.02 - }, - { - "ProductID": 52, - "UnitPrice": 7, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 55, - "UnitPrice": 24, - "Quantity": 2, - "Discount": 0 - }, - { - "ProductID": 60, - "UnitPrice": 34, - "Quantity": 2, - "Discount": 0.06 - }, - { - "ProductID": 64, - "UnitPrice": 33.25, - "Quantity": 2, - "Discount": 0.04 - }, - { - "ProductID": 66, - "UnitPrice": 17, - "Quantity": 1, - "Discount": 0 - }, - { - "ProductID": 73, - "UnitPrice": 15, - "Quantity": 2, - "Discount": 0.0099999998 - }, - { - "ProductID": 75, - "UnitPrice": 7.75, - "Quantity": 4, - "Discount": 0 - }, - { - "ProductID": 77, - "UnitPrice": 13, - "Quantity": 2, - "Discount": 0 - } - ] - } - ] - } + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10248, + "EmployeeID": 5, + "OrderDate": "1996-07-04T00:00:00", + "RequiredDate": "1996-08-01T00:00:00", + "ShippedDate": "1996-07-16T00:00:00", + "ShipVia": 3, + "Freight": 32.38, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0, + "Weight": 2.5, + "Length": 25.6, + "TotalPrice": 225.75 + }, + { + "ProductID": 42, + "UnitPrice": 9.8, + "Quantity": 10, + "Discount": 0, + "Weight": 2.1, + "Length": 29.3, + "TotalPrice": 250.5 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 5, + "Discount": 0, + "Weight": 2.7, + "Length": 24.8, + "TotalPrice": 220.25 + } + ] + }, + { + "OrderID": 10249, + "EmployeeID": 5, + "OrderDate": "1996-07-15T00:00:00", + "RequiredDate": "1996-08-12T00:00:00", + "ShippedDate": "1996-07-22T00:00:00", + "ShipVia": 3, + "Freight": 45.5, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0, + "Weight": 2.5, + "Length": 25.6, + "TotalPrice": 225.75 + }, + { + "ProductID": 42, + "UnitPrice": 9.8, + "Quantity": 10, + "Discount": 0, + "Weight": 2.1, + "Length": 29.3, + "TotalPrice": 250.5 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 5, + "Discount": 0, + "Weight": 2.7, + "Length": 24.8, + "TotalPrice": 220.25 + }, + { + "ProductID": 25, + "UnitPrice": 22.5, + "Quantity": 8, + "Discount": 0, + "Weight": 3.1, + "Length": 27.2, + "TotalPrice": 180.0 + }, + { + "ProductID": 33, + "UnitPrice": 15.2, + "Quantity": 15, + "Discount": 0.05, + "Weight": 2.8, + "Length": 26.5, + "TotalPrice": 216.6 + } + ] + }, + { + "OrderID": 10274, + "EmployeeID": 5, + "OrderDate": "1996-08-06T00:00:00", + "RequiredDate": "1996-09-03T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 3, + "Freight": 58.9, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 35.0, + "Quantity": 6, + "Discount": 0, + "Weight": 3.3, + "Length": 28.1, + "TotalPrice": 210.0 + }, + { + "ProductID": 44, + "UnitPrice": 28.5, + "Quantity": 12, + "Discount": 0.1, + "Weight": 2.6, + "Length": 25.9, + "TotalPrice": 307.8 + }, + { + "ProductID": 67, + "UnitPrice": 18.0, + "Quantity": 20, + "Discount": 0, + "Weight": 2.4, + "Length": 24.5, + "TotalPrice": 360.0 + }, + { + "ProductID": 88, + "UnitPrice": 12.3, + "Quantity": 10, + "Discount": 0, + "Weight": 2.2, + "Length": 23.8, + "TotalPrice": 123.0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialit\u00e4ten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "M\u00fcnster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10249, + "EmployeeID": 6, + "OrderDate": "1996-07-05T00:00:00", + "RequiredDate": "1996-08-16T00:00:00", + "ShippedDate": "1996-07-10T00:00:00", + "ShipVia": 1, + "Freight": 11.61, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 9, + "Discount": 0, + "Weight": 3.2, + "Length": 28.6, + "TotalPrice": 253.75 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 40, + "Discount": 0, + "Weight": 2.5, + "Length": 25.6, + "TotalPrice": 225.75 + } + ] + }, + { + "OrderID": 10251, + "EmployeeID": 6, + "OrderDate": "1996-07-18T00:00:00", + "RequiredDate": "1996-08-22T00:00:00", + "ShippedDate": "1996-07-25T00:00:00", + "ShipVia": 1, + "Freight": 22.45, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 9, + "Discount": 0, + "Weight": 3.2, + "Length": 28.6, + "TotalPrice": 253.75 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 40, + "Discount": 0, + "Weight": 2.5, + "Length": 25.6, + "TotalPrice": 225.75 + }, + { + "ProductID": 27, + "UnitPrice": 19.8, + "Quantity": 12, + "Discount": 0, + "Weight": 2.9, + "Length": 26.7, + "TotalPrice": 237.6 + }, + { + "ProductID": 55, + "UnitPrice": 32.5, + "Quantity": 8, + "Discount": 0.08, + "Weight": 3.0, + "Length": 27.0, + "TotalPrice": 239.2 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Madrid", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10250, + "EmployeeID": 4, + "OrderDate": "1996-07-08T00:00:00", + "RequiredDate": "1996-08-05T00:00:00", + "ShippedDate": "1996-07-12T00:00:00", + "ShipVia": 2, + "Freight": 65.83, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 10, + "Discount": 0, + "Weight": 2.9, + "Length": 26.9, + "TotalPrice": 233.5 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 35, + "Discount": 0.16, + "Weight": 3.5, + "Length": 27.4, + "TotalPrice": 261.25 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.16, + "Weight": 2.2, + "Length": 30.2, + "TotalPrice": 249.75 + } + ] + }, + { + "OrderID": 10252, + "EmployeeID": 4, + "OrderDate": "1996-07-22T00:00:00", + "RequiredDate": "1996-08-19T00:00:00", + "ShippedDate": "1996-07-30T00:00:00", + "ShipVia": 2, + "Freight": 38.75, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 10, + "Discount": 0, + "Weight": 2.9, + "Length": 26.9, + "TotalPrice": 233.5 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 35, + "Discount": 0.16, + "Weight": 3.5, + "Length": 27.4, + "TotalPrice": 261.25 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.16, + "Weight": 2.2, + "Length": 30.2, + "TotalPrice": 249.75 + }, + { + "ProductID": 29, + "UnitPrice": 24.0, + "Quantity": 10, + "Discount": 0, + "Weight": 2.7, + "Length": 25.3, + "TotalPrice": 240.0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10251, + "EmployeeID": 3, + "OrderDate": "1996-07-08T00:00:00", + "RequiredDate": "1996-08-05T00:00:00", + "ShippedDate": "1996-07-15T00:00:00", + "ShipVia": 1, + "Freight": 41.34, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 16.8, + "Quantity": 6, + "Discount": 0.06, + "Weight": 2.6, + "Length": 26.8, + "TotalPrice": 226.5 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 15, + "Discount": 0.06, + "Weight": 3.1, + "Length": 24.3, + "TotalPrice": 219.25 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 20, + "Discount": 0, + "Weight": 2.4, + "Length": 23.7, + "TotalPrice": 207 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10252, + "EmployeeID": 4, + "OrderDate": "1996-07-09T00:00:00", + "RequiredDate": "1996-08-06T00:00:00", + "ShippedDate": "1996-07-11T00:00:00", + "ShipVia": 2, + "Freight": 51.3, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10254, + "EmployeeID": 5, + "OrderDate": "1996-07-11T00:00:00", + "RequiredDate": "1996-08-08T00:00:00", + "ShippedDate": "1996-07-23T00:00:00", + "ShipVia": 2, + "Freight": 22.98, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 21, + "Discount": 0.16 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10255, + "EmployeeID": 9, + "OrderDate": "1996-07-12T00:00:00", + "RequiredDate": "1996-08-09T00:00:00", + "ShippedDate": "1996-07-15T00:00:00", + "ShipVia": 3, + "Freight": 148.33, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10256, + "EmployeeID": 3, + "OrderDate": "1996-07-15T00:00:00", + "RequiredDate": "1996-08-12T00:00:00", + "ShippedDate": "1996-07-17T00:00:00", + "ShipVia": 2, + "Freight": 13.97, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10257, + "EmployeeID": 4, + "OrderDate": "1996-07-16T00:00:00", + "RequiredDate": "1996-08-13T00:00:00", + "ShippedDate": "1996-07-22T00:00:00", + "ShipVia": 3, + "Freight": 81.91, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 35.1, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10258, + "EmployeeID": 1, + "OrderDate": "1996-07-17T00:00:00", + "RequiredDate": "1996-08-14T00:00:00", + "ShippedDate": "1996-07-23T00:00:00", + "ShipVia": 1, + "Freight": 140.51, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 65, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 25.6, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CENTC", + "Company": "Centro comercial Moctezuma", + "ContactName": "Francisco Chang", + "ContactTitle": "Marketing Manager", + "Address": "Sierras de Granada 9993", + "City": "M\u00e9xico D.F.", + "PostalCode": 5022, + "Country": "Mexico", + "Phone": "(5) 555-3392", + "Fax": "(5) 555-7293", + "Orders": [ + { + "OrderID": 10259, + "EmployeeID": 4, + "OrderDate": "1996-07-18T00:00:00", + "RequiredDate": "1996-08-15T00:00:00", + "ShippedDate": "1996-07-25T00:00:00", + "ShipVia": 3, + "Freight": 3.25, + "ShipName": "Centro comercial Moctezuma", + "ShipAddress": "Sierras de Granada 9993", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5022, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 37, + "UnitPrice": 20.8, + "Quantity": 1, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10260, + "EmployeeID": 4, + "OrderDate": "1996-07-19T00:00:00", + "RequiredDate": "1996-08-16T00:00:00", + "ShippedDate": "1996-07-29T00:00:00", + "ShipVia": 1, + "Freight": 55.09, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 16, + "Discount": 0.25 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10261, + "EmployeeID": 4, + "OrderDate": "1996-07-19T00:00:00", + "RequiredDate": "1996-08-16T00:00:00", + "ShippedDate": "1996-07-30T00:00:00", + "ShipVia": 2, + "Freight": 3.05, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10262, + "EmployeeID": 8, + "OrderDate": "1996-07-22T00:00:00", + "RequiredDate": "1996-08-19T00:00:00", + "ShippedDate": "1996-07-25T00:00:00", + "ShipVia": 3, + "Freight": 48.29, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10263, + "EmployeeID": 9, + "OrderDate": "1996-07-23T00:00:00", + "RequiredDate": "1996-08-20T00:00:00", + "ShippedDate": "1996-07-31T00:00:00", + "ShipVia": 3, + "Freight": 146.06, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 36, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 36000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10264, + "EmployeeID": 6, + "OrderDate": "1996-07-24T00:00:00", + "RequiredDate": "1996-08-21T00:00:00", + "ShippedDate": "1996-08-23T00:00:00", + "ShipVia": 3, + "Freight": 3.67, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 15000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10265, + "EmployeeID": 2, + "OrderDate": "1996-07-25T00:00:00", + "RequiredDate": "1996-08-22T00:00:00", + "ShippedDate": "1996-08-12T00:00:00", + "ShipVia": 1, + "Freight": 55.28, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10266, + "EmployeeID": 3, + "OrderDate": "1996-07-26T00:00:00", + "RequiredDate": "1996-09-06T00:00:00", + "ShippedDate": "1996-07-31T00:00:00", + "ShipVia": 3, + "Freight": 25.73, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 30.4, + "Quantity": 12, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10267, + "EmployeeID": 4, + "OrderDate": "1996-07-29T00:00:00", + "RequiredDate": "1996-08-26T00:00:00", + "ShippedDate": "1996-08-06T00:00:00", + "ShipVia": 1, + "Freight": 208.58, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 70, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "GROSR", + "Company": "GROSELLA-Restaurante", + "ContactName": "Manuel Pereira", + "ContactTitle": "Owner", + "Address": "5\u00aa Ave. Los Palos Grandes", + "City": "Caracas", + "Region": "DF", + "PostalCode": 1081, + "Country": "Venezuela", + "Phone": "(2) 283-2951", + "Fax": "(2) 283-3397", + "Orders": [ + { + "OrderID": 10268, + "EmployeeID": 8, + "OrderDate": "1996-07-30T00:00:00", + "RequiredDate": "1996-08-27T00:00:00", + "ShippedDate": "1996-08-02T00:00:00", + "ShipVia": 3, + "Freight": 66.29, + "ShipName": "GROSELLA-Restaurante", + "ShipAddress": "5\u00aa Ave. Los Palos Grandes", + "ShipCity": "Caracas", + "ShipRegion": "DF", + "ShipPostalCode": 1081, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10269, + "EmployeeID": 5, + "OrderDate": "1996-07-31T00:00:00", + "RequiredDate": "1996-08-14T00:00:00", + "ShippedDate": "1996-08-09T00:00:00", + "ShipVia": 1, + "Freight": 4.56, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10270, + "EmployeeID": 1, + "OrderDate": "1996-08-01T00:00:00", + "RequiredDate": "1996-08-29T00:00:00", + "ShippedDate": "1996-08-02T00:00:00", + "ShipVia": 1, + "Freight": 136.54, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10271, + "EmployeeID": 6, + "OrderDate": "1996-08-01T00:00:00", + "RequiredDate": "1996-08-29T00:00:00", + "ShippedDate": "1996-08-30T00:00:00", + "ShipVia": 2, + "Freight": 4.54, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10272, + "EmployeeID": 6, + "OrderDate": "1996-08-02T00:00:00", + "RequiredDate": "1996-08-30T00:00:00", + "ShippedDate": "1996-08-06T00:00:00", + "ShipVia": 2, + "Freight": 98.03, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10273, + "EmployeeID": 3, + "OrderDate": "1996-08-05T00:00:00", + "RequiredDate": "1996-09-02T00:00:00", + "ShippedDate": "1996-08-12T00:00:00", + "ShipVia": 3, + "Freight": 76.07, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 24, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 33, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10274, + "EmployeeID": 6, + "OrderDate": "1996-08-06T00:00:00", + "RequiredDate": "1996-09-03T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 1, + "Freight": 6.01, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10275, + "EmployeeID": 1, + "OrderDate": "1996-08-07T00:00:00", + "RequiredDate": "1996-09-04T00:00:00", + "ShippedDate": "1996-08-09T00:00:00", + "ShipVia": 1, + "Freight": 26.93, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 6, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10276, + "EmployeeID": 8, + "OrderDate": "1996-08-08T00:00:00", + "RequiredDate": "1996-08-22T00:00:00", + "ShippedDate": "1996-08-14T00:00:00", + "ShipVia": 3, + "Freight": 13.84, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10277, + "EmployeeID": 2, + "OrderDate": "1996-08-09T00:00:00", + "RequiredDate": "1996-09-06T00:00:00", + "ShippedDate": "1996-08-13T00:00:00", + "ShipVia": 3, + "Freight": 125.77, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 32000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10278, + "EmployeeID": 8, + "OrderDate": "1996-08-12T00:00:00", + "RequiredDate": "1996-09-09T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 2, + "Freight": 92.69, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 26000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 12, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10279, + "EmployeeID": 8, + "OrderDate": "1996-08-13T00:00:00", + "RequiredDate": "1996-09-10T00:00:00", + "ShippedDate": "1996-08-16T00:00:00", + "ShipVia": 2, + "Freight": 25.83, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 34000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10280, + "EmployeeID": 2, + "OrderDate": "1996-08-14T00:00:00", + "RequiredDate": "1996-09-11T00:00:00", + "ShippedDate": "1996-09-12T00:00:00", + "ShipVia": 1, + "Freight": 8.98, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 50000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran V\u00eda, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 10281, + "EmployeeID": 4, + "OrderDate": "1996-08-14T00:00:00", + "RequiredDate": "1996-08-28T00:00:00", + "ShippedDate": "1996-08-21T00:00:00", + "ShipVia": 1, + "Freight": 2.94, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran V\u00eda, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 4, + "Discount": 0 + } + ] + }, + { + "OrderID": 10282, + "EmployeeID": 4, + "OrderDate": "1996-08-15T00:00:00", + "RequiredDate": "1996-09-12T00:00:00", + "ShippedDate": "1996-08-21T00:00:00", + "ShipVia": 1, + "Freight": 12.69, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran V\u00eda, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10283, + "EmployeeID": 3, + "OrderDate": "1996-08-16T00:00:00", + "RequiredDate": "1996-09-13T00:00:00", + "ShippedDate": "1996-08-23T00:00:00", + "ShipVia": 3, + "Freight": 84.81, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 12.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10284, + "EmployeeID": 4, + "OrderDate": "1996-08-19T00:00:00", + "RequiredDate": "1996-09-16T00:00:00", + "ShippedDate": "1996-08-27T00:00:00", + "ShipVia": 1, + "Freight": 76.56, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 35.1, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 67, + "UnitPrice": 11.2, + "Quantity": 5, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10285, + "EmployeeID": 1, + "OrderDate": "1996-08-20T00:00:00", + "RequiredDate": "1996-09-17T00:00:00", + "ShippedDate": "1996-08-26T00:00:00", + "ShipVia": 2, + "Freight": 76.83, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 36, + "Discount": 0.2 + } + ] + }, + { + "OrderID": 10286, + "EmployeeID": 8, + "OrderDate": "1996-08-21T00:00:00", + "RequiredDate": "1996-09-18T00:00:00", + "ShippedDate": "1996-08-30T00:00:00", + "ShipVia": 3, + "Freight": 229.24, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 100, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10287, + "EmployeeID": 8, + "OrderDate": "1996-08-22T00:00:00", + "RequiredDate": "1996-09-19T00:00:00", + "ShippedDate": "1996-08-28T00:00:00", + "ShipVia": 3, + "Freight": 12.76, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10288, + "EmployeeID": 4, + "OrderDate": "1996-08-23T00:00:00", + "RequiredDate": "1996-09-20T00:00:00", + "ShippedDate": "1996-09-03T00:00:00", + "ShipVia": 1, + "Freight": 7.45, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10289, + "EmployeeID": 7, + "OrderDate": "1996-08-26T00:00:00", + "RequiredDate": "1996-09-23T00:00:00", + "ShippedDate": "1996-08-28T00:00:00", + "ShipVia": 3, + "Freight": 22.77, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 18000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Com\u00e9rcio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lus\u00edadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10290, + "EmployeeID": 8, + "OrderDate": "1996-08-27T00:00:00", + "RequiredDate": "1996-09-24T00:00:00", + "ShippedDate": "1996-09-03T00:00:00", + "ShipVia": 1, + "Freight": 79.7, + "ShipName": "Com\u00e9rcio Mineiro", + "ShipAddress": "Av. dos Lus\u00edadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10291, + "EmployeeID": 6, + "OrderDate": "1996-08-27T00:00:00", + "RequiredDate": "1996-09-24T00:00:00", + "ShippedDate": "1996-09-04T00:00:00", + "ShipVia": 2, + "Freight": 6.4, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 24, + "Discount": 0.1 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 2, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradi\u00e7\u00e3o Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. In\u00eas de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10292, + "EmployeeID": 1, + "OrderDate": "1996-08-28T00:00:00", + "RequiredDate": "1996-09-25T00:00:00", + "ShippedDate": "1996-09-02T00:00:00", + "ShipVia": 2, + "Freight": 1.35, + "ShipName": "Tradi\u00e7ao Hipermercados", + "ShipAddress": "Av. In\u00eas de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10293, + "EmployeeID": 1, + "OrderDate": "1996-08-29T00:00:00", + "RequiredDate": "1996-09-26T00:00:00", + "ShippedDate": "1996-09-11T00:00:00", + "ShipVia": 3, + "Freight": 21.18, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10294, + "EmployeeID": 4, + "OrderDate": "1996-08-30T00:00:00", + "RequiredDate": "1996-09-27T00:00:00", + "ShippedDate": "1996-09-05T00:00:00", + "ShipVia": 2, + "Freight": 147.26, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10295, + "EmployeeID": 2, + "OrderDate": "1996-09-02T00:00:00", + "RequiredDate": "1996-09-30T00:00:00", + "ShippedDate": "1996-09-10T00:00:00", + "ShipVia": 2, + "Freight": 1.15, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10296, + "EmployeeID": 6, + "OrderDate": "1996-09-03T00:00:00", + "RequiredDate": "1996-10-01T00:00:00", + "ShippedDate": "1996-09-11T00:00:00", + "ShipVia": 1, + "Freight": 0.12, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10297, + "EmployeeID": 5, + "OrderDate": "1996-09-04T00:00:00", + "RequiredDate": "1996-10-16T00:00:00", + "ShippedDate": "1996-09-10T00:00:00", + "ShipVia": 2, + "Freight": 5.74, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10298, + "EmployeeID": 6, + "OrderDate": "1996-09-05T00:00:00", + "RequiredDate": "1996-10-03T00:00:00", + "ShippedDate": "1996-09-11T00:00:00", + "ShipVia": 2, + "Freight": 168.22, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10299, + "EmployeeID": 4, + "OrderDate": "1996-09-06T00:00:00", + "RequiredDate": "1996-10-04T00:00:00", + "ShippedDate": "1996-09-13T00:00:00", + "ShipVia": 2, + "Freight": 29.76, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10300, + "EmployeeID": 2, + "OrderDate": "1996-09-09T00:00:00", + "RequiredDate": "1996-10-07T00:00:00", + "ShippedDate": "1996-09-18T00:00:00", + "ShipVia": 2, + "Freight": 17.68, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10301, + "EmployeeID": 8, + "OrderDate": "1996-09-09T00:00:00", + "RequiredDate": "1996-10-07T00:00:00", + "ShippedDate": "1996-09-17T00:00:00", + "ShipVia": 2, + "Freight": 45.08, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10302, + "EmployeeID": 4, + "OrderDate": "1996-09-10T00:00:00", + "RequiredDate": "1996-10-08T00:00:00", + "ShippedDate": "1996-10-09T00:00:00", + "ShipVia": 2, + "Freight": 6.27, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10303, + "EmployeeID": 7, + "OrderDate": "1996-09-11T00:00:00", + "RequiredDate": "1996-10-09T00:00:00", + "ShippedDate": "1996-09-18T00:00:00", + "ShipVia": 2, + "Freight": 107.83, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10304, + "EmployeeID": 1, + "OrderDate": "1996-09-12T00:00:00", + "RequiredDate": "1996-10-10T00:00:00", + "ShippedDate": "1996-09-17T00:00:00", + "ShipVia": 2, + "Freight": 63.79, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10305, + "EmployeeID": 8, + "OrderDate": "1996-09-13T00:00:00", + "RequiredDate": "1996-10-11T00:00:00", + "ShippedDate": "1996-10-09T00:00:00", + "ShipVia": 3, + "Freight": 257.62, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran V\u00eda, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 10306, + "EmployeeID": 1, + "OrderDate": "1996-09-16T00:00:00", + "RequiredDate": "1996-10-14T00:00:00", + "ShippedDate": "1996-09-23T00:00:00", + "ShipVia": 3, + "Freight": 7.56, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran V\u00eda, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10307, + "EmployeeID": 2, + "OrderDate": "1996-09-17T00:00:00", + "RequiredDate": "1996-10-15T00:00:00", + "ShippedDate": "1996-09-25T00:00:00", + "ShipVia": 2, + "Freight": 0.56, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constituci\u00f3n 2222", + "City": "M\u00e9xico D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10308, + "EmployeeID": 7, + "OrderDate": "1996-09-18T00:00:00", + "RequiredDate": "1996-10-16T00:00:00", + "ShippedDate": "1996-09-24T00:00:00", + "ShipVia": 3, + "Freight": 1.61, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constituci\u00f3n 2222", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10309, + "EmployeeID": 3, + "OrderDate": "1996-09-19T00:00:00", + "RequiredDate": "1996-10-17T00:00:00", + "ShippedDate": "1996-10-23T00:00:00", + "ShipVia": 1, + "Freight": 47.3, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 6, + "UnitPrice": 20, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10310, + "EmployeeID": 8, + "OrderDate": "1996-09-20T00:00:00", + "RequiredDate": "1996-10-18T00:00:00", + "ShippedDate": "1996-09-27T00:00:00", + "ShipVia": 2, + "Freight": 17.52, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10311, + "EmployeeID": 1, + "OrderDate": "1996-09-20T00:00:00", + "RequiredDate": "1996-10-04T00:00:00", + "ShippedDate": "1996-09-26T00:00:00", + "ShipVia": 3, + "Freight": 24.69, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10312, + "EmployeeID": 2, + "OrderDate": "1996-09-23T00:00:00", + "RequiredDate": "1996-10-21T00:00:00", + "ShippedDate": "1996-10-03T00:00:00", + "ShipVia": 2, + "Freight": 40.26, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10313, + "EmployeeID": 2, + "OrderDate": "1996-09-24T00:00:00", + "RequiredDate": "1996-10-22T00:00:00", + "ShippedDate": "1996-10-04T00:00:00", + "ShipVia": 2, + "Freight": 1.96, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10314, + "EmployeeID": 1, + "OrderDate": "1996-09-25T00:00:00", + "RequiredDate": "1996-10-23T00:00:00", + "ShippedDate": "1996-10-04T00:00:00", + "ShipVia": 2, + "Freight": 74.16, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 25.6, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 25, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 42000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10315, + "EmployeeID": 4, + "OrderDate": "1996-09-26T00:00:00", + "RequiredDate": "1996-10-24T00:00:00", + "ShippedDate": "1996-10-03T00:00:00", + "ShipVia": 2, + "Freight": 41.76, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 40301, + "ShipPostalCode": 32000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10316, + "EmployeeID": 1, + "OrderDate": "1996-09-27T00:00:00", + "RequiredDate": "1996-10-25T00:00:00", + "ShippedDate": "1996-10-08T00:00:00", + "ShipVia": 3, + "Freight": 150.15, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 70, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10317, + "EmployeeID": 6, + "OrderDate": "1996-09-30T00:00:00", + "RequiredDate": "1996-10-28T00:00:00", + "ShippedDate": "1996-10-10T00:00:00", + "ShipVia": 1, + "Freight": 12.69, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 30000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10318, + "EmployeeID": 8, + "OrderDate": "1996-10-01T00:00:00", + "RequiredDate": "1996-10-29T00:00:00", + "ShippedDate": "1996-10-04T00:00:00", + "ShipVia": 2, + "Freight": 4.73, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 30575, + "ShipPostalCode": 43000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10319, + "EmployeeID": 7, + "OrderDate": "1996-10-02T00:00:00", + "RequiredDate": "1996-10-30T00:00:00", + "ShippedDate": "1996-10-11T00:00:00", + "ShipVia": 3, + "Freight": 64.5, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10320, + "EmployeeID": 5, + "OrderDate": "1996-10-03T00:00:00", + "RequiredDate": "1996-10-17T00:00:00", + "ShippedDate": "1996-10-18T00:00:00", + "ShipVia": 3, + "Freight": 34.57, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10321, + "EmployeeID": 3, + "OrderDate": "1996-10-03T00:00:00", + "RequiredDate": "1996-10-31T00:00:00", + "ShippedDate": "1996-10-11T00:00:00", + "ShipVia": 2, + "Freight": 3.43, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 80331, + "ShipPostalCode": 24000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas cl\u00e1sicas", + "ContactName": "Guillermo Fern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10322, + "EmployeeID": 7, + "OrderDate": "1996-10-04T00:00:00", + "RequiredDate": "1996-11-01T00:00:00", + "ShippedDate": "1996-10-23T00:00:00", + "ShipVia": 3, + "Freight": 0.4, + "ShipName": "Pericles Comidas cl\u00e1sicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10323, + "EmployeeID": 4, + "OrderDate": "1996-10-07T00:00:00", + "RequiredDate": "1996-11-04T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 1, + "Freight": 4.88, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 12.4, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10324, + "EmployeeID": 9, + "OrderDate": "1996-10-08T00:00:00", + "RequiredDate": "1996-11-05T00:00:00", + "ShippedDate": "1996-10-10T00:00:00", + "ShipVia": 1, + "Freight": 214.27, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 21, + "Discount": 0.16 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 70, + "Discount": 0.16 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 80, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10325, + "EmployeeID": 1, + "OrderDate": "1996-10-09T00:00:00", + "RequiredDate": "1996-10-23T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 3, + "Freight": 64.86, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 20, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOLID", + "Company": "B\u00f3lido Comidas preparadas", + "ContactName": "Mart\u00edn Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99", + "Orders": [ + { + "OrderID": 10326, + "EmployeeID": 4, + "OrderDate": "1996-10-10T00:00:00", + "RequiredDate": "1996-11-07T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 2, + "Freight": 77.92, + "ShipName": "B\u00f3lido Comidas preparadas", + "ShipAddress": "C/ Araquil, 67", + "ShipCity": "Madrid", + "ShipPostalCode": 28023, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 31000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10327, + "EmployeeID": 2, + "OrderDate": "1996-10-11T00:00:00", + "RequiredDate": "1996-11-08T00:00:00", + "ShippedDate": "1996-10-14T00:00:00", + "ShipVia": 1, + "Freight": 63.36, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 29000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10328, + "EmployeeID": 4, + "OrderDate": "1996-10-14T00:00:00", + "RequiredDate": "1996-11-11T00:00:00", + "ShippedDate": "1996-10-17T00:00:00", + "ShipVia": 3, + "Freight": 87.03, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10329, + "EmployeeID": 4, + "OrderDate": "1996-10-15T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-10-23T00:00:00", + "ShipVia": 2, + "Freight": 191.67, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 8, + "Discount": 0.06 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 12, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10330, + "EmployeeID": 3, + "OrderDate": "1996-10-16T00:00:00", + "RequiredDate": "1996-11-13T00:00:00", + "ShippedDate": "1996-10-28T00:00:00", + "ShipVia": 1, + "Freight": 12.75, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10331, + "EmployeeID": 9, + "OrderDate": "1996-10-16T00:00:00", + "RequiredDate": "1996-11-27T00:00:00", + "ShippedDate": "1996-10-21T00:00:00", + "ShipVia": 1, + "Freight": 10.19, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 49000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10332, + "EmployeeID": 3, + "OrderDate": "1996-10-17T00:00:00", + "RequiredDate": "1996-11-28T00:00:00", + "ShippedDate": "1996-10-21T00:00:00", + "ShipVia": 2, + "Freight": 52.84, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 36000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 16, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10333, + "EmployeeID": 5, + "OrderDate": "1996-10-18T00:00:00", + "RequiredDate": "1996-11-15T00:00:00", + "ShippedDate": "1996-10-25T00:00:00", + "ShipVia": 3, + "Freight": 0.59, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 40, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10334, + "EmployeeID": 8, + "OrderDate": "1996-10-21T00:00:00", + "RequiredDate": "1996-11-18T00:00:00", + "ShippedDate": "1996-10-28T00:00:00", + "ShipVia": 2, + "Freight": 8.56, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10335, + "EmployeeID": 7, + "OrderDate": "1996-10-22T00:00:00", + "RequiredDate": "1996-11-19T00:00:00", + "ShippedDate": "1996-10-24T00:00:00", + "ShipVia": 2, + "Freight": 42.11, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 7, + "Discount": 0.2 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 25.6, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 48, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da sa\u00fade n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10336, + "EmployeeID": 7, + "OrderDate": "1996-10-23T00:00:00", + "RequiredDate": "1996-11-20T00:00:00", + "ShippedDate": "1996-10-25T00:00:00", + "ShipVia": 2, + "Freight": 15.51, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da sa\u00fade n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 18, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10337, + "EmployeeID": 4, + "OrderDate": "1996-10-24T00:00:00", + "RequiredDate": "1996-11-21T00:00:00", + "ShippedDate": "1996-10-29T00:00:00", + "ShipVia": 3, + "Freight": 108.26, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 37, + "UnitPrice": 20.8, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10338, + "EmployeeID": 4, + "OrderDate": "1996-10-25T00:00:00", + "RequiredDate": "1996-11-22T00:00:00", + "ShippedDate": "1996-10-29T00:00:00", + "ShipVia": 3, + "Freight": 84.21, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 46000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10339, + "EmployeeID": 2, + "OrderDate": "1996-10-28T00:00:00", + "RequiredDate": "1996-11-25T00:00:00", + "ShippedDate": "1996-11-04T00:00:00", + "ShipVia": 2, + "Freight": 15.66, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 40000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10340, + "EmployeeID": 1, + "OrderDate": "1996-10-29T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-11-08T00:00:00", + "ShipVia": 3, + "Freight": 166.31, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10341, + "EmployeeID": 7, + "OrderDate": "1996-10-29T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-11-05T00:00:00", + "ShipVia": 3, + "Freight": 26.78, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 9, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10342, + "EmployeeID": 4, + "OrderDate": "1996-10-30T00:00:00", + "RequiredDate": "1996-11-13T00:00:00", + "ShippedDate": "1996-11-04T00:00:00", + "ShipVia": 2, + "Freight": 54.83, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 24, + "Discount": 0.2 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 56, + "Discount": 0.2 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10343, + "EmployeeID": 4, + "OrderDate": "1996-10-31T00:00:00", + "RequiredDate": "1996-11-28T00:00:00", + "ShippedDate": "1996-11-06T00:00:00", + "ShipVia": 1, + "Freight": 110.37, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 4, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10344, + "EmployeeID": 4, + "OrderDate": "1996-11-01T00:00:00", + "RequiredDate": "1996-11-29T00:00:00", + "ShippedDate": "1996-11-05T00:00:00", + "ShipVia": 2, + "Freight": 23.29, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 8, + "UnitPrice": 32, + "Quantity": 70, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10345, + "EmployeeID": 2, + "OrderDate": "1996-11-04T00:00:00", + "RequiredDate": "1996-12-02T00:00:00", + "ShippedDate": "1996-11-11T00:00:00", + "ShipVia": 2, + "Freight": 249.06, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 32, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10346, + "EmployeeID": 3, + "OrderDate": "1996-11-05T00:00:00", + "RequiredDate": "1996-12-17T00:00:00", + "ShippedDate": "1996-11-08T00:00:00", + "ShipVia": 3, + "Freight": 142.08, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 36, + "Discount": 0.1 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10347, + "EmployeeID": 4, + "OrderDate": "1996-11-06T00:00:00", + "RequiredDate": "1996-12-04T00:00:00", + "ShippedDate": "1996-11-08T00:00:00", + "ShipVia": 3, + "Freight": 3.1, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 6, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10348, + "EmployeeID": 4, + "OrderDate": "1996-11-07T00:00:00", + "RequiredDate": "1996-12-05T00:00:00", + "ShippedDate": "1996-11-15T00:00:00", + "ShipVia": 2, + "Freight": 0.78, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10349, + "EmployeeID": 7, + "OrderDate": "1996-11-08T00:00:00", + "RequiredDate": "1996-12-06T00:00:00", + "ShippedDate": "1996-11-15T00:00:00", + "ShipVia": 1, + "Freight": 8.63, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10350, + "EmployeeID": 6, + "OrderDate": "1996-11-11T00:00:00", + "RequiredDate": "1996-12-09T00:00:00", + "ShippedDate": "1996-12-03T00:00:00", + "ShipVia": 2, + "Freight": 64.19, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 18, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10351, + "EmployeeID": 1, + "OrderDate": "1996-11-11T00:00:00", + "RequiredDate": "1996-12-09T00:00:00", + "ShippedDate": "1996-11-20T00:00:00", + "ShipVia": 1, + "Freight": 162.33, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 13, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 77, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10352, + "EmployeeID": 3, + "OrderDate": "1996-11-12T00:00:00", + "RequiredDate": "1996-11-26T00:00:00", + "ShippedDate": "1996-11-18T00:00:00", + "ShipVia": 3, + "Freight": 1.3, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10353, + "EmployeeID": 7, + "OrderDate": "1996-11-13T00:00:00", + "RequiredDate": "1996-12-11T00:00:00", + "ShippedDate": "1996-11-25T00:00:00", + "ShipVia": 3, + "Freight": 360.63, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas cl\u00e1sicas", + "ContactName": "Guillermo Fern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10354, + "EmployeeID": 8, + "OrderDate": "1996-11-14T00:00:00", + "RequiredDate": "1996-12-12T00:00:00", + "ShippedDate": "1996-11-20T00:00:00", + "ShipVia": 3, + "Freight": 53.8, + "ShipName": "Pericles Comidas cl\u00e1sicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 19000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10355, + "EmployeeID": 6, + "OrderDate": "1996-11-15T00:00:00", + "RequiredDate": "1996-12-13T00:00:00", + "ShippedDate": "1996-11-20T00:00:00", + "ShipVia": 1, + "Freight": 41.95, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 37000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10356, + "EmployeeID": 6, + "OrderDate": "1996-11-18T00:00:00", + "RequiredDate": "1996-12-16T00:00:00", + "ShippedDate": "1996-11-27T00:00:00", + "ShipVia": 2, + "Freight": 36.71, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10357, + "EmployeeID": 1, + "OrderDate": "1996-11-19T00:00:00", + "RequiredDate": "1996-12-17T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 3, + "Freight": 34.88, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 8, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10358, + "EmployeeID": 5, + "OrderDate": "1996-11-20T00:00:00", + "RequiredDate": "1996-12-18T00:00:00", + "ShippedDate": "1996-11-27T00:00:00", + "ShipVia": 1, + "Freight": 19.64, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 32000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10359, + "EmployeeID": 5, + "OrderDate": "1996-11-21T00:00:00", + "RequiredDate": "1996-12-19T00:00:00", + "ShippedDate": "1996-11-26T00:00:00", + "ShipVia": 3, + "Freight": 288.43, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 56, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 80, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10360, + "EmployeeID": 4, + "OrderDate": "1996-11-22T00:00:00", + "RequiredDate": "1996-12-20T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 3, + "Freight": 131.7, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10361, + "EmployeeID": 1, + "OrderDate": "1996-11-22T00:00:00", + "RequiredDate": "1996-12-20T00:00:00", + "ShippedDate": "1996-12-03T00:00:00", + "ShipVia": 2, + "Freight": 183.17, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 54, + "Discount": 0.1 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 55, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10362, + "EmployeeID": 3, + "OrderDate": "1996-11-25T00:00:00", + "RequiredDate": "1996-12-23T00:00:00", + "ShippedDate": "1996-11-28T00:00:00", + "ShipVia": 1, + "Freight": 96.04, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10363, + "EmployeeID": 4, + "OrderDate": "1996-11-26T00:00:00", + "RequiredDate": "1996-12-24T00:00:00", + "ShippedDate": "1996-12-04T00:00:00", + "ShipVia": 3, + "Freight": 30.54, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10364, + "EmployeeID": 1, + "OrderDate": "1996-11-26T00:00:00", + "RequiredDate": "1997-01-07T00:00:00", + "ShippedDate": "1996-12-04T00:00:00", + "ShipVia": 1, + "Freight": 71.97, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 20000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10365, + "EmployeeID": 3, + "OrderDate": "1996-11-27T00:00:00", + "RequiredDate": "1996-12-25T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 2, + "Freight": 22, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galer\u00eda del gastr\u00f3nomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Catalu\u00f1a, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10366, + "EmployeeID": 8, + "OrderDate": "1996-11-28T00:00:00", + "RequiredDate": "1997-01-09T00:00:00", + "ShippedDate": "1996-12-30T00:00:00", + "ShipVia": 2, + "Freight": 10.14, + "ShipName": "Galer\u00eda del gastron\u00f3mo", + "ShipAddress": "Rambla de Catalu\u00f1a, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10367, + "EmployeeID": 7, + "OrderDate": "1996-11-28T00:00:00", + "RequiredDate": "1996-12-26T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 3, + "Freight": 13.55, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10368, + "EmployeeID": 2, + "OrderDate": "1996-11-29T00:00:00", + "RequiredDate": "1996-12-27T00:00:00", + "ShippedDate": "1996-12-02T00:00:00", + "ShipVia": 2, + "Freight": 101.95, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 5, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 13, + "Discount": 0.1 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 35, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10369, + "EmployeeID": 8, + "OrderDate": "1996-12-02T00:00:00", + "RequiredDate": "1996-12-30T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 2, + "Freight": 195.68, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 18, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10370, + "EmployeeID": 6, + "OrderDate": "1996-12-03T00:00:00", + "RequiredDate": "1996-12-31T00:00:00", + "ShippedDate": "1996-12-27T00:00:00", + "ShipVia": 2, + "Freight": 1.17, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10371, + "EmployeeID": 1, + "OrderDate": "1996-12-03T00:00:00", + "RequiredDate": "1996-12-31T00:00:00", + "ShippedDate": "1996-12-24T00:00:00", + "ShipVia": 1, + "Freight": 0.45, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10372, + "EmployeeID": 5, + "OrderDate": "1996-12-04T00:00:00", + "RequiredDate": "1997-01-01T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 2, + "Freight": 890.78, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 70, + "Discount": 0.25 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 42, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10373, + "EmployeeID": 4, + "OrderDate": "1996-12-05T00:00:00", + "RequiredDate": "1997-01-02T00:00:00", + "ShippedDate": "1996-12-11T00:00:00", + "ShipVia": 3, + "Freight": 124.12, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 80, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10374, + "EmployeeID": 1, + "OrderDate": "1996-12-05T00:00:00", + "RequiredDate": "1997-01-02T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 3, + "Freight": 3.94, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 10.6, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10375, + "EmployeeID": 3, + "OrderDate": "1996-12-06T00:00:00", + "RequiredDate": "1997-01-03T00:00:00", + "ShippedDate": "1996-12-09T00:00:00", + "ShipVia": 2, + "Freight": 20.12, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 34000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10376, + "EmployeeID": 1, + "OrderDate": "1996-12-09T00:00:00", + "RequiredDate": "1997-01-06T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 2, + "Freight": 20.39, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 11000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 42, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 13000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10377, + "EmployeeID": 1, + "OrderDate": "1996-12-09T00:00:00", + "RequiredDate": "1997-01-06T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 3, + "Freight": 22.21, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 41000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 27000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10378, + "EmployeeID": 5, + "OrderDate": "1996-12-10T00:00:00", + "RequiredDate": "1997-01-07T00:00:00", + "ShippedDate": "1996-12-19T00:00:00", + "ShipVia": 3, + "Freight": 5.44, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10379, + "EmployeeID": 2, + "OrderDate": "1996-12-11T00:00:00", + "RequiredDate": "1997-01-08T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 1, + "Freight": 45.03, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 16, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10380, + "EmployeeID": 8, + "OrderDate": "1996-12-12T00:00:00", + "RequiredDate": "1997-01-09T00:00:00", + "ShippedDate": "1997-01-16T00:00:00", + "ShipVia": 3, + "Freight": 35.03, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 6, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10381, + "EmployeeID": 3, + "OrderDate": "1996-12-12T00:00:00", + "RequiredDate": "1997-01-09T00:00:00", + "ShippedDate": "1996-12-13T00:00:00", + "ShipVia": 3, + "Freight": 7.99, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10382, + "EmployeeID": 4, + "OrderDate": "1996-12-13T00:00:00", + "RequiredDate": "1997-01-10T00:00:00", + "ShippedDate": "1996-12-16T00:00:00", + "ShipVia": 1, + "Freight": 94.77, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 17, + "Quantity": 32, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 25000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10383, + "EmployeeID": 8, + "OrderDate": "1996-12-16T00:00:00", + "RequiredDate": "1997-01-13T00:00:00", + "ShippedDate": "1996-12-18T00:00:00", + "ShipVia": 3, + "Freight": 34.24, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 36000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 13000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10384, + "EmployeeID": 3, + "OrderDate": "1996-12-16T00:00:00", + "RequiredDate": "1997-01-13T00:00:00", + "ShippedDate": "1996-12-20T00:00:00", + "ShipVia": 3, + "Freight": 168.64, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 33000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 64.8, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10385, + "EmployeeID": 1, + "OrderDate": "1996-12-17T00:00:00", + "RequiredDate": "1997-01-14T00:00:00", + "ShippedDate": "1996-12-23T00:00:00", + "ShipVia": 2, + "Freight": 30.96, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 8, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10386, + "EmployeeID": 9, + "OrderDate": "1996-12-18T00:00:00", + "RequiredDate": "1997-01-01T00:00:00", + "ShippedDate": "1996-12-25T00:00:00", + "ShipVia": 3, + "Freight": 13.99, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Sant\u00e9 Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10387, + "EmployeeID": 1, + "OrderDate": "1996-12-18T00:00:00", + "RequiredDate": "1997-01-15T00:00:00", + "ShippedDate": "1996-12-20T00:00:00", + "ShipVia": 2, + "Freight": 93.63, + "ShipName": "Sant\u00e9 Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 12000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10388, + "EmployeeID": 2, + "OrderDate": "1996-12-19T00:00:00", + "RequiredDate": "1997-01-16T00:00:00", + "ShippedDate": "1996-12-20T00:00:00", + "ShipVia": 1, + "Freight": 34.86, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 45000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 7.6, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 26000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10389, + "EmployeeID": 4, + "OrderDate": "1996-12-20T00:00:00", + "RequiredDate": "1997-01-17T00:00:00", + "ShippedDate": "1996-12-24T00:00:00", + "ShipVia": 2, + "Freight": 47.42, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10390, + "EmployeeID": 6, + "OrderDate": "1996-12-23T00:00:00", + "RequiredDate": "1997-01-20T00:00:00", + "ShippedDate": "1996-12-26T00:00:00", + "ShipVia": 1, + "Freight": 126.38, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0.1 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 24, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10391, + "EmployeeID": 3, + "OrderDate": "1996-12-23T00:00:00", + "RequiredDate": "1997-01-20T00:00:00", + "ShippedDate": "1996-12-31T00:00:00", + "ShipVia": 3, + "Freight": 5.45, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10392, + "EmployeeID": 2, + "OrderDate": "1996-12-24T00:00:00", + "RequiredDate": "1997-01-21T00:00:00", + "ShippedDate": "1997-01-01T00:00:00", + "ShipVia": 3, + "Freight": 122.46, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10393, + "EmployeeID": 1, + "OrderDate": "1996-12-25T00:00:00", + "RequiredDate": "1997-01-22T00:00:00", + "ShippedDate": "1997-01-03T00:00:00", + "ShipVia": 3, + "Freight": 126.56, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 42, + "Discount": 0.25 + }, + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 7, + "Discount": 0.25 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 70, + "Discount": 0.25 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 32, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10394, + "EmployeeID": 1, + "OrderDate": "1996-12-25T00:00:00", + "RequiredDate": "1997-01-22T00:00:00", + "ShippedDate": "1997-01-03T00:00:00", + "ShipVia": 3, + "Freight": 30.34, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10395, + "EmployeeID": 6, + "OrderDate": "1996-12-26T00:00:00", + "RequiredDate": "1997-01-23T00:00:00", + "ShippedDate": "1997-01-03T00:00:00", + "ShipVia": 1, + "Freight": 184.41, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 28, + "Discount": 0.1 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 70, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10396, + "EmployeeID": 1, + "OrderDate": "1996-12-27T00:00:00", + "RequiredDate": "1997-01-10T00:00:00", + "ShippedDate": "1997-01-06T00:00:00", + "ShipVia": 3, + "Freight": 135.35, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da sa\u00fade n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10397, + "EmployeeID": 5, + "OrderDate": "1996-12-27T00:00:00", + "RequiredDate": "1997-01-24T00:00:00", + "ShippedDate": "1997-01-02T00:00:00", + "ShipVia": 1, + "Freight": 60.26, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da sa\u00fade n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 18, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10398, + "EmployeeID": 2, + "OrderDate": "1996-12-30T00:00:00", + "RequiredDate": "1997-01-27T00:00:00", + "ShippedDate": "1997-01-09T00:00:00", + "ShipVia": 3, + "Freight": 89.16, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 120, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10399, + "EmployeeID": 8, + "OrderDate": "1996-12-31T00:00:00", + "RequiredDate": "1997-01-14T00:00:00", + "ShippedDate": "1997-01-08T00:00:00", + "ShipVia": 3, + "Freight": 27.36, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 47000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10400, + "EmployeeID": 1, + "OrderDate": "1997-01-01T00:00:00", + "RequiredDate": "1997-01-29T00:00:00", + "ShippedDate": "1997-01-16T00:00:00", + "ShipVia": 3, + "Freight": 83.93, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 40000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10401, + "EmployeeID": 1, + "OrderDate": "1997-01-01T00:00:00", + "RequiredDate": "1997-01-29T00:00:00", + "ShippedDate": "1997-01-10T00:00:00", + "ShipVia": 1, + "Freight": 12.51, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10402, + "EmployeeID": 8, + "OrderDate": "1997-01-02T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-01-10T00:00:00", + "ShipVia": 2, + "Freight": 67.88, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 65, + "Discount": 0 + } + ] + }, + { + "OrderID": 10403, + "EmployeeID": 4, + "OrderDate": "1997-01-03T00:00:00", + "RequiredDate": "1997-01-31T00:00:00", + "ShippedDate": "1997-01-09T00:00:00", + "ShipVia": 3, + "Freight": 73.79, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 21, + "Discount": 0.16 + }, + { + "ProductID": 48, + "UnitPrice": 10.2, + "Quantity": 70, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10404, + "EmployeeID": 2, + "OrderDate": "1997-01-03T00:00:00", + "RequiredDate": "1997-01-31T00:00:00", + "ShippedDate": "1997-01-08T00:00:00", + "ShipVia": 1, + "Freight": 155.97, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10405, + "EmployeeID": 1, + "OrderDate": "1997-01-06T00:00:00", + "RequiredDate": "1997-02-03T00:00:00", + "ShippedDate": "1997-01-22T00:00:00", + "ShipVia": 1, + "Freight": 34.82, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10406, + "EmployeeID": 7, + "OrderDate": "1997-01-07T00:00:00", + "RequiredDate": "1997-02-18T00:00:00", + "ShippedDate": "1997-01-13T00:00:00", + "ShipVia": 1, + "Freight": 108.04, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 42, + "Discount": 0.1 + }, + { + "ProductID": 36, + "UnitPrice": 15.2, + "Quantity": 5, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 2, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10407, + "EmployeeID": 2, + "OrderDate": "1997-01-07T00:00:00", + "RequiredDate": "1997-02-04T00:00:00", + "ShippedDate": "1997-01-30T00:00:00", + "ShipVia": 2, + "Freight": 91.48, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Ranc\u00e9", + "ContactTitle": "Sales Associate", + "Address": "184, chauss\u00e9e de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10408, + "EmployeeID": 8, + "OrderDate": "1997-01-08T00:00:00", + "RequiredDate": "1997-02-05T00:00:00", + "ShippedDate": "1997-01-14T00:00:00", + "ShipVia": 1, + "Freight": 11.26, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chauss\u00e9e de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 37, + "UnitPrice": 20.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10409, + "EmployeeID": 3, + "OrderDate": "1997-01-09T00:00:00", + "RequiredDate": "1997-02-06T00:00:00", + "ShippedDate": "1997-01-14T00:00:00", + "ShipVia": 1, + "Freight": 29.83, + "ShipName": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 28000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10410, + "EmployeeID": 3, + "OrderDate": "1997-01-10T00:00:00", + "RequiredDate": "1997-02-07T00:00:00", + "ShippedDate": "1997-01-15T00:00:00", + "ShipVia": 3, + "Freight": 2.4, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 30000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 49, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 16, + "Discount": 0 + } + ] + }, + { + "OrderID": 10411, + "EmployeeID": 9, + "OrderDate": "1997-01-10T00:00:00", + "RequiredDate": "1997-02-07T00:00:00", + "ShippedDate": "1997-01-21T00:00:00", + "ShipVia": 3, + "Freight": 23.65, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 10000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 9, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10412, + "EmployeeID": 8, + "OrderDate": "1997-01-13T00:00:00", + "RequiredDate": "1997-02-10T00:00:00", + "ShippedDate": "1997-01-15T00:00:00", + "ShipVia": 2, + "Freight": 3.77, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10413, + "EmployeeID": 3, + "OrderDate": "1997-01-14T00:00:00", + "RequiredDate": "1997-02-11T00:00:00", + "ShippedDate": "1997-01-16T00:00:00", + "ShipVia": 2, + "Freight": 95.66, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10414, + "EmployeeID": 2, + "OrderDate": "1997-01-14T00:00:00", + "RequiredDate": "1997-02-11T00:00:00", + "ShippedDate": "1997-01-17T00:00:00", + "ShipVia": 3, + "Freight": 21.48, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 18, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10415, + "EmployeeID": 3, + "OrderDate": "1997-01-15T00:00:00", + "RequiredDate": "1997-02-12T00:00:00", + "ShippedDate": "1997-01-24T00:00:00", + "ShipVia": 1, + "Freight": 0.2, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10416, + "EmployeeID": 8, + "OrderDate": "1997-01-16T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 3, + "Freight": 22.72, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10417, + "EmployeeID": 4, + "OrderDate": "1997-01-16T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-01-28T00:00:00", + "ShipVia": 3, + "Freight": 70.29, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 2, + "Discount": 0.25 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 36, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10418, + "EmployeeID": 4, + "OrderDate": "1997-01-17T00:00:00", + "RequiredDate": "1997-02-14T00:00:00", + "ShippedDate": "1997-01-24T00:00:00", + "ShipVia": 1, + "Freight": 17.55, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 55, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 22.8, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10419, + "EmployeeID": 4, + "OrderDate": "1997-01-20T00:00:00", + "RequiredDate": "1997-02-17T00:00:00", + "ShippedDate": "1997-01-30T00:00:00", + "ShipVia": 2, + "Freight": 137.35, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10420, + "EmployeeID": 3, + "OrderDate": "1997-01-21T00:00:00", + "RequiredDate": "1997-02-18T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 1, + "Freight": 44.12, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 77.6, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 2, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 73, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10421, + "EmployeeID": 8, + "OrderDate": "1997-01-21T00:00:00", + "RequiredDate": "1997-03-04T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 1, + "Freight": 99.23, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 4, + "Discount": 0.16 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 10, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10422, + "EmployeeID": 2, + "OrderDate": "1997-01-22T00:00:00", + "RequiredDate": "1997-02-19T00:00:00", + "ShippedDate": "1997-01-31T00:00:00", + "ShipVia": 1, + "Freight": 3.02, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10423, + "EmployeeID": 6, + "OrderDate": "1997-01-23T00:00:00", + "RequiredDate": "1997-02-06T00:00:00", + "ShippedDate": "1997-02-24T00:00:00", + "ShipVia": 3, + "Freight": 24.5, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 11000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10424, + "EmployeeID": 7, + "OrderDate": "1997-01-23T00:00:00", + "RequiredDate": "1997-02-20T00:00:00", + "ShippedDate": "1997-01-27T00:00:00", + "ShipVia": 2, + "Freight": 370.61, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 19000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 60, + "Discount": 0.2 + }, + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 49, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10425, + "EmployeeID": 6, + "OrderDate": "1997-01-24T00:00:00", + "RequiredDate": "1997-02-21T00:00:00", + "ShippedDate": "1997-02-14T00:00:00", + "ShipVia": 2, + "Freight": 7.93, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 10, + "Discount": 0.25 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galer\u00eda del gastr\u00f3nomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Catalu\u00f1a, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10426, + "EmployeeID": 4, + "OrderDate": "1997-01-27T00:00:00", + "RequiredDate": "1997-02-24T00:00:00", + "ShippedDate": "1997-02-06T00:00:00", + "ShipVia": 1, + "Freight": 18.69, + "ShipName": "Galer\u00eda del gastron\u00f3mo", + "ShipAddress": "Rambla de Catalu\u00f1a, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10427, + "EmployeeID": 4, + "OrderDate": "1997-01-27T00:00:00", + "RequiredDate": "1997-02-24T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 2, + "Freight": 31.29, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10428, + "EmployeeID": 7, + "OrderDate": "1997-01-28T00:00:00", + "RequiredDate": "1997-02-25T00:00:00", + "ShippedDate": "1997-02-04T00:00:00", + "ShipVia": 1, + "Freight": 11.09, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10429, + "EmployeeID": 3, + "OrderDate": "1997-01-29T00:00:00", + "RequiredDate": "1997-03-12T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 56.63, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 35.1, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10430, + "EmployeeID": 4, + "OrderDate": "1997-01-30T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-02-03T00:00:00", + "ShipVia": 1, + "Freight": 458.78, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 70, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 46000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10431, + "EmployeeID": 4, + "OrderDate": "1997-01-30T00:00:00", + "RequiredDate": "1997-02-13T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 44.17, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 16000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10432, + "EmployeeID": 3, + "OrderDate": "1997-01-31T00:00:00", + "RequiredDate": "1997-02-14T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 4.34, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da sa\u00fade n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10433, + "EmployeeID": 3, + "OrderDate": "1997-02-03T00:00:00", + "RequiredDate": "1997-03-03T00:00:00", + "ShippedDate": "1997-03-04T00:00:00", + "ShipVia": 3, + "Freight": 73.83, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da sa\u00fade n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 40000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10434, + "EmployeeID": 3, + "OrderDate": "1997-02-03T00:00:00", + "RequiredDate": "1997-03-03T00:00:00", + "ShippedDate": "1997-02-13T00:00:00", + "ShipVia": 2, + "Freight": 17.92, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 10000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 18, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "PostalCode": 23000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199", + "Orders": [ + { + "OrderID": 10435, + "EmployeeID": 8, + "OrderDate": "1997-02-04T00:00:00", + "RequiredDate": "1997-03-18T00:00:00", + "ShippedDate": "1997-02-07T00:00:00", + "ShipVia": 2, + "Freight": 9.21, + "ShipName": "Consolidated Holdings", + "ShipAddress": "Berkeley Gardens 12 Brewery", + "ShipCity": "London", + "ShipPostalCode": 38000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 16.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10436, + "EmployeeID": 3, + "OrderDate": "1997-02-05T00:00:00", + "RequiredDate": "1997-03-05T00:00:00", + "ShippedDate": "1997-02-11T00:00:00", + "ShipVia": 2, + "Freight": 156.66, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 24, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10437, + "EmployeeID": 8, + "OrderDate": "1997-02-05T00:00:00", + "RequiredDate": "1997-03-05T00:00:00", + "ShippedDate": "1997-02-12T00:00:00", + "ShipVia": 1, + "Freight": 19.97, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialit\u00e4ten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "M\u00fcnster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10438, + "EmployeeID": 3, + "OrderDate": "1997-02-06T00:00:00", + "RequiredDate": "1997-03-06T00:00:00", + "ShippedDate": "1997-02-14T00:00:00", + "ShipVia": 2, + "Freight": 8.24, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 57, + "UnitPrice": 15.6, + "Quantity": 15, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 38000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10439, + "EmployeeID": 6, + "OrderDate": "1997-02-07T00:00:00", + "RequiredDate": "1997-03-07T00:00:00", + "ShippedDate": "1997-02-10T00:00:00", + "ShipVia": 3, + "Freight": 4.07, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 19000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 30.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10440, + "EmployeeID": 4, + "OrderDate": "1997-02-10T00:00:00", + "RequiredDate": "1997-03-10T00:00:00", + "ShippedDate": "1997-02-28T00:00:00", + "ShipVia": 2, + "Freight": 86.53, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 45, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 49, + "Discount": 0.16 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 61, + "UnitPrice": 22.8, + "Quantity": 90, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10441, + "EmployeeID": 3, + "OrderDate": "1997-02-10T00:00:00", + "RequiredDate": "1997-03-24T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 2, + "Freight": 73.02, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 35.1, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10442, + "EmployeeID": 3, + "OrderDate": "1997-02-11T00:00:00", + "RequiredDate": "1997-03-11T00:00:00", + "ShippedDate": "1997-02-18T00:00:00", + "ShipVia": 2, + "Freight": 47.94, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10443, + "EmployeeID": 8, + "OrderDate": "1997-02-12T00:00:00", + "RequiredDate": "1997-03-12T00:00:00", + "ShippedDate": "1997-02-14T00:00:00", + "ShipVia": 1, + "Freight": 13.95, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 19000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10444, + "EmployeeID": 3, + "OrderDate": "1997-02-12T00:00:00", + "RequiredDate": "1997-03-12T00:00:00", + "ShippedDate": "1997-02-21T00:00:00", + "ShipVia": 3, + "Freight": 3.5, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 21000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 31.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 14.4, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 30, + "Discount": 0 + } + ] + }, + { + "OrderID": 10445, + "EmployeeID": 3, + "OrderDate": "1997-02-13T00:00:00", + "RequiredDate": "1997-03-13T00:00:00", + "ShippedDate": "1997-02-20T00:00:00", + "ShipVia": 1, + "Freight": 9.3, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 11000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialit\u00e4ten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "M\u00fcnster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10446, + "EmployeeID": 6, + "OrderDate": "1997-02-14T00:00:00", + "RequiredDate": "1997-03-14T00:00:00", + "ShippedDate": "1997-02-19T00:00:00", + "ShipVia": 1, + "Freight": 14.68, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0.1 + }, + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10447, + "EmployeeID": 4, + "OrderDate": "1997-02-14T00:00:00", + "RequiredDate": "1997-03-14T00:00:00", + "ShippedDate": "1997-03-07T00:00:00", + "ShipVia": 2, + "Freight": 68.66, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Guti\u00e9rrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10448, + "EmployeeID": 4, + "OrderDate": "1997-02-17T00:00:00", + "RequiredDate": "1997-03-17T00:00:00", + "ShippedDate": "1997-02-24T00:00:00", + "ShipVia": 2, + "Freight": 38.82, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10449, + "EmployeeID": 3, + "OrderDate": "1997-02-18T00:00:00", + "RequiredDate": "1997-03-18T00:00:00", + "ShippedDate": "1997-02-27T00:00:00", + "ShipVia": 2, + "Freight": 53.3, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 5.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 39.4, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10450, + "EmployeeID": 8, + "OrderDate": "1997-02-19T00:00:00", + "RequiredDate": "1997-03-19T00:00:00", + "ShippedDate": "1997-03-11T00:00:00", + "ShipVia": 2, + "Freight": 7.23, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10451, + "EmployeeID": 4, + "OrderDate": "1997-02-19T00:00:00", + "RequiredDate": "1997-03-05T00:00:00", + "ShippedDate": "1997-03-12T00:00:00", + "ShipVia": 3, + "Freight": 189.09, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 120, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 35, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 28, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 55, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10452, + "EmployeeID": 8, + "OrderDate": "1997-02-20T00:00:00", + "RequiredDate": "1997-03-20T00:00:00", + "ShippedDate": "1997-02-26T00:00:00", + "ShipVia": 1, + "Freight": 140.26, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 100, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 44000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10453, + "EmployeeID": 1, + "OrderDate": "1997-02-21T00:00:00", + "RequiredDate": "1997-03-21T00:00:00", + "ShippedDate": "1997-02-26T00:00:00", + "ShipVia": 2, + "Freight": 25.36, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 46000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 48, + "UnitPrice": 10.2, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 25, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10454, + "EmployeeID": 4, + "OrderDate": "1997-02-21T00:00:00", + "RequiredDate": "1997-03-21T00:00:00", + "ShippedDate": "1997-02-25T00:00:00", + "ShipVia": 3, + "Freight": 2.74, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10455, + "EmployeeID": 8, + "OrderDate": "1997-02-24T00:00:00", + "RequiredDate": "1997-04-07T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 2, + "Freight": 180.45, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 22.8, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10456, + "EmployeeID": 8, + "OrderDate": "1997-02-25T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-02-28T00:00:00", + "ShipVia": 2, + "Freight": 8.12, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 21, + "Discount": 0.16 + } + ] + }, + { + "OrderID": 10457, + "EmployeeID": 2, + "OrderDate": "1997-02-25T00:00:00", + "RequiredDate": "1997-03-25T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 1, + "Freight": 11.57, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 36, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10458, + "EmployeeID": 7, + "OrderDate": "1997-02-26T00:00:00", + "RequiredDate": "1997-03-26T00:00:00", + "ShippedDate": "1997-03-04T00:00:00", + "ShipVia": 3, + "Freight": 147.06, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10459, + "EmployeeID": 4, + "OrderDate": "1997-02-27T00:00:00", + "RequiredDate": "1997-03-27T00:00:00", + "ShippedDate": "1997-02-28T00:00:00", + "ShipVia": 2, + "Freight": 25.09, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 31000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10460, + "EmployeeID": 8, + "OrderDate": "1997-02-28T00:00:00", + "RequiredDate": "1997-03-28T00:00:00", + "ShippedDate": "1997-03-03T00:00:00", + "ShipVia": 1, + "Freight": 16.27, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 44000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 4, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10461, + "EmployeeID": 1, + "OrderDate": "1997-02-28T00:00:00", + "RequiredDate": "1997-03-28T00:00:00", + "ShippedDate": "1997-03-05T00:00:00", + "ShipVia": 3, + "Freight": 148.61, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 28, + "Discount": 0.25 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 60, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "PostalCode": 34000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199", + "Orders": [ + { + "OrderID": 10462, + "EmployeeID": 2, + "OrderDate": "1997-03-03T00:00:00", + "RequiredDate": "1997-03-31T00:00:00", + "ShippedDate": "1997-03-18T00:00:00", + "ShipVia": 1, + "Freight": 6.17, + "ShipName": "Consolidated Holdings", + "ShipAddress": "Berkeley Gardens 12 Brewery", + "ShipCity": "London", + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 4.8, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10463, + "EmployeeID": 5, + "OrderDate": "1997-03-04T00:00:00", + "RequiredDate": "1997-04-01T00:00:00", + "ShippedDate": "1997-03-06T00:00:00", + "ShipVia": 3, + "Freight": 14.78, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10464, + "EmployeeID": 4, + "OrderDate": "1997-03-04T00:00:00", + "RequiredDate": "1997-04-01T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 2, + "Freight": 89, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 17.6, + "Quantity": 16, + "Discount": 0.2 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10465, + "EmployeeID": 1, + "OrderDate": "1997-03-05T00:00:00", + "RequiredDate": "1997-04-02T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 3, + "Freight": 145.04, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 99, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 45, + "UnitPrice": 7.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 50, + "UnitPrice": 13, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Com\u00e9rcio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lus\u00edadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10466, + "EmployeeID": 4, + "OrderDate": "1997-03-06T00:00:00", + "RequiredDate": "1997-04-03T00:00:00", + "ShippedDate": "1997-03-13T00:00:00", + "ShipVia": 1, + "Freight": 11.93, + "ShipName": "Com\u00e9rcio Mineiro", + "ShipAddress": "Av. dos Lus\u00edadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 9.6, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10467, + "EmployeeID": 8, + "OrderDate": "1997-03-06T00:00:00", + "RequiredDate": "1997-04-03T00:00:00", + "ShippedDate": "1997-03-11T00:00:00", + "ShipVia": 2, + "Freight": 4.93, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10468, + "EmployeeID": 3, + "OrderDate": "1997-03-07T00:00:00", + "RequiredDate": "1997-04-04T00:00:00", + "ShippedDate": "1997-03-12T00:00:00", + "ShipVia": 3, + "Freight": 44.12, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 20.7, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 36.8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10469, + "EmployeeID": 1, + "OrderDate": "1997-03-10T00:00:00", + "RequiredDate": "1997-04-07T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 1, + "Freight": 60.18, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 2, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10470, + "EmployeeID": 4, + "OrderDate": "1997-03-11T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-03-14T00:00:00", + "ShipVia": 2, + "Freight": 64.56, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 50, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 26000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10471, + "EmployeeID": 2, + "OrderDate": "1997-03-11T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-03-18T00:00:00", + "ShipVia": 3, + "Freight": 45.59, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 24, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10472, + "EmployeeID": 8, + "OrderDate": "1997-03-12T00:00:00", + "RequiredDate": "1997-04-09T00:00:00", + "ShippedDate": "1997-03-19T00:00:00", + "ShipVia": 1, + "Freight": 4.2, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 33000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 3.6, + "Quantity": 80, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 41000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10473, + "EmployeeID": 1, + "OrderDate": "1997-03-13T00:00:00", + "RequiredDate": "1997-03-27T00:00:00", + "ShippedDate": "1997-03-21T00:00:00", + "ShipVia": 3, + "Freight": 16.37, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 60471, + "ShipPostalCode": 37000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 17.2, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas cl\u00e1sicas", + "ContactName": "Guillermo Fern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10474, + "EmployeeID": 5, + "OrderDate": "1997-03-13T00:00:00", + "RequiredDate": "1997-04-10T00:00:00", + "ShippedDate": "1997-03-21T00:00:00", + "ShipVia": 2, + "Freight": 83.49, + "ShipName": "Pericles Comidas cl\u00e1sicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 18.6, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 36.4, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10475, + "EmployeeID": 9, + "OrderDate": "1997-03-14T00:00:00", + "RequiredDate": "1997-04-11T00:00:00", + "ShippedDate": "1997-04-04T00:00:00", + "ShipVia": 1, + "Freight": 68.52, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 14.4, + "Quantity": 42, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10476, + "EmployeeID": 8, + "OrderDate": "1997-03-17T00:00:00", + "RequiredDate": "1997-04-14T00:00:00", + "ShippedDate": "1997-03-24T00:00:00", + "ShipVia": 3, + "Freight": 4.41, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da sa\u00fade n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 10477, + "EmployeeID": 5, + "OrderDate": "1997-03-17T00:00:00", + "RequiredDate": "1997-04-14T00:00:00", + "ShippedDate": "1997-03-25T00:00:00", + "ShipVia": 2, + "Freight": 13.02, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da sa\u00fade n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 14.4, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 39, + "UnitPrice": 14.4, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10478, + "EmployeeID": 2, + "OrderDate": "1997-03-18T00:00:00", + "RequiredDate": "1997-04-01T00:00:00", + "ShippedDate": "1997-03-26T00:00:00", + "ShipVia": 3, + "Freight": 4.81, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 24.8, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10479, + "EmployeeID": 3, + "OrderDate": "1997-03-19T00:00:00", + "RequiredDate": "1997-04-16T00:00:00", + "ShippedDate": "1997-03-21T00:00:00", + "ShipVia": 3, + "Freight": 708.95, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 210.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 26.2, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 26.6, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Ranc\u00e9", + "ContactTitle": "Sales Associate", + "Address": "184, chauss\u00e9e de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10480, + "EmployeeID": 6, + "OrderDate": "1997-03-20T00:00:00", + "RequiredDate": "1997-04-17T00:00:00", + "ShippedDate": "1997-03-24T00:00:00", + "ShipVia": 2, + "Freight": 1.35, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chauss\u00e9e de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 7.6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10481, + "EmployeeID": 8, + "OrderDate": "1997-03-20T00:00:00", + "RequiredDate": "1997-04-17T00:00:00", + "ShippedDate": "1997-03-25T00:00:00", + "ShipVia": 2, + "Freight": 64.33, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 49, + "UnitPrice": 16, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 27.2, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAZYK", + "Company": "Lazy K Kountry Store", + "ContactName": "John Steel", + "ContactTitle": "Marketing Manager", + "Address": "12 Orchestra Terrace", + "City": "Walla Walla", + "Region": "WA", + "PostalCode": 99362, + "Country": "USA", + "Phone": "(509) 555-7969", + "Fax": "(509) 555-6221", + "Orders": [ + { + "OrderID": 10482, + "EmployeeID": 1, + "OrderDate": "1997-03-21T00:00:00", + "RequiredDate": "1997-04-18T00:00:00", + "ShippedDate": "1997-04-10T00:00:00", + "ShipVia": 3, + "Freight": 7.48, + "ShipName": "Lazy K Kountry Store", + "ShipAddress": "12 Orchestra Terrace", + "ShipCity": "Walla Walla", + "ShipRegion": "WA", + "ShipPostalCode": 99362, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10483, + "EmployeeID": 7, + "OrderDate": "1997-03-24T00:00:00", + "RequiredDate": "1997-04-21T00:00:00", + "ShippedDate": "1997-04-25T00:00:00", + "ShipVia": 2, + "Freight": 15.28, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 11.2, + "Quantity": 35, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 46000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10484, + "EmployeeID": 3, + "OrderDate": "1997-03-24T00:00:00", + "RequiredDate": "1997-04-21T00:00:00", + "ShippedDate": "1997-04-01T00:00:00", + "ShipVia": 3, + "Freight": 6.88, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 31000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 8, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 14.7, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10485, + "EmployeeID": 4, + "OrderDate": "1997-03-25T00:00:00", + "RequiredDate": "1997-04-08T00:00:00", + "ShippedDate": "1997-03-31T00:00:00", + "ShipVia": 2, + "Freight": 64.45, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 15.2, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 3, + "UnitPrice": 8, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 55, + "UnitPrice": 19.2, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 12, + "Quantity": 60, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10486, + "EmployeeID": 1, + "OrderDate": "1997-03-26T00:00:00", + "RequiredDate": "1997-04-23T00:00:00", + "ShippedDate": "1997-04-02T00:00:00", + "ShipVia": 2, + "Freight": 30.53, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 42.4, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 8, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10487, + "EmployeeID": 2, + "OrderDate": "1997-03-26T00:00:00", + "RequiredDate": "1997-04-23T00:00:00", + "ShippedDate": "1997-03-28T00:00:00", + "ShipVia": 2, + "Freight": 71.07, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 7.3, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 24.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 5.9, + "Quantity": 24, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10488, + "EmployeeID": 8, + "OrderDate": "1997-03-27T00:00:00", + "RequiredDate": "1997-04-24T00:00:00", + "ShippedDate": "1997-04-02T00:00:00", + "ShipVia": 2, + "Freight": 4.93, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10489, + "EmployeeID": 6, + "OrderDate": "1997-03-28T00:00:00", + "RequiredDate": "1997-04-25T00:00:00", + "ShippedDate": "1997-04-09T00:00:00", + "ShipVia": 2, + "Freight": 5.29, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 16, + "UnitPrice": 13.9, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10490, + "EmployeeID": 7, + "OrderDate": "1997-03-31T00:00:00", + "RequiredDate": "1997-04-28T00:00:00", + "ShippedDate": "1997-04-03T00:00:00", + "ShipVia": 2, + "Freight": 210.19, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 44, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 6.2, + "Quantity": 36, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10491, + "EmployeeID": 8, + "OrderDate": "1997-03-31T00:00:00", + "RequiredDate": "1997-04-28T00:00:00", + "ShippedDate": "1997-04-08T00:00:00", + "ShipVia": 3, + "Freight": 16.96, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 15.5, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 7, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 33000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10492, + "EmployeeID": 3, + "OrderDate": "1997-04-01T00:00:00", + "RequiredDate": "1997-04-29T00:00:00", + "ShippedDate": "1997-04-11T00:00:00", + "ShipVia": 1, + "Freight": 62.89, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 16000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 11.2, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 11.2, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10493, + "EmployeeID": 4, + "OrderDate": "1997-04-02T00:00:00", + "RequiredDate": "1997-04-30T00:00:00", + "ShippedDate": "1997-04-10T00:00:00", + "ShipVia": 3, + "Freight": 10.64, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 16.8, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 66, + "UnitPrice": 13.6, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 28.8, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Com\u00e9rcio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lus\u00edadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10494, + "EmployeeID": 4, + "OrderDate": "1997-04-02T00:00:00", + "RequiredDate": "1997-04-30T00:00:00", + "ShippedDate": "1997-04-09T00:00:00", + "ShipVia": 2, + "Freight": 65.99, + "ShipName": "Com\u00e9rcio Mineiro", + "ShipAddress": "Av. dos Lus\u00edadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAUGB", + "Company": "Laughing Bacchus Wine Cellars", + "ContactName": "Yoshi Tannamuri", + "ContactTitle": "Marketing Assistant", + "Address": "1900 Oak St.", + "City": "Vancouver", + "Region": "BC", + "PostalCode": 24000, + "Country": "Canada", + "Phone": "(604) 555-3392", + "Fax": "(604) 555-7293", + "Orders": [ + { + "OrderID": 10495, + "EmployeeID": 3, + "OrderDate": "1997-04-03T00:00:00", + "RequiredDate": "1997-05-01T00:00:00", + "ShippedDate": "1997-04-11T00:00:00", + "ShipVia": 3, + "Freight": 4.65, + "ShipName": "Laughing Bacchus Wine Cellars", + "ShipAddress": "2319 Elm St.", + "ShipCity": "Vancouver", + "ShipRegion": "BC", + "ShipPostalCode": 33000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 7.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 7.7, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradi\u00e7\u00e3o Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. In\u00eas de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10496, + "EmployeeID": 7, + "OrderDate": "1997-04-04T00:00:00", + "RequiredDate": "1997-05-02T00:00:00", + "ShippedDate": "1997-04-07T00:00:00", + "ShipVia": 2, + "Freight": 46.77, + "ShipName": "Tradi\u00e7ao Hipermercados", + "ShipAddress": "Av. In\u00eas de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10497, + "EmployeeID": 7, + "OrderDate": "1997-04-04T00:00:00", + "RequiredDate": "1997-05-02T00:00:00", + "ShippedDate": "1997-04-07T00:00:00", + "ShipVia": 1, + "Freight": 36.21, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 30.4, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 27.8, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 10.4, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10498, + "EmployeeID": 8, + "OrderDate": "1997-04-07T00:00:00", + "RequiredDate": "1997-05-05T00:00:00", + "ShippedDate": "1997-04-11T00:00:00", + "ShipVia": 2, + "Freight": 29.75, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10499, + "EmployeeID": 4, + "OrderDate": "1997-04-08T00:00:00", + "RequiredDate": "1997-05-06T00:00:00", + "ShippedDate": "1997-04-16T00:00:00", + "ShipVia": 2, + "Freight": 102.02, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10500, + "EmployeeID": 6, + "OrderDate": "1997-04-09T00:00:00", + "RequiredDate": "1997-05-07T00:00:00", + "ShippedDate": "1997-04-17T00:00:00", + "ShipVia": 1, + "Freight": 42.68, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 8, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10501, + "EmployeeID": 9, + "OrderDate": "1997-04-09T00:00:00", + "RequiredDate": "1997-05-07T00:00:00", + "ShippedDate": "1997-04-16T00:00:00", + "ShipVia": 3, + "Freight": 8.85, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas cl\u00e1sicas", + "ContactName": "Guillermo Fern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10502, + "EmployeeID": 2, + "OrderDate": "1997-04-10T00:00:00", + "RequiredDate": "1997-05-08T00:00:00", + "ShippedDate": "1997-04-29T00:00:00", + "ShipVia": 1, + "Freight": 69.32, + "ShipName": "Pericles Comidas cl\u00e1sicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10503, + "EmployeeID": 6, + "OrderDate": "1997-04-11T00:00:00", + "RequiredDate": "1997-05-09T00:00:00", + "ShippedDate": "1997-04-16T00:00:00", + "ShipVia": 2, + "Freight": 16.74, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10504, + "EmployeeID": 4, + "OrderDate": "1997-04-11T00:00:00", + "RequiredDate": "1997-05-09T00:00:00", + "ShippedDate": "1997-04-18T00:00:00", + "ShipVia": 3, + "Freight": 59.13, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 47000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10505, + "EmployeeID": 3, + "OrderDate": "1997-04-14T00:00:00", + "RequiredDate": "1997-05-12T00:00:00", + "ShippedDate": "1997-04-21T00:00:00", + "ShipVia": 3, + "Freight": 7.13, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 11000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10506, + "EmployeeID": 9, + "OrderDate": "1997-04-15T00:00:00", + "RequiredDate": "1997-05-13T00:00:00", + "ShippedDate": "1997-05-02T00:00:00", + "ShipVia": 2, + "Freight": 21.19, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 14, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10507, + "EmployeeID": 7, + "OrderDate": "1997-04-15T00:00:00", + "RequiredDate": "1997-05-13T00:00:00", + "ShippedDate": "1997-04-22T00:00:00", + "ShipVia": 1, + "Freight": 47.45, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10508, + "EmployeeID": 1, + "OrderDate": "1997-04-16T00:00:00", + "RequiredDate": "1997-05-14T00:00:00", + "ShippedDate": "1997-05-13T00:00:00", + "ShipVia": 2, + "Freight": 4.99, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10509, + "EmployeeID": 4, + "OrderDate": "1997-04-17T00:00:00", + "RequiredDate": "1997-05-15T00:00:00", + "ShippedDate": "1997-04-29T00:00:00", + "ShipVia": 1, + "Freight": 0.15, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10510, + "EmployeeID": 6, + "OrderDate": "1997-04-18T00:00:00", + "RequiredDate": "1997-05-16T00:00:00", + "ShippedDate": "1997-04-28T00:00:00", + "ShipVia": 3, + "Freight": 367.63, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 36, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10511, + "EmployeeID": 4, + "OrderDate": "1997-04-18T00:00:00", + "RequiredDate": "1997-05-16T00:00:00", + "ShippedDate": "1997-04-21T00:00:00", + "ShipVia": 3, + "Freight": 350.64, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 50, + "Discount": 0.16 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 10, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10512, + "EmployeeID": 7, + "OrderDate": "1997-04-21T00:00:00", + "RequiredDate": "1997-05-19T00:00:00", + "ShippedDate": "1997-04-24T00:00:00", + "ShipVia": 2, + "Freight": 3.53, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 9, + "Discount": 0.16 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 6, + "Discount": 0.16 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10513, + "EmployeeID": 7, + "OrderDate": "1997-04-22T00:00:00", + "RequiredDate": "1997-06-03T00:00:00", + "ShippedDate": "1997-04-28T00:00:00", + "ShipVia": 1, + "Freight": 105.65, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 15, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10514, + "EmployeeID": 3, + "OrderDate": "1997-04-22T00:00:00", + "RequiredDate": "1997-05-20T00:00:00", + "ShippedDate": "1997-05-16T00:00:00", + "ShipVia": 2, + "Freight": 789.95, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 39, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 39, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10515, + "EmployeeID": 2, + "OrderDate": "1997-04-23T00:00:00", + "RequiredDate": "1997-05-07T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 1, + "Freight": 204.47, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 16, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 120, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 16, + "Discount": 0.16 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 84, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10516, + "EmployeeID": 2, + "OrderDate": "1997-04-24T00:00:00", + "RequiredDate": "1997-05-22T00:00:00", + "ShippedDate": "1997-05-01T00:00:00", + "ShipVia": 3, + "Freight": 62.78, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 80, + "Discount": 0.1 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "NORTS", + "Company": "North/South", + "ContactName": "Simon Crowther", + "ContactTitle": "Sales Associate", + "Address": "South House 300 Queensbridge", + "City": "London", + "PostalCode": 17000, + "Country": "UK", + "Phone": "(171) 555-7733", + "Fax": "(171) 555-2530", + "Orders": [ + { + "OrderID": 10517, + "EmployeeID": 3, + "OrderDate": "1997-04-24T00:00:00", + "RequiredDate": "1997-05-22T00:00:00", + "ShippedDate": "1997-04-29T00:00:00", + "ShipVia": 3, + "Freight": 32.07, + "ShipName": "North/South", + "ShipAddress": "South House 300 Queensbridge", + "ShipCity": "London", + "ShipPostalCode": 16000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10518, + "EmployeeID": 4, + "OrderDate": "1997-04-25T00:00:00", + "RequiredDate": "1997-05-09T00:00:00", + "ShippedDate": "1997-05-05T00:00:00", + "ShipVia": 2, + "Freight": 218.15, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10519, + "EmployeeID": 6, + "OrderDate": "1997-04-28T00:00:00", + "RequiredDate": "1997-05-26T00:00:00", + "ShippedDate": "1997-05-01T00:00:00", + "ShipVia": 3, + "Freight": 91.76, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Sant\u00e9 Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10520, + "EmployeeID": 7, + "OrderDate": "1997-04-29T00:00:00", + "RequiredDate": "1997-05-27T00:00:00", + "ShippedDate": "1997-05-01T00:00:00", + "ShipVia": 1, + "Freight": 13.37, + "ShipName": "Sant\u00e9 Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10521, + "EmployeeID": 8, + "OrderDate": "1997-04-29T00:00:00", + "RequiredDate": "1997-05-27T00:00:00", + "ShippedDate": "1997-05-02T00:00:00", + "ShipVia": 2, + "Freight": 17.22, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10522, + "EmployeeID": 4, + "OrderDate": "1997-04-30T00:00:00", + "RequiredDate": "1997-05-28T00:00:00", + "ShippedDate": "1997-05-06T00:00:00", + "ShipVia": 1, + "Freight": 45.33, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 25, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 12000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10523, + "EmployeeID": 7, + "OrderDate": "1997-05-01T00:00:00", + "RequiredDate": "1997-05-29T00:00:00", + "ShippedDate": "1997-05-30T00:00:00", + "ShipVia": 2, + "Freight": 77.63, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 42000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 37, + "UnitPrice": 26, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 6, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 37000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10524, + "EmployeeID": 1, + "OrderDate": "1997-05-01T00:00:00", + "RequiredDate": "1997-05-29T00:00:00", + "ShippedDate": "1997-05-07T00:00:00", + "ShipVia": 2, + "Freight": 244.79, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 32000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10525, + "EmployeeID": 1, + "OrderDate": "1997-05-02T00:00:00", + "RequiredDate": "1997-05-30T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 2, + "Freight": 11.06, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10526, + "EmployeeID": 4, + "OrderDate": "1997-05-05T00:00:00", + "RequiredDate": "1997-06-02T00:00:00", + "ShippedDate": "1997-05-15T00:00:00", + "ShipVia": 2, + "Freight": 58.59, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0.16 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10527, + "EmployeeID": 7, + "OrderDate": "1997-05-05T00:00:00", + "RequiredDate": "1997-06-02T00:00:00", + "ShippedDate": "1997-05-07T00:00:00", + "ShipVia": 1, + "Freight": 41.9, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 50, + "Discount": 0.1 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10528, + "EmployeeID": 6, + "OrderDate": "1997-05-06T00:00:00", + "RequiredDate": "1997-05-20T00:00:00", + "ShippedDate": "1997-05-09T00:00:00", + "ShipVia": 2, + "Freight": 3.35, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 8, + "Discount": 0.2 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 45000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10529, + "EmployeeID": 5, + "OrderDate": "1997-05-07T00:00:00", + "RequiredDate": "1997-06-04T00:00:00", + "ShippedDate": "1997-05-09T00:00:00", + "ShipVia": 2, + "Freight": 66.69, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 43000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10530, + "EmployeeID": 3, + "OrderDate": "1997-05-08T00:00:00", + "RequiredDate": "1997-06-05T00:00:00", + "ShippedDate": "1997-05-12T00:00:00", + "ShipVia": 2, + "Freight": 339.22, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10531, + "EmployeeID": 7, + "OrderDate": "1997-05-08T00:00:00", + "RequiredDate": "1997-06-05T00:00:00", + "ShippedDate": "1997-05-19T00:00:00", + "ShipVia": 1, + "Freight": 8.12, + "ShipName": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 33000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10532, + "EmployeeID": 7, + "OrderDate": "1997-05-09T00:00:00", + "RequiredDate": "1997-06-06T00:00:00", + "ShippedDate": "1997-05-12T00:00:00", + "ShipVia": 3, + "Freight": 74.46, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 45000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 10000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10533, + "EmployeeID": 8, + "OrderDate": "1997-05-12T00:00:00", + "RequiredDate": "1997-06-09T00:00:00", + "ShippedDate": "1997-05-22T00:00:00", + "ShipVia": 1, + "Freight": 188.04, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 36000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 24, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10534, + "EmployeeID": 8, + "OrderDate": "1997-05-12T00:00:00", + "RequiredDate": "1997-06-09T00:00:00", + "ShippedDate": "1997-05-14T00:00:00", + "ShipVia": 2, + "Freight": 27.94, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10535, + "EmployeeID": 4, + "OrderDate": "1997-05-13T00:00:00", + "RequiredDate": "1997-06-10T00:00:00", + "ShippedDate": "1997-05-21T00:00:00", + "ShipVia": 1, + "Freight": 15.64, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 50, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 5, + "Discount": 0.1 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10536, + "EmployeeID": 3, + "OrderDate": "1997-05-14T00:00:00", + "RequiredDate": "1997-06-11T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 2, + "Freight": 58.88, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10537, + "EmployeeID": 1, + "OrderDate": "1997-05-14T00:00:00", + "RequiredDate": "1997-05-28T00:00:00", + "ShippedDate": "1997-05-19T00:00:00", + "ShipVia": 1, + "Freight": 78.85, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 37000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10538, + "EmployeeID": 9, + "OrderDate": "1997-05-15T00:00:00", + "RequiredDate": "1997-06-12T00:00:00", + "ShippedDate": "1997-05-16T00:00:00", + "ShipVia": 3, + "Freight": 4.87, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 45000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 1, + "Discount": 0 + } + ] + }, + { + "OrderID": 10539, + "EmployeeID": 6, + "OrderDate": "1997-05-16T00:00:00", + "RequiredDate": "1997-06-13T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 3, + "Freight": 12.36, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 14000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10540, + "EmployeeID": 3, + "OrderDate": "1997-05-19T00:00:00", + "RequiredDate": "1997-06-16T00:00:00", + "ShippedDate": "1997-06-13T00:00:00", + "ShipVia": 3, + "Freight": 1007.64, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10541, + "EmployeeID": 2, + "OrderDate": "1997-05-19T00:00:00", + "RequiredDate": "1997-06-16T00:00:00", + "ShippedDate": "1997-05-29T00:00:00", + "ShipVia": 1, + "Freight": 68.65, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0.1 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 36, + "Discount": 0.1 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 9, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10542, + "EmployeeID": 1, + "OrderDate": "1997-05-20T00:00:00", + "RequiredDate": "1997-06-17T00:00:00", + "ShippedDate": "1997-05-26T00:00:00", + "ShipVia": 3, + "Freight": 10.95, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 24, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10543, + "EmployeeID": 8, + "OrderDate": "1997-05-21T00:00:00", + "RequiredDate": "1997-06-18T00:00:00", + "ShippedDate": "1997-05-23T00:00:00", + "ShipVia": 2, + "Freight": 48.17, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 70, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10544, + "EmployeeID": 4, + "OrderDate": "1997-05-21T00:00:00", + "RequiredDate": "1997-06-18T00:00:00", + "ShippedDate": "1997-05-30T00:00:00", + "ShipVia": 1, + "Freight": 24.91, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAZYK", + "Company": "Lazy K Kountry Store", + "ContactName": "John Steel", + "ContactTitle": "Marketing Manager", + "Address": "12 Orchestra Terrace", + "City": "Walla Walla", + "Region": "WA", + "PostalCode": 99362, + "Country": "USA", + "Phone": "(509) 555-7969", + "Fax": "(509) 555-6221", + "Orders": [ + { + "OrderID": 10545, + "EmployeeID": 8, + "OrderDate": "1997-05-22T00:00:00", + "RequiredDate": "1997-06-19T00:00:00", + "ShippedDate": "1997-06-26T00:00:00", + "ShipVia": 2, + "Freight": 11.92, + "ShipName": "Lazy K Kountry Store", + "ShipAddress": "12 Orchestra Terrace", + "ShipCity": "Walla Walla", + "ShipRegion": "WA", + "ShipPostalCode": 99362, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10546, + "EmployeeID": 1, + "OrderDate": "1997-05-23T00:00:00", + "RequiredDate": "1997-06-20T00:00:00", + "ShippedDate": "1997-05-27T00:00:00", + "ShipVia": 3, + "Freight": 194.72, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10547, + "EmployeeID": 3, + "OrderDate": "1997-05-23T00:00:00", + "RequiredDate": "1997-06-20T00:00:00", + "ShippedDate": "1997-06-02T00:00:00", + "ShipVia": 2, + "Freight": 178.43, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 48000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialit\u00e4ten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "M\u00fcnster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10548, + "EmployeeID": 3, + "OrderDate": "1997-05-26T00:00:00", + "RequiredDate": "1997-06-23T00:00:00", + "ShippedDate": "1997-06-02T00:00:00", + "ShipVia": 2, + "Freight": 1.43, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.25 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10549, + "EmployeeID": 5, + "OrderDate": "1997-05-27T00:00:00", + "RequiredDate": "1997-06-10T00:00:00", + "ShippedDate": "1997-05-30T00:00:00", + "ShipVia": 1, + "Freight": 171.24, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 55, + "Discount": 0.16 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 100, + "Discount": 0.16 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 48, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10550, + "EmployeeID": 7, + "OrderDate": "1997-05-28T00:00:00", + "RequiredDate": "1997-06-25T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 3, + "Freight": 4.32, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 6, + "Discount": 0.1 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10551, + "EmployeeID": 4, + "OrderDate": "1997-05-28T00:00:00", + "RequiredDate": "1997-07-09T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 3, + "Freight": 72.95, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10552, + "EmployeeID": 2, + "OrderDate": "1997-05-29T00:00:00", + "RequiredDate": "1997-06-26T00:00:00", + "ShippedDate": "1997-06-05T00:00:00", + "ShipVia": 1, + "Freight": 83.22, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10553, + "EmployeeID": 2, + "OrderDate": "1997-05-30T00:00:00", + "RequiredDate": "1997-06-27T00:00:00", + "ShippedDate": "1997-06-03T00:00:00", + "ShipVia": 2, + "Freight": 149.49, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10554, + "EmployeeID": 4, + "OrderDate": "1997-05-30T00:00:00", + "RequiredDate": "1997-06-27T00:00:00", + "ShippedDate": "1997-06-05T00:00:00", + "ShipVia": 3, + "Freight": 120.97, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10555, + "EmployeeID": 6, + "OrderDate": "1997-06-02T00:00:00", + "RequiredDate": "1997-06-30T00:00:00", + "ShippedDate": "1997-06-04T00:00:00", + "ShipVia": 3, + "Freight": 252.49, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 18, + "Discount": 0.2 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10556, + "EmployeeID": 2, + "OrderDate": "1997-06-03T00:00:00", + "RequiredDate": "1997-07-15T00:00:00", + "ShippedDate": "1997-06-13T00:00:00", + "ShipVia": 1, + "Freight": 9.8, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10557, + "EmployeeID": 9, + "OrderDate": "1997-06-03T00:00:00", + "RequiredDate": "1997-06-17T00:00:00", + "ShippedDate": "1997-06-06T00:00:00", + "ShipVia": 2, + "Freight": 96.72, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 10000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10558, + "EmployeeID": 1, + "OrderDate": "1997-06-04T00:00:00", + "RequiredDate": "1997-07-02T00:00:00", + "ShippedDate": "1997-06-10T00:00:00", + "ShipVia": 2, + "Freight": 72.97, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 27000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10559, + "EmployeeID": 6, + "OrderDate": "1997-06-05T00:00:00", + "RequiredDate": "1997-07-03T00:00:00", + "ShippedDate": "1997-06-13T00:00:00", + "ShipVia": 1, + "Freight": 8.05, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 18, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10560, + "EmployeeID": 8, + "OrderDate": "1997-06-06T00:00:00", + "RequiredDate": "1997-07-04T00:00:00", + "ShippedDate": "1997-06-09T00:00:00", + "ShipVia": 1, + "Freight": 36.65, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 20000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10561, + "EmployeeID": 2, + "OrderDate": "1997-06-06T00:00:00", + "RequiredDate": "1997-07-04T00:00:00", + "ShippedDate": "1997-06-09T00:00:00", + "ShipVia": 2, + "Freight": 242.21, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 18000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10562, + "EmployeeID": 1, + "OrderDate": "1997-06-09T00:00:00", + "RequiredDate": "1997-07-07T00:00:00", + "ShippedDate": "1997-06-12T00:00:00", + "ShipVia": 1, + "Freight": 22.95, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10563, + "EmployeeID": 2, + "OrderDate": "1997-06-10T00:00:00", + "RequiredDate": "1997-07-22T00:00:00", + "ShippedDate": "1997-06-24T00:00:00", + "ShipVia": 2, + "Freight": 60.43, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 70, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10564, + "EmployeeID": 4, + "OrderDate": "1997-06-10T00:00:00", + "RequiredDate": "1997-07-08T00:00:00", + "ShippedDate": "1997-06-16T00:00:00", + "ShipVia": 3, + "Freight": 13.75, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 6, + "Discount": 0.06 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 25, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 15000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10565, + "EmployeeID": 8, + "OrderDate": "1997-06-11T00:00:00", + "RequiredDate": "1997-07-09T00:00:00", + "ShippedDate": "1997-06-18T00:00:00", + "ShipVia": 2, + "Freight": 7.15, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 24000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 18, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10566, + "EmployeeID": 9, + "OrderDate": "1997-06-12T00:00:00", + "RequiredDate": "1997-07-10T00:00:00", + "ShippedDate": "1997-06-18T00:00:00", + "ShipVia": 1, + "Freight": 88.4, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 18, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10567, + "EmployeeID": 1, + "OrderDate": "1997-06-12T00:00:00", + "RequiredDate": "1997-07-10T00:00:00", + "ShippedDate": "1997-06-17T00:00:00", + "ShipVia": 1, + "Freight": 33.97, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 60, + "Discount": 0.2 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galer\u00eda del gastr\u00f3nomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Catalu\u00f1a, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10568, + "EmployeeID": 3, + "OrderDate": "1997-06-13T00:00:00", + "RequiredDate": "1997-07-11T00:00:00", + "ShippedDate": "1997-07-09T00:00:00", + "ShipVia": 3, + "Freight": 6.54, + "ShipName": "Galer\u00eda del gastron\u00f3mo", + "ShipAddress": "Rambla de Catalu\u00f1a, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10569, + "EmployeeID": 5, + "OrderDate": "1997-06-16T00:00:00", + "RequiredDate": "1997-07-14T00:00:00", + "ShippedDate": "1997-07-11T00:00:00", + "ShipVia": 1, + "Freight": 58.98, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 34000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10570, + "EmployeeID": 3, + "OrderDate": "1997-06-17T00:00:00", + "RequiredDate": "1997-07-15T00:00:00", + "ShippedDate": "1997-06-19T00:00:00", + "ShipVia": 3, + "Freight": 188.99, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 40000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10571, + "EmployeeID": 8, + "OrderDate": "1997-06-17T00:00:00", + "RequiredDate": "1997-07-29T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 3, + "Freight": 26.06, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 11, + "Discount": 0.16 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 28, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 43000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10572, + "EmployeeID": 3, + "OrderDate": "1997-06-18T00:00:00", + "RequiredDate": "1997-07-16T00:00:00", + "ShippedDate": "1997-06-25T00:00:00", + "ShipVia": 2, + "Freight": 116.43, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 25000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10573, + "EmployeeID": 7, + "OrderDate": "1997-06-19T00:00:00", + "RequiredDate": "1997-07-17T00:00:00", + "ShippedDate": "1997-06-20T00:00:00", + "ShipVia": 3, + "Freight": 84.84, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRAIH", + "Company": "Trail's Head Gourmet Provisioners", + "ContactName": "Helvetius Nagy", + "ContactTitle": "Sales Associate", + "Address": "722 DaVinci Blvd.", + "City": "Kirkland", + "Region": "WA", + "PostalCode": 98034, + "Country": "USA", + "Phone": "(206) 555-8257", + "Fax": "(206) 555-2174", + "Orders": [ + { + "OrderID": 10574, + "EmployeeID": 4, + "OrderDate": "1997-06-19T00:00:00", + "RequiredDate": "1997-07-17T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 2, + "Freight": 37.6, + "ShipName": "Trail's Head Gourmet Provisioners", + "ShipAddress": "722 DaVinci Blvd.", + "ShipCity": "Kirkland", + "ShipRegion": "WA", + "ShipPostalCode": 98034, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10575, + "EmployeeID": 5, + "OrderDate": "1997-06-20T00:00:00", + "RequiredDate": "1997-07-04T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 1, + "Freight": 127.34, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10576, + "EmployeeID": 3, + "OrderDate": "1997-06-23T00:00:00", + "RequiredDate": "1997-07-07T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 3, + "Freight": 18.56, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRAIH", + "Company": "Trail's Head Gourmet Provisioners", + "ContactName": "Helvetius Nagy", + "ContactTitle": "Sales Associate", + "Address": "722 DaVinci Blvd.", + "City": "Kirkland", + "Region": "WA", + "PostalCode": 98034, + "Country": "USA", + "Phone": "(206) 555-8257", + "Fax": "(206) 555-2174", + "Orders": [ + { + "OrderID": 10577, + "EmployeeID": 9, + "OrderDate": "1997-06-23T00:00:00", + "RequiredDate": "1997-08-04T00:00:00", + "ShippedDate": "1997-06-30T00:00:00", + "ShipVia": 2, + "Freight": 25.41, + "ShipName": "Trail's Head Gourmet Provisioners", + "ShipAddress": "722 DaVinci Blvd.", + "ShipCity": "Kirkland", + "ShipRegion": "WA", + "ShipPostalCode": 98034, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 44000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10578, + "EmployeeID": 4, + "OrderDate": "1997-06-24T00:00:00", + "RequiredDate": "1997-07-22T00:00:00", + "ShippedDate": "1997-07-25T00:00:00", + "ShipVia": 3, + "Freight": 29.6, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 44000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10579, + "EmployeeID": 1, + "OrderDate": "1997-06-25T00:00:00", + "RequiredDate": "1997-07-23T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 2, + "Freight": 13.73, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10580, + "EmployeeID": 4, + "OrderDate": "1997-06-26T00:00:00", + "RequiredDate": "1997-07-24T00:00:00", + "ShippedDate": "1997-07-01T00:00:00", + "ShipVia": 3, + "Freight": 75.89, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 9, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10581, + "EmployeeID": 3, + "OrderDate": "1997-06-26T00:00:00", + "RequiredDate": "1997-07-24T00:00:00", + "ShippedDate": "1997-07-02T00:00:00", + "ShipVia": 1, + "Freight": 3.01, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10582, + "EmployeeID": 3, + "OrderDate": "1997-06-27T00:00:00", + "RequiredDate": "1997-07-25T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 2, + "Freight": 27.71, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10583, + "EmployeeID": 2, + "OrderDate": "1997-06-30T00:00:00", + "RequiredDate": "1997-07-28T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 2, + "Freight": 7.28, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 10, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10584, + "EmployeeID": 4, + "OrderDate": "1997-06-30T00:00:00", + "RequiredDate": "1997-07-28T00:00:00", + "ShippedDate": "1997-07-04T00:00:00", + "ShipVia": 1, + "Freight": 59.14, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10585, + "EmployeeID": 7, + "OrderDate": "1997-07-01T00:00:00", + "RequiredDate": "1997-07-29T00:00:00", + "ShippedDate": "1997-07-10T00:00:00", + "ShipVia": 1, + "Freight": 13.41, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10586, + "EmployeeID": 9, + "OrderDate": "1997-07-02T00:00:00", + "RequiredDate": "1997-07-30T00:00:00", + "ShippedDate": "1997-07-09T00:00:00", + "ShipVia": 1, + "Freight": 0.48, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 4, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10587, + "EmployeeID": 1, + "OrderDate": "1997-07-02T00:00:00", + "RequiredDate": "1997-07-30T00:00:00", + "ShippedDate": "1997-07-09T00:00:00", + "ShipVia": 1, + "Freight": 62.52, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10588, + "EmployeeID": 2, + "OrderDate": "1997-07-03T00:00:00", + "RequiredDate": "1997-07-31T00:00:00", + "ShippedDate": "1997-07-10T00:00:00", + "ShipVia": 3, + "Freight": 194.67, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 100, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10589, + "EmployeeID": 8, + "OrderDate": "1997-07-04T00:00:00", + "RequiredDate": "1997-08-01T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 2, + "Freight": 4.42, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 22000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10590, + "EmployeeID": 4, + "OrderDate": "1997-07-07T00:00:00", + "RequiredDate": "1997-08-04T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 3, + "Freight": 44.77, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 47000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10591, + "EmployeeID": 1, + "OrderDate": "1997-07-07T00:00:00", + "RequiredDate": "1997-07-21T00:00:00", + "ShippedDate": "1997-07-16T00:00:00", + "ShipVia": 1, + "Freight": 55.92, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10592, + "EmployeeID": 3, + "OrderDate": "1997-07-08T00:00:00", + "RequiredDate": "1997-08-05T00:00:00", + "ShippedDate": "1997-07-16T00:00:00", + "ShipVia": 1, + "Freight": 32.1, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 5, + "Discount": 0.06 + } + ] + }, + { + "OrderID": 10593, + "EmployeeID": 7, + "OrderDate": "1997-07-09T00:00:00", + "RequiredDate": "1997-08-06T00:00:00", + "ShippedDate": "1997-08-13T00:00:00", + "ShipVia": 2, + "Freight": 174.2, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 21, + "Discount": 0.2 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10594, + "EmployeeID": 3, + "OrderDate": "1997-07-09T00:00:00", + "RequiredDate": "1997-08-06T00:00:00", + "ShippedDate": "1997-07-16T00:00:00", + "ShipVia": 2, + "Freight": 5.24, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10595, + "EmployeeID": 2, + "OrderDate": "1997-07-10T00:00:00", + "RequiredDate": "1997-08-07T00:00:00", + "ShippedDate": "1997-07-14T00:00:00", + "ShipVia": 1, + "Freight": 96.78, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 120, + "Discount": 0.25 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 65, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10596, + "EmployeeID": 8, + "OrderDate": "1997-07-11T00:00:00", + "RequiredDate": "1997-08-08T00:00:00", + "ShippedDate": "1997-08-12T00:00:00", + "ShipVia": 1, + "Freight": 16.34, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 24, + "Discount": 0.2 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10597, + "EmployeeID": 7, + "OrderDate": "1997-07-11T00:00:00", + "RequiredDate": "1997-08-08T00:00:00", + "ShippedDate": "1997-07-18T00:00:00", + "ShipVia": 3, + "Freight": 35.12, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 12, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10598, + "EmployeeID": 1, + "OrderDate": "1997-07-14T00:00:00", + "RequiredDate": "1997-08-11T00:00:00", + "ShippedDate": "1997-07-18T00:00:00", + "ShipVia": 3, + "Freight": 44.42, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 45000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10599, + "EmployeeID": 6, + "OrderDate": "1997-07-15T00:00:00", + "RequiredDate": "1997-08-26T00:00:00", + "ShippedDate": "1997-07-21T00:00:00", + "ShipVia": 3, + "Freight": 29.98, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 21000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10600, + "EmployeeID": 4, + "OrderDate": "1997-07-16T00:00:00", + "RequiredDate": "1997-08-13T00:00:00", + "ShippedDate": "1997-07-21T00:00:00", + "ShipVia": 1, + "Freight": 45.13, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10601, + "EmployeeID": 7, + "OrderDate": "1997-07-16T00:00:00", + "RequiredDate": "1997-08-27T00:00:00", + "ShippedDate": "1997-07-22T00:00:00", + "ShipVia": 1, + "Freight": 58.3, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10602, + "EmployeeID": 8, + "OrderDate": "1997-07-17T00:00:00", + "RequiredDate": "1997-08-14T00:00:00", + "ShippedDate": "1997-07-22T00:00:00", + "ShipVia": 2, + "Freight": 2.92, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 5, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10603, + "EmployeeID": 8, + "OrderDate": "1997-07-18T00:00:00", + "RequiredDate": "1997-08-15T00:00:00", + "ShippedDate": "1997-08-08T00:00:00", + "ShipVia": 2, + "Freight": 48.77, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 48, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 25, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10604, + "EmployeeID": 1, + "OrderDate": "1997-07-18T00:00:00", + "RequiredDate": "1997-08-15T00:00:00", + "ShippedDate": "1997-07-29T00:00:00", + "ShipVia": 1, + "Freight": 7.46, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 6, + "Discount": 0.1 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 12000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10605, + "EmployeeID": 1, + "OrderDate": "1997-07-21T00:00:00", + "RequiredDate": "1997-08-18T00:00:00", + "ShippedDate": "1997-07-29T00:00:00", + "ShipVia": 2, + "Freight": 379.13, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 43000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 15, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradi\u00e7\u00e3o Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. In\u00eas de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10606, + "EmployeeID": 4, + "OrderDate": "1997-07-22T00:00:00", + "RequiredDate": "1997-08-19T00:00:00", + "ShippedDate": "1997-07-31T00:00:00", + "ShipVia": 3, + "Freight": 79.4, + "ShipName": "Tradi\u00e7ao Hipermercados", + "ShipAddress": "Av. In\u00eas de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10607, + "EmployeeID": 5, + "OrderDate": "1997-07-22T00:00:00", + "RequiredDate": "1997-08-19T00:00:00", + "ShippedDate": "1997-07-25T00:00:00", + "ShipVia": 1, + "Freight": 200.24, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 100, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialit\u00e4ten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "M\u00fcnster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10608, + "EmployeeID": 4, + "OrderDate": "1997-07-23T00:00:00", + "RequiredDate": "1997-08-20T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 27.79, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10609, + "EmployeeID": 7, + "OrderDate": "1997-07-24T00:00:00", + "RequiredDate": "1997-08-21T00:00:00", + "ShippedDate": "1997-07-30T00:00:00", + "ShipVia": 2, + "Freight": 1.85, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10610, + "EmployeeID": 8, + "OrderDate": "1997-07-25T00:00:00", + "RequiredDate": "1997-08-22T00:00:00", + "ShippedDate": "1997-08-06T00:00:00", + "ShipVia": 1, + "Freight": 26.78, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10611, + "EmployeeID": 6, + "OrderDate": "1997-07-25T00:00:00", + "RequiredDate": "1997-08-22T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 80.65, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10612, + "EmployeeID": 1, + "OrderDate": "1997-07-28T00:00:00", + "RequiredDate": "1997-08-25T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 544.08, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 55, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 80, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10613, + "EmployeeID": 4, + "OrderDate": "1997-07-29T00:00:00", + "RequiredDate": "1997-08-26T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 2, + "Freight": 8.11, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10614, + "EmployeeID": 8, + "OrderDate": "1997-07-29T00:00:00", + "RequiredDate": "1997-08-26T00:00:00", + "ShippedDate": "1997-08-01T00:00:00", + "ShipVia": 3, + "Freight": 1.93, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10615, + "EmployeeID": 2, + "OrderDate": "1997-07-30T00:00:00", + "RequiredDate": "1997-08-27T00:00:00", + "ShippedDate": "1997-08-06T00:00:00", + "ShipVia": 3, + "Freight": 0.75, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10616, + "EmployeeID": 1, + "OrderDate": "1997-07-31T00:00:00", + "RequiredDate": "1997-08-28T00:00:00", + "ShippedDate": "1997-08-05T00:00:00", + "ShipVia": 2, + "Freight": 116.53, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 15, + "Discount": 0.06 + } + ] + }, + { + "OrderID": 10617, + "EmployeeID": 4, + "OrderDate": "1997-07-31T00:00:00", + "RequiredDate": "1997-08-28T00:00:00", + "ShippedDate": "1997-08-04T00:00:00", + "ShipVia": 2, + "Freight": 18.53, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 45000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10618, + "EmployeeID": 1, + "OrderDate": "1997-08-01T00:00:00", + "RequiredDate": "1997-09-12T00:00:00", + "ShippedDate": "1997-08-08T00:00:00", + "ShipVia": 1, + "Freight": 154.68, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 49000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 15, + "Discount": 0 + } + ] + }, + { + "OrderID": 10619, + "EmployeeID": 3, + "OrderDate": "1997-08-04T00:00:00", + "RequiredDate": "1997-09-01T00:00:00", + "ShippedDate": "1997-08-07T00:00:00", + "ShipVia": 3, + "Freight": 91.05, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 20000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAUGB", + "Company": "Laughing Bacchus Wine Cellars", + "ContactName": "Yoshi Tannamuri", + "ContactTitle": "Marketing Assistant", + "Address": "1900 Oak St.", + "City": "Vancouver", + "Region": "BC", + "PostalCode": 48000, + "Country": "Canada", + "Phone": "(604) 555-3392", + "Fax": "(604) 555-7293", + "Orders": [ + { + "OrderID": 10620, + "EmployeeID": 2, + "OrderDate": "1997-08-05T00:00:00", + "RequiredDate": "1997-09-02T00:00:00", + "ShippedDate": "1997-08-14T00:00:00", + "ShipVia": 3, + "Freight": 0.94, + "ShipName": "Laughing Bacchus Wine Cellars", + "ShipAddress": "2319 Elm St.", + "ShipCity": "Vancouver", + "ShipRegion": "BC", + "ShipPostalCode": 15000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 24000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10621, + "EmployeeID": 4, + "OrderDate": "1997-08-05T00:00:00", + "RequiredDate": "1997-09-02T00:00:00", + "ShippedDate": "1997-08-11T00:00:00", + "ShipVia": 2, + "Freight": 23.73, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 90304, + "ShipPostalCode": 28000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10622, + "EmployeeID": 4, + "OrderDate": "1997-08-06T00:00:00", + "RequiredDate": "1997-09-03T00:00:00", + "ShippedDate": "1997-08-11T00:00:00", + "ShipVia": 3, + "Freight": 50.97, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 18, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10623, + "EmployeeID": 8, + "OrderDate": "1997-08-07T00:00:00", + "RequiredDate": "1997-09-04T00:00:00", + "ShippedDate": "1997-08-12T00:00:00", + "ShipVia": 2, + "Freight": 97.18, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "THECR", + "Company": "The Cracker Box", + "ContactName": "Liu Wong", + "ContactTitle": "Marketing Assistant", + "Address": "55 Grizzly Peak Rd.", + "City": "Butte", + "Region": "MT", + "PostalCode": 59801, + "Country": "USA", + "Phone": "(406) 555-5834", + "Fax": "(406) 555-8083", + "Orders": [ + { + "OrderID": 10624, + "EmployeeID": 4, + "OrderDate": "1997-08-07T00:00:00", + "RequiredDate": "1997-09-04T00:00:00", + "ShippedDate": "1997-08-19T00:00:00", + "ShipVia": 2, + "Freight": 94.8, + "ShipName": "The Cracker Box", + "ShipAddress": "55 Grizzly Peak Rd.", + "ShipCity": "Butte", + "ShipRegion": "MT", + "ShipPostalCode": 59801, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constituci\u00f3n 2222", + "City": "M\u00e9xico D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10625, + "EmployeeID": 3, + "OrderDate": "1997-08-08T00:00:00", + "RequiredDate": "1997-09-05T00:00:00", + "ShippedDate": "1997-08-14T00:00:00", + "ShipVia": 1, + "Freight": 43.9, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constituci\u00f3n 2222", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 47000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10626, + "EmployeeID": 1, + "OrderDate": "1997-08-11T00:00:00", + "RequiredDate": "1997-09-08T00:00:00", + "ShippedDate": "1997-08-20T00:00:00", + "ShipVia": 2, + "Freight": 138.69, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 39000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10627, + "EmployeeID": 8, + "OrderDate": "1997-08-11T00:00:00", + "RequiredDate": "1997-09-22T00:00:00", + "ShippedDate": "1997-08-21T00:00:00", + "ShipVia": 3, + "Freight": 107.46, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 35, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10628, + "EmployeeID": 4, + "OrderDate": "1997-08-12T00:00:00", + "RequiredDate": "1997-09-09T00:00:00", + "ShippedDate": "1997-08-20T00:00:00", + "ShipVia": 3, + "Freight": 30.36, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10629, + "EmployeeID": 4, + "OrderDate": "1997-08-12T00:00:00", + "RequiredDate": "1997-09-09T00:00:00", + "ShippedDate": "1997-08-20T00:00:00", + "ShipVia": 3, + "Freight": 85.46, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10630, + "EmployeeID": 1, + "OrderDate": "1997-08-13T00:00:00", + "RequiredDate": "1997-09-10T00:00:00", + "ShippedDate": "1997-08-19T00:00:00", + "ShipVia": 2, + "Freight": 32.35, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10631, + "EmployeeID": 8, + "OrderDate": "1997-08-14T00:00:00", + "RequiredDate": "1997-09-11T00:00:00", + "ShippedDate": "1997-08-15T00:00:00", + "ShipVia": 1, + "Freight": 0.87, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 8, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10632, + "EmployeeID": 8, + "OrderDate": "1997-08-14T00:00:00", + "RequiredDate": "1997-09-11T00:00:00", + "ShippedDate": "1997-08-19T00:00:00", + "ShipVia": 1, + "Freight": 41.38, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10633, + "EmployeeID": 7, + "OrderDate": "1997-08-15T00:00:00", + "RequiredDate": "1997-09-12T00:00:00", + "ShippedDate": "1997-08-18T00:00:00", + "ShipVia": 3, + "Freight": 477.9, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 36, + "Discount": 0.16 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 13, + "Discount": 0.16 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 35, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 80, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Ranc\u00e9", + "ContactTitle": "Sales Associate", + "Address": "184, chauss\u00e9e de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10634, + "EmployeeID": 4, + "OrderDate": "1997-08-15T00:00:00", + "RequiredDate": "1997-09-12T00:00:00", + "ShippedDate": "1997-08-21T00:00:00", + "ShipVia": 3, + "Freight": 487.38, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chauss\u00e9e de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10635, + "EmployeeID": 8, + "OrderDate": "1997-08-18T00:00:00", + "RequiredDate": "1997-09-15T00:00:00", + "ShippedDate": "1997-08-21T00:00:00", + "ShipVia": 3, + "Freight": 47.46, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10636, + "EmployeeID": 4, + "OrderDate": "1997-08-19T00:00:00", + "RequiredDate": "1997-09-16T00:00:00", + "ShippedDate": "1997-08-26T00:00:00", + "ShipVia": 1, + "Freight": 1.15, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10637, + "EmployeeID": 6, + "OrderDate": "1997-08-19T00:00:00", + "RequiredDate": "1997-09-16T00:00:00", + "ShippedDate": "1997-08-26T00:00:00", + "ShipVia": 1, + "Freight": 201.29, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10638, + "EmployeeID": 3, + "OrderDate": "1997-08-20T00:00:00", + "RequiredDate": "1997-09-17T00:00:00", + "ShippedDate": "1997-09-01T00:00:00", + "ShipVia": 1, + "Freight": 158.44, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Sant\u00e9 Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10639, + "EmployeeID": 7, + "OrderDate": "1997-08-20T00:00:00", + "RequiredDate": "1997-09-17T00:00:00", + "ShippedDate": "1997-08-27T00:00:00", + "ShipVia": 3, + "Freight": 38.64, + "ShipName": "Sant\u00e9 Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10640, + "EmployeeID": 4, + "OrderDate": "1997-08-21T00:00:00", + "RequiredDate": "1997-09-18T00:00:00", + "ShippedDate": "1997-08-28T00:00:00", + "ShipVia": 1, + "Freight": 23.55, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10641, + "EmployeeID": 4, + "OrderDate": "1997-08-22T00:00:00", + "RequiredDate": "1997-09-19T00:00:00", + "ShippedDate": "1997-08-26T00:00:00", + "ShipVia": 2, + "Freight": 179.61, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10642, + "EmployeeID": 7, + "OrderDate": "1997-08-22T00:00:00", + "RequiredDate": "1997-09-19T00:00:00", + "ShippedDate": "1997-09-05T00:00:00", + "ShipVia": 3, + "Freight": 41.89, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10643, + "EmployeeID": 6, + "OrderDate": "1997-08-25T00:00:00", + "RequiredDate": "1997-09-22T00:00:00", + "ShippedDate": "1997-09-02T00:00:00", + "ShipVia": 1, + "Freight": 29.46, + "ShipName": "Alfreds Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 2, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10644, + "EmployeeID": 3, + "OrderDate": "1997-08-25T00:00:00", + "RequiredDate": "1997-09-22T00:00:00", + "ShippedDate": "1997-09-01T00:00:00", + "ShipVia": 2, + "Freight": 0.14, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 21, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10645, + "EmployeeID": 4, + "OrderDate": "1997-08-26T00:00:00", + "RequiredDate": "1997-09-23T00:00:00", + "ShippedDate": "1997-09-02T00:00:00", + "ShipVia": 1, + "Freight": 12.41, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10646, + "EmployeeID": 9, + "OrderDate": "1997-08-27T00:00:00", + "RequiredDate": "1997-10-08T00:00:00", + "ShippedDate": "1997-09-03T00:00:00", + "ShipVia": 3, + "Freight": 142.33, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0.25 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10647, + "EmployeeID": 4, + "OrderDate": "1997-08-27T00:00:00", + "RequiredDate": "1997-09-10T00:00:00", + "ShippedDate": "1997-09-03T00:00:00", + "ShipVia": 2, + "Freight": 45.54, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10648, + "EmployeeID": 5, + "OrderDate": "1997-08-28T00:00:00", + "RequiredDate": "1997-10-09T00:00:00", + "ShippedDate": "1997-09-09T00:00:00", + "ShipVia": 2, + "Freight": 14.25, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 43000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10649, + "EmployeeID": 5, + "OrderDate": "1997-08-28T00:00:00", + "RequiredDate": "1997-09-25T00:00:00", + "ShippedDate": "1997-08-29T00:00:00", + "ShipVia": 3, + "Freight": 6.2, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 21000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10650, + "EmployeeID": 5, + "OrderDate": "1997-08-29T00:00:00", + "RequiredDate": "1997-09-26T00:00:00", + "ShippedDate": "1997-09-03T00:00:00", + "ShipVia": 3, + "Freight": 176.81, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 25, + "Discount": 0.06 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10651, + "EmployeeID": 8, + "OrderDate": "1997-09-01T00:00:00", + "RequiredDate": "1997-09-29T00:00:00", + "ShippedDate": "1997-09-11T00:00:00", + "ShipVia": 2, + "Freight": 20.6, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10652, + "EmployeeID": 4, + "OrderDate": "1997-09-01T00:00:00", + "RequiredDate": "1997-09-29T00:00:00", + "ShippedDate": "1997-09-08T00:00:00", + "ShipVia": 2, + "Freight": 7.14, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 2, + "Discount": 0.25 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10653, + "EmployeeID": 1, + "OrderDate": "1997-09-02T00:00:00", + "RequiredDate": "1997-09-30T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 1, + "Freight": 93.25, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 28000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10654, + "EmployeeID": 5, + "OrderDate": "1997-09-02T00:00:00", + "RequiredDate": "1997-09-30T00:00:00", + "ShippedDate": "1997-09-11T00:00:00", + "ShipVia": 1, + "Freight": 55.26, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 36000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 6, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10655, + "EmployeeID": 1, + "OrderDate": "1997-09-03T00:00:00", + "RequiredDate": "1997-10-01T00:00:00", + "ShippedDate": "1997-09-11T00:00:00", + "ShipVia": 2, + "Freight": 4.41, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10656, + "EmployeeID": 6, + "OrderDate": "1997-09-04T00:00:00", + "RequiredDate": "1997-10-02T00:00:00", + "ShippedDate": "1997-09-10T00:00:00", + "ShipVia": 1, + "Freight": 57.15, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 3, + "Discount": 0.1 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 28, + "Discount": 0.1 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 6, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10657, + "EmployeeID": 2, + "OrderDate": "1997-09-04T00:00:00", + "RequiredDate": "1997-10-02T00:00:00", + "ShippedDate": "1997-09-15T00:00:00", + "ShipVia": 2, + "Freight": 352.69, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 15, + "UnitPrice": 15.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10658, + "EmployeeID": 4, + "OrderDate": "1997-09-05T00:00:00", + "RequiredDate": "1997-10-03T00:00:00", + "ShippedDate": "1997-09-08T00:00:00", + "ShipVia": 1, + "Freight": 364.15, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 55, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 70, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10659, + "EmployeeID": 7, + "OrderDate": "1997-09-05T00:00:00", + "RequiredDate": "1997-10-03T00:00:00", + "ShippedDate": "1997-09-10T00:00:00", + "ShipVia": 2, + "Freight": 105.81, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 24, + "Discount": 0.06 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "HUNGC", + "Company": "Hungry Coyote Import Store", + "ContactName": "Yoshi Latimer", + "ContactTitle": "Sales Representative", + "Address": "City Center Plaza 516 Main St.", + "City": "Elgin", + "Region": "OR", + "PostalCode": 97827, + "Country": "USA", + "Phone": "(503) 555-6874", + "Fax": "(503) 555-2376", + "Orders": [ + { + "OrderID": 10660, + "EmployeeID": 8, + "OrderDate": "1997-09-08T00:00:00", + "RequiredDate": "1997-10-06T00:00:00", + "ShippedDate": "1997-10-15T00:00:00", + "ShipVia": 1, + "Freight": 111.29, + "ShipName": "Hungry Coyote Import Store", + "ShipAddress": "City Center Plaza 516 Main St.", + "ShipCity": "Elgin", + "ShipRegion": "OR", + "ShipPostalCode": 97827, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10661, + "EmployeeID": 7, + "OrderDate": "1997-09-09T00:00:00", + "RequiredDate": "1997-10-07T00:00:00", + "ShippedDate": "1997-09-15T00:00:00", + "ShipVia": 3, + "Freight": 17.55, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0.2 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 49, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10662, + "EmployeeID": 3, + "OrderDate": "1997-09-09T00:00:00", + "RequiredDate": "1997-10-07T00:00:00", + "ShippedDate": "1997-09-18T00:00:00", + "ShipVia": 2, + "Freight": 1.28, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10663, + "EmployeeID": 2, + "OrderDate": "1997-09-10T00:00:00", + "RequiredDate": "1997-09-24T00:00:00", + "ShippedDate": "1997-10-03T00:00:00", + "ShipVia": 2, + "Freight": 113.15, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10664, + "EmployeeID": 1, + "OrderDate": "1997-09-10T00:00:00", + "RequiredDate": "1997-10-08T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 3, + "Freight": 1.27, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 12, + "Discount": 0.16 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10665, + "EmployeeID": 1, + "OrderDate": "1997-09-11T00:00:00", + "RequiredDate": "1997-10-09T00:00:00", + "ShippedDate": "1997-09-17T00:00:00", + "ShipVia": 2, + "Freight": 26.31, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10666, + "EmployeeID": 7, + "OrderDate": "1997-09-12T00:00:00", + "RequiredDate": "1997-10-10T00:00:00", + "ShippedDate": "1997-09-22T00:00:00", + "ShipVia": 2, + "Freight": 232.42, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10667, + "EmployeeID": 7, + "OrderDate": "1997-09-12T00:00:00", + "RequiredDate": "1997-10-10T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 1, + "Freight": 78.09, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 14, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 10668, + "EmployeeID": 1, + "OrderDate": "1997-09-15T00:00:00", + "RequiredDate": "1997-10-13T00:00:00", + "ShippedDate": "1997-09-23T00:00:00", + "ShipVia": 2, + "Freight": 47.22, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10669, + "EmployeeID": 2, + "OrderDate": "1997-09-15T00:00:00", + "RequiredDate": "1997-10-13T00:00:00", + "ShippedDate": "1997-09-22T00:00:00", + "ShipVia": 1, + "Freight": 24.39, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10670, + "EmployeeID": 4, + "OrderDate": "1997-09-16T00:00:00", + "RequiredDate": "1997-10-14T00:00:00", + "ShippedDate": "1997-09-18T00:00:00", + "ShipVia": 1, + "Freight": 203.48, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 32, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20", + "Orders": [ + { + "OrderID": 10671, + "EmployeeID": 1, + "OrderDate": "1997-09-17T00:00:00", + "RequiredDate": "1997-10-15T00:00:00", + "ShippedDate": "1997-09-24T00:00:00", + "ShipVia": 1, + "Freight": 30.34, + "ShipName": "France restauration", + "ShipAddress": "54, rue Royale", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 32000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10672, + "EmployeeID": 9, + "OrderDate": "1997-09-17T00:00:00", + "RequiredDate": "1997-10-01T00:00:00", + "ShippedDate": "1997-09-26T00:00:00", + "ShipVia": 2, + "Freight": 95.75, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 16000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10673, + "EmployeeID": 2, + "OrderDate": "1997-09-18T00:00:00", + "RequiredDate": "1997-10-16T00:00:00", + "ShippedDate": "1997-09-19T00:00:00", + "ShipVia": 1, + "Freight": 22.76, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 30000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10674, + "EmployeeID": 4, + "OrderDate": "1997-09-18T00:00:00", + "RequiredDate": "1997-10-16T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 2, + "Freight": 0.9, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 60688, + "ShipPostalCode": 25000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10675, + "EmployeeID": 5, + "OrderDate": "1997-09-19T00:00:00", + "RequiredDate": "1997-10-17T00:00:00", + "ShippedDate": "1997-09-23T00:00:00", + "ShipVia": 2, + "Freight": 31.85, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10676, + "EmployeeID": 2, + "OrderDate": "1997-09-22T00:00:00", + "RequiredDate": "1997-10-20T00:00:00", + "ShippedDate": "1997-09-29T00:00:00", + "ShipVia": 2, + "Freight": 2.01, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10677, + "EmployeeID": 1, + "OrderDate": "1997-09-22T00:00:00", + "RequiredDate": "1997-10-20T00:00:00", + "ShippedDate": "1997-09-26T00:00:00", + "ShipVia": 3, + "Freight": 4.03, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 8, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10678, + "EmployeeID": 7, + "OrderDate": "1997-09-23T00:00:00", + "RequiredDate": "1997-10-21T00:00:00", + "ShippedDate": "1997-10-16T00:00:00", + "ShipVia": 3, + "Freight": 388.98, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 100, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 120, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10679, + "EmployeeID": 8, + "OrderDate": "1997-09-23T00:00:00", + "RequiredDate": "1997-10-21T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 3, + "Freight": 27.94, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10680, + "EmployeeID": 1, + "OrderDate": "1997-09-24T00:00:00", + "RequiredDate": "1997-10-22T00:00:00", + "ShippedDate": "1997-09-26T00:00:00", + "ShipVia": 1, + "Freight": 26.61, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10681, + "EmployeeID": 3, + "OrderDate": "1997-09-25T00:00:00", + "RequiredDate": "1997-10-23T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 3, + "Freight": 76.13, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10682, + "EmployeeID": 3, + "OrderDate": "1997-09-25T00:00:00", + "RequiredDate": "1997-10-23T00:00:00", + "ShippedDate": "1997-10-01T00:00:00", + "ShipVia": 2, + "Freight": 36.13, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10683, + "EmployeeID": 2, + "OrderDate": "1997-09-26T00:00:00", + "RequiredDate": "1997-10-24T00:00:00", + "ShippedDate": "1997-10-01T00:00:00", + "ShipVia": 1, + "Freight": 4.4, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10684, + "EmployeeID": 3, + "OrderDate": "1997-09-26T00:00:00", + "RequiredDate": "1997-10-24T00:00:00", + "ShippedDate": "1997-09-30T00:00:00", + "ShipVia": 1, + "Freight": 145.63, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10685, + "EmployeeID": 4, + "OrderDate": "1997-09-29T00:00:00", + "RequiredDate": "1997-10-13T00:00:00", + "ShippedDate": "1997-10-03T00:00:00", + "ShipVia": 2, + "Freight": 33.75, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10686, + "EmployeeID": 2, + "OrderDate": "1997-09-30T00:00:00", + "RequiredDate": "1997-10-28T00:00:00", + "ShippedDate": "1997-10-08T00:00:00", + "ShipVia": 1, + "Freight": 96.5, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10687, + "EmployeeID": 9, + "OrderDate": "1997-09-30T00:00:00", + "RequiredDate": "1997-10-28T00:00:00", + "ShippedDate": "1997-10-30T00:00:00", + "ShipVia": 2, + "Freight": 296.43, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 6, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10688, + "EmployeeID": 4, + "OrderDate": "1997-10-01T00:00:00", + "RequiredDate": "1997-10-15T00:00:00", + "ShippedDate": "1997-10-07T00:00:00", + "ShipVia": 2, + "Freight": 299.09, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 18, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 60, + "Discount": 0.1 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 21000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10689, + "EmployeeID": 1, + "OrderDate": "1997-10-01T00:00:00", + "RequiredDate": "1997-10-29T00:00:00", + "ShippedDate": "1997-10-07T00:00:00", + "ShipVia": 2, + "Freight": 13.42, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 24000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10690, + "EmployeeID": 1, + "OrderDate": "1997-10-02T00:00:00", + "RequiredDate": "1997-10-30T00:00:00", + "ShippedDate": "1997-10-03T00:00:00", + "ShipVia": 1, + "Freight": 15.8, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10691, + "EmployeeID": 2, + "OrderDate": "1997-10-03T00:00:00", + "RequiredDate": "1997-11-14T00:00:00", + "ShippedDate": "1997-10-22T00:00:00", + "ShipVia": 2, + "Freight": 810.05, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 48, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10692, + "EmployeeID": 4, + "OrderDate": "1997-10-03T00:00:00", + "RequiredDate": "1997-10-31T00:00:00", + "ShippedDate": "1997-10-13T00:00:00", + "ShipVia": 2, + "Freight": 61.02, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10693, + "EmployeeID": 3, + "OrderDate": "1997-10-06T00:00:00", + "RequiredDate": "1997-10-20T00:00:00", + "ShippedDate": "1997-10-10T00:00:00", + "ShipVia": 3, + "Freight": 139.34, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10694, + "EmployeeID": 8, + "OrderDate": "1997-10-06T00:00:00", + "RequiredDate": "1997-11-03T00:00:00", + "ShippedDate": "1997-10-09T00:00:00", + "ShipVia": 3, + "Freight": 398.36, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 90, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10695, + "EmployeeID": 7, + "OrderDate": "1997-10-07T00:00:00", + "RequiredDate": "1997-11-18T00:00:00", + "ShippedDate": "1997-10-14T00:00:00", + "ShipVia": 1, + "Freight": 16.72, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10696, + "EmployeeID": 8, + "OrderDate": "1997-10-08T00:00:00", + "RequiredDate": "1997-11-19T00:00:00", + "ShippedDate": "1997-10-14T00:00:00", + "ShipVia": 3, + "Freight": 102.55, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10697, + "EmployeeID": 3, + "OrderDate": "1997-10-08T00:00:00", + "RequiredDate": "1997-11-05T00:00:00", + "ShippedDate": "1997-10-14T00:00:00", + "ShipVia": 1, + "Freight": 45.52, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 7, + "Discount": 0.25 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 9, + "Discount": 0.25 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10698, + "EmployeeID": 4, + "OrderDate": "1997-10-09T00:00:00", + "RequiredDate": "1997-11-06T00:00:00", + "ShippedDate": "1997-10-17T00:00:00", + "ShipVia": 1, + "Freight": 272.47, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 8, + "Discount": 0.06 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 65, + "Discount": 0.06 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 8, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10699, + "EmployeeID": 3, + "OrderDate": "1997-10-09T00:00:00", + "RequiredDate": "1997-11-06T00:00:00", + "ShippedDate": "1997-10-13T00:00:00", + "ShipVia": 3, + "Freight": 0.58, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10700, + "EmployeeID": 3, + "OrderDate": "1997-10-10T00:00:00", + "RequiredDate": "1997-11-07T00:00:00", + "ShippedDate": "1997-10-16T00:00:00", + "ShipVia": 1, + "Freight": 65.1, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 60, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10701, + "EmployeeID": 6, + "OrderDate": "1997-10-13T00:00:00", + "RequiredDate": "1997-10-27T00:00:00", + "ShippedDate": "1997-10-15T00:00:00", + "ShipVia": 3, + "Freight": 220.31, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 42, + "Discount": 0.16 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10702, + "EmployeeID": 4, + "OrderDate": "1997-10-13T00:00:00", + "RequiredDate": "1997-11-24T00:00:00", + "ShippedDate": "1997-10-21T00:00:00", + "ShipVia": 1, + "Freight": 23.94, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 47000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10703, + "EmployeeID": 6, + "OrderDate": "1997-10-14T00:00:00", + "RequiredDate": "1997-11-11T00:00:00", + "ShippedDate": "1997-10-20T00:00:00", + "ShipVia": 2, + "Freight": 152.3, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 22000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10704, + "EmployeeID": 6, + "OrderDate": "1997-10-14T00:00:00", + "RequiredDate": "1997-11-11T00:00:00", + "ShippedDate": "1997-11-07T00:00:00", + "ShipVia": 1, + "Freight": 4.78, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10705, + "EmployeeID": 9, + "OrderDate": "1997-10-15T00:00:00", + "RequiredDate": "1997-11-12T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 2, + "Freight": 3.52, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10706, + "EmployeeID": 8, + "OrderDate": "1997-10-16T00:00:00", + "RequiredDate": "1997-11-13T00:00:00", + "ShippedDate": "1997-10-21T00:00:00", + "ShipVia": 3, + "Freight": 135.63, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 14000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10707, + "EmployeeID": 4, + "OrderDate": "1997-10-16T00:00:00", + "RequiredDate": "1997-10-30T00:00:00", + "ShippedDate": "1997-10-23T00:00:00", + "ShipVia": 3, + "Freight": 21.74, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 29000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 28, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10708, + "EmployeeID": 6, + "OrderDate": "1997-10-17T00:00:00", + "RequiredDate": "1997-11-28T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 2.96, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10709, + "EmployeeID": 1, + "OrderDate": "1997-10-17T00:00:00", + "RequiredDate": "1997-11-14T00:00:00", + "ShippedDate": "1997-11-20T00:00:00", + "ShipVia": 3, + "Freight": 210.8, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10710, + "EmployeeID": 1, + "OrderDate": "1997-10-20T00:00:00", + "RequiredDate": "1997-11-17T00:00:00", + "ShippedDate": "1997-10-23T00:00:00", + "ShipVia": 1, + "Freight": 4.98, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10711, + "EmployeeID": 5, + "OrderDate": "1997-10-21T00:00:00", + "RequiredDate": "1997-12-02T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 2, + "Freight": 52.41, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 120, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10712, + "EmployeeID": 3, + "OrderDate": "1997-10-21T00:00:00", + "RequiredDate": "1997-11-18T00:00:00", + "ShippedDate": "1997-10-31T00:00:00", + "ShipVia": 1, + "Freight": 89.93, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 3, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10713, + "EmployeeID": 1, + "OrderDate": "1997-10-22T00:00:00", + "RequiredDate": "1997-11-19T00:00:00", + "ShippedDate": "1997-10-24T00:00:00", + "ShipVia": 1, + "Freight": 167.05, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 110, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 24, + "Discount": 0 + } + ] + }, + { + "OrderID": 10714, + "EmployeeID": 5, + "OrderDate": "1997-10-22T00:00:00", + "RequiredDate": "1997-11-19T00:00:00", + "ShippedDate": "1997-10-27T00:00:00", + "ShipVia": 3, + "Freight": 24.49, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 27, + "Discount": 0.25 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 12, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10715, + "EmployeeID": 3, + "OrderDate": "1997-10-23T00:00:00", + "RequiredDate": "1997-11-06T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 1, + "Freight": 63.2, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Guti\u00e9rrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10716, + "EmployeeID": 4, + "OrderDate": "1997-10-24T00:00:00", + "RequiredDate": "1997-11-21T00:00:00", + "ShippedDate": "1997-10-27T00:00:00", + "ShipVia": 2, + "Freight": 22.57, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10717, + "EmployeeID": 1, + "OrderDate": "1997-10-24T00:00:00", + "RequiredDate": "1997-11-21T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 2, + "Freight": 59.25, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 32, + "Discount": 0.06 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 25, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10718, + "EmployeeID": 1, + "OrderDate": "1997-10-27T00:00:00", + "RequiredDate": "1997-11-24T00:00:00", + "ShippedDate": "1997-10-29T00:00:00", + "ShipVia": 3, + "Freight": 170.88, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10719, + "EmployeeID": 8, + "OrderDate": "1997-10-27T00:00:00", + "RequiredDate": "1997-11-24T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 51.44, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 3, + "Discount": 0.25 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 40, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10720, + "EmployeeID": 8, + "OrderDate": "1997-10-28T00:00:00", + "RequiredDate": "1997-11-11T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 9.53, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10721, + "EmployeeID": 5, + "OrderDate": "1997-10-29T00:00:00", + "RequiredDate": "1997-11-26T00:00:00", + "ShippedDate": "1997-10-31T00:00:00", + "ShipVia": 3, + "Freight": 48.92, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10722, + "EmployeeID": 8, + "OrderDate": "1997-10-29T00:00:00", + "RequiredDate": "1997-12-10T00:00:00", + "ShippedDate": "1997-11-04T00:00:00", + "ShipVia": 1, + "Freight": 74.58, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 42, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10723, + "EmployeeID": 3, + "OrderDate": "1997-10-30T00:00:00", + "RequiredDate": "1997-11-27T00:00:00", + "ShippedDate": "1997-11-25T00:00:00", + "ShipVia": 1, + "Freight": 21.72, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MEREP", + "Company": "M\u00e8re Paillarde", + "ContactName": "Jean Fresni\u00e8re", + "ContactTitle": "Marketing Assistant", + "Address": "43 rue St. Laurent", + "City": "Montr\u00e9al", + "Region": "Qu\u00e9bec", + "PostalCode": 31000, + "Country": "Canada", + "Phone": "(514) 555-8054", + "Fax": "(514) 555-8055", + "Orders": [ + { + "OrderID": 10724, + "EmployeeID": 8, + "OrderDate": "1997-10-30T00:00:00", + "RequiredDate": "1997-12-11T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 2, + "Freight": 57.75, + "ShipName": "M\u00e8re Paillarde", + "ShipAddress": "43 rue St. Laurent", + "ShipCity": "Montr\u00e9al", + "ShipRegion": "Qu\u00e9bec", + "ShipPostalCode": 39000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FAMIA", + "Company": "Familia Arquibaldo", + "ContactName": "Aria Cruz", + "ContactTitle": "Marketing Assistant", + "Address": "Rua Or\u00f3s, 92", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5442, + "Country": "Brazil", + "Phone": "(11) 555-9857", + "Orders": [ + { + "OrderID": 10725, + "EmployeeID": 4, + "OrderDate": "1997-10-31T00:00:00", + "RequiredDate": "1997-11-28T00:00:00", + "ShippedDate": "1997-11-05T00:00:00", + "ShipVia": 3, + "Freight": 10.83, + "ShipName": "Familia Arquibaldo", + "ShipAddress": "Rua Or\u00f3s, 92", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5442, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 18000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10726, + "EmployeeID": 4, + "OrderDate": "1997-11-03T00:00:00", + "RequiredDate": "1997-11-17T00:00:00", + "ShippedDate": "1997-12-05T00:00:00", + "ShipVia": 1, + "Freight": 16.56, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 21000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10727, + "EmployeeID": 2, + "OrderDate": "1997-11-03T00:00:00", + "RequiredDate": "1997-12-01T00:00:00", + "ShippedDate": "1997-12-05T00:00:00", + "ShipVia": 1, + "Freight": 89.9, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10728, + "EmployeeID": 4, + "OrderDate": "1997-11-04T00:00:00", + "RequiredDate": "1997-12-02T00:00:00", + "ShippedDate": "1997-11-11T00:00:00", + "ShipVia": 2, + "Freight": 58.33, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10729, + "EmployeeID": 8, + "OrderDate": "1997-11-04T00:00:00", + "RequiredDate": "1997-12-16T00:00:00", + "ShippedDate": "1997-11-14T00:00:00", + "ShipVia": 3, + "Freight": 141.06, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10730, + "EmployeeID": 5, + "OrderDate": "1997-11-05T00:00:00", + "RequiredDate": "1997-12-03T00:00:00", + "ShippedDate": "1997-11-14T00:00:00", + "ShipVia": 1, + "Freight": 20.12, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 3, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10731, + "EmployeeID": 7, + "OrderDate": "1997-11-06T00:00:00", + "RequiredDate": "1997-12-04T00:00:00", + "ShippedDate": "1997-11-14T00:00:00", + "ShipVia": 1, + "Freight": 96.65, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 30, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10732, + "EmployeeID": 3, + "OrderDate": "1997-11-06T00:00:00", + "RequiredDate": "1997-12-04T00:00:00", + "ShippedDate": "1997-11-07T00:00:00", + "ShipVia": 1, + "Freight": 16.97, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 29000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10733, + "EmployeeID": 1, + "OrderDate": "1997-11-07T00:00:00", + "RequiredDate": "1997-12-05T00:00:00", + "ShippedDate": "1997-11-10T00:00:00", + "ShipVia": 3, + "Freight": 110.11, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 27000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10734, + "EmployeeID": 2, + "OrderDate": "1997-11-07T00:00:00", + "RequiredDate": "1997-12-05T00:00:00", + "ShippedDate": "1997-11-12T00:00:00", + "ShipVia": 3, + "Freight": 1.63, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10735, + "EmployeeID": 6, + "OrderDate": "1997-11-10T00:00:00", + "RequiredDate": "1997-12-08T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 2, + "Freight": 45.97, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 2, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10736, + "EmployeeID": 9, + "OrderDate": "1997-11-11T00:00:00", + "RequiredDate": "1997-12-09T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 2, + "Freight": 44.1, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10737, + "EmployeeID": 2, + "OrderDate": "1997-11-11T00:00:00", + "RequiredDate": "1997-12-09T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 2, + "Freight": 7.79, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Sp\u00e9cialit\u00e9s du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 10738, + "EmployeeID": 2, + "OrderDate": "1997-11-12T00:00:00", + "RequiredDate": "1997-12-10T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 1, + "Freight": 2.91, + "ShipName": "Sp\u00e9cialit\u00e9s du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VINET", + "Company": "Vins et alcools Chevalier", + "ContactName": "Paul Henriot", + "ContactTitle": "Accounting Manager", + "Address": "59 rue de l'Abbaye", + "City": "Reims", + "PostalCode": 51100, + "Country": "France", + "Phone": "26.47.15.10", + "Fax": "26.47.15.11", + "Orders": [ + { + "OrderID": 10739, + "EmployeeID": 3, + "OrderDate": "1997-11-12T00:00:00", + "RequiredDate": "1997-12-10T00:00:00", + "ShippedDate": "1997-11-17T00:00:00", + "ShipVia": 3, + "Freight": 11.08, + "ShipName": "Vins et alcools Chevalier", + "ShipAddress": "59 rue de l'Abbaye", + "ShipCity": "Reims", + "ShipPostalCode": 51100, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10740, + "EmployeeID": 4, + "OrderDate": "1997-11-13T00:00:00", + "RequiredDate": "1997-12-11T00:00:00", + "ShippedDate": "1997-11-25T00:00:00", + "ShipVia": 2, + "Freight": 81.88, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0.2 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 14, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 30000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10741, + "EmployeeID": 4, + "OrderDate": "1997-11-14T00:00:00", + "RequiredDate": "1997-11-28T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 3, + "Freight": 10.96, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 13000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 14000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10742, + "EmployeeID": 3, + "OrderDate": "1997-11-14T00:00:00", + "RequiredDate": "1997-12-12T00:00:00", + "ShippedDate": "1997-11-18T00:00:00", + "ShipVia": 3, + "Freight": 243.73, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 25000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 37000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10743, + "EmployeeID": 1, + "OrderDate": "1997-11-17T00:00:00", + "RequiredDate": "1997-12-15T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 2, + "Freight": 23.72, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 48000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 28, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10744, + "EmployeeID": 6, + "OrderDate": "1997-11-17T00:00:00", + "RequiredDate": "1997-12-15T00:00:00", + "ShippedDate": "1997-11-24T00:00:00", + "ShipVia": 1, + "Freight": 69.19, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10745, + "EmployeeID": 9, + "OrderDate": "1997-11-18T00:00:00", + "RequiredDate": "1997-12-16T00:00:00", + "ShippedDate": "1997-11-27T00:00:00", + "ShipVia": 1, + "Freight": 3.52, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 7, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10746, + "EmployeeID": 1, + "OrderDate": "1997-11-19T00:00:00", + "RequiredDate": "1997-12-17T00:00:00", + "ShippedDate": "1997-11-21T00:00:00", + "ShipVia": 3, + "Freight": 31.43, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10747, + "EmployeeID": 6, + "OrderDate": "1997-11-19T00:00:00", + "RequiredDate": "1997-12-17T00:00:00", + "ShippedDate": "1997-11-26T00:00:00", + "ShipVia": 1, + "Freight": 117.33, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10748, + "EmployeeID": 3, + "OrderDate": "1997-11-20T00:00:00", + "RequiredDate": "1997-12-18T00:00:00", + "ShippedDate": "1997-11-28T00:00:00", + "ShipVia": 1, + "Freight": 232.55, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 44, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 36000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10749, + "EmployeeID": 4, + "OrderDate": "1997-11-20T00:00:00", + "RequiredDate": "1997-12-18T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 2, + "Freight": 61.53, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 40198, + "ShipPostalCode": 33000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10750, + "EmployeeID": 9, + "OrderDate": "1997-11-21T00:00:00", + "RequiredDate": "1997-12-19T00:00:00", + "ShippedDate": "1997-11-24T00:00:00", + "ShipVia": 1, + "Freight": 79.3, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 5, + "Discount": 0.16 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10751, + "EmployeeID": 3, + "OrderDate": "1997-11-24T00:00:00", + "RequiredDate": "1997-12-22T00:00:00", + "ShippedDate": "1997-12-03T00:00:00", + "ShipVia": 3, + "Freight": 130.79, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 12, + "Discount": 0.1 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "NORTS", + "Company": "North/South", + "ContactName": "Simon Crowther", + "ContactTitle": "Sales Associate", + "Address": "South House 300 Queensbridge", + "City": "London", + "PostalCode": 15000, + "Country": "UK", + "Phone": "(171) 555-7733", + "Fax": "(171) 555-2530", + "Orders": [ + { + "OrderID": 10752, + "EmployeeID": 2, + "OrderDate": "1997-11-24T00:00:00", + "RequiredDate": "1997-12-22T00:00:00", + "ShippedDate": "1997-11-28T00:00:00", + "ShipVia": 3, + "Freight": 1.39, + "ShipName": "North/South", + "ShipAddress": "South House 300 Queensbridge", + "ShipCity": "London", + "ShipPostalCode": 34000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10753, + "EmployeeID": 3, + "OrderDate": "1997-11-25T00:00:00", + "RequiredDate": "1997-12-23T00:00:00", + "ShippedDate": "1997-11-27T00:00:00", + "ShipVia": 1, + "Freight": 7.7, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10754, + "EmployeeID": 6, + "OrderDate": "1997-11-25T00:00:00", + "RequiredDate": "1997-12-23T00:00:00", + "ShippedDate": "1997-11-27T00:00:00", + "ShipVia": 3, + "Freight": 2.38, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10755, + "EmployeeID": 4, + "OrderDate": "1997-11-26T00:00:00", + "RequiredDate": "1997-12-24T00:00:00", + "ShippedDate": "1997-11-28T00:00:00", + "ShipVia": 2, + "Freight": 16.71, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 14, + "Discount": 0.25 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 25, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10756, + "EmployeeID": 8, + "OrderDate": "1997-11-27T00:00:00", + "RequiredDate": "1997-12-25T00:00:00", + "ShippedDate": "1997-12-02T00:00:00", + "ShipVia": 2, + "Freight": 73.21, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 21, + "Discount": 0.2 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10757, + "EmployeeID": 6, + "OrderDate": "1997-11-27T00:00:00", + "RequiredDate": "1997-12-25T00:00:00", + "ShippedDate": "1997-12-15T00:00:00", + "ShipVia": 1, + "Freight": 8.19, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10758, + "EmployeeID": 3, + "OrderDate": "1997-11-28T00:00:00", + "RequiredDate": "1997-12-26T00:00:00", + "ShippedDate": "1997-12-04T00:00:00", + "ShipVia": 3, + "Freight": 138.17, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constituci\u00f3n 2222", + "City": "M\u00e9xico D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10759, + "EmployeeID": 3, + "OrderDate": "1997-11-28T00:00:00", + "RequiredDate": "1997-12-26T00:00:00", + "ShippedDate": "1997-12-12T00:00:00", + "ShipVia": 3, + "Freight": 11.99, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constituci\u00f3n 2222", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 38000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10760, + "EmployeeID": 4, + "OrderDate": "1997-12-01T00:00:00", + "RequiredDate": "1997-12-29T00:00:00", + "ShippedDate": "1997-12-10T00:00:00", + "ShipVia": 1, + "Freight": 155.64, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 12000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0.25 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10761, + "EmployeeID": 5, + "OrderDate": "1997-12-02T00:00:00", + "RequiredDate": "1997-12-30T00:00:00", + "ShippedDate": "1997-12-08T00:00:00", + "ShipVia": 2, + "Freight": 18.66, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 35, + "Discount": 0.25 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 34000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10762, + "EmployeeID": 3, + "OrderDate": "1997-12-02T00:00:00", + "RequiredDate": "1997-12-30T00:00:00", + "ShippedDate": "1997-12-09T00:00:00", + "ShipVia": 1, + "Freight": 328.74, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 32000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Ranc\u00e9", + "ContactTitle": "Sales Associate", + "Address": "184, chauss\u00e9e de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10763, + "EmployeeID": 3, + "OrderDate": "1997-12-03T00:00:00", + "RequiredDate": "1997-12-31T00:00:00", + "ShippedDate": "1997-12-08T00:00:00", + "ShipVia": 3, + "Freight": 37.35, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chauss\u00e9e de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10764, + "EmployeeID": 6, + "OrderDate": "1997-12-03T00:00:00", + "RequiredDate": "1997-12-31T00:00:00", + "ShippedDate": "1997-12-08T00:00:00", + "ShipVia": 3, + "Freight": 145.45, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 130, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10765, + "EmployeeID": 3, + "OrderDate": "1997-12-04T00:00:00", + "RequiredDate": "1998-01-01T00:00:00", + "ShippedDate": "1997-12-09T00:00:00", + "ShipVia": 3, + "Freight": 42.74, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 80, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10766, + "EmployeeID": 4, + "OrderDate": "1997-12-05T00:00:00", + "RequiredDate": "1998-01-02T00:00:00", + "ShippedDate": "1997-12-09T00:00:00", + "ShipVia": 1, + "Freight": 157.55, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10767, + "EmployeeID": 4, + "OrderDate": "1997-12-05T00:00:00", + "RequiredDate": "1998-01-02T00:00:00", + "ShippedDate": "1997-12-15T00:00:00", + "ShipVia": 3, + "Freight": 1.59, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 43000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10768, + "EmployeeID": 3, + "OrderDate": "1997-12-08T00:00:00", + "RequiredDate": "1998-01-05T00:00:00", + "ShippedDate": "1997-12-15T00:00:00", + "ShipVia": 2, + "Freight": 146.32, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 32000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10769, + "EmployeeID": 3, + "OrderDate": "1997-12-08T00:00:00", + "RequiredDate": "1998-01-05T00:00:00", + "ShippedDate": "1997-12-12T00:00:00", + "ShipVia": 1, + "Freight": 65.06, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10770, + "EmployeeID": 8, + "OrderDate": "1997-12-09T00:00:00", + "RequiredDate": "1998-01-06T00:00:00", + "ShippedDate": "1997-12-17T00:00:00", + "ShipVia": 3, + "Freight": 5.32, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10771, + "EmployeeID": 9, + "OrderDate": "1997-12-10T00:00:00", + "RequiredDate": "1998-01-07T00:00:00", + "ShippedDate": "1998-01-02T00:00:00", + "ShipVia": 2, + "Freight": 11.19, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10772, + "EmployeeID": 3, + "OrderDate": "1997-12-10T00:00:00", + "RequiredDate": "1998-01-07T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 2, + "Freight": 91.28, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10773, + "EmployeeID": 1, + "OrderDate": "1997-12-11T00:00:00", + "RequiredDate": "1998-01-08T00:00:00", + "ShippedDate": "1997-12-16T00:00:00", + "ShipVia": 3, + "Freight": 96.43, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 33, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 70, + "Discount": 0.2 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 7, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 18000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10774, + "EmployeeID": 4, + "OrderDate": "1997-12-11T00:00:00", + "RequiredDate": "1997-12-25T00:00:00", + "ShippedDate": "1997-12-12T00:00:00", + "ShipVia": 1, + "Freight": 48.2, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 20000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 2, + "Discount": 0.25 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "THECR", + "Company": "The Cracker Box", + "ContactName": "Liu Wong", + "ContactTitle": "Marketing Assistant", + "Address": "55 Grizzly Peak Rd.", + "City": "Butte", + "Region": "MT", + "PostalCode": 59801, + "Country": "USA", + "Phone": "(406) 555-5834", + "Fax": "(406) 555-8083", + "Orders": [ + { + "OrderID": 10775, + "EmployeeID": 7, + "OrderDate": "1997-12-12T00:00:00", + "RequiredDate": "1998-01-09T00:00:00", + "ShippedDate": "1997-12-26T00:00:00", + "ShipVia": 1, + "Freight": 20.25, + "ShipName": "The Cracker Box", + "ShipAddress": "55 Grizzly Peak Rd.", + "ShipCity": "Butte", + "ShipRegion": "MT", + "ShipPostalCode": 59801, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10776, + "EmployeeID": 1, + "OrderDate": "1997-12-15T00:00:00", + "RequiredDate": "1998-01-12T00:00:00", + "ShippedDate": "1997-12-18T00:00:00", + "ShipVia": 3, + "Freight": 351.53, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 27, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 120, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10777, + "EmployeeID": 7, + "OrderDate": "1997-12-15T00:00:00", + "RequiredDate": "1997-12-29T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 2, + "Freight": 3.01, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 18000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10778, + "EmployeeID": 3, + "OrderDate": "1997-12-16T00:00:00", + "RequiredDate": "1998-01-13T00:00:00", + "ShippedDate": "1997-12-24T00:00:00", + "ShipVia": 1, + "Freight": 6.79, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 13000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10779, + "EmployeeID": 3, + "OrderDate": "1997-12-16T00:00:00", + "RequiredDate": "1998-01-13T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 2, + "Freight": 58.13, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10780, + "EmployeeID": 2, + "OrderDate": "1997-12-16T00:00:00", + "RequiredDate": "1997-12-30T00:00:00", + "ShippedDate": "1997-12-25T00:00:00", + "ShipVia": 1, + "Freight": 42.13, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 10781, + "EmployeeID": 2, + "OrderDate": "1997-12-17T00:00:00", + "RequiredDate": "1998-01-14T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 3, + "Freight": 73.16, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 3, + "Discount": 0.2 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10782, + "EmployeeID": 9, + "OrderDate": "1997-12-17T00:00:00", + "RequiredDate": "1998-01-14T00:00:00", + "ShippedDate": "1997-12-22T00:00:00", + "ShipVia": 3, + "Freight": 1.1, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 1, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10783, + "EmployeeID": 4, + "OrderDate": "1997-12-18T00:00:00", + "RequiredDate": "1998-01-15T00:00:00", + "ShippedDate": "1997-12-19T00:00:00", + "ShipVia": 2, + "Freight": 124.98, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10784, + "EmployeeID": 4, + "OrderDate": "1997-12-18T00:00:00", + "RequiredDate": "1998-01-15T00:00:00", + "ShippedDate": "1997-12-22T00:00:00", + "ShipVia": 3, + "Freight": 70.09, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0.16 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "GROSR", + "Company": "GROSELLA-Restaurante", + "ContactName": "Manuel Pereira", + "ContactTitle": "Owner", + "Address": "5\u00aa Ave. Los Palos Grandes", + "City": "Caracas", + "Region": "DF", + "PostalCode": 1081, + "Country": "Venezuela", + "Phone": "(2) 283-2951", + "Fax": "(2) 283-3397", + "Orders": [ + { + "OrderID": 10785, + "EmployeeID": 1, + "OrderDate": "1997-12-18T00:00:00", + "RequiredDate": "1998-01-15T00:00:00", + "ShippedDate": "1997-12-24T00:00:00", + "ShipVia": 3, + "Freight": 1.51, + "ShipName": "GROSELLA-Restaurante", + "ShipAddress": "5\u00aa Ave. Los Palos Grandes", + "ShipCity": "Caracas", + "ShipRegion": "DF", + "ShipPostalCode": 1081, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10786, + "EmployeeID": 8, + "OrderDate": "1997-12-19T00:00:00", + "RequiredDate": "1998-01-16T00:00:00", + "ShippedDate": "1997-12-23T00:00:00", + "ShipVia": 1, + "Freight": 110.87, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 42, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10787, + "EmployeeID": 2, + "OrderDate": "1997-12-19T00:00:00", + "RequiredDate": "1998-01-02T00:00:00", + "ShippedDate": "1997-12-26T00:00:00", + "ShipVia": 1, + "Freight": 249.93, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10788, + "EmployeeID": 1, + "OrderDate": "1997-12-22T00:00:00", + "RequiredDate": "1998-01-19T00:00:00", + "ShippedDate": "1998-01-19T00:00:00", + "ShipVia": 2, + "Freight": 42.7, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "FOLIG", + "Company": "Folies gourmandes", + "ContactName": "Martine Ranc\u00e9", + "ContactTitle": "Sales Associate", + "Address": "184, chauss\u00e9e de Tournai", + "City": "Lille", + "PostalCode": 59000, + "Country": "France", + "Phone": "20.16.10.16", + "Fax": "20.16.10.17", + "Orders": [ + { + "OrderID": 10789, + "EmployeeID": 1, + "OrderDate": "1997-12-22T00:00:00", + "RequiredDate": "1998-01-19T00:00:00", + "ShippedDate": "1997-12-31T00:00:00", + "ShipVia": 2, + "Freight": 100.6, + "ShipName": "Folies gourmandes", + "ShipAddress": "184, chauss\u00e9e de Tournai", + "ShipCity": "Lille", + "ShipPostalCode": 59000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10790, + "EmployeeID": 6, + "OrderDate": "1997-12-22T00:00:00", + "RequiredDate": "1998-01-19T00:00:00", + "ShippedDate": "1997-12-26T00:00:00", + "ShipVia": 1, + "Freight": 28.23, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 3, + "Discount": 0.16 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10791, + "EmployeeID": 6, + "OrderDate": "1997-12-23T00:00:00", + "RequiredDate": "1998-01-20T00:00:00", + "ShippedDate": "1998-01-01T00:00:00", + "ShipVia": 2, + "Freight": 16.85, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 14, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10792, + "EmployeeID": 1, + "OrderDate": "1997-12-23T00:00:00", + "RequiredDate": "1998-01-20T00:00:00", + "ShippedDate": "1997-12-31T00:00:00", + "ShipVia": 3, + "Freight": 23.79, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 18000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10793, + "EmployeeID": 3, + "OrderDate": "1997-12-24T00:00:00", + "RequiredDate": "1998-01-21T00:00:00", + "ShippedDate": "1998-01-08T00:00:00", + "ShipVia": 3, + "Freight": 4.52, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10794, + "EmployeeID": 6, + "OrderDate": "1997-12-24T00:00:00", + "RequiredDate": "1998-01-21T00:00:00", + "ShippedDate": "1998-01-02T00:00:00", + "ShipVia": 1, + "Freight": 21.49, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 15, + "Discount": 0.2 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 6, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10795, + "EmployeeID": 8, + "OrderDate": "1997-12-24T00:00:00", + "RequiredDate": "1998-01-21T00:00:00", + "ShippedDate": "1998-01-20T00:00:00", + "ShipVia": 2, + "Freight": 126.66, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 65, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10796, + "EmployeeID": 3, + "OrderDate": "1997-12-25T00:00:00", + "RequiredDate": "1998-01-22T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 1, + "Freight": 26.52, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 21, + "Discount": 0.2 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 24, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10797, + "EmployeeID": 7, + "OrderDate": "1997-12-25T00:00:00", + "RequiredDate": "1998-01-22T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 2, + "Freight": 33.35, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 37000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10798, + "EmployeeID": 2, + "OrderDate": "1997-12-26T00:00:00", + "RequiredDate": "1998-01-23T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 1, + "Freight": 2.33, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 50129, + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10799, + "EmployeeID": 9, + "OrderDate": "1997-12-26T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 3, + "Freight": 30.76, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 23000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10800, + "EmployeeID": 1, + "OrderDate": "1997-12-26T00:00:00", + "RequiredDate": "1998-01-23T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 3, + "Freight": 137.44, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 50000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 50, + "Discount": 0.1 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 7, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "BOLID", + "Company": "B\u00f3lido Comidas preparadas", + "ContactName": "Mart\u00edn Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99", + "Orders": [ + { + "OrderID": 10801, + "EmployeeID": 4, + "OrderDate": "1997-12-29T00:00:00", + "RequiredDate": "1998-01-26T00:00:00", + "ShippedDate": "1997-12-31T00:00:00", + "ShipVia": 2, + "Freight": 97.09, + "ShipName": "B\u00f3lido Comidas preparadas", + "ShipAddress": "C/ Araquil, 67", + "ShipCity": "Madrid", + "ShipPostalCode": 28023, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 10802, + "EmployeeID": 4, + "OrderDate": "1997-12-29T00:00:00", + "RequiredDate": "1998-01-26T00:00:00", + "ShippedDate": "1998-01-02T00:00:00", + "ShipVia": 2, + "Freight": 257.26, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 5, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10803, + "EmployeeID": 4, + "OrderDate": "1997-12-30T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-01-06T00:00:00", + "ShipVia": 1, + "Freight": 55.23, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 24, + "Discount": 0.06 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 15, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 20000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10804, + "EmployeeID": 6, + "OrderDate": "1997-12-30T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-01-07T00:00:00", + "ShipVia": 2, + "Freight": 27.33, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 20000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 4, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10805, + "EmployeeID": 2, + "OrderDate": "1997-12-30T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-01-09T00:00:00", + "ShipVia": 3, + "Freight": 237.34, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10806, + "EmployeeID": 3, + "OrderDate": "1997-12-31T00:00:00", + "RequiredDate": "1998-01-28T00:00:00", + "ShippedDate": "1998-01-05T00:00:00", + "ShipVia": 2, + "Freight": 22.11, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 10807, + "EmployeeID": 4, + "OrderDate": "1997-12-31T00:00:00", + "RequiredDate": "1998-01-28T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 1.36, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 1, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10808, + "EmployeeID": 2, + "OrderDate": "1998-01-01T00:00:00", + "RequiredDate": "1998-01-29T00:00:00", + "ShippedDate": "1998-01-09T00:00:00", + "ShipVia": 3, + "Freight": 45.53, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10809, + "EmployeeID": 7, + "OrderDate": "1998-01-01T00:00:00", + "RequiredDate": "1998-01-29T00:00:00", + "ShippedDate": "1998-01-07T00:00:00", + "ShipVia": 1, + "Freight": 4.87, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAUGB", + "Company": "Laughing Bacchus Wine Cellars", + "ContactName": "Yoshi Tannamuri", + "ContactTitle": "Marketing Assistant", + "Address": "1900 Oak St.", + "City": "Vancouver", + "Region": "BC", + "PostalCode": 42000, + "Country": "Canada", + "Phone": "(604) 555-3392", + "Fax": "(604) 555-7293", + "Orders": [ + { + "OrderID": 10810, + "EmployeeID": 2, + "OrderDate": "1998-01-01T00:00:00", + "RequiredDate": "1998-01-29T00:00:00", + "ShippedDate": "1998-01-07T00:00:00", + "ShipVia": 3, + "Freight": 4.33, + "ShipName": "Laughing Bacchus Wine Cellars", + "ShipAddress": "2319 Elm St.", + "ShipCity": "Vancouver", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10811, + "EmployeeID": 8, + "OrderDate": "1998-01-02T00:00:00", + "RequiredDate": "1998-01-30T00:00:00", + "ShippedDate": "1998-01-08T00:00:00", + "ShipVia": 1, + "Freight": 31.22, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10812, + "EmployeeID": 5, + "OrderDate": "1998-01-02T00:00:00", + "RequiredDate": "1998-01-30T00:00:00", + "ShippedDate": "1998-01-12T00:00:00", + "ShipVia": 1, + "Freight": 59.78, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 16, + "Discount": 0.1 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10813, + "EmployeeID": 1, + "OrderDate": "1998-01-05T00:00:00", + "RequiredDate": "1998-02-02T00:00:00", + "ShippedDate": "1998-01-09T00:00:00", + "ShipVia": 1, + "Freight": 47.38, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10814, + "EmployeeID": 3, + "OrderDate": "1998-01-05T00:00:00", + "RequiredDate": "1998-02-02T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 3, + "Freight": 130.94, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 48, + "UnitPrice": 12.75, + "Quantity": 8, + "Discount": 0.16 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10815, + "EmployeeID": 2, + "OrderDate": "1998-01-05T00:00:00", + "RequiredDate": "1998-02-02T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 3, + "Freight": 14.62, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10816, + "EmployeeID": 4, + "OrderDate": "1998-01-06T00:00:00", + "RequiredDate": "1998-02-03T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 2, + "Freight": 719.78, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 30, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10817, + "EmployeeID": 3, + "OrderDate": "1998-01-06T00:00:00", + "RequiredDate": "1998-01-20T00:00:00", + "ShippedDate": "1998-01-13T00:00:00", + "ShipVia": 2, + "Freight": 306.07, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 25, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10818, + "EmployeeID": 7, + "OrderDate": "1998-01-07T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-12T00:00:00", + "ShipVia": 3, + "Freight": 65.48, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10819, + "EmployeeID": 2, + "OrderDate": "1998-01-07T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-16T00:00:00", + "ShipVia": 3, + "Freight": 19.76, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10820, + "EmployeeID": 3, + "OrderDate": "1998-01-07T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-13T00:00:00", + "ShipVia": 2, + "Freight": 37.52, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10821, + "EmployeeID": 1, + "OrderDate": "1998-01-08T00:00:00", + "RequiredDate": "1998-02-05T00:00:00", + "ShippedDate": "1998-01-15T00:00:00", + "ShipVia": 1, + "Freight": 36.68, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRAIH", + "Company": "Trail's Head Gourmet Provisioners", + "ContactName": "Helvetius Nagy", + "ContactTitle": "Sales Associate", + "Address": "722 DaVinci Blvd.", + "City": "Kirkland", + "Region": "WA", + "PostalCode": 98034, + "Country": "USA", + "Phone": "(206) 555-8257", + "Fax": "(206) 555-2174", + "Orders": [ + { + "OrderID": 10822, + "EmployeeID": 6, + "OrderDate": "1998-01-08T00:00:00", + "RequiredDate": "1998-02-05T00:00:00", + "ShippedDate": "1998-01-16T00:00:00", + "ShipVia": 3, + "Freight": 7, + "ShipName": "Trail's Head Gourmet Provisioners", + "ShipAddress": "722 DaVinci Blvd.", + "ShipCity": "Kirkland", + "ShipRegion": "WA", + "ShipPostalCode": 98034, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10823, + "EmployeeID": 5, + "OrderDate": "1998-01-09T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-13T00:00:00", + "ShipVia": 2, + "Freight": 163.97, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 46000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10824, + "EmployeeID": 8, + "OrderDate": "1998-01-09T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 1.23, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 23000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 10825, + "EmployeeID": 1, + "OrderDate": "1998-01-09T00:00:00", + "RequiredDate": "1998-02-06T00:00:00", + "ShippedDate": "1998-01-14T00:00:00", + "ShipVia": 1, + "Freight": 79.25, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLONP", + "Company": "Blondesddsl p\u00e8re et fils", + "ContactName": "Fr\u00e9d\u00e9rique Citeaux", + "ContactTitle": "Marketing Manager", + "Address": "24, place Kl\u00e9ber", + "City": "Strasbourg", + "PostalCode": 67000, + "Country": "France", + "Phone": "88.60.15.31", + "Fax": "88.60.15.32", + "Orders": [ + { + "OrderID": 10826, + "EmployeeID": 6, + "OrderDate": "1998-01-12T00:00:00", + "RequiredDate": "1998-02-09T00:00:00", + "ShippedDate": "1998-02-06T00:00:00", + "ShipVia": 1, + "Freight": 7.09, + "ShipName": "Blondel p\u00e8re et fils", + "ShipAddress": "24, place Kl\u00e9ber", + "ShipCity": "Strasbourg", + "ShipPostalCode": 67000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10827, + "EmployeeID": 1, + "OrderDate": "1998-01-12T00:00:00", + "RequiredDate": "1998-01-26T00:00:00", + "ShippedDate": "1998-02-06T00:00:00", + "ShipVia": 2, + "Freight": 63.54, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Guti\u00e9rrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10828, + "EmployeeID": 9, + "OrderDate": "1998-01-13T00:00:00", + "RequiredDate": "1998-01-27T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 1, + "Freight": 90.85, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10829, + "EmployeeID": 9, + "OrderDate": "1998-01-13T00:00:00", + "RequiredDate": "1998-02-10T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 1, + "Freight": 154.72, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 20759, + "ShipPostalCode": 13000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradi\u00e7\u00e3o Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. In\u00eas de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10830, + "EmployeeID": 4, + "OrderDate": "1998-01-13T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 2, + "Freight": 81.83, + "ShipName": "Tradi\u00e7ao Hipermercados", + "ShipAddress": "Av. In\u00eas de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 28, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Sant\u00e9 Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10831, + "EmployeeID": 3, + "OrderDate": "1998-01-14T00:00:00", + "RequiredDate": "1998-02-11T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 2, + "Freight": 72.19, + "ShipName": "Sant\u00e9 Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10832, + "EmployeeID": 2, + "OrderDate": "1998-01-14T00:00:00", + "RequiredDate": "1998-02-11T00:00:00", + "ShippedDate": "1998-01-19T00:00:00", + "ShipVia": 2, + "Freight": 43.26, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 3, + "Discount": 0.2 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 16, + "Discount": 0.2 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10833, + "EmployeeID": 6, + "OrderDate": "1998-01-15T00:00:00", + "RequiredDate": "1998-02-12T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 2, + "Freight": 71.49, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 9, + "Discount": 0.1 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 9, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradi\u00e7\u00e3o Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. In\u00eas de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10834, + "EmployeeID": 1, + "OrderDate": "1998-01-15T00:00:00", + "RequiredDate": "1998-02-12T00:00:00", + "ShippedDate": "1998-01-19T00:00:00", + "ShipVia": 3, + "Freight": 29.78, + "ShipName": "Tradi\u00e7ao Hipermercados", + "ShipAddress": "Av. In\u00eas de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 8, + "Discount": 0.06 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10835, + "EmployeeID": 1, + "OrderDate": "1998-01-15T00:00:00", + "RequiredDate": "1998-02-12T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 3, + "Freight": 69.53, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 2, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10836, + "EmployeeID": 7, + "OrderDate": "1998-01-16T00:00:00", + "RequiredDate": "1998-02-13T00:00:00", + "ShippedDate": "1998-01-21T00:00:00", + "ShipVia": 1, + "Freight": 411.88, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 52, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 38000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10837, + "EmployeeID": 9, + "OrderDate": "1998-01-16T00:00:00", + "RequiredDate": "1998-02-13T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 3, + "Freight": 13.32, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 44000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10838, + "EmployeeID": 3, + "OrderDate": "1998-01-19T00:00:00", + "RequiredDate": "1998-02-16T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 3, + "Freight": 59.28, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0.25 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 50, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "TRADH", + "Company": "Tradi\u00e7\u00e3o Hipermercados", + "ContactName": "Anabela Domingues", + "ContactTitle": "Sales Representative", + "Address": "Av. In\u00eas de Castro, 414", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5634, + "Country": "Brazil", + "Phone": "(11) 555-2167", + "Fax": "(11) 555-2168", + "Orders": [ + { + "OrderID": 10839, + "EmployeeID": 3, + "OrderDate": "1998-01-19T00:00:00", + "RequiredDate": "1998-02-16T00:00:00", + "ShippedDate": "1998-01-22T00:00:00", + "ShipVia": 3, + "Freight": 35.43, + "ShipName": "Tradi\u00e7ao Hipermercados", + "ShipAddress": "Av. In\u00eas de Castro, 414", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5634, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 15, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10840, + "EmployeeID": 4, + "OrderDate": "1998-01-19T00:00:00", + "RequiredDate": "1998-03-02T00:00:00", + "ShippedDate": "1998-02-16T00:00:00", + "ShipVia": 2, + "Freight": 2.71, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 6, + "Discount": 0.2 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10841, + "EmployeeID": 5, + "OrderDate": "1998-01-20T00:00:00", + "RequiredDate": "1998-02-17T00:00:00", + "ShippedDate": "1998-01-29T00:00:00", + "ShipVia": 2, + "Freight": 424.3, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10842, + "EmployeeID": 1, + "OrderDate": "1998-01-20T00:00:00", + "RequiredDate": "1998-02-17T00:00:00", + "ShippedDate": "1998-01-29T00:00:00", + "ShipVia": 3, + "Freight": 54.42, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10843, + "EmployeeID": 4, + "OrderDate": "1998-01-21T00:00:00", + "RequiredDate": "1998-02-18T00:00:00", + "ShippedDate": "1998-01-26T00:00:00", + "ShipVia": 2, + "Freight": 9.26, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 4, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 10844, + "EmployeeID": 8, + "OrderDate": "1998-01-21T00:00:00", + "RequiredDate": "1998-02-18T00:00:00", + "ShippedDate": "1998-01-26T00:00:00", + "ShipVia": 2, + "Freight": 25.22, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10845, + "EmployeeID": 8, + "OrderDate": "1998-01-21T00:00:00", + "RequiredDate": "1998-02-04T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 212.98, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 70, + "Discount": 0.1 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 42, + "Discount": 0.1 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 60, + "Discount": 0.1 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 48, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10846, + "EmployeeID": 2, + "OrderDate": "1998-01-22T00:00:00", + "RequiredDate": "1998-03-05T00:00:00", + "ShippedDate": "1998-01-23T00:00:00", + "ShipVia": 3, + "Freight": 56.46, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10847, + "EmployeeID": 4, + "OrderDate": "1998-01-22T00:00:00", + "RequiredDate": "1998-02-05T00:00:00", + "ShippedDate": "1998-02-10T00:00:00", + "ShipVia": 3, + "Freight": 487.57, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 80, + "Discount": 0.2 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0.2 + }, + { + "ProductID": 37, + "UnitPrice": 26, + "Quantity": 60, + "Discount": 0.2 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 36, + "Discount": 0.2 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 45, + "Discount": 0.2 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 55, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CONSH", + "Company": "Consolidated Holdings", + "ContactName": "Elizabeth Brown", + "ContactTitle": "Sales Representative", + "Address": "Berkeley Gardens 12 Brewery", + "City": "London", + "PostalCode": 23000, + "Country": "UK", + "Phone": "(171) 555-2282", + "Fax": "(171) 555-9199", + "Orders": [ + { + "OrderID": 10848, + "EmployeeID": 7, + "OrderDate": "1998-01-23T00:00:00", + "RequiredDate": "1998-02-20T00:00:00", + "ShippedDate": "1998-01-29T00:00:00", + "ShipVia": 2, + "Freight": 38.24, + "ShipName": "Consolidated Holdings", + "ShipAddress": "Berkeley Gardens 12 Brewery", + "ShipCity": "London", + "ShipPostalCode": 39000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 9, + "UnitPrice": 97, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10849, + "EmployeeID": 9, + "OrderDate": "1998-01-23T00:00:00", + "RequiredDate": "1998-02-20T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 2, + "Freight": 0.56, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 49, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 18, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "VICTE", + "Company": "Victuailles en stock", + "ContactName": "Mary Saveley", + "ContactTitle": "Sales Agent", + "Address": "2, rue du Commerce", + "City": "Lyon", + "PostalCode": 69004, + "Country": "France", + "Phone": "78.32.54.86", + "Fax": "78.32.54.87", + "Orders": [ + { + "OrderID": 10850, + "EmployeeID": 1, + "OrderDate": "1998-01-23T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 49.19, + "ShipName": "Victuailles en stock", + "ShipAddress": "2, rue du Commerce", + "ShipCity": "Lyon", + "ShipPostalCode": 69004, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 4, + "Discount": 0.16 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10851, + "EmployeeID": 5, + "OrderDate": "1998-01-26T00:00:00", + "RequiredDate": "1998-02-23T00:00:00", + "ShippedDate": "1998-02-02T00:00:00", + "ShipVia": 1, + "Freight": 160.55, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 5, + "Discount": 0.06 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 42, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10852, + "EmployeeID": 8, + "OrderDate": "1998-01-26T00:00:00", + "RequiredDate": "1998-02-09T00:00:00", + "ShippedDate": "1998-01-30T00:00:00", + "ShipVia": 1, + "Freight": 174.05, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10853, + "EmployeeID": 9, + "OrderDate": "1998-01-27T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-02-03T00:00:00", + "ShipVia": 2, + "Freight": 53.83, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10854, + "EmployeeID": 3, + "OrderDate": "1998-01-27T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-02-05T00:00:00", + "ShipVia": 2, + "Freight": 100.22, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 100, + "Discount": 0.16 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 65, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10855, + "EmployeeID": 3, + "OrderDate": "1998-01-27T00:00:00", + "RequiredDate": "1998-02-24T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 1, + "Freight": 170.97, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 15, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ANTON", + "Company": "Antonio Moreno Taquer\u00eda", + "ContactName": "Antonio Moreno", + "ContactTitle": "Owner", + "Address": "Mataderos 2312", + "City": "M\u00e9xico D.F.", + "PostalCode": 5023, + "Country": "Mexico", + "Phone": "(5) 555-3932", + "Orders": [ + { + "OrderID": 10856, + "EmployeeID": 3, + "OrderDate": "1998-01-28T00:00:00", + "RequiredDate": "1998-02-25T00:00:00", + "ShippedDate": "1998-02-10T00:00:00", + "ShipVia": 2, + "Freight": 58.43, + "ShipName": "Antonio Moreno Taquer\u00eda", + "ShipAddress": "Mataderos 2312", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5023, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 33000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10857, + "EmployeeID": 8, + "OrderDate": "1998-01-28T00:00:00", + "RequiredDate": "1998-02-25T00:00:00", + "ShippedDate": "1998-02-06T00:00:00", + "ShipVia": 2, + "Freight": 188.85, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 43000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 35, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LACOR", + "Company": "La corne d'abondance", + "ContactName": "Daniel Tonini", + "ContactTitle": "Sales Representative", + "Address": "67, avenue de l'Europe", + "City": "Versailles", + "PostalCode": 78000, + "Country": "France", + "Phone": "30.59.84.10", + "Fax": "30.59.85.11", + "Orders": [ + { + "OrderID": 10858, + "EmployeeID": 2, + "OrderDate": "1998-01-29T00:00:00", + "RequiredDate": "1998-02-26T00:00:00", + "ShippedDate": "1998-02-03T00:00:00", + "ShipVia": 1, + "Freight": 52.51, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10859, + "EmployeeID": 1, + "OrderDate": "1998-01-29T00:00:00", + "RequiredDate": "1998-02-26T00:00:00", + "ShippedDate": "1998-02-02T00:00:00", + "ShipVia": 2, + "Freight": 76.1, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 35, + "Discount": 0.25 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20", + "Orders": [ + { + "OrderID": 10860, + "EmployeeID": 3, + "OrderDate": "1998-01-29T00:00:00", + "RequiredDate": "1998-02-26T00:00:00", + "ShippedDate": "1998-02-04T00:00:00", + "ShipVia": 3, + "Freight": 19.26, + "ShipName": "France restauration", + "ShipAddress": "54, rue Royale", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10861, + "EmployeeID": 4, + "OrderDate": "1998-01-30T00:00:00", + "RequiredDate": "1998-02-27T00:00:00", + "ShippedDate": "1998-02-17T00:00:00", + "ShipVia": 2, + "Freight": 14.93, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10862, + "EmployeeID": 8, + "OrderDate": "1998-01-30T00:00:00", + "RequiredDate": "1998-03-13T00:00:00", + "ShippedDate": "1998-02-02T00:00:00", + "ShipVia": 2, + "Freight": 53.23, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10863, + "EmployeeID": 4, + "OrderDate": "1998-02-02T00:00:00", + "RequiredDate": "1998-03-02T00:00:00", + "ShippedDate": "1998-02-17T00:00:00", + "ShipVia": 2, + "Freight": 30.26, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 24000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10864, + "EmployeeID": 4, + "OrderDate": "1998-02-02T00:00:00", + "RequiredDate": "1998-03-02T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 2, + "Freight": 3.04, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10865, + "EmployeeID": 2, + "OrderDate": "1998-02-02T00:00:00", + "RequiredDate": "1998-02-16T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 1, + "Freight": 348.14, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 60, + "Discount": 0.06 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 80, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 32000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10866, + "EmployeeID": 5, + "OrderDate": "1998-02-03T00:00:00", + "RequiredDate": "1998-03-03T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 1, + "Freight": 109.11, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 21, + "Discount": 0.25 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 6, + "Discount": 0.25 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 40, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10867, + "EmployeeID": 6, + "OrderDate": "1998-02-03T00:00:00", + "RequiredDate": "1998-03-17T00:00:00", + "ShippedDate": "1998-02-11T00:00:00", + "ShipVia": 1, + "Freight": 1.93, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10868, + "EmployeeID": 7, + "OrderDate": "1998-02-04T00:00:00", + "RequiredDate": "1998-03-04T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 2, + "Freight": 191.27, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 42, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SEVES", + "Company": "Seven Seas Imports", + "ContactName": "Hari Kumar", + "ContactTitle": "Sales Manager", + "Address": "90 Wadhurst Rd.", + "City": "London", + "PostalCode": 34000, + "Country": "UK", + "Phone": "(171) 555-1717", + "Fax": "(171) 555-5646", + "Orders": [ + { + "OrderID": 10869, + "EmployeeID": 5, + "OrderDate": "1998-02-04T00:00:00", + "RequiredDate": "1998-03-04T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 1, + "Freight": 143.28, + "ShipName": "Seven Seas Imports", + "ShipAddress": "90 Wadhurst Rd.", + "ShipCity": "London", + "ShipPostalCode": 34000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10870, + "EmployeeID": 5, + "OrderDate": "1998-02-04T00:00:00", + "RequiredDate": "1998-03-04T00:00:00", + "ShippedDate": "1998-02-13T00:00:00", + "ShipVia": 3, + "Freight": 12.04, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10871, + "EmployeeID": 9, + "OrderDate": "1998-02-05T00:00:00", + "RequiredDate": "1998-03-05T00:00:00", + "ShippedDate": "1998-02-10T00:00:00", + "ShipVia": 2, + "Freight": 112.27, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 12, + "Discount": 0.06 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 16, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10872, + "EmployeeID": 5, + "OrderDate": "1998-02-05T00:00:00", + "RequiredDate": "1998-03-05T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 2, + "Freight": 175.32, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 10, + "Discount": 0.06 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10873, + "EmployeeID": 4, + "OrderDate": "1998-02-06T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-02-09T00:00:00", + "ShipVia": 1, + "Freight": 0.82, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10874, + "EmployeeID": 5, + "OrderDate": "1998-02-06T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-02-11T00:00:00", + "ShipVia": 2, + "Freight": 19.58, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 38000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10875, + "EmployeeID": 4, + "OrderDate": "1998-02-06T00:00:00", + "RequiredDate": "1998-03-06T00:00:00", + "ShippedDate": "1998-03-03T00:00:00", + "ShipVia": 2, + "Freight": 32.37, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 37000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 21, + "Discount": 0.1 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10876, + "EmployeeID": 7, + "OrderDate": "1998-02-09T00:00:00", + "RequiredDate": "1998-03-09T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 3, + "Freight": 60.42, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 10877, + "EmployeeID": 1, + "OrderDate": "1998-02-09T00:00:00", + "RequiredDate": "1998-03-09T00:00:00", + "ShippedDate": "1998-02-19T00:00:00", + "ShipVia": 1, + "Freight": 38.06, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10878, + "EmployeeID": 4, + "OrderDate": "1998-02-10T00:00:00", + "RequiredDate": "1998-03-10T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 1, + "Freight": 46.69, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10879, + "EmployeeID": 3, + "OrderDate": "1998-02-10T00:00:00", + "RequiredDate": "1998-03-10T00:00:00", + "ShippedDate": "1998-02-12T00:00:00", + "ShipVia": 3, + "Freight": 8.5, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 41000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10880, + "EmployeeID": 7, + "OrderDate": "1998-02-10T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 1, + "Freight": 88.01, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 26000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 50, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10881, + "EmployeeID": 4, + "OrderDate": "1998-02-11T00:00:00", + "RequiredDate": "1998-03-11T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 1, + "Freight": 2.84, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10882, + "EmployeeID": 4, + "OrderDate": "1998-02-11T00:00:00", + "RequiredDate": "1998-03-11T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 3, + "Freight": 23.1, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 32, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 10883, + "EmployeeID": 8, + "OrderDate": "1998-02-12T00:00:00", + "RequiredDate": "1998-03-12T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 3, + "Freight": 0.53, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LETSS", + "Company": "Let's Stop N Shop", + "ContactName": "Jaime Yorres", + "ContactTitle": "Owner", + "Address": "87 Polk St. Suite 5", + "City": "San Francisco", + "Region": "CA", + "PostalCode": 94117, + "Country": "USA", + "Phone": "(415) 555-5938", + "Orders": [ + { + "OrderID": 10884, + "EmployeeID": 4, + "OrderDate": "1998-02-12T00:00:00", + "RequiredDate": "1998-03-12T00:00:00", + "ShippedDate": "1998-02-13T00:00:00", + "ShipVia": 2, + "Freight": 90.97, + "ShipName": "Let's Stop N Shop", + "ShipAddress": "87 Polk St. Suite 5", + "ShipCity": "San Francisco", + "ShipRegion": "CA", + "ShipPostalCode": 94117, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 21, + "Discount": 0.06 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 12, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10885, + "EmployeeID": 6, + "OrderDate": "1998-02-12T00:00:00", + "RequiredDate": "1998-03-12T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 3, + "Freight": 5.64, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10886, + "EmployeeID": 1, + "OrderDate": "1998-02-13T00:00:00", + "RequiredDate": "1998-03-13T00:00:00", + "ShippedDate": "1998-03-02T00:00:00", + "ShipVia": 1, + "Freight": 4.99, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galer\u00eda del gastr\u00f3nomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Catalu\u00f1a, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10887, + "EmployeeID": 8, + "OrderDate": "1998-02-13T00:00:00", + "RequiredDate": "1998-03-13T00:00:00", + "ShippedDate": "1998-02-16T00:00:00", + "ShipVia": 3, + "Freight": 1.25, + "ShipName": "Galer\u00eda del gastron\u00f3mo", + "ShipAddress": "Rambla de Catalu\u00f1a, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10888, + "EmployeeID": 1, + "OrderDate": "1998-02-16T00:00:00", + "RequiredDate": "1998-03-16T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 2, + "Freight": 51.87, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10889, + "EmployeeID": 9, + "OrderDate": "1998-02-16T00:00:00", + "RequiredDate": "1998-03-16T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 3, + "Freight": 280.61, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DUMON", + "Company": "Du monde entier", + "ContactName": "Janine Labrune", + "ContactTitle": "Owner", + "Address": "67, rue des Cinquante Otages", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.67.88.88", + "Fax": "40.67.89.89", + "Orders": [ + { + "OrderID": 10890, + "EmployeeID": 7, + "OrderDate": "1998-02-16T00:00:00", + "RequiredDate": "1998-03-16T00:00:00", + "ShippedDate": "1998-02-18T00:00:00", + "ShipVia": 1, + "Freight": 32.76, + "ShipName": "Du monde entier", + "ShipAddress": "67, rue des Cinquante Otages", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10891, + "EmployeeID": 7, + "OrderDate": "1998-02-17T00:00:00", + "RequiredDate": "1998-03-17T00:00:00", + "ShippedDate": "1998-02-19T00:00:00", + "ShipVia": 2, + "Freight": 20.37, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 46000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10892, + "EmployeeID": 4, + "OrderDate": "1998-02-17T00:00:00", + "RequiredDate": "1998-03-17T00:00:00", + "ShippedDate": "1998-02-19T00:00:00", + "ShipVia": 2, + "Freight": 120.27, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 30000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 40, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 10893, + "EmployeeID": 9, + "OrderDate": "1998-02-18T00:00:00", + "RequiredDate": "1998-03-18T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 2, + "Freight": 77.78, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10894, + "EmployeeID": 1, + "OrderDate": "1998-02-18T00:00:00", + "RequiredDate": "1998-03-18T00:00:00", + "ShippedDate": "1998-02-20T00:00:00", + "ShipVia": 1, + "Freight": 116.13, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 28, + "Discount": 0.06 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 120, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10895, + "EmployeeID": 3, + "OrderDate": "1998-02-18T00:00:00", + "RequiredDate": "1998-03-18T00:00:00", + "ShippedDate": "1998-02-23T00:00:00", + "ShipVia": 1, + "Freight": 162.75, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 110, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 91, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 100, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 29000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10896, + "EmployeeID": 7, + "OrderDate": "1998-02-19T00:00:00", + "RequiredDate": "1998-03-19T00:00:00", + "ShippedDate": "1998-02-27T00:00:00", + "ShipVia": 3, + "Freight": 32.45, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 15000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10897, + "EmployeeID": 3, + "OrderDate": "1998-02-19T00:00:00", + "RequiredDate": "1998-03-19T00:00:00", + "ShippedDate": "1998-02-25T00:00:00", + "ShipVia": 2, + "Freight": 603.54, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 36, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10898, + "EmployeeID": 4, + "OrderDate": "1998-02-20T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-03-06T00:00:00", + "ShipVia": 2, + "Freight": 1.27, + "ShipName": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10899, + "EmployeeID": 5, + "OrderDate": "1998-02-20T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-02-26T00:00:00", + "ShipVia": 3, + "Freight": 1.21, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10900, + "EmployeeID": 1, + "OrderDate": "1998-02-20T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 2, + "Freight": 1.66, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 3, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10901, + "EmployeeID": 4, + "OrderDate": "1998-02-23T00:00:00", + "RequiredDate": "1998-03-23T00:00:00", + "ShippedDate": "1998-02-26T00:00:00", + "ShipVia": 1, + "Freight": 62.09, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 25000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10902, + "EmployeeID": 1, + "OrderDate": "1998-02-23T00:00:00", + "RequiredDate": "1998-03-23T00:00:00", + "ShippedDate": "1998-03-03T00:00:00", + "ShipVia": 1, + "Freight": 44.15, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 33000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 6, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10903, + "EmployeeID": 3, + "OrderDate": "1998-02-24T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 3, + "Freight": 36.71, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 10904, + "EmployeeID": 3, + "OrderDate": "1998-02-24T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-02-27T00:00:00", + "ShipVia": 3, + "Freight": 162.95, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10905, + "EmployeeID": 9, + "OrderDate": "1998-02-24T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-03-06T00:00:00", + "ShipVia": 2, + "Freight": 13.72, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 12000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10906, + "EmployeeID": 4, + "OrderDate": "1998-02-25T00:00:00", + "RequiredDate": "1998-03-11T00:00:00", + "ShippedDate": "1998-03-03T00:00:00", + "ShipVia": 3, + "Freight": 26.29, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Sp\u00e9cialit\u00e9s du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 10907, + "EmployeeID": 6, + "OrderDate": "1998-02-25T00:00:00", + "RequiredDate": "1998-03-25T00:00:00", + "ShippedDate": "1998-02-27T00:00:00", + "ShipVia": 3, + "Freight": 9.19, + "ShipName": "Sp\u00e9cialit\u00e9s du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10908, + "EmployeeID": 4, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-06T00:00:00", + "ShipVia": 2, + "Freight": 32.96, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 14, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Sant\u00e9 Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 10909, + "EmployeeID": 1, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-10T00:00:00", + "ShipVia": 2, + "Freight": 53.05, + "ShipName": "Sant\u00e9 Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 10910, + "EmployeeID": 1, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 3, + "Freight": 38.11, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10911, + "EmployeeID": 3, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-05T00:00:00", + "ShipVia": 1, + "Freight": 38.19, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10912, + "EmployeeID": 2, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 2, + "Freight": 580.91, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 60, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10913, + "EmployeeID": 4, + "OrderDate": "1998-02-26T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 1, + "Freight": 33.05, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 40, + "Discount": 0.25 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 15, + "Discount": 0 + } + ] + }, + { + "OrderID": 10914, + "EmployeeID": 6, + "OrderDate": "1998-02-27T00:00:00", + "RequiredDate": "1998-03-27T00:00:00", + "ShippedDate": "1998-03-02T00:00:00", + "ShipVia": 1, + "Freight": 21.19, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 25, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 10915, + "EmployeeID": 2, + "OrderDate": "1998-02-27T00:00:00", + "RequiredDate": "1998-03-27T00:00:00", + "ShippedDate": "1998-03-02T00:00:00", + "ShipVia": 2, + "Freight": 3.51, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Guti\u00e9rrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 10916, + "EmployeeID": 1, + "OrderDate": "1998-02-27T00:00:00", + "RequiredDate": "1998-03-27T00:00:00", + "ShippedDate": "1998-03-09T00:00:00", + "ShipVia": 2, + "Freight": 63.77, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran V\u00eda, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 10917, + "EmployeeID": 4, + "OrderDate": "1998-03-02T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-11T00:00:00", + "ShipVia": 2, + "Freight": 8.29, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran V\u00eda, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 42000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10918, + "EmployeeID": 3, + "OrderDate": "1998-03-02T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-11T00:00:00", + "ShipVia": 3, + "Freight": 48.83, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 25, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10919, + "EmployeeID": 2, + "OrderDate": "1998-03-02T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-04T00:00:00", + "ShipVia": 2, + "Freight": 19.8, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 34000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10920, + "EmployeeID": 4, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-03-31T00:00:00", + "ShippedDate": "1998-03-09T00:00:00", + "ShipVia": 2, + "Freight": 29.61, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 28000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10921, + "EmployeeID": 1, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-04-14T00:00:00", + "ShippedDate": "1998-03-09T00:00:00", + "ShipVia": 1, + "Freight": 176.48, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10922, + "EmployeeID": 5, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-03-31T00:00:00", + "ShippedDate": "1998-03-05T00:00:00", + "ShipVia": 3, + "Freight": 62.74, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 10923, + "EmployeeID": 7, + "OrderDate": "1998-03-03T00:00:00", + "RequiredDate": "1998-04-14T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 3, + "Freight": 68.26, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 24, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BERGS", + "Company": "Berglunds snabbk\u00f6p", + "ContactName": "Christina Berglund", + "ContactTitle": "Order Administrator", + "Address": "Berguvsv\u00e4gen 8", + "City": "Lule\u00e5", + "PostalCode": 11000, + "Country": "Sweden", + "Phone": "0921-12 34 65", + "Fax": "0921-12 34 67", + "Orders": [ + { + "OrderID": 10924, + "EmployeeID": 3, + "OrderDate": "1998-03-04T00:00:00", + "RequiredDate": "1998-04-01T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 2, + "Freight": 151.52, + "ShipName": "Berglunds snabbk\u00f6p", + "ShipAddress": "Berguvsv\u00e4gen 8", + "ShipCity": "Lule\u00e5", + "ShipPostalCode": 32000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 20, + "Discount": 0.1 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10925, + "EmployeeID": 3, + "OrderDate": "1998-03-04T00:00:00", + "RequiredDate": "1998-04-01T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 1, + "Freight": 2.27, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 25, + "Discount": 0.16 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ANATR", + "Company": "Ana Trujillo Emparedados y helados", + "ContactName": "Ana Trujillo", + "ContactTitle": "Owner", + "Address": "Avda. de la Constituci\u00f3n 2222", + "City": "M\u00e9xico D.F.", + "PostalCode": 5021, + "Country": "Mexico", + "Phone": "(5) 555-4729", + "Fax": "(5) 555-3745", + "Orders": [ + { + "OrderID": 10926, + "EmployeeID": 4, + "OrderDate": "1998-03-04T00:00:00", + "RequiredDate": "1998-04-01T00:00:00", + "ShippedDate": "1998-03-11T00:00:00", + "ShipVia": 3, + "Freight": 39.92, + "ShipName": "Ana Trujillo Emparedados y helados", + "ShipAddress": "Avda. de la Constituci\u00f3n 2222", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5021, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LACOR", + "Company": "La corne d'abondance", + "ContactName": "Daniel Tonini", + "ContactTitle": "Sales Representative", + "Address": "67, avenue de l'Europe", + "City": "Versailles", + "PostalCode": 78000, + "Country": "France", + "Phone": "30.59.84.10", + "Fax": "30.59.85.11", + "Orders": [ + { + "OrderID": 10927, + "EmployeeID": 4, + "OrderDate": "1998-03-05T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 19.79, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GALED", + "Company": "Galer\u00eda del gastr\u00f3nomo", + "ContactName": "Eduardo Saavedra", + "ContactTitle": "Marketing Manager", + "Address": "Rambla de Catalu\u00f1a, 23", + "City": "Barcelona", + "PostalCode": 8022, + "Country": "Spain", + "Phone": "(93) 203 4560", + "Fax": "(93) 203 4561", + "Orders": [ + { + "OrderID": 10928, + "EmployeeID": 1, + "OrderDate": "1998-03-05T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 1, + "Freight": 1.36, + "ShipName": "Galer\u00eda del gastron\u00f3mo", + "ShipAddress": "Rambla de Catalu\u00f1a, 23", + "ShipCity": "Barcelona", + "ShipPostalCode": 8022, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 10929, + "EmployeeID": 6, + "OrderDate": "1998-03-05T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-03-12T00:00:00", + "ShipVia": 1, + "Freight": 33.93, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 49, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 10930, + "EmployeeID": 4, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 3, + "Freight": 15.55, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 36, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 25, + "Discount": 0.2 + }, + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10931, + "EmployeeID": 4, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-03-20T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 2, + "Freight": 13.6, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 42, + "Discount": 0.16 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10932, + "EmployeeID": 8, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-04-03T00:00:00", + "ShippedDate": "1998-03-24T00:00:00", + "ShipVia": 1, + "Freight": 134.64, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.1 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 14, + "Discount": 0.1 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "ISLAT", + "Company": "Island Trading", + "ContactName": "Helen Bennett", + "ContactTitle": "Marketing Manager", + "Address": "Garden House Crowther Way", + "City": "Cowes", + "Region": "Northeast", + "PostalCode": 22000, + "Country": "UK", + "Phone": "(198) 555-8888", + "Orders": [ + { + "OrderID": 10933, + "EmployeeID": 6, + "OrderDate": "1998-03-06T00:00:00", + "RequiredDate": "1998-04-03T00:00:00", + "ShippedDate": "1998-03-16T00:00:00", + "ShipVia": 3, + "Freight": 54.15, + "ShipName": "Island Trading", + "ShipAddress": "Garden House Crowther Way", + "ShipCity": "Cowes", + "ShipRegion": 40216, + "ShipPostalCode": 24000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 10934, + "EmployeeID": 3, + "OrderDate": "1998-03-09T00:00:00", + "RequiredDate": "1998-04-06T00:00:00", + "ShippedDate": "1998-03-12T00:00:00", + "ShipVia": 3, + "Freight": 32.01, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WELLI", + "Company": "Wellington Importadora", + "ContactName": "Paula Parente", + "ContactTitle": "Sales Manager", + "Address": "Rua do Mercado, 12", + "City": "Resende", + "Region": "SP", + "PostalCode": 8737, + "Country": "Brazil", + "Phone": "(14) 555-8122", + "Orders": [ + { + "OrderID": 10935, + "EmployeeID": 4, + "OrderDate": "1998-03-09T00:00:00", + "RequiredDate": "1998-04-06T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 3, + "Freight": 47.59, + "ShipName": "Wellington Importadora", + "ShipAddress": "Rua do Mercado, 12", + "ShipCity": "Resende", + "ShipRegion": "SP", + "ShipPostalCode": 8737, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 4, + "Discount": 0.25 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 8, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 10936, + "EmployeeID": 3, + "OrderDate": "1998-03-09T00:00:00", + "RequiredDate": "1998-04-06T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 2, + "Freight": 33.68, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 10937, + "EmployeeID": 7, + "OrderDate": "1998-03-10T00:00:00", + "RequiredDate": "1998-03-24T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 3, + "Freight": 31.51, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10938, + "EmployeeID": 3, + "OrderDate": "1998-03-10T00:00:00", + "RequiredDate": "1998-04-07T00:00:00", + "ShippedDate": "1998-03-16T00:00:00", + "ShipVia": 2, + "Freight": 31.89, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 24, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 49, + "Discount": 0.25 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10939, + "EmployeeID": 2, + "OrderDate": "1998-03-10T00:00:00", + "RequiredDate": "1998-04-07T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 2, + "Freight": 76.33, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 10940, + "EmployeeID": 8, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 3, + "Freight": 19.77, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10941, + "EmployeeID": 7, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 2, + "Freight": 400.81, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 44, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 80, + "Discount": 0.25 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 10942, + "EmployeeID": 9, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 3, + "Freight": 17.95, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 40000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10943, + "EmployeeID": 4, + "OrderDate": "1998-03-11T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 2, + "Freight": 2.17, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 40000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 45000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10944, + "EmployeeID": 6, + "OrderDate": "1998-03-12T00:00:00", + "RequiredDate": "1998-03-26T00:00:00", + "ShippedDate": "1998-03-13T00:00:00", + "ShipVia": 3, + "Freight": 52.92, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 36000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 5, + "Discount": 0.25 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MORGK", + "Company": "Morgenstern Gesundkost", + "ContactName": "Alexander Feuer", + "ContactTitle": "Marketing Assistant", + "Address": "Heerstr. 22", + "City": "Leipzig", + "PostalCode": 4179, + "Country": "Germany", + "Phone": "0342-023176", + "Orders": [ + { + "OrderID": 10945, + "EmployeeID": 4, + "OrderDate": "1998-03-12T00:00:00", + "RequiredDate": "1998-04-09T00:00:00", + "ShippedDate": "1998-03-18T00:00:00", + "ShipVia": 1, + "Freight": 10.22, + "ShipName": "Morgenstern Gesundkost", + "ShipAddress": "Heerstr. 22", + "ShipCity": "Leipzig", + "ShipPostalCode": 4179, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10946, + "EmployeeID": 1, + "OrderDate": "1998-03-12T00:00:00", + "RequiredDate": "1998-04-09T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 2, + "Freight": 27.2, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 35000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 10947, + "EmployeeID": 3, + "OrderDate": "1998-03-13T00:00:00", + "RequiredDate": "1998-04-10T00:00:00", + "ShippedDate": "1998-03-16T00:00:00", + "ShipVia": 2, + "Freight": 3.26, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 13000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 10948, + "EmployeeID": 3, + "OrderDate": "1998-03-13T00:00:00", + "RequiredDate": "1998-04-10T00:00:00", + "ShippedDate": "1998-03-19T00:00:00", + "ShipVia": 3, + "Freight": 23.39, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 44000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10949, + "EmployeeID": 2, + "OrderDate": "1998-03-13T00:00:00", + "RequiredDate": "1998-04-10T00:00:00", + "ShippedDate": "1998-03-17T00:00:00", + "ShipVia": 3, + "Freight": 74.44, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 27000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAGAA", + "Company": "Magazzini Alimentari Riuniti", + "ContactName": "Giovanni Rovelli", + "ContactTitle": "Marketing Manager", + "Address": "Via Ludovico il Moro 22", + "City": "Bergamo", + "PostalCode": 24100, + "Country": "Italy", + "Phone": "035-640230", + "Fax": "035-640231", + "Orders": [ + { + "OrderID": 10950, + "EmployeeID": 1, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-04-13T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 2, + "Freight": 2.5, + "ShipName": "Magazzini Alimentari Riuniti", + "ShipAddress": "Via Ludovico il Moro 22", + "ShipCity": "Bergamo", + "ShipPostalCode": 24100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 10951, + "EmployeeID": 9, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-07T00:00:00", + "ShipVia": 2, + "Freight": 30.85, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 6, + "Discount": 0.06 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 10952, + "EmployeeID": 1, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-03-24T00:00:00", + "ShipVia": 1, + "Freight": 40.42, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 16, + "Discount": 0.06 + }, + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 21000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 10953, + "EmployeeID": 9, + "OrderDate": "1998-03-16T00:00:00", + "RequiredDate": "1998-03-30T00:00:00", + "ShippedDate": "1998-03-25T00:00:00", + "ShipVia": 2, + "Freight": 23.72, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 35000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 50, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 10954, + "EmployeeID": 5, + "OrderDate": "1998-03-17T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 1, + "Freight": 27.91, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 28, + "Discount": 0.16 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 25, + "Discount": 0.16 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 24, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 25000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10955, + "EmployeeID": 8, + "OrderDate": "1998-03-17T00:00:00", + "RequiredDate": "1998-04-14T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 2, + "Freight": 3.26, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 47000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 12, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 10956, + "EmployeeID": 6, + "OrderDate": "1998-03-17T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-03-20T00:00:00", + "ShipVia": 2, + "Freight": 44.65, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 14, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10957, + "EmployeeID": 8, + "OrderDate": "1998-03-18T00:00:00", + "RequiredDate": "1998-04-15T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 3, + "Freight": 105.36, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 8, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10958, + "EmployeeID": 7, + "OrderDate": "1998-03-18T00:00:00", + "RequiredDate": "1998-04-15T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 2, + "Freight": 49.56, + "ShipName": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 10959, + "EmployeeID": 6, + "OrderDate": "1998-03-18T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 2, + "Freight": 4.98, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 20, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10960, + "EmployeeID": 3, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-02T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 2.08, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0.25 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 10961, + "EmployeeID": 8, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-03-30T00:00:00", + "ShipVia": 1, + "Freight": 104.47, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 6, + "Discount": 0.06 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10962, + "EmployeeID": 8, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-03-23T00:00:00", + "ShipVia": 2, + "Freight": 275.79, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 77, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 9, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 44, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FURIB", + "Company": "Furia Bacalhau e Frutos do Mar", + "ContactName": "Lino Rodriguez", + "ContactTitle": "Sales Manager", + "Address": "Jardim das rosas n. 32", + "City": "Lisboa", + "PostalCode": 1675, + "Country": "Portugal", + "Phone": "(1) 354-2534", + "Fax": "(1) 354-2535", + "Orders": [ + { + "OrderID": 10963, + "EmployeeID": 9, + "OrderDate": "1998-03-19T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-03-26T00:00:00", + "ShipVia": 3, + "Freight": 2.7, + "ShipName": "Furia Bacalhau e Frutos do Mar", + "ShipAddress": "Jardim das rosas n. 32", + "ShipCity": "Lisboa", + "ShipPostalCode": 1675, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 2, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Sp\u00e9cialit\u00e9s du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 10964, + "EmployeeID": 3, + "OrderDate": "1998-03-20T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-03-24T00:00:00", + "ShipVia": 2, + "Freight": 87.38, + "ShipName": "Sp\u00e9cialit\u00e9s du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 10965, + "EmployeeID": 6, + "OrderDate": "1998-03-20T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-03-30T00:00:00", + "ShipVia": 3, + "Freight": 144.38, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 10966, + "EmployeeID": 4, + "OrderDate": "1998-03-20T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 27.19, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 37, + "UnitPrice": 26, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 12, + "Discount": 0.16 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 12, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "TOMSP", + "Company": "Toms Spezialit\u00e4ten", + "ContactName": "Karin Josephs", + "ContactTitle": "Marketing Manager", + "Address": "Luisenstr. 48", + "City": "M\u00fcnster", + "PostalCode": 44087, + "Country": "Germany", + "Phone": "0251-031259", + "Fax": "0251-035695", + "Orders": [ + { + "OrderID": 10967, + "EmployeeID": 2, + "OrderDate": "1998-03-23T00:00:00", + "RequiredDate": "1998-04-20T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 2, + "Freight": 62.22, + "ShipName": "Toms Spezialit\u00e4ten", + "ShipAddress": "Luisenstr. 48", + "ShipCity": "M\u00fcnster", + "ShipPostalCode": 44087, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10968, + "EmployeeID": 1, + "OrderDate": "1998-03-23T00:00:00", + "RequiredDate": "1998-04-20T00:00:00", + "ShippedDate": "1998-04-01T00:00:00", + "ShipVia": 3, + "Freight": 74.6, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Com\u00e9rcio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lus\u00edadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 10969, + "EmployeeID": 1, + "OrderDate": "1998-03-23T00:00:00", + "RequiredDate": "1998-04-20T00:00:00", + "ShippedDate": "1998-03-30T00:00:00", + "ShipVia": 2, + "Freight": 0.21, + "ShipName": "Com\u00e9rcio Mineiro", + "ShipAddress": "Av. dos Lus\u00edadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOLID", + "Company": "B\u00f3lido Comidas preparadas", + "ContactName": "Mart\u00edn Sommer", + "ContactTitle": "Owner", + "Address": "C/ Araquil, 67", + "City": "Madrid", + "PostalCode": 28023, + "Country": "Spain", + "Phone": "(91) 555 22 82", + "Fax": "(91) 555 91 99", + "Orders": [ + { + "OrderID": 10970, + "EmployeeID": 9, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-07T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 1, + "Freight": 16.16, + "ShipName": "B\u00f3lido Comidas preparadas", + "ShipAddress": "C/ Araquil, 67", + "ShipCity": "Madrid", + "ShipPostalCode": 28023, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FRANR", + "Company": "France restauration", + "ContactName": "Carine Schmitt", + "ContactTitle": "Marketing Manager", + "Address": "54, rue Royale", + "City": "Nantes", + "PostalCode": 44000, + "Country": "France", + "Phone": "40.32.21.21", + "Fax": "40.32.21.20", + "Orders": [ + { + "OrderID": 10971, + "EmployeeID": 2, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-21T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 2, + "Freight": 121.82, + "ShipName": "France restauration", + "ShipAddress": "54, rue Royale", + "ShipCity": "Nantes", + "ShipPostalCode": 44000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LACOR", + "Company": "La corne d'abondance", + "ContactName": "Daniel Tonini", + "ContactTitle": "Sales Representative", + "Address": "67, avenue de l'Europe", + "City": "Versailles", + "PostalCode": 78000, + "Country": "France", + "Phone": "30.59.84.10", + "Fax": "30.59.85.11", + "Orders": [ + { + "OrderID": 10972, + "EmployeeID": 4, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-21T00:00:00", + "ShippedDate": "1998-03-26T00:00:00", + "ShipVia": 2, + "Freight": 0.02, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 7, + "Discount": 0 + } + ] + }, + { + "OrderID": 10973, + "EmployeeID": 6, + "OrderDate": "1998-03-24T00:00:00", + "RequiredDate": "1998-04-21T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 2, + "Freight": 15.17, + "ShipName": "La corne d'abondance", + "ShipAddress": "67, avenue de l'Europe", + "ShipCity": "Versailles", + "ShipPostalCode": 78000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 5, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPLIR", + "Company": "Split Rail Beer & Ale", + "ContactName": "Art Braunschweiger", + "ContactTitle": "Sales Manager", + "Address": "P.O. Box 555", + "City": "Lander", + "Region": "WY", + "PostalCode": 82520, + "Country": "USA", + "Phone": "(307) 555-4680", + "Fax": "(307) 555-6525", + "Orders": [ + { + "OrderID": 10974, + "EmployeeID": 3, + "OrderDate": "1998-03-25T00:00:00", + "RequiredDate": "1998-04-08T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 3, + "Freight": 12.96, + "ShipName": "Split Rail Beer & Ale", + "ShipAddress": "P.O. Box 555", + "ShipCity": "Lander", + "ShipRegion": "WY", + "ShipPostalCode": 82520, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 13000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10975, + "EmployeeID": 1, + "OrderDate": "1998-03-25T00:00:00", + "RequiredDate": "1998-04-22T00:00:00", + "ShippedDate": "1998-03-27T00:00:00", + "ShipVia": 3, + "Freight": 32.27, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 40000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 16, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 10976, + "EmployeeID": 1, + "OrderDate": "1998-03-25T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 1, + "Freight": 37.97, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 11000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10977, + "EmployeeID": 8, + "OrderDate": "1998-03-26T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 3, + "Freight": 208.5, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 29000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 47, + "UnitPrice": 9.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 27000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 10978, + "EmployeeID": 9, + "OrderDate": "1998-03-26T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-04-23T00:00:00", + "ShipVia": 2, + "Freight": 32.82, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 31000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 6, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10979, + "EmployeeID": 8, + "OrderDate": "1998-03-26T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-03-31T00:00:00", + "ShipVia": 2, + "Freight": 353.07, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 18, + "Discount": 0 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 27, + "UnitPrice": 43.9, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 50000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10980, + "EmployeeID": 4, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-05-08T00:00:00", + "ShippedDate": "1998-04-17T00:00:00", + "ShipVia": 1, + "Freight": 1.26, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 40, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 10981, + "EmployeeID": 1, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 2, + "Freight": 193.37, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 60, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 27000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 10982, + "EmployeeID": 2, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 1, + "Freight": 14.01, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 49000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 10983, + "EmployeeID": 2, + "OrderDate": "1998-03-27T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-06T00:00:00", + "ShipVia": 2, + "Freight": 657.54, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 84, + "Discount": 0.16 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 15, + "Discount": 0 + } + ] + }, + { + "OrderID": 10984, + "EmployeeID": 1, + "OrderDate": "1998-03-30T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 3, + "Freight": 211.22, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 55, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 10985, + "EmployeeID": 2, + "OrderDate": "1998-03-30T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 1, + "Freight": 91.51, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 36, + "Discount": 0.1 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 8, + "Discount": 0.1 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 35, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OCEAN", + "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ContactName": "Yvonne Moncada", + "ContactTitle": "Sales Agent", + "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5333", + "Fax": "(1) 135-5535", + "Orders": [ + { + "OrderID": 10986, + "EmployeeID": 8, + "OrderDate": "1998-03-30T00:00:00", + "RequiredDate": "1998-04-27T00:00:00", + "ShippedDate": "1998-04-21T00:00:00", + "ShipVia": 2, + "Freight": 217.86, + "ShipName": "Oc\u00e9ano Atl\u00e1ntico Ltda.", + "ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 32000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 10987, + "EmployeeID": 8, + "OrderDate": "1998-03-31T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-06T00:00:00", + "ShipVia": 1, + "Freight": 185.48, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 30000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 10988, + "EmployeeID": 3, + "OrderDate": "1998-03-31T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 2, + "Freight": 61.14, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 40, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "QUEDE", + "Company": "Que Del\u00edcia", + "ContactName": "Bernardo Batista", + "ContactTitle": "Accounting Manager", + "Address": "Rua da Panificadora, 12", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-4252", + "Fax": "(21) 555-4545", + "Orders": [ + { + "OrderID": 10989, + "EmployeeID": 2, + "OrderDate": "1998-03-31T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-02T00:00:00", + "ShipVia": 1, + "Freight": 34.76, + "ShipName": "Que Del\u00edcia", + "ShipAddress": "Rua da Panificadora, 12", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 10990, + "EmployeeID": 2, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-07T00:00:00", + "ShipVia": 3, + "Freight": 117.61, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 65, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 60, + "Discount": 0.16 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 65, + "Discount": 0.16 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 66, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10991, + "EmployeeID": 1, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-04-07T00:00:00", + "ShipVia": 1, + "Freight": 38.51, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 50, + "Discount": 0.2 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 20, + "Discount": 0.2 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 90, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "THEBI", + "Company": "The Big Cheese", + "ContactName": "Liz Nixon", + "ContactTitle": "Marketing Manager", + "Address": "89 Jefferson Way Suite 2", + "City": "Portland", + "Region": "OR", + "PostalCode": 97201, + "Country": "USA", + "Phone": "(503) 555-3612", + "Orders": [ + { + "OrderID": 10992, + "EmployeeID": 1, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-04-03T00:00:00", + "ShipVia": 3, + "Freight": 4.27, + "ShipName": "The Big Cheese", + "ShipAddress": "89 Jefferson Way Suite 2", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97201, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 36000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 10993, + "EmployeeID": 7, + "OrderDate": "1998-04-01T00:00:00", + "RequiredDate": "1998-04-29T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 3, + "Freight": 8.81, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 15000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 50, + "Discount": 0.25 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 35, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "VAFFE", + "Company": "Vaffeljernet", + "ContactName": "Palle Ibsen", + "ContactTitle": "Sales Manager", + "Address": "Smagsloget 45", + "City": "\u00c5rhus", + "PostalCode": 8200, + "Country": "Denmark", + "Phone": "86 21 32 43", + "Fax": "86 22 33 44", + "Orders": [ + { + "OrderID": 10994, + "EmployeeID": 2, + "OrderDate": "1998-04-02T00:00:00", + "RequiredDate": "1998-04-16T00:00:00", + "ShippedDate": "1998-04-09T00:00:00", + "ShipVia": 3, + "Freight": 65.53, + "ShipName": "Vaffeljernet", + "ShipAddress": "Smagsloget 45", + "ShipCity": "\u00c5rhus", + "ShipPostalCode": 8200, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 18, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas cl\u00e1sicas", + "ContactName": "Guillermo Fern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 10995, + "EmployeeID": 1, + "OrderDate": "1998-04-02T00:00:00", + "RequiredDate": "1998-04-30T00:00:00", + "ShippedDate": "1998-04-06T00:00:00", + "ShipVia": 3, + "Freight": 46, + "ShipName": "Pericles Comidas cl\u00e1sicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 10996, + "EmployeeID": 4, + "OrderDate": "1998-04-02T00:00:00", + "RequiredDate": "1998-04-30T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 2, + "Freight": 1.12, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 10997, + "EmployeeID": 8, + "OrderDate": "1998-04-03T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 2, + "Freight": 73.91, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 50, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 15000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 10998, + "EmployeeID": 8, + "OrderDate": "1998-04-03T00:00:00", + "RequiredDate": "1998-04-17T00:00:00", + "ShippedDate": "1998-04-17T00:00:00", + "ShipVia": 2, + "Freight": 20.31, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 74, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 10999, + "EmployeeID": 6, + "OrderDate": "1998-04-03T00:00:00", + "RequiredDate": "1998-05-01T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 2, + "Freight": 96.35, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 21, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 11000, + "EmployeeID": 2, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-14T00:00:00", + "ShipVia": 3, + "Freight": 55.12, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 45000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 11001, + "EmployeeID": 2, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-14T00:00:00", + "ShipVia": 2, + "Freight": 197.3, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 14000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 22, + "UnitPrice": 21, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 11002, + "EmployeeID": 4, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-16T00:00:00", + "ShipVia": 1, + "Freight": 141.16, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 56, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 15, + "Discount": 0.16 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 24, + "Discount": 0.16 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 40, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "THECR", + "Company": "The Cracker Box", + "ContactName": "Liu Wong", + "ContactTitle": "Marketing Assistant", + "Address": "55 Grizzly Peak Rd.", + "City": "Butte", + "Region": "MT", + "PostalCode": 59801, + "Country": "USA", + "Phone": "(406) 555-5834", + "Fax": "(406) 555-8083", + "Orders": [ + { + "OrderID": 11003, + "EmployeeID": 3, + "OrderDate": "1998-04-06T00:00:00", + "RequiredDate": "1998-05-04T00:00:00", + "ShippedDate": "1998-04-08T00:00:00", + "ShipVia": 3, + "Freight": 14.91, + "ShipName": "The Cracker Box", + "ShipAddress": "55 Grizzly Peak Rd.", + "ShipCity": "Butte", + "ShipRegion": "MT", + "ShipPostalCode": 59801, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "MAISD", + "Company": "Maison Dewey", + "ContactName": "Catherine Dewey", + "ContactTitle": "Sales Agent", + "Address": "Rue Joseph-Bens 532", + "City": "Bruxelles", + "PostalCode": 20000, + "Country": "Belgium", + "Phone": "(02) 201 24 67", + "Fax": "(02) 201 24 68", + "Orders": [ + { + "OrderID": 11004, + "EmployeeID": 3, + "OrderDate": "1998-04-07T00:00:00", + "RequiredDate": "1998-05-05T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 1, + "Freight": 44.84, + "ShipName": "Maison Dewey", + "ShipAddress": "Rue Joseph-Bens 532", + "ShipCity": "Bruxelles", + "ShipPostalCode": 43000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 6, + "Discount": 0 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WILMK", + "Company": "Wilman Kala", + "ContactName": "Matti Karttunen", + "ContactTitle": "Owner/Marketing Assistant", + "Address": "Keskuskatu 45", + "City": "Helsinki", + "PostalCode": 21240, + "Country": "Finland", + "Phone": "90-224 8858", + "Fax": "90-224 8858", + "Orders": [ + { + "OrderID": 11005, + "EmployeeID": 2, + "OrderDate": "1998-04-07T00:00:00", + "RequiredDate": "1998-05-05T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 1, + "Freight": 0.75, + "ShipName": "Wilman Kala", + "ShipAddress": "Keskuskatu 45", + "ShipCity": "Helsinki", + "ShipPostalCode": 21240, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 11006, + "EmployeeID": 3, + "OrderDate": "1998-04-07T00:00:00", + "RequiredDate": "1998-05-05T00:00:00", + "ShippedDate": "1998-04-15T00:00:00", + "ShipVia": 2, + "Freight": 25.19, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 2, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "PRINI", + "Company": "Princesa Isabel Vinhos", + "ContactName": "Isabel de Castro", + "ContactTitle": "Sales Representative", + "Address": "Estrada da sa\u00fade n. 58", + "City": "Lisboa", + "PostalCode": 1756, + "Country": "Portugal", + "Phone": "(1) 356-5634", + "Orders": [ + { + "OrderID": 11007, + "EmployeeID": 8, + "OrderDate": "1998-04-08T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 2, + "Freight": 202.24, + "ShipName": "Princesa Isabel Vinhos", + "ShipAddress": "Estrada da sa\u00fade n. 58", + "ShipCity": "Lisboa", + "ShipPostalCode": 1756, + "ShipCountry": "Portugal", + "OrderDetails": [ + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 14, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 11008, + "EmployeeID": 7, + "OrderDate": "1998-04-08T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShipVia": 3, + "Freight": 79.46, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 70, + "Discount": 0.06 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 90, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 21, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 11009, + "EmployeeID": 2, + "OrderDate": "1998-04-08T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 1, + "Freight": 59.11, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 18, + "Discount": 0.25 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 11010, + "EmployeeID": 2, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-05-07T00:00:00", + "ShippedDate": "1998-04-21T00:00:00", + "ShipVia": 2, + "Freight": 28.71, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ALFKI", + "Company": "Alfreds Futterkiste", + "ContactName": "Maria Anders", + "ContactTitle": "Sales Representative", + "Address": "Obere Str. 57", + "City": "Berlin", + "PostalCode": 12209, + "Country": "Germany", + "Phone": "030-0074321", + "Fax": "030-0076545", + "Orders": [ + { + "OrderID": 11011, + "EmployeeID": 3, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-05-07T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 1, + "Freight": 1.21, + "ShipName": "Alfred's Futterkiste", + "ShipAddress": "Obere Str. 57", + "ShipCity": "Berlin", + "ShipPostalCode": 12209, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 58, + "UnitPrice": 13.25, + "Quantity": 40, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANK", + "Company": "Frankenversand", + "ContactName": "Peter Franken", + "ContactTitle": "Marketing Manager", + "Address": "Berliner Platz 43", + "City": "M\u00fcnchen", + "PostalCode": 80805, + "Country": "Germany", + "Phone": "089-0877310", + "Fax": "089-0877451", + "Orders": [ + { + "OrderID": 11012, + "EmployeeID": 1, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-04-23T00:00:00", + "ShippedDate": "1998-04-17T00:00:00", + "ShipVia": 3, + "Freight": 242.95, + "ShipName": "Frankenversand", + "ShipAddress": "Berliner Platz 43", + "ShipCity": "M\u00fcnchen", + "ShipPostalCode": 80805, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 50, + "Discount": 0.06 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 36, + "Discount": 0.06 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 60, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ROMEY", + "Company": "Romero y tomillo", + "ContactName": "Alejandra Camino", + "ContactTitle": "Accounting Manager", + "Address": "Gran V\u00eda, 1", + "City": "Madrid", + "PostalCode": 28001, + "Country": "Spain", + "Phone": "(91) 745 6200", + "Fax": "(91) 745 6210", + "Orders": [ + { + "OrderID": 11013, + "EmployeeID": 2, + "OrderDate": "1998-04-09T00:00:00", + "RequiredDate": "1998-05-07T00:00:00", + "ShippedDate": "1998-04-10T00:00:00", + "ShipVia": 1, + "Freight": 32.99, + "ShipName": "Romero y tomillo", + "ShipAddress": "Gran V\u00eda, 1", + "ShipCity": "Madrid", + "ShipPostalCode": 28001, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 45, + "UnitPrice": 9.5, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 11014, + "EmployeeID": 2, + "OrderDate": "1998-04-10T00:00:00", + "RequiredDate": "1998-05-08T00:00:00", + "ShippedDate": "1998-04-15T00:00:00", + "ShipVia": 3, + "Freight": 23.6, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 28, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SANTG", + "Company": "Sant\u00e9 Gourmet", + "ContactName": "Jonas Bergulfsen", + "ContactTitle": "Owner", + "Address": "Erling Skakkes gate 78", + "City": "Stavern", + "PostalCode": 4110, + "Country": "Norway", + "Phone": "07-98 92 35", + "Fax": "07-98 92 47", + "Orders": [ + { + "OrderID": 11015, + "EmployeeID": 2, + "OrderDate": "1998-04-10T00:00:00", + "RequiredDate": "1998-04-24T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 2, + "Freight": 4.62, + "ShipName": "Sant\u00e9 Gourmet", + "ShipAddress": "Erling Skakkes gate 78", + "ShipCity": "Stavern", + "ShipPostalCode": 4110, + "ShipCountry": "Norway", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 18, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "AROUT", + "Company": "Around the Horn", + "ContactName": "Thomas Hardy", + "ContactTitle": "Sales Representative", + "Address": "120 Hanover Sq.", + "City": "London", + "PostalCode": 49000, + "Country": "UK", + "Phone": "(171) 555-7788", + "Fax": "(171) 555-6750", + "Orders": [ + { + "OrderID": 11016, + "EmployeeID": 9, + "OrderDate": "1998-04-10T00:00:00", + "RequiredDate": "1998-05-08T00:00:00", + "ShippedDate": "1998-04-13T00:00:00", + "ShipVia": 2, + "Freight": 33.8, + "ShipName": "Around the Horn", + "ShipAddress": "Brook Farm Stratford St. Mary", + "ShipCity": "Colchester", + "ShipRegion": "Essex", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 11017, + "EmployeeID": 9, + "OrderDate": "1998-04-13T00:00:00", + "RequiredDate": "1998-05-11T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 2, + "Freight": 754.26, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 110, + "Discount": 0 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LONEP", + "Company": "Lonesome Pine Restaurant", + "ContactName": "Fran Wilson", + "ContactTitle": "Sales Manager", + "Address": "89 Chiaroscuro Rd.", + "City": "Portland", + "Region": "OR", + "PostalCode": 97219, + "Country": "USA", + "Phone": "(503) 555-9573", + "Fax": "(503) 555-9646", + "Orders": [ + { + "OrderID": 11018, + "EmployeeID": 4, + "OrderDate": "1998-04-13T00:00:00", + "RequiredDate": "1998-05-11T00:00:00", + "ShippedDate": "1998-04-16T00:00:00", + "ShipVia": 2, + "Freight": 11.65, + "ShipName": "Lonesome Pine Restaurant", + "ShipAddress": "89 Chiaroscuro Rd.", + "ShipCity": "Portland", + "ShipRegion": "OR", + "ShipPostalCode": 97219, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 5, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RANCH", + "Company": "Rancho grande", + "ContactName": "Sergio Guti\u00e9rrez", + "ContactTitle": "Sales Representative", + "Address": "Av. del Libertador 900", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 123-5555", + "Fax": "(1) 123-5556", + "Orders": [ + { + "OrderID": 11019, + "EmployeeID": 6, + "OrderDate": "1998-04-13T00:00:00", + "RequiredDate": "1998-05-11T00:00:00", + "ShipVia": 3, + "Freight": 3.17, + "ShipName": "Rancho grande", + "ShipAddress": "Av. del Libertador 900", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "OTTIK", + "Company": "Ottilies K\u00e4seladen", + "ContactName": "Henriette Pfalzheim", + "ContactTitle": "Owner", + "Address": "Mehrheimerstr. 369", + "City": "K\u00f6ln", + "PostalCode": 50739, + "Country": "Germany", + "Phone": "0221-0644327", + "Fax": "0221-0765721", + "Orders": [ + { + "OrderID": 11020, + "EmployeeID": 2, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-04-16T00:00:00", + "ShipVia": 2, + "Freight": 43.3, + "ShipName": "Ottilies K\u00e4seladen", + "ShipAddress": "Mehrheimerstr. 369", + "ShipCity": "K\u00f6ln", + "ShipPostalCode": 50739, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 24, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "QUICK", + "Company": "QUICK-Stop", + "ContactName": "Horst Kloss", + "ContactTitle": "Accounting Manager", + "Address": "Taucherstra\u00dfe 10", + "City": "Cunewalde", + "PostalCode": 1307, + "Country": "Germany", + "Phone": "0372-035188", + "Orders": [ + { + "OrderID": 11021, + "EmployeeID": 3, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-04-21T00:00:00", + "ShipVia": 1, + "Freight": 297.18, + "ShipName": "QUICK-Stop", + "ShipAddress": "Taucherstra\u00dfe 10", + "ShipCity": "Cunewalde", + "ShipPostalCode": 1307, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 11, + "Discount": 0.25 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 63, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 44, + "Discount": 0.25 + }, + { + "ProductID": 72, + "UnitPrice": 34.8, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 11022, + "EmployeeID": 9, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 2, + "Freight": 6.27, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BSBEV", + "Company": "B's Beverages", + "ContactName": "Victoria Ashworth", + "ContactTitle": "Sales Representative", + "Address": "Fauntleroy Circus", + "City": "London", + "PostalCode": 15000, + "Country": "UK", + "Phone": "(171) 555-1212", + "Orders": [ + { + "OrderID": 11023, + "EmployeeID": 1, + "OrderDate": "1998-04-14T00:00:00", + "RequiredDate": "1998-04-28T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 123.83, + "ShipName": "B's Beverages", + "ShipAddress": "Fauntleroy Circus", + "ShipCity": "London", + "ShipPostalCode": 12000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 21000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 11024, + "EmployeeID": 4, + "OrderDate": "1998-04-15T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 1, + "Freight": 74.36, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 28000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 26, + "UnitPrice": 31.23, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 65, + "UnitPrice": 21.05, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WARTH", + "Company": "Wartian Herkku", + "ContactName": "Pirkko Koskitalo", + "ContactTitle": "Accounting Manager", + "Address": "Torikatu 38", + "City": "Oulu", + "PostalCode": 90110, + "Country": "Finland", + "Phone": "981-443655", + "Fax": "981-443655", + "Orders": [ + { + "OrderID": 11025, + "EmployeeID": 6, + "OrderDate": "1998-04-15T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 3, + "Freight": 29.17, + "ShipName": "Wartian Herkku", + "ShipAddress": "Torikatu 38", + "ShipCity": "Oulu", + "ShipPostalCode": 90110, + "ShipCountry": "Finland", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0.1 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 20, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 11026, + "EmployeeID": 4, + "OrderDate": "1998-04-15T00:00:00", + "RequiredDate": "1998-05-13T00:00:00", + "ShippedDate": "1998-04-28T00:00:00", + "ShipVia": 1, + "Freight": 47.09, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 27000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 11027, + "EmployeeID": 1, + "OrderDate": "1998-04-16T00:00:00", + "RequiredDate": "1998-05-14T00:00:00", + "ShippedDate": "1998-04-20T00:00:00", + "ShipVia": 1, + "Freight": 52.52, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 14000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 30, + "Discount": 0.25 + }, + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 21, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "KOENE", + "Company": "K\u00f6niglich Essen", + "ContactName": "Philip Cramer", + "ContactTitle": "Sales Associate", + "Address": "Maubelstr. 90", + "City": "Brandenburg", + "PostalCode": 14776, + "Country": "Germany", + "Phone": "0555-09876", + "Orders": [ + { + "OrderID": 11028, + "EmployeeID": 2, + "OrderDate": "1998-04-16T00:00:00", + "RequiredDate": "1998-05-14T00:00:00", + "ShippedDate": "1998-04-22T00:00:00", + "ShipVia": 1, + "Freight": 29.59, + "ShipName": "K\u00f6niglich Essen", + "ShipAddress": "Maubelstr. 90", + "ShipCity": "Brandenburg", + "ShipPostalCode": 14776, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 11029, + "EmployeeID": 4, + "OrderDate": "1998-04-16T00:00:00", + "RequiredDate": "1998-05-14T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 1, + "Freight": 47.84, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 56, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 11030, + "EmployeeID": 7, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 2, + "Freight": 830.75, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 100, + "Discount": 0.25 + }, + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 70, + "Discount": 0 + }, + { + "ProductID": 29, + "UnitPrice": 123.79, + "Quantity": 60, + "Discount": 0.25 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 100, + "Discount": 0.25 + } + ] + }, + { + "OrderID": 11031, + "EmployeeID": 6, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 227.22, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 45, + "Discount": 0 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 80, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 16, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 11032, + "EmployeeID": 2, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-23T00:00:00", + "ShipVia": 3, + "Freight": 606.19, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 36, + "UnitPrice": 19, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 38, + "UnitPrice": 263.5, + "Quantity": 25, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 11033, + "EmployeeID": 7, + "OrderDate": "1998-04-17T00:00:00", + "RequiredDate": "1998-05-15T00:00:00", + "ShippedDate": "1998-04-23T00:00:00", + "ShipVia": 3, + "Freight": 84.74, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 70, + "Discount": 0.1 + }, + { + "ProductID": 69, + "UnitPrice": 36, + "Quantity": 36, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "OLDWO", + "Company": "Old World Delicatessen", + "ContactName": "Rene Phillips", + "ContactTitle": "Sales Representative", + "Address": "2743 Bering St.", + "City": "Anchorage", + "Region": "AK", + "PostalCode": 99508, + "Country": "USA", + "Phone": "(907) 555-7584", + "Fax": "(907) 555-2880", + "Orders": [ + { + "OrderID": 11034, + "EmployeeID": 8, + "OrderDate": "1998-04-20T00:00:00", + "RequiredDate": "1998-06-01T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 1, + "Freight": 40.32, + "ShipName": "Old World Delicatessen", + "ShipAddress": "2743 Bering St.", + "ShipCity": "Anchorage", + "ShipRegion": "AK", + "ShipPostalCode": 99508, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 15, + "Discount": 0.1 + }, + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 6, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 11035, + "EmployeeID": 2, + "OrderDate": "1998-04-20T00:00:00", + "RequiredDate": "1998-05-18T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 0.17, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 42, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 11036, + "EmployeeID": 8, + "OrderDate": "1998-04-20T00:00:00", + "RequiredDate": "1998-05-18T00:00:00", + "ShippedDate": "1998-04-22T00:00:00", + "ShipVia": 3, + "Freight": 149.47, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 7, + "Discount": 0 + }, + { + "ProductID": 59, + "UnitPrice": 55, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GODOS", + "Company": "Godos Cocina T\u00edpica", + "ContactName": "Jos\u00e9 Pedro Freyre", + "ContactTitle": "Sales Manager", + "Address": "C/ Romero, 33", + "City": "Sevilla", + "PostalCode": 41101, + "Country": "Spain", + "Phone": "(95) 555 82 82", + "Orders": [ + { + "OrderID": 11037, + "EmployeeID": 7, + "OrderDate": "1998-04-21T00:00:00", + "RequiredDate": "1998-05-19T00:00:00", + "ShippedDate": "1998-04-27T00:00:00", + "ShipVia": 1, + "Freight": 3.2, + "ShipName": "Godos Cocina T\u00edpica", + "ShipAddress": "C/ Romero, 33", + "ShipCity": "Sevilla", + "ShipPostalCode": 41101, + "ShipCountry": "Spain", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SUPRD", + "Company": "Supr\u00eames d\u00e9lices", + "ContactName": "Pascale Cartrain", + "ContactTitle": "Accounting Manager", + "Address": "Boulevard Tirou, 255", + "City": "Charleroi", + "PostalCode": 6000, + "Country": "Belgium", + "Phone": "(071) 23 67 22 20", + "Fax": "(071) 23 67 22 21", + "Orders": [ + { + "OrderID": 11038, + "EmployeeID": 1, + "OrderDate": "1998-04-21T00:00:00", + "RequiredDate": "1998-05-19T00:00:00", + "ShippedDate": "1998-04-30T00:00:00", + "ShipVia": 2, + "Freight": 29.59, + "ShipName": "Supr\u00eames d\u00e9lices", + "ShipAddress": "Boulevard Tirou, 255", + "ShipCity": "Charleroi", + "ShipPostalCode": 6000, + "ShipCountry": "Belgium", + "OrderDetails": [ + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 5, + "Discount": 0.2 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 71, + "UnitPrice": 21.5, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LINOD", + "Company": "LINO-Delicateses", + "ContactName": "Felipe Izquierdo", + "ContactTitle": "Owner", + "Address": "Ave. 5 de Mayo Porlamar", + "City": "Sao Paulo", + "Region": "Nueva Esparta", + "PostalCode": 4980, + "Country": "Venezuela", + "Phone": "(8) 34-56-12", + "Fax": "(8) 34-93-93", + "Orders": [ + { + "OrderID": 11039, + "EmployeeID": 1, + "OrderDate": "1998-04-21T00:00:00", + "RequiredDate": "1998-05-19T00:00:00", + "ShipVia": 2, + "Freight": 65, + "ShipName": "LINO-Delicateses", + "ShipAddress": "Ave. 5 de Mayo Porlamar", + "ShipCity": "Lyon", + "ShipRegion": "Nueva Esparta", + "ShipPostalCode": 4980, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 24, + "Discount": 0 + }, + { + "ProductID": 49, + "UnitPrice": 20, + "Quantity": 60, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 28, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 11040, + "EmployeeID": 4, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-20T00:00:00", + "ShipVia": 3, + "Freight": 18.84, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "CHOPS", + "Company": "Chop-suey Chinese", + "ContactName": "Yang Wang", + "ContactTitle": "Owner", + "Address": "Hauptstr. 29", + "City": "Bern", + "PostalCode": 3012, + "Country": "Switzerland", + "Phone": "0452-076545", + "Orders": [ + { + "OrderID": 11041, + "EmployeeID": 3, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-20T00:00:00", + "ShippedDate": "1998-04-28T00:00:00", + "ShipVia": 2, + "Freight": 48.22, + "ShipName": "Chop-suey Chinese", + "ShipAddress": "Hauptstr. 31", + "ShipCity": "Bern", + "ShipPostalCode": 3012, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 63, + "UnitPrice": 43.9, + "Quantity": 30, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "COMMI", + "Company": "Com\u00e9rcio Mineiro", + "ContactName": "Pedro Afonso", + "ContactTitle": "Sales Associate", + "Address": "Av. dos Lus\u00edadas, 23", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5432, + "Country": "Brazil", + "Phone": "(11) 555-7647", + "Orders": [ + { + "OrderID": 11042, + "EmployeeID": 2, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-06T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 1, + "Freight": 29.99, + "ShipName": "Com\u00e9rcio Mineiro", + "ShipAddress": "Av. dos Lus\u00edadas, 23", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5432, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 44, + "UnitPrice": 19.45, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SPECD", + "Company": "Sp\u00e9cialit\u00e9s du monde", + "ContactName": "Dominique Perrier", + "ContactTitle": "Marketing Manager", + "Address": "25, rue Lauriston", + "City": "Paris", + "PostalCode": 75016, + "Country": "France", + "Phone": "(1) 47.55.60.10", + "Fax": "(1) 47.55.60.20", + "Orders": [ + { + "OrderID": 11043, + "EmployeeID": 5, + "OrderDate": "1998-04-22T00:00:00", + "RequiredDate": "1998-05-20T00:00:00", + "ShippedDate": "1998-04-29T00:00:00", + "ShipVia": 2, + "Freight": 8.8, + "ShipName": "Sp\u00e9cialit\u00e9s du monde", + "ShipAddress": "25, rue Lauriston", + "ShipCity": "Paris", + "ShipPostalCode": 75016, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WOLZA", + "Company": "Wolski Zajazd", + "ContactName": "Zbyszek Piestrzeniewicz", + "ContactTitle": "Owner", + "Address": "ul. Filtrowa 68", + "City": "Warszawa", + "PostalCode": 15000, + "Country": "Poland", + "Phone": "(26) 642-7012", + "Fax": "(26) 642-7012", + "Orders": [ + { + "OrderID": 11044, + "EmployeeID": 4, + "OrderDate": "1998-04-23T00:00:00", + "RequiredDate": "1998-05-21T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 1, + "Freight": 8.72, + "ShipName": "Wolski Zajazd", + "ShipAddress": "ul. Filtrowa 68", + "ShipCity": "Warszawa", + "ShipPostalCode": 12000, + "ShipCountry": "Poland", + "OrderDetails": [ + { + "ProductID": 62, + "UnitPrice": 49.3, + "Quantity": 12, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 26000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 11045, + "EmployeeID": 6, + "OrderDate": "1998-04-23T00:00:00", + "RequiredDate": "1998-05-21T00:00:00", + "ShipVia": 2, + "Freight": 70.58, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 46000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 24, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "WANDK", + "Company": "Die Wandernde Kuh", + "ContactName": "Rita M\u00fcller", + "ContactTitle": "Sales Representative", + "Address": "Adenauerallee 900", + "City": "Stuttgart", + "PostalCode": 70563, + "Country": "Germany", + "Phone": "0711-020361", + "Fax": "0711-035428", + "Orders": [ + { + "OrderID": 11046, + "EmployeeID": 8, + "OrderDate": "1998-04-23T00:00:00", + "RequiredDate": "1998-05-21T00:00:00", + "ShippedDate": "1998-04-24T00:00:00", + "ShipVia": 2, + "Freight": 71.64, + "ShipName": "Die Wandernde Kuh", + "ShipAddress": "Adenauerallee 900", + "ShipCity": "Stuttgart", + "ShipPostalCode": 70563, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 20, + "Discount": 0.06 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 35, + "UnitPrice": 18, + "Quantity": 18, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 45000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 11047, + "EmployeeID": 7, + "OrderDate": "1998-04-24T00:00:00", + "RequiredDate": "1998-05-22T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 3, + "Freight": 46.62, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 42000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 25, + "Discount": 0.25 + }, + { + "ProductID": 5, + "UnitPrice": 21.35, + "Quantity": 30, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "BOTTM", + "Company": "Bottom-Dollar Markets", + "ContactName": "Elizabeth Lincoln", + "ContactTitle": "Accounting Manager", + "Address": "23 Tsawassen Blvd.", + "City": "Tsawassen", + "Region": "BC", + "PostalCode": 24000, + "Country": "Canada", + "Phone": "(604) 555-4729", + "Fax": "(604) 555-3745", + "Orders": [ + { + "OrderID": 11048, + "EmployeeID": 7, + "OrderDate": "1998-04-24T00:00:00", + "RequiredDate": "1998-05-22T00:00:00", + "ShippedDate": "1998-04-30T00:00:00", + "ShipVia": 3, + "Freight": 24.12, + "ShipName": "Bottom-Dollar Markets", + "ShipAddress": "23 Tsawassen Blvd.", + "ShipCity": "Tsawassen", + "ShipRegion": "BC", + "ShipPostalCode": 41000, + "ShipCountry": "Canada", + "OrderDetails": [ + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 42, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GOURL", + "Company": "Gourmet Lanchonetes", + "ContactName": "Andr\u00e9 Fonseca", + "ContactTitle": "Sales Associate", + "Address": "Av. Brasil, 442", + "City": "Campinas", + "Region": "SP", + "PostalCode": 4876, + "Country": "Brazil", + "Phone": "(11) 555-9482", + "Orders": [ + { + "OrderID": 11049, + "EmployeeID": 3, + "OrderDate": "1998-04-24T00:00:00", + "RequiredDate": "1998-05-22T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 1, + "Freight": 8.34, + "ShipName": "Gourmet Lanchonetes", + "ShipAddress": "Av. Brasil, 442", + "ShipCity": "Campinas", + "ShipRegion": "SP", + "ShipPostalCode": 4876, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 4, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "FOLKO", + "Company": "Folk och f\u00e4 HB", + "ContactName": "Maria Larsson", + "ContactTitle": "Owner", + "Address": "\u00c5kergatan 24", + "City": "Br\u00e4cke", + "PostalCode": 46000, + "Country": "Sweden", + "Phone": "0695-34 67 21", + "Orders": [ + { + "OrderID": 11050, + "EmployeeID": 8, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShippedDate": "1998-05-05T00:00:00", + "ShipVia": 2, + "Freight": 59.41, + "ShipName": "Folk och f\u00e4 HB", + "ShipAddress": "\u00c5kergatan 24", + "ShipCity": "Br\u00e4cke", + "ShipPostalCode": 19000, + "ShipCountry": "Sweden", + "OrderDetails": [ + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 50, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "LAMAI", + "Company": "La maison d'Asie", + "ContactName": "Annette Roulet", + "ContactTitle": "Sales Manager", + "Address": "1 rue Alsace-Lorraine", + "City": "Toulouse", + "PostalCode": 31000, + "Country": "France", + "Phone": "61.77.61.10", + "Fax": "61.77.61.11", + "Orders": [ + { + "OrderID": 11051, + "EmployeeID": 7, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShipVia": 3, + "Freight": 2.79, + "ShipName": "La maison d'Asie", + "ShipAddress": "1 rue Alsace-Lorraine", + "ShipCity": "Toulouse", + "ShipPostalCode": 31000, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HANAR", + "Company": "Hanari Carnes", + "ContactName": "Mario Pontes", + "ContactTitle": "Accounting Manager", + "Address": "Rua do Pa\u00e7o, 67", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 5454, + "Country": "Brazil", + "Phone": "(21) 555-0091", + "Fax": "(21) 555-8765", + "Orders": [ + { + "OrderID": 11052, + "EmployeeID": 3, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 1, + "Freight": 67.26, + "ShipName": "Hanari Carnes", + "ShipAddress": "Rua do Pa\u00e7o, 67", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 5454, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 30, + "Discount": 0.2 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 10, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "PICCO", + "Company": "Piccolo und mehr", + "ContactName": "Georg Pipps", + "ContactTitle": "Sales Manager", + "Address": "Geislweg 14", + "City": "Salzburg", + "PostalCode": 5020, + "Country": "Austria", + "Phone": "6562-9722", + "Fax": "6562-9723", + "Orders": [ + { + "OrderID": 11053, + "EmployeeID": 2, + "OrderDate": "1998-04-27T00:00:00", + "RequiredDate": "1998-05-25T00:00:00", + "ShippedDate": "1998-04-29T00:00:00", + "ShipVia": 2, + "Freight": 53.05, + "ShipName": "Piccolo und mehr", + "ShipAddress": "Geislweg 14", + "ShipCity": "Salzburg", + "ShipPostalCode": 5020, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 18, + "UnitPrice": 62.5, + "Quantity": 35, + "Discount": 0.2 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 25, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "CACTU", + "Company": "Cactus Comidas para llevar", + "ContactName": "Patricio Simpson", + "ContactTitle": "Sales Agent", + "Address": "Cerrito 333", + "City": "Buenos Aires", + "PostalCode": 1010, + "Country": "Argentina", + "Phone": "(1) 135-5555", + "Fax": "(1) 135-4892", + "Orders": [ + { + "OrderID": 11054, + "EmployeeID": 8, + "OrderDate": "1998-04-28T00:00:00", + "RequiredDate": "1998-05-26T00:00:00", + "ShipVia": 1, + "Freight": 0.33, + "ShipName": "Cactus Comidas para llevar", + "ShipAddress": "Cerrito 333", + "ShipCity": "Buenos Aires", + "ShipPostalCode": 1010, + "ShipCountry": "Argentina", + "OrderDetails": [ + { + "ProductID": 33, + "UnitPrice": 2.5, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 67, + "UnitPrice": 14, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "HILAA", + "Company": "HILARION-Abastos", + "ContactName": "Carlos Hern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", + "City": "San Crist\u00f3bal", + "Region": "T\u00e1chira", + "PostalCode": 5022, + "Country": "Venezuela", + "Phone": "(5) 555-1340", + "Fax": "(5) 555-1948", + "Orders": [ + { + "OrderID": 11055, + "EmployeeID": 7, + "OrderDate": "1998-04-28T00:00:00", + "RequiredDate": "1998-05-26T00:00:00", + "ShippedDate": "1998-05-05T00:00:00", + "ShipVia": 2, + "Freight": 120.92, + "ShipName": "HILARION-Abastos", + "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", + "ShipCity": "San Crist\u00f3bal", + "ShipRegion": "T\u00e1chira", + "ShipPostalCode": 5022, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 25, + "UnitPrice": 14, + "Quantity": 15, + "Discount": 0 + }, + { + "ProductID": 51, + "UnitPrice": 53, + "Quantity": 20, + "Discount": 0 + }, + { + "ProductID": 57, + "UnitPrice": 19.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "EASTC", + "Company": "Eastern Connection", + "ContactName": "Ann Devon", + "ContactTitle": "Sales Agent", + "Address": "35 King George", + "City": "London", + "PostalCode": 11000, + "Country": "UK", + "Phone": "(171) 555-0297", + "Fax": "(171) 555-3373", + "Orders": [ + { + "OrderID": 11056, + "EmployeeID": 8, + "OrderDate": "1998-04-28T00:00:00", + "RequiredDate": "1998-05-12T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 2, + "Freight": 278.96, + "ShipName": "Eastern Connection", + "ShipAddress": "35 King George", + "ShipCity": "London", + "ShipPostalCode": 39000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 35, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 50, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "NORTS", + "Company": "North/South", + "ContactName": "Simon Crowther", + "ContactTitle": "Sales Associate", + "Address": "South House 300 Queensbridge", + "City": "London", + "PostalCode": 16000, + "Country": "UK", + "Phone": "(171) 555-7733", + "Fax": "(171) 555-2530", + "Orders": [ + { + "OrderID": 11057, + "EmployeeID": 3, + "OrderDate": "1998-04-29T00:00:00", + "RequiredDate": "1998-05-27T00:00:00", + "ShippedDate": "1998-05-01T00:00:00", + "ShipVia": 3, + "Freight": 4.13, + "ShipName": "North/South", + "ShipAddress": "South House 300 Queensbridge", + "ShipCity": "London", + "ShipPostalCode": 11000, + "ShipCountry": "UK", + "OrderDetails": [ + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 3, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "BLAUS", + "Company": "Blauer See Delikatessen", + "ContactName": "Hanna Moos", + "ContactTitle": "Sales Representative", + "Address": "Forsterstr. 57", + "City": "Mannheim", + "PostalCode": 68306, + "Country": "Germany", + "Phone": "0621-08460", + "Fax": "0621-08924", + "Orders": [ + { + "OrderID": 11058, + "EmployeeID": 9, + "OrderDate": "1998-04-29T00:00:00", + "RequiredDate": "1998-05-27T00:00:00", + "ShipVia": 3, + "Freight": 31.14, + "ShipName": "Blauer See Delikatessen", + "ShipAddress": "Forsterstr. 57", + "ShipCity": "Mannheim", + "ShipPostalCode": 68306, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 21, + "UnitPrice": 10, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 21, + "Discount": 0 + }, + { + "ProductID": 61, + "UnitPrice": 28.5, + "Quantity": 4, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "RICAR", + "Company": "Ricardo Adocicados", + "ContactName": "Janete Limeira", + "ContactTitle": "Sales Associate", + "Address": "Av. Copacabana, 267", + "City": "Sao Paulo", + "Region": "RJ", + "PostalCode": 2389, + "Country": "Brazil", + "Phone": "(21) 555-3412", + "Orders": [ + { + "OrderID": 11059, + "EmployeeID": 2, + "OrderDate": "1998-04-29T00:00:00", + "RequiredDate": "1998-06-10T00:00:00", + "ShipVia": 2, + "Freight": 85.8, + "ShipName": "Ricardo Adocicados", + "ShipAddress": "Av. Copacabana, 267", + "ShipCity": "Lyon", + "ShipRegion": "RJ", + "ShipPostalCode": 2389, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "FRANS", + "Company": "Franchi S.p.A.", + "ContactName": "Paolo Accorti", + "ContactTitle": "Sales Representative", + "Address": "Via Monte Bianco 34", + "City": "Torino", + "PostalCode": 10100, + "Country": "Italy", + "Phone": "011-4988260", + "Fax": "011-4988261", + "Orders": [ + { + "OrderID": 11060, + "EmployeeID": 2, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-05-28T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 2, + "Freight": 10.98, + "ShipName": "Franchi S.p.A.", + "ShipAddress": "Via Monte Bianco 34", + "ShipCity": "Torino", + "ShipPostalCode": 10100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 10, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "GREAL", + "Company": "Great Lakes Food Market", + "ContactName": "Howard Snyder", + "ContactTitle": "Marketing Manager", + "Address": "2732 Baker Blvd.", + "City": "Eugene", + "Region": "OR", + "PostalCode": 97403, + "Country": "USA", + "Phone": "(503) 555-7555", + "Orders": [ + { + "OrderID": 11061, + "EmployeeID": 4, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-06-11T00:00:00", + "ShipVia": 3, + "Freight": 14.01, + "ShipName": "Great Lakes Food Market", + "ShipAddress": "2732 Baker Blvd.", + "ShipCity": "Eugene", + "ShipRegion": "OR", + "ShipPostalCode": 97403, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 15, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "REGGC", + "Company": "Reggiani Caseifici", + "ContactName": "Maurizio Moroni", + "ContactTitle": "Sales Associate", + "Address": "Strada Provinciale 124", + "City": "Reggio Emilia", + "PostalCode": 42100, + "Country": "Italy", + "Phone": "0522-556721", + "Fax": "0522-556722", + "Orders": [ + { + "OrderID": 11062, + "EmployeeID": 4, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-05-28T00:00:00", + "ShipVia": 2, + "Freight": 29.93, + "ShipName": "Reggiani Caseifici", + "ShipAddress": "Strada Provinciale 124", + "ShipCity": "Reggio Emilia", + "ShipPostalCode": 42100, + "ShipCountry": "Italy", + "OrderDetails": [ + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 10, + "Discount": 0.2 + }, + { + "ProductID": 70, + "UnitPrice": 15, + "Quantity": 12, + "Discount": 0.2 + } + ] + } + ] + }, + { + "CustomerID": "HUNGO", + "Company": "Hungry Owl All-Night Grocers", + "ContactName": "Patricia McKenna", + "ContactTitle": "Sales Associate", + "Address": "8 Johnstown Road", + "City": "Cork", + "Region": "Co. Cork", + "Country": "Ireland", + "Phone": "2967 542", + "Fax": "2967 3333", + "Orders": [ + { + "OrderID": 11063, + "EmployeeID": 3, + "OrderDate": "1998-04-30T00:00:00", + "RequiredDate": "1998-05-28T00:00:00", + "ShippedDate": "1998-05-06T00:00:00", + "ShipVia": 2, + "Freight": 81.73, + "ShipName": "Hungry Owl All-Night Grocers", + "ShipAddress": "8 Johnstown Road", + "ShipCity": "Cork", + "ShipRegion": "Co. Cork", + "ShipCountry": "Ireland", + "OrderDetails": [ + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 30, + "Discount": 0 + }, + { + "ProductID": 40, + "UnitPrice": 18.4, + "Quantity": 40, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 30, + "Discount": 0.1 + } + ] + } + ] + }, + { + "CustomerID": "SAVEA", + "Company": "Save-a-lot Markets", + "ContactName": "Jose Pavarotti", + "ContactTitle": "Sales Representative", + "Address": "187 Suffolk Ln.", + "City": "Boise", + "Region": "ID", + "PostalCode": 83720, + "Country": "USA", + "Phone": "(208) 555-8097", + "Orders": [ + { + "OrderID": 11064, + "EmployeeID": 1, + "OrderDate": "1998-05-01T00:00:00", + "RequiredDate": "1998-05-29T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 1, + "Freight": 30.09, + "ShipName": "Save-a-lot Markets", + "ShipAddress": "187 Suffolk Ln.", + "ShipCity": "Boise", + "ShipRegion": "ID", + "ShipPostalCode": 83720, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 17, + "UnitPrice": 39, + "Quantity": 77, + "Discount": 0.1 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 12, + "Discount": 0 + }, + { + "ProductID": 53, + "UnitPrice": 32.8, + "Quantity": 25, + "Discount": 0.1 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 4, + "Discount": 0.1 + }, + { + "ProductID": 68, + "UnitPrice": 12.5, + "Quantity": 55, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 11065, + "EmployeeID": 8, + "OrderDate": "1998-05-01T00:00:00", + "RequiredDate": "1998-05-29T00:00:00", + "ShipVia": 1, + "Freight": 12.91, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 30, + "UnitPrice": 25.89, + "Quantity": 4, + "Discount": 0.25 + }, + { + "ProductID": 54, + "UnitPrice": 7.45, + "Quantity": 20, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "WHITC", + "Company": "White Clover Markets", + "ContactName": "Karl Jablonski", + "ContactTitle": "Owner", + "Address": "305 - 14th Ave. S. Suite 3B", + "City": "Seattle", + "Region": "WA", + "PostalCode": 98128, + "Country": "USA", + "Phone": "(206) 555-4112", + "Fax": "(206) 555-4115", + "Orders": [ + { + "OrderID": 11066, + "EmployeeID": 7, + "OrderDate": "1998-05-01T00:00:00", + "RequiredDate": "1998-05-29T00:00:00", + "ShippedDate": "1998-05-04T00:00:00", + "ShipVia": 2, + "Freight": 44.72, + "ShipName": "White Clover Markets", + "ShipAddress": "1029 - 12th Ave. S.", + "ShipCity": "Seattle", + "ShipRegion": "WA", + "ShipPostalCode": 98124, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 42, + "Discount": 0 + }, + { + "ProductID": 34, + "UnitPrice": 14, + "Quantity": 35, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "DRACD", + "Company": "Drachenblut Delikatessen", + "ContactName": "Sven Ottlieb", + "ContactTitle": "Order Administrator", + "Address": "Walserweg 21", + "City": "Aachen", + "PostalCode": 52066, + "Country": "Germany", + "Phone": "0241-039123", + "Fax": "0241-059428", + "Orders": [ + { + "OrderID": 11067, + "EmployeeID": 1, + "OrderDate": "1998-05-04T00:00:00", + "RequiredDate": "1998-05-18T00:00:00", + "ShippedDate": "1998-05-06T00:00:00", + "ShipVia": 2, + "Freight": 7.98, + "ShipName": "Drachenblut Delikatessen", + "ShipAddress": "Walserweg 21", + "ShipCity": "Aachen", + "ShipPostalCode": 52066, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 9, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "QUEEN", + "Company": "Queen Cozinha", + "ContactName": "L\u00facia Carvalho", + "ContactTitle": "Marketing Assistant", + "Address": "Alameda dos Can\u00e0rios, 891", + "City": "Sao Paulo", + "Region": "SP", + "PostalCode": 5487, + "Country": "Brazil", + "Phone": "(11) 555-1189", + "Orders": [ + { + "OrderID": 11068, + "EmployeeID": 8, + "OrderDate": "1998-05-04T00:00:00", + "RequiredDate": "1998-06-01T00:00:00", + "ShipVia": 2, + "Freight": 81.75, + "ShipName": "Queen Cozinha", + "ShipAddress": "Alameda dos Can\u00e0rios, 891", + "ShipCity": "Sao Paulo", + "ShipRegion": "SP", + "ShipPostalCode": 5487, + "ShipCountry": "Brazil", + "OrderDetails": [ + { + "ProductID": 28, + "UnitPrice": 45.6, + "Quantity": 8, + "Discount": 0.16 + }, + { + "ProductID": 43, + "UnitPrice": 46, + "Quantity": 36, + "Discount": 0.16 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 28, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "TORTU", + "Company": "Tortuga Restaurante", + "ContactName": "Miguel Angel Paolino", + "ContactTitle": "Owner", + "Address": "Avda. Azteca 123", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 555-2933", + "Orders": [ + { + "OrderID": 11069, + "EmployeeID": 1, + "OrderDate": "1998-05-04T00:00:00", + "RequiredDate": "1998-06-01T00:00:00", + "ShippedDate": "1998-05-06T00:00:00", + "ShipVia": 2, + "Freight": 15.67, + "ShipName": "Tortuga Restaurante", + "ShipAddress": "Avda. Azteca 123", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LEHMS", + "Company": "Lehmanns Marktstand", + "ContactName": "Renate Messner", + "ContactTitle": "Sales Representative", + "Address": "Magazinweg 7", + "City": "Frankfurt a.M.", + "PostalCode": 60528, + "Country": "Germany", + "Phone": "069-0245984", + "Fax": "069-0245874", + "Orders": [ + { + "OrderID": 11070, + "EmployeeID": 2, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 1, + "Freight": 136, + "ShipName": "Lehmanns Marktstand", + "ShipAddress": "Magazinweg 7", + "ShipCity": "Frankfurt a.M.", + "ShipPostalCode": 60528, + "ShipCountry": "Germany", + "OrderDetails": [ + { + "ProductID": 1, + "UnitPrice": 18, + "Quantity": 40, + "Discount": 0.16 + }, + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 20, + "Discount": 0.16 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 31, + "UnitPrice": 12.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "LILAS", + "Company": "LILA-Supermercado", + "ContactName": "Carlos Gonz\u00e1lez", + "ContactTitle": "Accounting Manager", + "Address": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "City": "Barquisimeto", + "Region": "Lara", + "PostalCode": 3508, + "Country": "Venezuela", + "Phone": "(9) 331-6954", + "Fax": "(9) 331-7256", + "Orders": [ + { + "OrderID": 11071, + "EmployeeID": 1, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 1, + "Freight": 0.93, + "ShipName": "LILA-Supermercado", + "ShipAddress": "Carrera 52 con Ave. Bol\u00edvar #65-98 Llano Largo", + "ShipCity": "Barquisimeto", + "ShipRegion": "Lara", + "ShipPostalCode": 3508, + "ShipCountry": "Venezuela", + "OrderDetails": [ + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 15, + "Discount": 0.06 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 10, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "ERNSH", + "Company": "Ernst Handel", + "ContactName": "Roland Mendel", + "ContactTitle": "Sales Manager", + "Address": "Kirchgasse 6", + "City": "Graz", + "PostalCode": 8010, + "Country": "Austria", + "Phone": "7675-3425", + "Fax": "7675-3426", + "Orders": [ + { + "OrderID": 11072, + "EmployeeID": 4, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 2, + "Freight": 258.64, + "ShipName": "Ernst Handel", + "ShipAddress": "Kirchgasse 6", + "ShipCity": "Graz", + "ShipPostalCode": 8010, + "ShipCountry": "Austria", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 8, + "Discount": 0 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 40, + "Discount": 0 + }, + { + "ProductID": 50, + "UnitPrice": 16.25, + "Quantity": 22, + "Discount": 0 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 130, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "PERIC", + "Company": "Pericles Comidas cl\u00e1sicas", + "ContactName": "Guillermo Fern\u00e1ndez", + "ContactTitle": "Sales Representative", + "Address": "Calle Dr. Jorge Cash 321", + "City": "M\u00e9xico D.F.", + "PostalCode": 5033, + "Country": "Mexico", + "Phone": "(5) 552-3745", + "Fax": "(5) 545-3745", + "Orders": [ + { + "OrderID": 11073, + "EmployeeID": 2, + "OrderDate": "1998-05-05T00:00:00", + "RequiredDate": "1998-06-02T00:00:00", + "ShipVia": 2, + "Freight": 24.95, + "ShipName": "Pericles Comidas cl\u00e1sicas", + "ShipAddress": "Calle Dr. Jorge Cash 321", + "ShipCity": "M\u00e9xico D.F.", + "ShipPostalCode": 5033, + "ShipCountry": "Mexico", + "OrderDetails": [ + { + "ProductID": 11, + "UnitPrice": 21, + "Quantity": 10, + "Discount": 0 + }, + { + "ProductID": 24, + "UnitPrice": 4.5, + "Quantity": 20, + "Discount": 0 + } + ] + } + ] + }, + { + "CustomerID": "SIMOB", + "Company": "Simons bistro", + "ContactName": "Jytte Petersen", + "ContactTitle": "Owner", + "Address": "Vinb\u00e6ltet 34", + "City": "Kobenhavn", + "PostalCode": 1734, + "Country": "Denmark", + "Phone": "31 12 34 56", + "Fax": "31 13 35 57", + "Orders": [ + { + "OrderID": 11074, + "EmployeeID": 7, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 18.44, + "ShipName": "Simons bistro", + "ShipAddress": "Vinb\u00e6ltet 34", + "ShipCity": "Kobenhavn", + "ShipPostalCode": 1734, + "ShipCountry": "Denmark", + "OrderDetails": [ + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 14, + "Discount": 0.06 + } + ] + } + ] + }, + { + "CustomerID": "RICSU", + "Company": "Richter Supermarkt", + "ContactName": "Michael Holz", + "ContactTitle": "Sales Manager", + "Address": "Grenzacherweg 237", + "City": "Gen\u00e8ve", + "PostalCode": 1203, + "Country": "Switzerland", + "Phone": "0897-034214", + "Orders": [ + { + "OrderID": 11075, + "EmployeeID": 8, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 6.19, + "ShipName": "Richter Supermarkt", + "ShipAddress": "Starenweg 5", + "ShipCity": "Gen\u00e8ve", + "ShipPostalCode": 1204, + "ShipCountry": "Switzerland", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 10, + "Discount": 0.16 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 30, + "Discount": 0.16 + }, + { + "ProductID": 76, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0.16 + } + ] + } + ] + }, + { + "CustomerID": "BONAP", + "Company": "Bon app'", + "ContactName": "Laurence Lebihan", + "ContactTitle": "Owner", + "Address": "12, rue des Bouchers", + "City": "Marseille", + "PostalCode": 13008, + "Country": "France", + "Phone": "91.24.45.40", + "Fax": "91.24.45.41", + "Orders": [ + { + "OrderID": 11076, + "EmployeeID": 4, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 38.28, + "ShipName": "Bon app'", + "ShipAddress": "12, rue des Bouchers", + "ShipCity": "Marseille", + "ShipPostalCode": 13008, + "ShipCountry": "France", + "OrderDetails": [ + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 20, + "Discount": 0.25 + }, + { + "ProductID": 19, + "UnitPrice": 9.2, + "Quantity": 10, + "Discount": 0.25 + } + ] + } + ] + }, + { + "CustomerID": "RATTC", + "Company": "Rattlesnake Canyon Grocery", + "ContactName": "Paula Wilson", + "ContactTitle": "Sales Associate", + "Address": "2817 Milton Dr.", + "City": "Albuquerque", + "Region": "NM", + "PostalCode": 87110, + "Country": "USA", + "Phone": "(505) 555-5939", + "Fax": "(505) 555-3620", + "Orders": [ + { + "OrderID": 11077, + "EmployeeID": 1, + "OrderDate": "1998-05-06T00:00:00", + "RequiredDate": "1998-06-03T00:00:00", + "ShipVia": 2, + "Freight": 8.53, + "ShipName": "Rattlesnake Canyon Grocery", + "ShipAddress": "2817 Milton Dr.", + "ShipCity": "Albuquerque", + "ShipRegion": "NM", + "ShipPostalCode": 87110, + "ShipCountry": "USA", + "OrderDetails": [ + { + "ProductID": 2, + "UnitPrice": 19, + "Quantity": 24, + "Discount": 0.2 + }, + { + "ProductID": 3, + "UnitPrice": 10, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 4, + "UnitPrice": 22, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 6, + "UnitPrice": 25, + "Quantity": 1, + "Discount": 0.02 + }, + { + "ProductID": 7, + "UnitPrice": 30, + "Quantity": 1, + "Discount": 0.06 + }, + { + "ProductID": 8, + "UnitPrice": 40, + "Quantity": 2, + "Discount": 0.1 + }, + { + "ProductID": 10, + "UnitPrice": 31, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 12, + "UnitPrice": 38, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 13, + "UnitPrice": 6, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 14, + "UnitPrice": 23.25, + "Quantity": 1, + "Discount": 0.04 + }, + { + "ProductID": 16, + "UnitPrice": 17.45, + "Quantity": 2, + "Discount": 0.04 + }, + { + "ProductID": 20, + "UnitPrice": 81, + "Quantity": 1, + "Discount": 0.04 + }, + { + "ProductID": 23, + "UnitPrice": 9, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 32, + "UnitPrice": 32, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 39, + "UnitPrice": 18, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 41, + "UnitPrice": 9.65, + "Quantity": 3, + "Discount": 0 + }, + { + "ProductID": 46, + "UnitPrice": 12, + "Quantity": 3, + "Discount": 0.02 + }, + { + "ProductID": 52, + "UnitPrice": 7, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 55, + "UnitPrice": 24, + "Quantity": 2, + "Discount": 0 + }, + { + "ProductID": 60, + "UnitPrice": 34, + "Quantity": 2, + "Discount": 0.06 + }, + { + "ProductID": 64, + "UnitPrice": 33.25, + "Quantity": 2, + "Discount": 0.04 + }, + { + "ProductID": 66, + "UnitPrice": 17, + "Quantity": 1, + "Discount": 0 + }, + { + "ProductID": 73, + "UnitPrice": 15, + "Quantity": 2, + "Discount": 0.0099999998 + }, + { + "ProductID": 75, + "UnitPrice": 7.75, + "Quantity": 4, + "Discount": 0 + }, + { + "ProductID": 77, + "UnitPrice": 13, + "Quantity": 2, + "Discount": 0 + } + ] + } + ] + } ] \ No newline at end of file From 1f13725c32c7236a39b6f88238c331aa050c7740 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:21:46 +0000 Subject: [PATCH 05/11] Fix CustomerID uniqueness issue - make all CustomerIDs unique with numeric suffixes Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- .../src/HierarchicalCustomersData.json | 1450 ++++++++--------- 1 file changed, 725 insertions(+), 725 deletions(-) diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json index e8e89bbc02..999e088412 100644 --- a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/HierarchicalCustomersData.json @@ -918,7 +918,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_1", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -1227,7 +1227,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_1", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -1307,7 +1307,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_1", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -1416,7 +1416,7 @@ ] }, { - "CustomerID": "VINET", + "CustomerID": "VINET_1", "Company": "Vins et alcools Chevalier", "ContactName": "Paul Henriot", "ContactTitle": "Accounting Manager", @@ -1672,7 +1672,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_1", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -1852,7 +1852,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_1", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -1906,7 +1906,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_1", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -2168,7 +2168,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_1", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -2256,7 +2256,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_1", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -2309,7 +2309,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_2", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -2371,7 +2371,7 @@ ] }, { - "CustomerID": "VINET", + "CustomerID": "VINET_2", "Company": "Vins et alcools Chevalier", "ContactName": "Paul Henriot", "ContactTitle": "Accounting Manager", @@ -2407,7 +2407,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_1", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -2457,7 +2457,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_1", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -2553,7 +2553,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_1", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -2596,7 +2596,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_1", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -2680,7 +2680,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_1", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -2775,7 +2775,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_2", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -2872,7 +2872,7 @@ ] }, { - "CustomerID": "ROMEY", + "CustomerID": "ROMEY_1", "Company": "Romero y tomillo", "ContactName": "Alejandra Camino", "ContactTitle": "Accounting Manager", @@ -3006,7 +3006,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_1", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -3151,7 +3151,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_1", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -3205,7 +3205,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_2", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -3240,7 +3240,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_3", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -3333,7 +3333,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_4", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -3377,7 +3377,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_1", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -3415,7 +3415,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_1", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -3458,7 +3458,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_3", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -3505,7 +3505,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_2", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -3541,7 +3541,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_2", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -3722,7 +3722,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_1", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -3829,7 +3829,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_1", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -3930,7 +3930,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_1", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -3986,7 +3986,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_2", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -4116,7 +4116,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_3", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -4164,7 +4164,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_1", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -4206,7 +4206,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_2", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -4295,7 +4295,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_1", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -4355,7 +4355,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_1", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -4399,7 +4399,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_1", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -4449,7 +4449,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_1", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -4539,7 +4539,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_2", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -4593,7 +4593,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_2", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -4641,7 +4641,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_1", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -4685,7 +4685,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_3", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -4732,7 +4732,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_5", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -4831,7 +4831,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_2", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -4873,7 +4873,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_2", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -4953,7 +4953,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_2", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -5007,7 +5007,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_1", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -5091,7 +5091,7 @@ ] }, { - "CustomerID": "PERIC", + "CustomerID": "PERIC_1", "Company": "Pericles Comidas cl\u00e1sicas", "ContactName": "Guillermo Fern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -5176,7 +5176,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_3", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -5224,7 +5224,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_3", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -5274,7 +5274,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_1", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -5370,7 +5370,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_2", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -5430,7 +5430,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_4", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -5471,7 +5471,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_2", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -5740,7 +5740,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_3", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -5794,7 +5794,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_3", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -5838,7 +5838,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_1", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -5885,7 +5885,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_2", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -5976,7 +5976,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_3", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -6104,7 +6104,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_2", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -6142,7 +6142,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_1", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -6184,7 +6184,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_2", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -6219,7 +6219,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_2", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -6269,7 +6269,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_4", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -6323,7 +6323,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_4", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -6361,7 +6361,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_4", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -6421,7 +6421,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_1", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -6470,7 +6470,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_2", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -6512,7 +6512,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_4", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -6562,7 +6562,7 @@ ] }, { - "CustomerID": "FAMIA", + "CustomerID": "FAMIA_1", "Company": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", @@ -6659,7 +6659,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_2", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -6763,7 +6763,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_5", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -6817,7 +6817,7 @@ ] }, { - "CustomerID": "DRACD", + "CustomerID": "DRACD_1", "Company": "Drachenblut Delikatessen", "ContactName": "Sven Ottlieb", "ContactTitle": "Order Administrator", @@ -6853,7 +6853,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_1", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -6889,7 +6889,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_1", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -6950,7 +6950,7 @@ ] }, { - "CustomerID": "HUNGC", + "CustomerID": "HUNGC_1", "Company": "Hungry Coyote Import Store", "ContactName": "Yoshi Latimer", "ContactTitle": "Sales Representative", @@ -6994,7 +6994,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_1", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -7044,7 +7044,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_3", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -7092,7 +7092,7 @@ ] }, { - "CustomerID": "PRINI", + "CustomerID": "PRINI_1", "Company": "Princesa Isabel Vinhos", "ContactName": "Isabel de Castro", "ContactTitle": "Sales Representative", @@ -7133,7 +7133,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_2", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -7176,7 +7176,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_1", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -7230,7 +7230,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_1", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -7278,7 +7278,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_6", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -7334,7 +7334,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_6", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -7404,7 +7404,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_2", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -7490,7 +7490,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_1", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -7551,7 +7551,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_1", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -7689,7 +7689,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_1", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -7768,7 +7768,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_4", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -7804,7 +7804,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_3", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -7852,7 +7852,7 @@ ] }, { - "CustomerID": "FAMIA", + "CustomerID": "FAMIA_2", "Company": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", @@ -7895,7 +7895,7 @@ ] }, { - "CustomerID": "HUNGC", + "CustomerID": "HUNGC_2", "Company": "Hungry Coyote Import Store", "ContactName": "Yoshi Latimer", "ContactTitle": "Sales Representative", @@ -7939,7 +7939,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_5", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -7987,7 +7987,7 @@ ] }, { - "CustomerID": "SIMOB", + "CustomerID": "SIMOB_1", "Company": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", @@ -8041,7 +8041,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_5", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -8094,7 +8094,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_1", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -8135,7 +8135,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_1", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -8190,7 +8190,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_3", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -8325,7 +8325,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_3", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -8375,7 +8375,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_4", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -8417,7 +8417,7 @@ ] }, { - "CustomerID": "GALED", + "CustomerID": "GALED_1", "Company": "Galer\u00eda del gastr\u00f3nomo", "ContactName": "Eduardo Saavedra", "ContactTitle": "Marketing Manager", @@ -8459,7 +8459,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_2", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -8495,7 +8495,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_1", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -8531,7 +8531,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_5", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -8573,7 +8573,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_7", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -8627,7 +8627,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_2", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -8677,7 +8677,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_5", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -8721,7 +8721,7 @@ ] }, { - "CustomerID": "PRINI", + "CustomerID": "PRINI_2", "Company": "Princesa Isabel Vinhos", "ContactName": "Isabel de Castro", "ContactTitle": "Sales Representative", @@ -8756,7 +8756,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_3", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -8845,7 +8845,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_3", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -8899,7 +8899,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_6", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -8935,7 +8935,7 @@ ] }, { - "CustomerID": "TOMSP", + "CustomerID": "TOMSP_1", "Company": "Toms Spezialit\u00e4ten", "ContactName": "Karin Josephs", "ContactTitle": "Marketing Manager", @@ -8983,7 +8983,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_4", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -9039,7 +9039,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_3", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -9094,7 +9094,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_2", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -9132,7 +9132,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_8", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -9180,7 +9180,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_2", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -9222,7 +9222,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_3", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -9304,7 +9304,7 @@ ] }, { - "CustomerID": "TOMSP", + "CustomerID": "TOMSP_2", "Company": "Toms Spezialit\u00e4ten", "ContactName": "Karin Josephs", "ContactTitle": "Marketing Manager", @@ -9358,7 +9358,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_2", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -9449,7 +9449,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_4", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -9497,7 +9497,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_2", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -9539,7 +9539,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_6", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -9592,7 +9592,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_4", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -9635,7 +9635,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_2", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -9678,7 +9678,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_5", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -9726,7 +9726,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_7", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -9780,7 +9780,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_2", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -9843,7 +9843,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_2", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -9903,7 +9903,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_3", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -9951,7 +9951,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_4", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -9992,7 +9992,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_5", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -10042,7 +10042,7 @@ ] }, { - "CustomerID": "CONSH", + "CustomerID": "CONSH_1", "Company": "Consolidated Holdings", "ContactName": "Elizabeth Brown", "ContactTitle": "Sales Representative", @@ -10084,7 +10084,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_3", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -10126,7 +10126,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_2", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -10180,7 +10180,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_2", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -10240,7 +10240,7 @@ ] }, { - "CustomerID": "COMMI", + "CustomerID": "COMMI_1", "Company": "Com\u00e9rcio Mineiro", "ContactName": "Pedro Afonso", "ContactTitle": "Sales Associate", @@ -10283,7 +10283,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_3", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -10325,7 +10325,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_3", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -10366,7 +10366,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_2", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -10416,7 +10416,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_3", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -10464,7 +10464,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_1", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -10505,7 +10505,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_3", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -10547,7 +10547,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_3", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -10590,7 +10590,7 @@ ] }, { - "CustomerID": "PERIC", + "CustomerID": "PERIC_2", "Company": "Pericles Comidas cl\u00e1sicas", "ContactName": "Guillermo Fern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -10644,7 +10644,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_4", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -10692,7 +10692,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_2", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -10736,7 +10736,7 @@ ] }, { - "CustomerID": "PRINI", + "CustomerID": "PRINI_3", "Company": "Princesa Isabel Vinhos", "ContactName": "Isabel de Castro", "ContactTitle": "Sales Representative", @@ -10783,7 +10783,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_4", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -10819,7 +10819,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_7", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -10875,7 +10875,7 @@ ] }, { - "CustomerID": "FOLIG", + "CustomerID": "FOLIG_1", "Company": "Folies gourmandes", "ContactName": "Martine Ranc\u00e9", "ContactTitle": "Sales Associate", @@ -10917,7 +10917,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_3", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -10998,7 +10998,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_3", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -11042,7 +11042,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_2", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -11089,7 +11089,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_1", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -11145,7 +11145,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_3", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -11195,7 +11195,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_2", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -11244,7 +11244,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_4", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -11286,7 +11286,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_3", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -11328,7 +11328,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_4", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -11378,7 +11378,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_3", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -11420,7 +11420,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_3", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -11464,7 +11464,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_6", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -11512,7 +11512,7 @@ ] }, { - "CustomerID": "COMMI", + "CustomerID": "COMMI_2", "Company": "Com\u00e9rcio Mineiro", "ContactName": "Pedro Afonso", "ContactTitle": "Sales Associate", @@ -11599,7 +11599,7 @@ ] }, { - "CustomerID": "TRADH", + "CustomerID": "TRADH_1", "Company": "Tradi\u00e7\u00e3o Hipermercados", "ContactName": "Anabela Domingues", "ContactTitle": "Sales Representative", @@ -11637,7 +11637,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_3", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -11685,7 +11685,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_5", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -11735,7 +11735,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_6", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -11779,7 +11779,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_7", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -11857,7 +11857,7 @@ ] }, { - "CustomerID": "PERIC", + "CustomerID": "PERIC_3", "Company": "Pericles Comidas cl\u00e1sicas", "ContactName": "Guillermo Fern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -11905,7 +11905,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_6", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -11947,7 +11947,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_4", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -12003,7 +12003,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_5", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -12041,7 +12041,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_4", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -12082,7 +12082,7 @@ ] }, { - "CustomerID": "ANTON", + "CustomerID": "ANTON_1", "Company": "Antonio Moreno Taquer\u00eda", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", @@ -12123,7 +12123,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_2", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -12165,7 +12165,7 @@ ] }, { - "CustomerID": "BLAUS", + "CustomerID": "BLAUS_1", "Company": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", @@ -12201,7 +12201,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_5", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -12244,7 +12244,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_4", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -12292,7 +12292,7 @@ ] }, { - "CustomerID": "FAMIA", + "CustomerID": "FAMIA_3", "Company": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", @@ -12347,7 +12347,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_4", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -12395,7 +12395,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_9", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -12455,7 +12455,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_7", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -12514,7 +12514,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_7", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -12610,7 +12610,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_4", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -12657,7 +12657,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_2", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -12704,7 +12704,7 @@ ] }, { - "CustomerID": "SANTG", + "CustomerID": "SANTG_1", "Company": "Sant\u00e9 Gourmet", "ContactName": "Jonas Bergulfsen", "ContactTitle": "Owner", @@ -12794,7 +12794,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_4", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -12848,7 +12848,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_4", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -12902,7 +12902,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_4", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -12956,7 +12956,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_5", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -12998,7 +12998,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_8", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -13046,7 +13046,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_8", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -13184,7 +13184,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_4", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -13238,7 +13238,7 @@ ] }, { - "CustomerID": "OCEAN", + "CustomerID": "OCEAN_1", "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", "ContactName": "Yvonne Moncada", "ContactTitle": "Sales Agent", @@ -13274,7 +13274,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_2", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -13316,7 +13316,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_5", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -13363,7 +13363,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_5", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -13411,7 +13411,7 @@ ] }, { - "CustomerID": "ANTON", + "CustomerID": "ANTON_2", "Company": "Antonio Moreno Taquer\u00eda", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", @@ -13464,7 +13464,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_6", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -13518,7 +13518,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_2", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -13577,7 +13577,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_3", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -13658,7 +13658,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_9", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -13711,7 +13711,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_1", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -13767,7 +13767,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_5", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -13808,7 +13808,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_7", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -13852,7 +13852,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_2", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -13896,7 +13896,7 @@ ] }, { - "CustomerID": "LAZYK", + "CustomerID": "LAZYK_1", "Company": "Lazy K Kountry Store", "ContactName": "John Steel", "ContactTitle": "Marketing Manager", @@ -13934,7 +13934,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_5", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -13982,7 +13982,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_5", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -14024,7 +14024,7 @@ ] }, { - "CustomerID": "TOMSP", + "CustomerID": "TOMSP_3", "Company": "Toms Spezialit\u00e4ten", "ContactName": "Karin Josephs", "ContactTitle": "Marketing Manager", @@ -14066,7 +14066,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_10", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -14113,7 +14113,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_1", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -14166,7 +14166,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_4", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -14214,7 +14214,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_6", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -14258,7 +14258,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_9", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -14318,7 +14318,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_3", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -14372,7 +14372,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_6", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -14433,7 +14433,7 @@ ] }, { - "CustomerID": "SIMOB", + "CustomerID": "SIMOB_2", "Company": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", @@ -14469,7 +14469,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_7", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -14511,7 +14511,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_3", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -14572,7 +14572,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_5", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -14614,7 +14614,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_5", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -14656,7 +14656,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_6", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -14697,7 +14697,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_3", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -14739,7 +14739,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_4", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -14782,7 +14782,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_8", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -14832,7 +14832,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_6", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -14876,7 +14876,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_6", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -14924,7 +14924,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_8", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -14972,7 +14972,7 @@ ] }, { - "CustomerID": "GALED", + "CustomerID": "GALED_2", "Company": "Galer\u00eda del gastr\u00f3nomo", "ContactName": "Eduardo Saavedra", "ContactTitle": "Marketing Manager", @@ -15008,7 +15008,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_9", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -15052,7 +15052,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_7", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -15096,7 +15096,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_10", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -15138,7 +15138,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_5", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -15192,7 +15192,7 @@ ] }, { - "CustomerID": "ANTON", + "CustomerID": "ANTON_3", "Company": "Antonio Moreno Taquer\u00eda", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", @@ -15295,7 +15295,7 @@ ] }, { - "CustomerID": "MORGK", + "CustomerID": "MORGK_1", "Company": "Morgenstern Gesundkost", "ContactName": "Alexander Feuer", "ContactTitle": "Marketing Assistant", @@ -15348,7 +15348,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_5", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -15395,7 +15395,7 @@ ] }, { - "CustomerID": "TRAIH", + "CustomerID": "TRAIH_1", "Company": "Trail's Head Gourmet Provisioners", "ContactName": "Helvetius Nagy", "ContactTitle": "Sales Associate", @@ -15445,7 +15445,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_4", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -15529,7 +15529,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_4", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -15577,7 +15577,7 @@ ] }, { - "CustomerID": "FAMIA", + "CustomerID": "FAMIA_4", "Company": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", @@ -15614,7 +15614,7 @@ ] }, { - "CustomerID": "BLAUS", + "CustomerID": "BLAUS_2", "Company": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", @@ -15656,7 +15656,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_10", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -15704,7 +15704,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_7", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -15740,7 +15740,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_2", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -15777,7 +15777,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_4", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -15813,7 +15813,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_4", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -15863,7 +15863,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_11", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -15904,7 +15904,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_1", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -15941,7 +15941,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_8", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -15985,7 +15985,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_3", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -16033,7 +16033,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_8", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -16109,7 +16109,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_3", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -16153,7 +16153,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_11", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -16201,7 +16201,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_5", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -16251,7 +16251,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_5", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -16299,7 +16299,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_10", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -16343,7 +16343,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_5", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -16378,7 +16378,7 @@ ] }, { - "CustomerID": "HUNGC", + "CustomerID": "HUNGC_3", "Company": "Hungry Coyote Import Store", "ContactName": "Yoshi Latimer", "ContactTitle": "Sales Representative", @@ -16422,7 +16422,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_7", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -16466,7 +16466,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_4", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -16502,7 +16502,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_7", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -16545,7 +16545,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_5", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -16587,7 +16587,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_9", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -16643,7 +16643,7 @@ ] }, { - "CustomerID": "TRADH", + "CustomerID": "TRADH_2", "Company": "Tradi\u00e7\u00e3o Hipermercados", "ContactName": "Anabela Domingues", "ContactTitle": "Sales Representative", @@ -16693,7 +16693,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_8", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -16754,7 +16754,7 @@ ] }, { - "CustomerID": "TOMSP", + "CustomerID": "TOMSP_4", "Company": "Toms Spezialit\u00e4ten", "ContactName": "Karin Josephs", "ContactTitle": "Marketing Manager", @@ -16790,7 +16790,7 @@ ] }, { - "CustomerID": "DUMON", + "CustomerID": "DUMON_1", "Company": "Du monde entier", "ContactName": "Janine Labrune", "ContactTitle": "Owner", @@ -16838,7 +16838,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_8", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -16874,7 +16874,7 @@ ] }, { - "CustomerID": "WOLZA", + "CustomerID": "WOLZA_1", "Company": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", @@ -16922,7 +16922,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_9", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -16983,7 +16983,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_8", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -17027,7 +17027,7 @@ ] }, { - "CustomerID": "BLAUS", + "CustomerID": "BLAUS_3", "Company": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", @@ -17111,7 +17111,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_2", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -17189,7 +17189,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_10", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -17268,7 +17268,7 @@ ] }, { - "CustomerID": "LAUGB", + "CustomerID": "LAUGB_1", "Company": "Laughing Bacchus Wine Cellars", "ContactName": "Yoshi Tannamuri", "ContactTitle": "Marketing Assistant", @@ -17312,7 +17312,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_4", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -17367,7 +17367,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_5", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -17410,7 +17410,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_6", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -17520,7 +17520,7 @@ ] }, { - "CustomerID": "ANATR", + "CustomerID": "ANATR_1", "Company": "Ana Trujillo Emparedados y helados", "ContactName": "Ana Trujillo", "ContactTitle": "Owner", @@ -17568,7 +17568,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_6", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -17616,7 +17616,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_10", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -17659,7 +17659,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_8", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -17695,7 +17695,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_2", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -17736,7 +17736,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_6", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -17777,7 +17777,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_9", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -17813,7 +17813,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_5", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -17855,7 +17855,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_12", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -17909,7 +17909,7 @@ ] }, { - "CustomerID": "FOLIG", + "CustomerID": "FOLIG_2", "Company": "Folies gourmandes", "ContactName": "Martine Ranc\u00e9", "ContactTitle": "Sales Associate", @@ -17963,7 +17963,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_4", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -18011,7 +18011,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_11", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -18053,7 +18053,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_3", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -18102,7 +18102,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_2", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -18152,7 +18152,7 @@ ] }, { - "CustomerID": "SANTG", + "CustomerID": "SANTG_2", "Company": "Sant\u00e9 Gourmet", "ContactName": "Jonas Bergulfsen", "ContactTitle": "Owner", @@ -18188,7 +18188,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_6", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -18230,7 +18230,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_9", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -18274,7 +18274,7 @@ ] }, { - "CustomerID": "SIMOB", + "CustomerID": "SIMOB_3", "Company": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", @@ -18364,7 +18364,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_3", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -18413,7 +18413,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_2", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -18457,7 +18457,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_9", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -18511,7 +18511,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_5", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -18555,7 +18555,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_6", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -18598,7 +18598,7 @@ ] }, { - "CustomerID": "MAISD", + "CustomerID": "MAISD_1", "Company": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", @@ -18640,7 +18640,7 @@ ] }, { - "CustomerID": "FAMIA", + "CustomerID": "FAMIA_5", "Company": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", @@ -18689,7 +18689,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_7", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -18731,7 +18731,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_1", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -18774,7 +18774,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_7", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -18816,7 +18816,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_7", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -18864,7 +18864,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_5", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -18900,7 +18900,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_3", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -18949,7 +18949,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_11", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -19016,7 +19016,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_12", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -19069,7 +19069,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_4", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -19118,7 +19118,7 @@ ] }, { - "CustomerID": "HUNGC", + "CustomerID": "HUNGC_4", "Company": "Hungry Coyote Import Store", "ContactName": "Yoshi Latimer", "ContactTitle": "Sales Representative", @@ -19156,7 +19156,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_10", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -19198,7 +19198,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_3", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -19236,7 +19236,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_6", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -19284,7 +19284,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_6", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -19332,7 +19332,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_4", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -19382,7 +19382,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_3", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -19423,7 +19423,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_13", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -19465,7 +19465,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_8", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -19513,7 +19513,7 @@ ] }, { - "CustomerID": "SIMOB", + "CustomerID": "SIMOB_4", "Company": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", @@ -19549,7 +19549,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_8", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -19657,7 +19657,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_8", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -19699,7 +19699,7 @@ ] }, { - "CustomerID": "WILMK", + "CustomerID": "WILMK_1", "Company": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", @@ -19747,7 +19747,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_5", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -19784,7 +19784,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_9", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -19832,7 +19832,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_6", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -19879,7 +19879,7 @@ ] }, { - "CustomerID": "ANTON", + "CustomerID": "ANTON_4", "Company": "Antonio Moreno Taquer\u00eda", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", @@ -19920,7 +19920,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_12", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -19975,7 +19975,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_9", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -20011,7 +20011,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_4", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -20061,7 +20061,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_4", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -20110,7 +20110,7 @@ ] }, { - "CustomerID": "ANTON", + "CustomerID": "ANTON_5", "Company": "Antonio Moreno Taquer\u00eda", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", @@ -20157,7 +20157,7 @@ ] }, { - "CustomerID": "DUMON", + "CustomerID": "DUMON_2", "Company": "Du monde entier", "ContactName": "Janine Labrune", "ContactTitle": "Owner", @@ -20193,7 +20193,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_5", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -20241,7 +20241,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_2", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -20290,7 +20290,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_6", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -20332,7 +20332,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_11", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -20380,7 +20380,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_5", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -20428,7 +20428,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_9", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -20464,7 +20464,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_3", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -20508,7 +20508,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_13", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -20567,7 +20567,7 @@ ] }, { - "CustomerID": "ALFKI", + "CustomerID": "ALFKI_1", "Company": "Alfreds Futterkiste", "ContactName": "Maria Anders", "ContactTitle": "Sales Representative", @@ -20603,7 +20603,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_6", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -20659,7 +20659,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_14", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -20706,7 +20706,7 @@ ] }, { - "CustomerID": "WILMK", + "CustomerID": "WILMK_2", "Company": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", @@ -20754,7 +20754,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_7", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -20798,7 +20798,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_3", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -20854,7 +20854,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_14", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -20914,7 +20914,7 @@ ] }, { - "CustomerID": "MORGK", + "CustomerID": "MORGK_2", "Company": "Morgenstern Gesundkost", "ContactName": "Alexander Feuer", "ContactTitle": "Marketing Assistant", @@ -20949,7 +20949,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_13", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -21004,7 +21004,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_12", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -21052,7 +21052,7 @@ ] }, { - "CustomerID": "ALFKI", + "CustomerID": "ALFKI_2", "Company": "Alfreds Futterkiste", "ContactName": "Maria Anders", "ContactTitle": "Sales Representative", @@ -21094,7 +21094,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_7", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -21141,7 +21141,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_5", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -21190,7 +21190,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_10", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -21234,7 +21234,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_5", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -21284,7 +21284,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_4", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -21333,7 +21333,7 @@ ] }, { - "CustomerID": "THEBI", + "CustomerID": "THEBI_1", "Company": "The Big Cheese", "ContactName": "Liz Nixon", "ContactTitle": "Marketing Manager", @@ -21376,7 +21376,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_3", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -21425,7 +21425,7 @@ ] }, { - "CustomerID": "FRANS", + "CustomerID": "FRANS_1", "Company": "Franchi S.p.A.", "ContactName": "Paolo Accorti", "ContactTitle": "Sales Representative", @@ -21467,7 +21467,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_14", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -21516,7 +21516,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_13", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -21558,7 +21558,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_15", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -21660,7 +21660,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_7", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -21702,7 +21702,7 @@ ] }, { - "CustomerID": "RANCH", + "CustomerID": "RANCH_1", "Company": "Rancho grande", "ContactName": "Sergio Guti\u00e9rrez", "ContactTitle": "Sales Representative", @@ -21750,7 +21750,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_10", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -21798,7 +21798,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_7", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -21851,7 +21851,7 @@ ] }, { - "CustomerID": "LETSS", + "CustomerID": "LETSS_1", "Company": "Let's Stop N Shop", "ContactName": "Jaime Yorres", "ContactTitle": "Owner", @@ -21900,7 +21900,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_6", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -21944,7 +21944,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_15", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -21979,7 +21979,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_16", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -22034,7 +22034,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_8", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -22072,7 +22072,7 @@ ] }, { - "CustomerID": "MEREP", + "CustomerID": "MEREP_11", "Company": "M\u00e8re Paillarde", "ContactName": "Jean Fresni\u00e8re", "ContactTitle": "Marketing Assistant", @@ -22116,7 +22116,7 @@ ] }, { - "CustomerID": "FAMIA", + "CustomerID": "FAMIA_6", "Company": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", @@ -22165,7 +22165,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_3", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -22207,7 +22207,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_6", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -22255,7 +22255,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_6", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -22310,7 +22310,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_4", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -22360,7 +22360,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_8", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -22408,7 +22408,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_3", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -22449,7 +22449,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_9", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -22485,7 +22485,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_10", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -22533,7 +22533,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_4", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -22582,7 +22582,7 @@ ] }, { - "CustomerID": "LETSS", + "CustomerID": "LETSS_2", "Company": "Let's Stop N Shop", "ContactName": "Jaime Yorres", "ContactTitle": "Owner", @@ -22625,7 +22625,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_14", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -22667,7 +22667,7 @@ ] }, { - "CustomerID": "VINET", + "CustomerID": "VINET_3", "Company": "Vins et alcools Chevalier", "ContactName": "Paul Henriot", "ContactTitle": "Accounting Manager", @@ -22745,7 +22745,7 @@ ] }, { - "CustomerID": "VINET", + "CustomerID": "VINET_4", "Company": "Vins et alcools Chevalier", "ContactName": "Paul Henriot", "ContactTitle": "Accounting Manager", @@ -22787,7 +22787,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_9", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -22843,7 +22843,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_5", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -22880,7 +22880,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_4", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -22930,7 +22930,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_6", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -22967,7 +22967,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_6", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -23003,7 +23003,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_16", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -23056,7 +23056,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_4", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -23109,7 +23109,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_7", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -23163,7 +23163,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_17", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -23212,7 +23212,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_6", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -23261,7 +23261,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_12", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -23309,7 +23309,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_4", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -23362,7 +23362,7 @@ ] }, { - "CustomerID": "NORTS", + "CustomerID": "NORTS_1", "Company": "North/South", "ContactName": "Simon Crowther", "ContactTitle": "Sales Associate", @@ -23404,7 +23404,7 @@ ] }, { - "CustomerID": "FRANS", + "CustomerID": "FRANS_2", "Company": "Franchi S.p.A.", "ContactName": "Paolo Accorti", "ContactTitle": "Sales Representative", @@ -23446,7 +23446,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_5", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -23482,7 +23482,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_10", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -23536,7 +23536,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_6", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -23592,7 +23592,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_18", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -23647,7 +23647,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_5", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -23694,7 +23694,7 @@ ] }, { - "CustomerID": "ANATR", + "CustomerID": "ANATR_2", "Company": "Ana Trujillo Emparedados y helados", "ContactName": "Ana Trujillo", "ContactTitle": "Owner", @@ -23730,7 +23730,7 @@ ] }, { - "CustomerID": "MAISD", + "CustomerID": "MAISD_2", "Company": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", @@ -23778,7 +23778,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_11", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -23822,7 +23822,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_8", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -23875,7 +23875,7 @@ ] }, { - "CustomerID": "FOLIG", + "CustomerID": "FOLIG_3", "Company": "Folies gourmandes", "ContactName": "Martine Ranc\u00e9", "ContactTitle": "Sales Associate", @@ -23923,7 +23923,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_15", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -23965,7 +23965,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_17", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -24000,7 +24000,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_6", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -24048,7 +24048,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_5", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -24084,7 +24084,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_7", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -24139,7 +24139,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_7", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -24193,7 +24193,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_4", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -24231,7 +24231,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_16", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -24267,7 +24267,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_9", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -24309,7 +24309,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_17", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -24357,7 +24357,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_9", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -24398,7 +24398,7 @@ ] }, { - "CustomerID": "THECR", + "CustomerID": "THECR_1", "Company": "The Cracker Box", "ContactName": "Liu Wong", "ContactTitle": "Marketing Assistant", @@ -24442,7 +24442,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_18", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -24496,7 +24496,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_5", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -24533,7 +24533,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_11", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -24569,7 +24569,7 @@ ] }, { - "CustomerID": "MORGK", + "CustomerID": "MORGK_3", "Company": "Morgenstern Gesundkost", "ContactName": "Alexander Feuer", "ContactTitle": "Marketing Assistant", @@ -24610,7 +24610,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_8", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -24654,7 +24654,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_13", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -24702,7 +24702,7 @@ ] }, { - "CustomerID": "CACTU", + "CustomerID": "CACTU_1", "Company": "Cactus Comidas para llevar", "ContactName": "Patricio Simpson", "ContactTitle": "Sales Agent", @@ -24738,7 +24738,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_5", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -24782,7 +24782,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_6", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -24830,7 +24830,7 @@ ] }, { - "CustomerID": "GROSR", + "CustomerID": "GROSR_1", "Company": "GROSELLA-Restaurante", "ContactName": "Manuel Pereira", "ContactTitle": "Owner", @@ -24874,7 +24874,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_7", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -24923,7 +24923,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_10", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -24965,7 +24965,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_18", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -25006,7 +25006,7 @@ ] }, { - "CustomerID": "FOLIG", + "CustomerID": "FOLIG_4", "Company": "Folies gourmandes", "ContactName": "Martine Ranc\u00e9", "ContactTitle": "Sales Associate", @@ -25060,7 +25060,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_6", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -25103,7 +25103,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_11", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -25145,7 +25145,7 @@ ] }, { - "CustomerID": "WOLZA", + "CustomerID": "WOLZA_2", "Company": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", @@ -25193,7 +25193,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_8", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -25236,7 +25236,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_7", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -25280,7 +25280,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_19", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -25322,7 +25322,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_11", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -25378,7 +25378,7 @@ ] }, { - "CustomerID": "DRACD", + "CustomerID": "DRACD_2", "Company": "Drachenblut Delikatessen", "ContactName": "Sven Ottlieb", "ContactTitle": "Order Administrator", @@ -25414,7 +25414,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_7", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -25457,7 +25457,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_8", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -25504,7 +25504,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_6", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -25552,7 +25552,7 @@ ] }, { - "CustomerID": "BOLID", + "CustomerID": "BOLID_1", "Company": "B\u00f3lido Comidas preparadas", "ContactName": "Mart\u00edn Sommer", "ContactTitle": "Owner", @@ -25594,7 +25594,7 @@ ] }, { - "CustomerID": "SIMOB", + "CustomerID": "SIMOB_5", "Company": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", @@ -25648,7 +25648,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_4", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -25697,7 +25697,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_7", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -25745,7 +25745,7 @@ ] }, { - "CustomerID": "THEBI", + "CustomerID": "THEBI_2", "Company": "The Big Cheese", "ContactName": "Liz Nixon", "ContactTitle": "Marketing Manager", @@ -25788,7 +25788,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_6", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -25836,7 +25836,7 @@ ] }, { - "CustomerID": "FRANS", + "CustomerID": "FRANS_3", "Company": "Franchi S.p.A.", "ContactName": "Paolo Accorti", "ContactTitle": "Sales Representative", @@ -25872,7 +25872,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_6", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -25916,7 +25916,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_5", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -25953,7 +25953,7 @@ ] }, { - "CustomerID": "LAUGB", + "CustomerID": "LAUGB_2", "Company": "Laughing Bacchus Wine Cellars", "ContactName": "Yoshi Tannamuri", "ContactTitle": "Marketing Assistant", @@ -26003,7 +26003,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_5", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -26053,7 +26053,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_7", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -26101,7 +26101,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_7", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -26144,7 +26144,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_7", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -26198,7 +26198,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_19", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -26235,7 +26235,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_5", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -26278,7 +26278,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_9", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -26331,7 +26331,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_7", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -26373,7 +26373,7 @@ ] }, { - "CustomerID": "CACTU", + "CustomerID": "CACTU_2", "Company": "Cactus Comidas para llevar", "ContactName": "Patricio Simpson", "ContactTitle": "Sales Agent", @@ -26415,7 +26415,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_12", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -26453,7 +26453,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_7", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -26497,7 +26497,7 @@ ] }, { - "CustomerID": "TRAIH", + "CustomerID": "TRAIH_2", "Company": "Trail's Head Gourmet Provisioners", "ContactName": "Helvetius Nagy", "ContactTitle": "Sales Associate", @@ -26541,7 +26541,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_9", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -26597,7 +26597,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_10", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -26638,7 +26638,7 @@ ] }, { - "CustomerID": "DRACD", + "CustomerID": "DRACD_3", "Company": "Drachenblut Delikatessen", "ContactName": "Sven Ottlieb", "ContactTitle": "Order Administrator", @@ -26680,7 +26680,7 @@ ] }, { - "CustomerID": "BLONP", + "CustomerID": "BLONP_10", "Company": "Blondesddsl p\u00e8re et fils", "ContactName": "Fr\u00e9d\u00e9rique Citeaux", "ContactTitle": "Marketing Manager", @@ -26722,7 +26722,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_11", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -26764,7 +26764,7 @@ ] }, { - "CustomerID": "RANCH", + "CustomerID": "RANCH_2", "Company": "Rancho grande", "ContactName": "Sergio Guti\u00e9rrez", "ContactTitle": "Sales Representative", @@ -26806,7 +26806,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_8", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -26861,7 +26861,7 @@ ] }, { - "CustomerID": "TRADH", + "CustomerID": "TRADH_3", "Company": "Tradi\u00e7\u00e3o Hipermercados", "ContactName": "Anabela Domingues", "ContactTitle": "Sales Representative", @@ -26917,7 +26917,7 @@ ] }, { - "CustomerID": "SANTG", + "CustomerID": "SANTG_3", "Company": "Sant\u00e9 Gourmet", "ContactName": "Jonas Bergulfsen", "ContactTitle": "Owner", @@ -26971,7 +26971,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_11", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -27025,7 +27025,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_7", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -27073,7 +27073,7 @@ ] }, { - "CustomerID": "TRADH", + "CustomerID": "TRADH_4", "Company": "Tradi\u00e7\u00e3o Hipermercados", "ContactName": "Anabela Domingues", "ContactTitle": "Sales Representative", @@ -27117,7 +27117,7 @@ ] }, { - "CustomerID": "ALFKI", + "CustomerID": "ALFKI_3", "Company": "Alfreds Futterkiste", "ContactName": "Maria Anders", "ContactTitle": "Sales Representative", @@ -27159,7 +27159,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_20", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -27219,7 +27219,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_12", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -27273,7 +27273,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_6", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -27323,7 +27323,7 @@ ] }, { - "CustomerID": "TRADH", + "CustomerID": "TRADH_5", "Company": "Tradi\u00e7\u00e3o Hipermercados", "ContactName": "Anabela Domingues", "ContactTitle": "Sales Representative", @@ -27367,7 +27367,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_7", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -27411,7 +27411,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_6", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -27465,7 +27465,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_7", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -27518,7 +27518,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_8", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -27554,7 +27554,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_8", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -27590,7 +27590,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_19", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -27649,7 +27649,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_7", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -27697,7 +27697,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_20", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -27764,7 +27764,7 @@ ] }, { - "CustomerID": "CONSH", + "CustomerID": "CONSH_2", "Company": "Consolidated Holdings", "ContactName": "Elizabeth Brown", "ContactTitle": "Sales Representative", @@ -27806,7 +27806,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_10", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -27847,7 +27847,7 @@ ] }, { - "CustomerID": "VICTE", + "CustomerID": "VICTE_9", "Company": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", @@ -27895,7 +27895,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_8", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -27950,7 +27950,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_13", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -28000,7 +28000,7 @@ ] }, { - "CustomerID": "BLAUS", + "CustomerID": "BLAUS_4", "Company": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", @@ -28036,7 +28036,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_21", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -28078,7 +28078,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_7", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -28134,7 +28134,7 @@ ] }, { - "CustomerID": "ANTON", + "CustomerID": "ANTON_6", "Company": "Antonio Moreno Taquer\u00eda", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", @@ -28175,7 +28175,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_13", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -28271,7 +28271,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_12", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -28319,7 +28319,7 @@ ] }, { - "CustomerID": "FRANR", + "CustomerID": "FRANR_1", "Company": "France restauration", "ContactName": "Carine Schmitt", "ContactTitle": "Marketing Manager", @@ -28361,7 +28361,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_10", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -28423,7 +28423,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_10", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -28465,7 +28465,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_12", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -28509,7 +28509,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_9", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -28552,7 +28552,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_20", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -28593,7 +28593,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_14", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -28641,7 +28641,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_5", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -28679,7 +28679,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_8", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -28728,7 +28728,7 @@ ] }, { - "CustomerID": "SEVES", + "CustomerID": "SEVES_8", "Company": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", @@ -28782,7 +28782,7 @@ ] }, { - "CustomerID": "WOLZA", + "CustomerID": "WOLZA_3", "Company": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", @@ -28824,7 +28824,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_12", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -28872,7 +28872,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_3", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -28925,7 +28925,7 @@ ] }, { - "CustomerID": "WILMK", + "CustomerID": "WILMK_3", "Company": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", @@ -28967,7 +28967,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_4", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -29002,7 +29002,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_15", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -29050,7 +29050,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_13", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -29092,7 +29092,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_9", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -29135,7 +29135,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_21", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -29170,7 +29170,7 @@ ] }, { - "CustomerID": "WILMK", + "CustomerID": "WILMK_4", "Company": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", @@ -29218,7 +29218,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_11", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -29265,7 +29265,7 @@ ] }, { - "CustomerID": "CACTU", + "CustomerID": "CACTU_3", "Company": "Cactus Comidas para llevar", "ContactName": "Patricio Simpson", "ContactTitle": "Sales Agent", @@ -29301,7 +29301,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_21", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -29350,7 +29350,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_6", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -29388,7 +29388,7 @@ ] }, { - "CustomerID": "LETSS", + "CustomerID": "LETSS_3", "Company": "Let's Stop N Shop", "ContactName": "Jaime Yorres", "ContactTitle": "Owner", @@ -29437,7 +29437,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_8", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -29491,7 +29491,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_6", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -29541,7 +29541,7 @@ ] }, { - "CustomerID": "GALED", + "CustomerID": "GALED_3", "Company": "Galer\u00eda del gastr\u00f3nomo", "ContactName": "Eduardo Saavedra", "ContactTitle": "Marketing Manager", @@ -29577,7 +29577,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_5", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -29618,7 +29618,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_14", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -29662,7 +29662,7 @@ ] }, { - "CustomerID": "DUMON", + "CustomerID": "DUMON_3", "Company": "Du monde entier", "ContactName": "Janine Labrune", "ContactTitle": "Owner", @@ -29710,7 +29710,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_11", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -29746,7 +29746,7 @@ ] }, { - "CustomerID": "MAISD", + "CustomerID": "MAISD_3", "Company": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", @@ -29782,7 +29782,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_11", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -29841,7 +29841,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_22", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -29890,7 +29890,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_22", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -29944,7 +29944,7 @@ ] }, { - "CustomerID": "MAISD", + "CustomerID": "MAISD_4", "Company": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", @@ -29986,7 +29986,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_15", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -30028,7 +30028,7 @@ ] }, { - "CustomerID": "OCEAN", + "CustomerID": "OCEAN_2", "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", "ContactName": "Yvonne Moncada", "ContactTitle": "Sales Agent", @@ -30064,7 +30064,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_10", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -30102,7 +30102,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_6", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -30139,7 +30139,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_13", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -30183,7 +30183,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_12", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -30224,7 +30224,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_7", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -30274,7 +30274,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_11", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -30318,7 +30318,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_7", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -30355,7 +30355,7 @@ ] }, { - "CustomerID": "WOLZA", + "CustomerID": "WOLZA_4", "Company": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", @@ -30391,7 +30391,7 @@ ] }, { - "CustomerID": "SPECD", + "CustomerID": "SPECD_1", "Company": "Sp\u00e9cialit\u00e9s du monde", "ContactName": "Dominique Perrier", "ContactTitle": "Marketing Manager", @@ -30427,7 +30427,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_8", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -30469,7 +30469,7 @@ ] }, { - "CustomerID": "SANTG", + "CustomerID": "SANTG_4", "Company": "Sant\u00e9 Gourmet", "ContactName": "Jonas Bergulfsen", "ContactTitle": "Owner", @@ -30517,7 +30517,7 @@ ] }, { - "CustomerID": "WILMK", + "CustomerID": "WILMK_5", "Company": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", @@ -30565,7 +30565,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_6", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -30612,7 +30612,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_16", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -30654,7 +30654,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_9", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -30726,7 +30726,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_8", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -30773,7 +30773,7 @@ ] }, { - "CustomerID": "RANCH", + "CustomerID": "RANCH_3", "Company": "Rancho grande", "ContactName": "Sergio Guti\u00e9rrez", "ContactTitle": "Sales Representative", @@ -30821,7 +30821,7 @@ ] }, { - "CustomerID": "ROMEY", + "CustomerID": "ROMEY_2", "Company": "Romero y tomillo", "ContactName": "Alejandra Camino", "ContactTitle": "Accounting Manager", @@ -30863,7 +30863,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_5", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -30907,7 +30907,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_8", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -30957,7 +30957,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_10", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -30994,7 +30994,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_8", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -31036,7 +31036,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_8", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -31080,7 +31080,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_12", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -31128,7 +31128,7 @@ ] }, { - "CustomerID": "BERGS", + "CustomerID": "BERGS_16", "Company": "Berglunds snabbk\u00f6p", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", @@ -31176,7 +31176,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_9", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -31220,7 +31220,7 @@ ] }, { - "CustomerID": "ANATR", + "CustomerID": "ANATR_3", "Company": "Ana Trujillo Emparedados y helados", "ContactName": "Ana Trujillo", "ContactTitle": "Owner", @@ -31274,7 +31274,7 @@ ] }, { - "CustomerID": "LACOR", + "CustomerID": "LACOR_1", "Company": "La corne d'abondance", "ContactName": "Daniel Tonini", "ContactTitle": "Sales Representative", @@ -31322,7 +31322,7 @@ ] }, { - "CustomerID": "GALED", + "CustomerID": "GALED_4", "Company": "Galer\u00eda del gastr\u00f3nomo", "ContactName": "Eduardo Saavedra", "ContactTitle": "Marketing Manager", @@ -31364,7 +31364,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_13", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -31412,7 +31412,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_9", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -31466,7 +31466,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_6", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -31507,7 +31507,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_14", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -31561,7 +31561,7 @@ ] }, { - "CustomerID": "ISLAT", + "CustomerID": "ISLAT_9", "Company": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", @@ -31604,7 +31604,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_12", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -31640,7 +31640,7 @@ ] }, { - "CustomerID": "WELLI", + "CustomerID": "WELLI_8", "Company": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", @@ -31689,7 +31689,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_6", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -31726,7 +31726,7 @@ ] }, { - "CustomerID": "CACTU", + "CustomerID": "CACTU_4", "Company": "Cactus Comidas para llevar", "ContactName": "Patricio Simpson", "ContactTitle": "Sales Agent", @@ -31768,7 +31768,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_22", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -31821,7 +31821,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_8", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -31863,7 +31863,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_15", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -31905,7 +31905,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_23", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -31960,7 +31960,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_9", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -31996,7 +31996,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_6", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -32043,7 +32043,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_6", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -32093,7 +32093,7 @@ ] }, { - "CustomerID": "MORGK", + "CustomerID": "MORGK_4", "Company": "Morgenstern Gesundkost", "ContactName": "Alexander Feuer", "ContactTitle": "Marketing Assistant", @@ -32134,7 +32134,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_9", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -32182,7 +32182,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_7", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -32217,7 +32217,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_7", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -32264,7 +32264,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_7", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -32320,7 +32320,7 @@ ] }, { - "CustomerID": "MAGAA", + "CustomerID": "MAGAA_9", "Company": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", @@ -32356,7 +32356,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_7", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -32403,7 +32403,7 @@ ] }, { - "CustomerID": "ALFKI", + "CustomerID": "ALFKI_4", "Company": "Alfreds Futterkiste", "ContactName": "Maria Anders", "ContactTitle": "Sales Representative", @@ -32445,7 +32445,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_11", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -32488,7 +32488,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_9", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -32544,7 +32544,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_13", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -32579,7 +32579,7 @@ ] }, { - "CustomerID": "BLAUS", + "CustomerID": "BLAUS_5", "Company": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", @@ -32627,7 +32627,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_14", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -32677,7 +32677,7 @@ ] }, { - "CustomerID": "OCEAN", + "CustomerID": "OCEAN_3", "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", "ContactName": "Yvonne Moncada", "ContactTitle": "Sales Agent", @@ -32725,7 +32725,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_7", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -32762,7 +32762,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_15", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -32806,7 +32806,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_10", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -32849,7 +32849,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_23", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -32908,7 +32908,7 @@ ] }, { - "CustomerID": "FURIB", + "CustomerID": "FURIB_7", "Company": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", @@ -32944,7 +32944,7 @@ ] }, { - "CustomerID": "SPECD", + "CustomerID": "SPECD_2", "Company": "Sp\u00e9cialit\u00e9s du monde", "ContactName": "Dominique Perrier", "ContactTitle": "Marketing Manager", @@ -32992,7 +32992,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_8", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -33030,7 +33030,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_5", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -33077,7 +33077,7 @@ ] }, { - "CustomerID": "TOMSP", + "CustomerID": "TOMSP_5", "Company": "Toms Spezialit\u00e4ten", "ContactName": "Karin Josephs", "ContactTitle": "Marketing Manager", @@ -33119,7 +33119,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_23", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -33167,7 +33167,7 @@ ] }, { - "CustomerID": "COMMI", + "CustomerID": "COMMI_3", "Company": "Com\u00e9rcio Mineiro", "ContactName": "Pedro Afonso", "ContactTitle": "Sales Associate", @@ -33204,7 +33204,7 @@ ] }, { - "CustomerID": "BOLID", + "CustomerID": "BOLID_2", "Company": "B\u00f3lido Comidas preparadas", "ContactName": "Mart\u00edn Sommer", "ContactTitle": "Owner", @@ -33240,7 +33240,7 @@ ] }, { - "CustomerID": "FRANR", + "CustomerID": "FRANR_2", "Company": "France restauration", "ContactName": "Carine Schmitt", "ContactTitle": "Marketing Manager", @@ -33276,7 +33276,7 @@ ] }, { - "CustomerID": "LACOR", + "CustomerID": "LACOR_2", "Company": "La corne d'abondance", "ContactName": "Daniel Tonini", "ContactTitle": "Sales Representative", @@ -33352,7 +33352,7 @@ ] }, { - "CustomerID": "SPLIR", + "CustomerID": "SPLIR_8", "Company": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", @@ -33390,7 +33390,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_8", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -33434,7 +33434,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_16", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -33472,7 +33472,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_14", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -33525,7 +33525,7 @@ ] }, { - "CustomerID": "MAISD", + "CustomerID": "MAISD_5", "Company": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", @@ -33579,7 +33579,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_24", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -33645,7 +33645,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_15", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -33680,7 +33680,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_10", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -33718,7 +33718,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_9", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -33762,7 +33762,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_24", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -33840,7 +33840,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_17", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -33888,7 +33888,7 @@ ] }, { - "CustomerID": "OCEAN", + "CustomerID": "OCEAN_4", "Company": "Oc\u00e9ano Atl\u00e1ntico Ltda.", "ContactName": "Yvonne Moncada", "ContactTitle": "Sales Agent", @@ -33942,7 +33942,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_4", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -33990,7 +33990,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_15", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -34034,7 +34034,7 @@ ] }, { - "CustomerID": "QUEDE", + "CustomerID": "QUEDE_8", "Company": "Que Del\u00edcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", @@ -34084,7 +34084,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_25", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -34138,7 +34138,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_24", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -34185,7 +34185,7 @@ ] }, { - "CustomerID": "THEBI", + "CustomerID": "THEBI_3", "Company": "The Big Cheese", "ContactName": "Liz Nixon", "ContactTitle": "Marketing Manager", @@ -34222,7 +34222,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_16", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -34263,7 +34263,7 @@ ] }, { - "CustomerID": "VAFFE", + "CustomerID": "VAFFE_10", "Company": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", @@ -34299,7 +34299,7 @@ ] }, { - "CustomerID": "PERIC", + "CustomerID": "PERIC_4", "Company": "Pericles Comidas cl\u00e1sicas", "ContactName": "Guillermo Fern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -34341,7 +34341,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_25", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -34376,7 +34376,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_11", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -34426,7 +34426,7 @@ ] }, { - "CustomerID": "WOLZA", + "CustomerID": "WOLZA_5", "Company": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", @@ -34480,7 +34480,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_8", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -34528,7 +34528,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_16", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", @@ -34578,7 +34578,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_17", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -34631,7 +34631,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_25", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -34686,7 +34686,7 @@ ] }, { - "CustomerID": "THECR", + "CustomerID": "THECR_2", "Company": "The Cracker Box", "ContactName": "Liu Wong", "ContactTitle": "Marketing Assistant", @@ -34736,7 +34736,7 @@ ] }, { - "CustomerID": "MAISD", + "CustomerID": "MAISD_6", "Company": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", @@ -34778,7 +34778,7 @@ ] }, { - "CustomerID": "WILMK", + "CustomerID": "WILMK_6", "Company": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", @@ -34820,7 +34820,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_7", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -34863,7 +34863,7 @@ ] }, { - "CustomerID": "PRINI", + "CustomerID": "PRINI_4", "Company": "Princesa Isabel Vinhos", "ContactName": "Isabel de Castro", "ContactTitle": "Sales Representative", @@ -34910,7 +34910,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_26", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -34957,7 +34957,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_8", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -35004,7 +35004,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_10", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -35046,7 +35046,7 @@ ] }, { - "CustomerID": "ALFKI", + "CustomerID": "ALFKI_5", "Company": "Alfreds Futterkiste", "ContactName": "Maria Anders", "ContactTitle": "Sales Representative", @@ -35088,7 +35088,7 @@ ] }, { - "CustomerID": "FRANK", + "CustomerID": "FRANK_14", "Company": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", @@ -35136,7 +35136,7 @@ ] }, { - "CustomerID": "ROMEY", + "CustomerID": "ROMEY_3", "Company": "Romero y tomillo", "ContactName": "Alejandra Camino", "ContactTitle": "Accounting Manager", @@ -35190,7 +35190,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_10", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -35228,7 +35228,7 @@ ] }, { - "CustomerID": "SANTG", + "CustomerID": "SANTG_5", "Company": "Sant\u00e9 Gourmet", "ContactName": "Jonas Bergulfsen", "ContactTitle": "Owner", @@ -35270,7 +35270,7 @@ ] }, { - "CustomerID": "AROUT", + "CustomerID": "AROUT_12", "Company": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", @@ -35313,7 +35313,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_27", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -35361,7 +35361,7 @@ ] }, { - "CustomerID": "LONEP", + "CustomerID": "LONEP_7", "Company": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", @@ -35411,7 +35411,7 @@ ] }, { - "CustomerID": "RANCH", + "CustomerID": "RANCH_4", "Company": "Rancho grande", "ContactName": "Sergio Guti\u00e9rrez", "ContactTitle": "Sales Representative", @@ -35452,7 +35452,7 @@ ] }, { - "CustomerID": "OTTIK", + "CustomerID": "OTTIK_9", "Company": "Ottilies K\u00e4seladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", @@ -35488,7 +35488,7 @@ ] }, { - "CustomerID": "QUICK", + "CustomerID": "QUICK_26", "Company": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", @@ -35547,7 +35547,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_11", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -35591,7 +35591,7 @@ ] }, { - "CustomerID": "BSBEV", + "CustomerID": "BSBEV_8", "Company": "B's Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", @@ -35632,7 +35632,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_5", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -35686,7 +35686,7 @@ ] }, { - "CustomerID": "WARTH", + "CustomerID": "WARTH_14", "Company": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", @@ -35728,7 +35728,7 @@ ] }, { - "CustomerID": "FRANS", + "CustomerID": "FRANS_4", "Company": "Franchi S.p.A.", "ContactName": "Paolo Accorti", "ContactTitle": "Sales Representative", @@ -35770,7 +35770,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_10", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -35814,7 +35814,7 @@ ] }, { - "CustomerID": "KOENE", + "CustomerID": "KOENE_12", "Company": "K\u00f6niglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", @@ -35855,7 +35855,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_6", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -35896,7 +35896,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_26", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -35998,7 +35998,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_12", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -36048,7 +36048,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_8", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -36089,7 +36089,7 @@ ] }, { - "CustomerID": "OLDWO", + "CustomerID": "OLDWO_9", "Company": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", @@ -36139,7 +36139,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_10", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -36193,7 +36193,7 @@ ] }, { - "CustomerID": "DRACD", + "CustomerID": "DRACD_4", "Company": "Drachenblut Delikatessen", "ContactName": "Sven Ottlieb", "ContactTitle": "Order Administrator", @@ -36235,7 +36235,7 @@ ] }, { - "CustomerID": "GODOS", + "CustomerID": "GODOS_9", "Company": "Godos Cocina T\u00edpica", "ContactName": "Jos\u00e9 Pedro Freyre", "ContactTitle": "Sales Manager", @@ -36270,7 +36270,7 @@ ] }, { - "CustomerID": "SUPRD", + "CustomerID": "SUPRD_11", "Company": "Supr\u00eames d\u00e9lices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", @@ -36318,7 +36318,7 @@ ] }, { - "CustomerID": "LINOD", + "CustomerID": "LINOD_11", "Company": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", @@ -36373,7 +36373,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_8", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -36409,7 +36409,7 @@ ] }, { - "CustomerID": "CHOPS", + "CustomerID": "CHOPS_7", "Company": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", @@ -36450,7 +36450,7 @@ ] }, { - "CustomerID": "COMMI", + "CustomerID": "COMMI_4", "Company": "Com\u00e9rcio Mineiro", "ContactName": "Pedro Afonso", "ContactTitle": "Sales Associate", @@ -36493,7 +36493,7 @@ ] }, { - "CustomerID": "SPECD", + "CustomerID": "SPECD_3", "Company": "Sp\u00e9cialit\u00e9s du monde", "ContactName": "Dominique Perrier", "ContactTitle": "Marketing Manager", @@ -36529,7 +36529,7 @@ ] }, { - "CustomerID": "WOLZA", + "CustomerID": "WOLZA_6", "Company": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", @@ -36565,7 +36565,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_11", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -36608,7 +36608,7 @@ ] }, { - "CustomerID": "WANDK", + "CustomerID": "WANDK_9", "Company": "Die Wandernde Kuh", "ContactName": "Rita M\u00fcller", "ContactTitle": "Sales Representative", @@ -36656,7 +36656,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_6", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -36698,7 +36698,7 @@ ] }, { - "CustomerID": "BOTTM", + "CustomerID": "BOTTM_12", "Company": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", @@ -36736,7 +36736,7 @@ ] }, { - "CustomerID": "GOURL", + "CustomerID": "GOURL_8", "Company": "Gourmet Lanchonetes", "ContactName": "Andr\u00e9 Fonseca", "ContactTitle": "Sales Associate", @@ -36779,7 +36779,7 @@ ] }, { - "CustomerID": "FOLKO", + "CustomerID": "FOLKO_18", "Company": "Folk och f\u00e4 HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", @@ -36814,7 +36814,7 @@ ] }, { - "CustomerID": "LAMAI", + "CustomerID": "LAMAI_13", "Company": "La maison d'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", @@ -36849,7 +36849,7 @@ ] }, { - "CustomerID": "HANAR", + "CustomerID": "HANAR_12", "Company": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", @@ -36893,7 +36893,7 @@ ] }, { - "CustomerID": "PICCO", + "CustomerID": "PICCO_9", "Company": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", @@ -36941,7 +36941,7 @@ ] }, { - "CustomerID": "CACTU", + "CustomerID": "CACTU_5", "Company": "Cactus Comidas para llevar", "ContactName": "Patricio Simpson", "ContactTitle": "Sales Agent", @@ -36982,7 +36982,7 @@ ] }, { - "CustomerID": "HILAA", + "CustomerID": "HILAA_17", "Company": "HILARION-Abastos", "ContactName": "Carlos Hern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -37038,7 +37038,7 @@ ] }, { - "CustomerID": "EASTC", + "CustomerID": "EASTC_7", "Company": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", @@ -37086,7 +37086,7 @@ ] }, { - "CustomerID": "NORTS", + "CustomerID": "NORTS_2", "Company": "North/South", "ContactName": "Simon Crowther", "ContactTitle": "Sales Associate", @@ -37122,7 +37122,7 @@ ] }, { - "CustomerID": "BLAUS", + "CustomerID": "BLAUS_6", "Company": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", @@ -37169,7 +37169,7 @@ ] }, { - "CustomerID": "RICAR", + "CustomerID": "RICAR_10", "Company": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Sales Associate", @@ -37217,7 +37217,7 @@ ] }, { - "CustomerID": "FRANS", + "CustomerID": "FRANS_5", "Company": "Franchi S.p.A.", "ContactName": "Paolo Accorti", "ContactTitle": "Sales Representative", @@ -37259,7 +37259,7 @@ ] }, { - "CustomerID": "GREAL", + "CustomerID": "GREAL_9", "Company": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", @@ -37295,7 +37295,7 @@ ] }, { - "CustomerID": "REGGC", + "CustomerID": "REGGC_11", "Company": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", @@ -37336,7 +37336,7 @@ ] }, { - "CustomerID": "HUNGO", + "CustomerID": "HUNGO_18", "Company": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", @@ -37384,7 +37384,7 @@ ] }, { - "CustomerID": "SAVEA", + "CustomerID": "SAVEA_27", "Company": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", @@ -37445,7 +37445,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_12", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -37488,7 +37488,7 @@ ] }, { - "CustomerID": "WHITC", + "CustomerID": "WHITC_13", "Company": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", @@ -37538,7 +37538,7 @@ ] }, { - "CustomerID": "DRACD", + "CustomerID": "DRACD_5", "Company": "Drachenblut Delikatessen", "ContactName": "Sven Ottlieb", "ContactTitle": "Order Administrator", @@ -37574,7 +37574,7 @@ ] }, { - "CustomerID": "QUEEN", + "CustomerID": "QUEEN_11", "Company": "Queen Cozinha", "ContactName": "L\u00facia Carvalho", "ContactTitle": "Marketing Assistant", @@ -37622,7 +37622,7 @@ ] }, { - "CustomerID": "TORTU", + "CustomerID": "TORTU_9", "Company": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", @@ -37657,7 +37657,7 @@ ] }, { - "CustomerID": "LEHMS", + "CustomerID": "LEHMS_13", "Company": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", @@ -37710,7 +37710,7 @@ ] }, { - "CustomerID": "LILAS", + "CustomerID": "LILAS_13", "Company": "LILA-Supermercado", "ContactName": "Carlos Gonz\u00e1lez", "ContactTitle": "Accounting Manager", @@ -37753,7 +37753,7 @@ ] }, { - "CustomerID": "ERNSH", + "CustomerID": "ERNSH_28", "Company": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", @@ -37806,7 +37806,7 @@ ] }, { - "CustomerID": "PERIC", + "CustomerID": "PERIC_5", "Company": "Pericles Comidas cl\u00e1sicas", "ContactName": "Guillermo Fern\u00e1ndez", "ContactTitle": "Sales Representative", @@ -37847,7 +37847,7 @@ ] }, { - "CustomerID": "SIMOB", + "CustomerID": "SIMOB_6", "Company": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", @@ -37882,7 +37882,7 @@ ] }, { - "CustomerID": "RICSU", + "CustomerID": "RICSU_9", "Company": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", @@ -37928,7 +37928,7 @@ ] }, { - "CustomerID": "BONAP", + "CustomerID": "BONAP_16", "Company": "Bon app'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", @@ -37975,7 +37975,7 @@ ] }, { - "CustomerID": "RATTC", + "CustomerID": "RATTC_17", "Company": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Sales Associate", From e571df3676335afd88e88fce7c5575e914843621 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:34:51 +0000 Subject: [PATCH 06/11] Convert components to functional, remove module imports and refs, use meaningful names Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- .../column-pinning-custom-theme/src/index.tsx | 50 +++------------ .../column-pinning-custom-theme/src/index.tsx | 47 +++----------- .../column-pinning-custom-theme/src/index.tsx | 64 +++---------------- 3 files changed, 26 insertions(+), 135 deletions(-) diff --git a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx index add5b23001..93af3bde1b 100644 --- a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx @@ -2,50 +2,25 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; -import { IgrGridModule } from 'igniteui-react-grids'; import { IgrGrid, IgrGridToolbar, IgrGridToolbarTitle, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn } from 'igniteui-react-grids'; import CustomersDataLocal from './CustomersDataLocal.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; -const mods: any[] = [ - IgrGridModule -]; -mods.forEach((m) => m.register()); - -export default class Sample extends React.Component { - private grid: IgrGrid - private gridRef(r: IgrGrid) { - this.grid = r; - this.setState({}); - } - - constructor(props: any) { - super(props); - - this.gridRef = this.gridRef.bind(this); - } - - public render(): JSX.Element { - return ( +function GridColumnPinningCustomTheme() { + return (
-
- - + data={CustomersDataLocal}> + + - - + + @@ -104,16 +79,9 @@ export default class Sample extends React.Component {
- ); - } - - private _customersDataLocal: any[] = CustomersDataLocal; - public get customersDataLocal(): any[] { - return this._customersDataLocal; - } - + ); } // rendering above component in the React DOM const root = ReactDOM.createRoot(document.getElementById('root')); -root.render(); +root.render(); diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx index 57e859d249..3170943dd3 100644 --- a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx @@ -2,48 +2,24 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; -import { IgrHierarchicalGridModule } from 'igniteui-react-grids'; import { IgrHierarchicalGrid, IgrGridToolbar, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn, IgrRowIsland } from 'igniteui-react-grids'; import HierarchicalCustomersData from './HierarchicalCustomersData.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; -const mods: any[] = [ - IgrHierarchicalGridModule -]; -mods.forEach((m) => m.register()); - -export default class Sample extends React.Component { - private grid: IgrHierarchicalGrid - private gridRef(r: IgrHierarchicalGrid) { - this.grid = r; - this.setState({}); - } - - constructor(props: any) { - super(props); - - this.gridRef = this.gridRef.bind(this); - } - - public render(): JSX.Element { - return ( +function HierarchicalGridColumnPinningCustomTheme() { + return (
-
- - - + + + @@ -170,16 +146,9 @@ export default class Sample extends React.Component {
- ); - } - - private _hierarchicalCustomersData: any[] = HierarchicalCustomersData; - public get hierarchicalCustomersData(): any[] { - return this._hierarchicalCustomersData; - } - + ); } // rendering above component in the React DOM const root = ReactDOM.createRoot(document.getElementById('root')); -root.render(); +root.render(); diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx index c67bfa94b9..ac34d7bedc 100644 --- a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx @@ -2,50 +2,25 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; -import { IgrTreeGridModule } from 'igniteui-react-grids'; import { IgrTreeGrid, IgrGridToolbar, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn } from 'igniteui-react-grids'; -import { ComponentRenderer, WebTreeGridDescriptionModule } from 'igniteui-react-core'; -import { EmployeesFlatDataItem, EmployeesFlatData } from './EmployeesFlatData'; +import { EmployeesFlatData } from './EmployeesFlatData'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; -const mods: any[] = [ - IgrTreeGridModule -]; -mods.forEach((m) => m.register()); - -export default class Sample extends React.Component { - private treeGrid: IgrTreeGrid - private treeGridRef(r: IgrTreeGrid) { - this.treeGrid = r; - this.setState({}); - } - - constructor(props: any) { - super(props); - - this.treeGridRef = this.treeGridRef.bind(this); - } - - public render(): JSX.Element { - return ( +function TreeGridColumnPinningCustomTheme() { + return (
-
- - - + + + @@ -78,30 +53,9 @@ export default class Sample extends React.Component {
- ); - } - - private _employeesFlatData: EmployeesFlatData = null; - public get employeesFlatData(): EmployeesFlatData { - if (this._employeesFlatData == null) - { - this._employeesFlatData = new EmployeesFlatData(); - } - return this._employeesFlatData; - } - - private _componentRenderer: ComponentRenderer = null; - public get renderer(): ComponentRenderer { - if (this._componentRenderer == null) { - this._componentRenderer = new ComponentRenderer(); - var context = this._componentRenderer.context; - WebTreeGridDescriptionModule.register(context); - } - return this._componentRenderer; - } - + ); } // rendering above component in the React DOM const root = ReactDOM.createRoot(document.getElementById('root')); -root.render(); +root.render(); From cab58a0781bd7fa3dda5e33353e27ea3beb3c995 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:35:58 +0000 Subject: [PATCH 07/11] Use useMemo for tree grid data to prevent unnecessary re-instantiation Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- .../grids/tree-grid/column-pinning-custom-theme/src/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx index ac34d7bedc..688cac6b77 100644 --- a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx @@ -8,6 +8,8 @@ import { EmployeesFlatData } from './EmployeesFlatData'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; function TreeGridColumnPinningCustomTheme() { + const employeeData = React.useMemo(() => new EmployeesFlatData(), []); + return (
@@ -15,7 +17,7 @@ function TreeGridColumnPinningCustomTheme() { autoGenerate={false} id="treeGrid" className="custom-grid-palette-theme" - data={new EmployeesFlatData()} + data={employeeData} primaryKey="ID" foreignKey="ParentID"> From 645b42162e1ea1fda47682bf80f578a93eb54885 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:37:10 +0000 Subject: [PATCH 08/11] Add useMemo for data in all grid components for consistency and optimization Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- samples/grids/grid/column-pinning-custom-theme/src/index.tsx | 4 +++- .../column-pinning-custom-theme/src/index.tsx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx index 93af3bde1b..6c3b9af1c8 100644 --- a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx @@ -8,6 +8,8 @@ import CustomersDataLocal from './CustomersDataLocal.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; function GridColumnPinningCustomTheme() { + const customersData = React.useMemo(() => CustomersDataLocal, []); + return (
@@ -15,7 +17,7 @@ function GridColumnPinningCustomTheme() { autoGenerate={false} id="grid" className="custom-grid-palette-theme" - data={CustomersDataLocal}> + data={customersData}> diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx index 3170943dd3..d1ef84b5f8 100644 --- a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx @@ -8,13 +8,15 @@ import HierarchicalCustomersData from './HierarchicalCustomersData.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; function HierarchicalGridColumnPinningCustomTheme() { + const hierarchicalData = React.useMemo(() => HierarchicalCustomersData, []); + return (
From c43573416aedb3435d6d17b46cc11b1d0163ee26 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:38:22 +0000 Subject: [PATCH 09/11] Remove unnecessary useMemo for static JSON imports, keep only for tree grid class instantiation Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- samples/grids/grid/column-pinning-custom-theme/src/index.tsx | 4 +--- .../column-pinning-custom-theme/src/index.tsx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx index 6c3b9af1c8..93af3bde1b 100644 --- a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx @@ -8,8 +8,6 @@ import CustomersDataLocal from './CustomersDataLocal.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; function GridColumnPinningCustomTheme() { - const customersData = React.useMemo(() => CustomersDataLocal, []); - return (
@@ -17,7 +15,7 @@ function GridColumnPinningCustomTheme() { autoGenerate={false} id="grid" className="custom-grid-palette-theme" - data={customersData}> + data={CustomersDataLocal}> diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx index d1ef84b5f8..3170943dd3 100644 --- a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx @@ -8,15 +8,13 @@ import HierarchicalCustomersData from './HierarchicalCustomersData.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; function HierarchicalGridColumnPinningCustomTheme() { - const hierarchicalData = React.useMemo(() => HierarchicalCustomersData, []); - return (
From 0f00af80f261d9d825994ca30a63feabbcb047ae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:39:09 +0000 Subject: [PATCH 10/11] Use useState with lazy initialization for tree grid data (more appropriate than useMemo) Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- .../grids/tree-grid/column-pinning-custom-theme/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx index 688cac6b77..46cddc8a43 100644 --- a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx @@ -8,7 +8,7 @@ import { EmployeesFlatData } from './EmployeesFlatData'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; function TreeGridColumnPinningCustomTheme() { - const employeeData = React.useMemo(() => new EmployeesFlatData(), []); + const [employeeData] = React.useState(() => new EmployeesFlatData()); return (
From 83b86c19b07f470610d27e895d0367d81c422286 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:41:55 +0000 Subject: [PATCH 11/11] Add export default to components and format code to reduce excessive indentation Co-authored-by: MarielaTihova <28449885+MarielaTihova@users.noreply.github.com> --- .../column-pinning-custom-theme/src/index.tsx | 76 ++------- .../column-pinning-custom-theme/src/index.tsx | 154 +++--------------- .../column-pinning-custom-theme/src/index.tsx | 47 ++---- 3 files changed, 51 insertions(+), 226 deletions(-) diff --git a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx index 93af3bde1b..704619dba4 100644 --- a/samples/grids/grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/grid/column-pinning-custom-theme/src/index.tsx @@ -7,75 +7,27 @@ import CustomersDataLocal from './CustomersDataLocal.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; -function GridColumnPinningCustomTheme() { +export default function GridColumnPinningCustomTheme() { return (
- + - - + - - + - - - - - - - - - - - - - - - - - - - +
diff --git a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx index 3170943dd3..76536e3be4 100644 --- a/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/hierarchical-grid/column-pinning-custom-theme/src/index.tsx @@ -7,140 +7,40 @@ import HierarchicalCustomersData from './HierarchicalCustomersData.json'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; -function HierarchicalGridColumnPinningCustomTheme() { +export default function HierarchicalGridColumnPinningCustomTheme() { return (
- + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx index 46cddc8a43..b0209940eb 100644 --- a/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx +++ b/samples/grids/tree-grid/column-pinning-custom-theme/src/index.tsx @@ -7,51 +7,24 @@ import { EmployeesFlatData } from './EmployeesFlatData'; import 'igniteui-react-grids/grids/themes/dark/bootstrap.css'; -function TreeGridColumnPinningCustomTheme() { +export default function TreeGridColumnPinningCustomTheme() { const [employeeData] = React.useState(() => new EmployeesFlatData()); - + return (
- + - - + - - - - - - - - - - - - + + + + + +