{"info":{"_postman_id":"1a5ec5c1-6332-4fc7-8634-322638707902","name":"WEBJAGUAR APIS","description":"<html><head></head><body><h1 id=\"release-note\">RELEASE NOTE</h1>\n<p>A new API for Updating warehouse Inventory</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>What does your API do?\nWhats new..</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Things that the developers should know about</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>We use Basic Auth for authentication</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>200 - Success\n400 - Bad Request\n401 - Unauthorised</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Is there a limit to the number of requests an user can send?</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"RELEASE NOTE","slug":"release-note"},{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"9269905","collectionId":"1a5ec5c1-6332-4fc7-8634-322638707902","publishedId":"SWLe98qh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-08T22:42:26.000Z"},"item":[{"name":"Login Customer","id":"29d8fd0b-a5fd-43ef-abf7-81e5f466a77b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"bcc@web.com\",\n    \"password\": \"123456\"\n}"},"url":"localhost:8080/api/v1/loginCustomer.jhtm","urlObject":{"port":"8080","path":["api","v1","loginCustomer.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"32363e6b-8be1-45e2-b394-d6f41200299d","name":"Incorrect login credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"username\":\"bcc@web.co\",\n\"password\":\"123456\"\n}"},"url":"/api/v1/loginCustomer.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 20:45:57 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"login failed\"\n}"},{"id":"8197fe0c-d7fc-4b07-a337-11974b5b40db","name":"Correct login credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"username\":\"bcc@web.com\",\n\"password\":\"123456\"\n}"},"url":"/api/v1/loginCustomer.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 20:45:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"apiAddress\": {\n            \"id\": 12185,\n            \"firstName\": \"Yash\",\n            \"lastName\": \"ShahA\",\n            \"company\": \"\",\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": \"\",\n            \"city\": \"aliso viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92656\",\n            \"country\": \"US\",\n            \"phone\": \"(949) 600-8868\",\n            \"cellPhone\": \"\",\n            \"fax\": \"\",\n            \"email\": \"bcc@web.com\",\n            \"primary\": false,\n            \"residential\": true,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"id\": 7523,\n        \"username\": \"bcc@web.com\",\n        \"unsubscribe\": true,\n        \"extraEmail\": \"\",\n        \"credit\": 0,\n        \"payment\": \"\",\n        \"note\": \"\",\n        \"accountNumberPrefix\": \"\",\n        \"accountNumber\": \"\",\n        \"websiteUrl\": \"\",\n        \"textMessageNotify\": false,\n        \"guest\": false,\n        \"suspended\": false,\n        \"salesRepId\": 2\n    },\n    \"message\": \"login Successful\"\n}"}],"_postman_id":"29d8fd0b-a5fd-43ef-abf7-81e5f466a77b"},{"name":"Login Sales Rep","id":"077dcd03-6a2e-47b2-8ccd-ba220aca8f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"22222\",\n    \"password\": \"11111\"\n}"},"url":"localhost:8080/api/v1/loginSalesRep.jhtm","urlObject":{"port":"8080","path":["api","v1","loginSalesRep.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1a8b0e04-017d-492e-9a55-3d12ce22e7ae","name":"Correct login credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"accountNumber\":\"22222\",\n\"password\":\"11111\"\n}"},"url":"/api/v1/loginSalesRep.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 20:53:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiSalesRep\": {\n        \"id\": 2,\n        \"accountNumber\": \"22222\",\n        \"name\": \"Yash Shah\",\n        \"email\": \"yaaa@web.com\",\n        \"address\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"company\": \"\",\n            \"addr1\": \"addr1\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"city\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92620\",\n            \"country\": \"US\",\n            \"phone\": null,\n            \"cellPhone\": null,\n            \"fax\": \"\",\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"liftGate\": false,\n            \"code\": null,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"mobileCarrierId\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"distance\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"shipToActive\": false,\n            \"shipToOverrideAllowed\": false,\n            \"minimumWaived\": false,\n            \"selectedSoldTo\": false,\n            \"newAddressOnCheckout\": false,\n            \"accountType\": null,\n            \"taxId\": null,\n            \"pushedToAccounting\": false,\n            \"shipViaCode\": null,\n            \"supplierId\": null,\n            \"stringAddress\": \"\\n\\naddr1 \\ncity 92620 CA US\\n\\nFax: \",\n            \"resToString\": \"Commercial\",\n            \"liftgateToString\": \"\"\n        },\n        \"note\": \"\",\n        \"numOfLogins\": 0,\n        \"editPrice\": false,\n        \"protectedAccess\": \"0\",\n        \"assignedToCustomerInCycle\": false,\n        \"inactive\": false,\n        \"editInvoiceOnFrontend\": false,\n        \"priceTable\": 0,\n        \"closer\": false,\n        \"commissionable\": false,\n        \"receiveOrderConfirmation\": \"REP\",\n        \"totalCommission\": 0,\n        \"subAccounts\": []\n    },\n    \"message\": \"Login Success\"\n}"},{"id":"f60bdcd9-1f67-46f2-95cd-0ef9f1a66dc5","name":"Incorrect login credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"accountNumber\":\"22222\",\n\"password\":\"111q11\"\n}"},"url":"/api/v1/loginSalesRep.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 20:55:37 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Account Number Password\"\n}"}],"_postman_id":"077dcd03-6a2e-47b2-8ccd-ba220aca8f59"},{"name":"Create Order","id":"3a46ea90-6744-46c4-b469-9f6089f94de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notifyCustomer\": false,\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"jai@webjaguar.com\",\n    \"custId\": 2,\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2\",\n            \"qty\": 1,\n            \"originalPrice\": 249,\n            \"discount\": 10,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p2\",\n            \"qty\": 10,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"localhost:8080/webjaguar/api/v1/postOrder.jhtm","urlObject":{"port":"8080","path":["webjaguar","api","v1","postOrder.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6e04692b-f570-4285-9b3d-1140868c9cb3","name":"Order success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notifyCustomer\": false,\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"jai@webjaguar.com\",\n    \"custId\": 2,\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2\",\n            \"qty\": 1,\n            \"originalPrice\": 249,\n            \"discount\": 10,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p2\",\n            \"qty\": 10,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"/api/v1/postOrder.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=0C2978006BE1D076BFBB860CF765883B; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 21:29:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"isNewCustomer\": null,\n        \"userId\": 2,\n        \"orderId\": 1000026,\n        \"externalOrderId\": null,\n        \"userAccountNumber\": null,\n        \"host\": null,\n        \"billing\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Webjaguar\",\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": \"Ste.200\",\n            \"addr3\": null,\n            \"city\": \"Aliso Viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92656\",\n            \"country\": \"US\",\n            \"phone\": \"0009998888\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"shipping\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Advanced EMedia\",\n            \"addr1\": \"2520 Industry Way\",\n            \"addr2\": \"#23\",\n            \"addr3\": null,\n            \"city\": \"irv\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"90542\",\n            \"country\": \"US\",\n            \"phone\": \"111111111\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"Walk-In/Pick-Up\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 0,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Cash\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0,\n        \"tax\": 0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"backOrdered\": false,\n        \"subTotal\": 538,\n        \"grandTotal\": 538,\n        \"ccFeeRate\": null,\n        \"ccFee\": 10,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 2,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"caseUnitTitle\": null,\n                \"quantity\": 1,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 224.1,\n                \"percent\": true,\n                \"discount\": 10,\n                \"unitPrice\": 224.1,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"Product2\",\n                    \"sku\": \"p2\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": null,\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": null,\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"apiAttributes\": [\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Color\",\n                        \"valueName\": \"Orange\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Size\",\n                        \"valueName\": \"Small\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    }\n                ],\n                \"additionalAccountNumber\": null\n            },\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 2,\n                \"lineNumber\": 2,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 2,\n                \"caseUnitTitle\": null,\n                \"quantity\": 10,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 299,\n                \"percent\": true,\n                \"discount\": 0,\n                \"unitPrice\": 299,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"Product2\",\n                    \"sku\": \"p2\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": null,\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": null,\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"apiAttributes\": [],\n                \"additionalAccountNumber\": null\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"dateChanged\": \"Mon, 06 Jan 2020 13:29:53 PST\"\n            }\n        ],\n        \"apiCreditCard\": {},\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": 0,\n        \"creditMemo\": null,\n        \"customerFields\": [],\n        \"dateOrdered\": \"Mon, 06 Jan 2020 13:29:53 PST\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"786543218976\",\n        \"invoiceNote\": null,\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"salesRepAccountNumber\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"affiliate\": null,\n        \"orderedBy\": null,\n        \"groupBuyOrder\": false,\n        \"amountPaid\": 0,\n        \"balance\": 538,\n        \"payment\": null,\n        \"purchaseOrder\": \"1\",\n        \"ipAddress\": null,\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"yash@webjaguar.com\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deal\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": 0,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Order with order Id: 1000026 Placed Successfully\"\n}"},{"id":"7a2c48ef-fbcf-436b-9ff7-80368e358e3e","name":"Order fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notifyCustomer\": false,\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"jai@webjaguar.com\",\n    \"custId\": 2,\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2q\",\n            \"qty\": 1,\n            \"originalPrice\": 249,\n            \"discount\": 10,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p211\",\n            \"qty\": 10,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"/api/v1/postOrder.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=0C2978006BE1D076BFBB860CF765883B; Path=/webjaguar; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 21:27:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"No Product for Item Number 1\": \"for Sku p2q\",\n        \"No Product for Item Number 2\": \"for Sku p211\"\n    }\n}"},{"id":"d0ab7481-40a1-48d3-b52c-31e544c5e4da","name":"Invalid datatypes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notifyCustomer\": false,\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"jai@webjaguar.com\",\n    \"custId\": 2,\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": \"538\",\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2121\",\n            \"qty\": 1,\n            \"originalPrice\": 249,\n            \"discount\": 10,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"2121\",\n            \"qty\": 10,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"/api/v1/postOrder.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=89CDE6A7D399A03F02089CCFB41C9240; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Jan 2020 01:01:40 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/orderSubTotal\": \"expected: [integer,number] got: string\"\n    }\n}"}],"_postman_id":"3a46ea90-6744-46c4-b469-9f6089f94de6"},{"name":"Update Order","id":"a5644052-40f0-499a-81e0-ea6375432e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"isNewCustomer\": null,\n        \"userId\": 453,\n        \"orderId\": 1000675,\n        \"externalOrderId\": null,\n        \"userAccountNumber\": null,\n        \"host\": \"\",\n        \"billing\": {\n            \"defaultBilling\": false,\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Webjaguar\",\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": \"Ste.200\",\n            \"addr3\": null,\n            \"city\": \"Aliso Viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92656\",\n            \"country\": \"US\",\n            \"phone\": \"0009998888\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"shipping\": {\n            \"defaultBilling\": false,\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Advanced EMedia\",\n            \"addr1\": \"2520 Industry Way\",\n            \"addr2\": \"#23\",\n            \"addr3\": null,\n            \"city\": \"irv\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"90542\",\n            \"country\": \"US\",\n            \"phone\": \"111111111\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"Walk-In/Pick-Up\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 0.0,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Cash\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0.0,\n        \"tax\": 0.0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"backOrdered\": false,\n        \"subTotal\": 538.0,\n        \"grandTotal\": 538.0,\n        \"ccFeeRate\": null,\n        \"ccFee\": 10.0,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 2877154,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"caseUnitTitle\": null,\n                \"quantity\": 1,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 224.1,\n                \"percent\": true,\n                \"discount\": 10.0,\n                \"unitPrice\": 224.1,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0.0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"Tshirt\",\n                    \"sku\": \"17\",\n                    \"shortDesc\": \"\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"packing\": \"\",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0.0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"regionProductMapping\": [],\n                    \"createOnNotFound\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": null,\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0.0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": null,\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"shipping\": 0.0,\n                \"additionalAccountNumber\": null,\n                \"apiAttributes\": [\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Color\",\n                        \"valueName\": \"Orange\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"apiId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Size\",\n                        \"valueName\": \"Small\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"apiId\": null,\n                        \"customAttribute\": false\n                    }\n                ]\n            },\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 2877167,\n                \"lineNumber\": 2,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 2,\n                \"caseUnitTitle\": null,\n                \"quantity\": 10,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 299.0,\n                \"percent\": true,\n                \"discount\": 0.0,\n                \"unitPrice\": 299.0,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0.0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"update name\",\n                    \"sku\": \"123\",\n                    \"shortDesc\": \"string\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"caseContent\": 1,\n                    \"packing\": \"sss\",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0.0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"regionProductMapping\": [],\n                    \"createOnNotFound\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": null,\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0.0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": null,\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"shipping\": 0.0,\n                \"additionalAccountNumber\": null,\n                \"apiAttributes\": []\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"dateChanged\": \"Wed, 25 Aug 2021 05:24:19 CDT\"\n            }\n        ],\n        \"apiCreditCard\": {},\n        \"promoCode\": null,\n        \"promoAmount\": 0.0,\n        \"lineItemPromoAmount\": 0.0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": 0.0,\n        \"creditMemo\": null,\n        \"customerFields\": [],\n        \"dateOrdered\": \"Wed, 25 Aug 2021 05:26:18 CDT\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"786543218976\",\n        \"invoiceNote\": null,\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"salesRepAccountNumber\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"affiliate\": null,\n        \"orderedBy\": null,\n        \"groupBuyOrder\": false,\n        \"amountPaid\": 0.0,\n        \"balance\": 538.0,\n        \"payment\": null,\n        \"purchaseOrder\": \"1\",\n        \"ipAddress\": null,\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"grey@webjaguar.com\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0.0,\n        \"nc\": null,\n        \"orderType\": \"internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deal\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": 0.0,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    }\n"},"url":"localhost:8017/api/v1/updateOrder.jhtm","urlObject":{"port":"8017","path":["api","v1","updateOrder.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa3589ca-bb9c-4ad5-b889-e1a0d12ee407","name":"Update Order Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"isNewCustomer\": null,\n    \"userId\": 453,\n    \"orderId\": 1000675,\n    \"externalOrderId\": null,\n    \"userAccountNumber\": null,\n    \"host\": \"\",\n    \"billing\": {\n        \"defaultBilling\": false,\n        \"id\": null,\n        \"userId\": null,\n        \"firstName\": \"yash\",\n        \"lastName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"addr3\": null,\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": false,\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\",\n        \"cellPhone\": null,\n        \"fax\": null,\n        \"email\": null,\n        \"primary\": false,\n        \"residential\": false,\n        \"defaultShipping\": false,\n        \"code\": null,\n        \"soldToAccountNo\": null,\n        \"shipToAccountNo\": null,\n        \"accountType\": null,\n        \"taxId\": null\n    },\n    \"shipping\": {\n        \"defaultBilling\": false,\n        \"id\": null,\n        \"userId\": null,\n        \"firstName\": \"yash\",\n        \"lastName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"addr3\": null,\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": false,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\",\n        \"cellPhone\": null,\n        \"fax\": null,\n        \"email\": null,\n        \"primary\": false,\n        \"residential\": false,\n        \"defaultShipping\": false,\n        \"code\": null,\n        \"soldToAccountNo\": null,\n        \"shipToAccountNo\": null,\n        \"accountType\": null,\n        \"taxId\": null\n    },\n    \"hasCreditCardInformation\": false,\n    \"shippingCarrier\": null,\n    \"shippingMethod\": \"Walk-In/Pick-Up\",\n    \"originalCarrierMethod\": null,\n    \"shippingMessage\": null,\n    \"customShippingId\": null,\n    \"shippingCost\": 0.0,\n    \"handlingCost\": null,\n    \"paymentMethod\": \"Cash\",\n    \"paymentCustomValue\": null,\n    \"paymentCustomValue1\": null,\n    \"paymentCustomValue2\": null,\n    \"paymentCustomValue3\": null,\n    \"taxRate\": 0.0,\n    \"tax\": 0.0,\n    \"totalHazMatFee\": null,\n    \"taxExemption\": false,\n    \"taxOnShipping\": false,\n    \"avalaraTax\": false,\n    \"backOrdered\": false,\n    \"subTotal\": 538.0,\n    \"grandTotal\": 538.0,\n    \"ccFeeRate\": null,\n    \"ccFee\": 10.0,\n    \"ccFeePercent\": true,\n    \"totalWeight\": null,\n    \"totalProductWeight\": null,\n    \"totalQuantity\": 0,\n    \"totalProductQuantity\": 0,\n    \"lineItems\": [\n        {\n            \"supplierId\": 0,\n            \"supplierAccountNo\": null,\n            \"orderId\": null,\n            \"externalOrderId\": null,\n            \"subOrderId\": null,\n            \"productId\": 2877154,\n            \"lineNumber\": 1,\n            \"mainOrderLineNumber\": 0,\n            \"rank\": 1,\n            \"caseUnitTitle\": null,\n            \"quantity\": 1,\n            \"originalQuantity\": 0,\n            \"toBeShipQty\": 0,\n            \"originalPrice\": 224.1,\n            \"percent\": true,\n            \"discount\": 10.0,\n            \"unitPrice\": 224.1,\n            \"msrp\": null,\n            \"unitCost\": null,\n            \"taxRate\": null,\n            \"cost\": null,\n            \"tax\": null,\n            \"weight\": 0.0,\n            \"setSpecialPricing\": false,\n            \"backOrdered\": false,\n            \"product\": {\n                \"name\": \"Tshirt\",\n                \"sku\": \"17\",\n                \"shortDesc\": \"\",\n                \"productType\": \"\",\n                \"hideMsrp\": false,\n                \"catIds\": [],\n                \"priceCasePack\": false,\n                \"quote\": false,\n                \"keywords\": \"\",\n                \"protectedLevel\": \"0\",\n                \"apiProductOptions\": [],\n                \"packing\": \"\",\n                \"loginRequire\": false,\n                \"hidePrice\": false,\n                \"compare\": false,\n                \"viewed\": 0,\n                \"taxable\": true,\n                \"enableSpecialTax\": false,\n                \"searchable\": true,\n                \"siteMapPriority\": 0.5,\n                \"addToList\": false,\n                \"negInventory\": false,\n                \"showNegInventory\": false,\n                \"inventoryItem\": false,\n                \"customShippingEnabled\": true,\n                \"active\": true,\n                \"endQtyPricing\": false,\n                \"feedFreeze\": false,\n                \"kitCost\": 0.0,\n                \"hideHeader\": false,\n                \"hideTopBar\": false,\n                \"hideLeftBar\": true,\n                \"hideRightBar\": false,\n                \"hideFooter\": false,\n                \"hideBreadCrumbs\": false,\n                \"addToPresentation\": false,\n                \"discountPercent1\": false,\n                \"discountPercent2\": false,\n                \"discountPercent3\": false,\n                \"discountPercent4\": false,\n                \"discountPercent5\": false,\n                \"discountPercent6\": false,\n                \"discountPercent7\": false,\n                \"discountPercent8\": false,\n                \"discountPercent9\": false,\n                \"discountPercent10\": false,\n                \"costPercent\": false,\n                \"pushedToAccounting\": false,\n                \"backOrderFlag\": false,\n                \"eventProtection\": 0,\n                \"priceByCustomer\": false,\n                \"retainOnCart\": true,\n                \"groundShipping\": false,\n                \"type\": \"\",\n                \"configLabel\": \"product\",\n                \"hideProduct\": false,\n                \"defaultSupplierId\": 0,\n                \"enableRate\": true,\n                \"altLoginRequire\": false,\n                \"regionProductMapping\": [],\n                \"createOnNotFound\": false,\n                \"commissionable\": false\n            },\n            \"productAttributes\": null,\n            \"productFields\": null,\n            \"productType\": null,\n            \"lowInventoryMessage\": null,\n            \"inventoryQuantity\": 0,\n            \"updateOnHandQty\": null,\n            \"minimumQty\": null,\n            \"processed\": 0,\n            \"tempQuantity\": 0,\n            \"packingListNumber\": null,\n            \"loyaltyPoint\": null,\n            \"customShippingCost\": null,\n            \"taxable\": true,\n            \"trackNum\": null,\n            \"dateShipped\": null,\n            \"shippingMethod\": null,\n            \"manufactureName\": null,\n            \"amazonOrderItemCode\": null,\n            \"promo\": null,\n            \"promoCode\": null,\n            \"promoAmount\": 0.0,\n            \"priceCasePackQty\": null,\n            \"shippingDays\": null,\n            \"downloadableExpDate\": null,\n            \"downloadableFileName\": null,\n            \"supplier\": null,\n            \"itemGroup\": null,\n            \"itemGroupMainItem\": true,\n            \"decorationSkus\": null,\n            \"attachment\": null,\n            \"note\": null,\n            \"salesTagId\": null,\n            \"salesTagTitle\": null,\n            \"groupRewardPoints\": null,\n            \"cartItemIndex\": 0,\n            \"qboId\": null,\n            \"allocatedQtyToShip\": 0,\n            \"estimatedPrice\": null,\n            \"addressId\": null,\n            \"shippingAddress\": null,\n            \"marginPercent\": null,\n            \"specialPricingCode\": null,\n            \"outOfStockQty\": null,\n            \"backOrderDays\": null,\n            \"shipping\": 0.0,\n            \"additionalAccountNumber\": null,\n            \"apiAttributes\": [\n                {\n                    \"optionCode\": null,\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": null,\n                    \"optionUnitPrice\": null,\n                    \"oneTimePrice\": false,\n                    \"optionPriceOriginal\": null,\n                    \"taxable\": true,\n                    \"optionWeight\": null,\n                    \"imageUrl\": null,\n                    \"logo\": null,\n                    \"skuCode\": null,\n                    \"imageName\": null,\n                    \"type\": null,\n                    \"optionCusValue\": null,\n                    \"optionBoxValue\": null,\n                    \"dealItem\": false,\n                    \"productName\": null,\n                    \"asiOptionName\": null,\n                    \"asiOptionValue\": null,\n                    \"zipCode\": null,\n                    \"date\": null,\n                    \"imprintOptionId\": null,\n                    \"imprintLocationId\": null,\n                    \"imprintLogoId\": null,\n                    \"apiId\": null,\n                    \"customAttribute\": false\n                },\n                {\n                    \"optionCode\": null,\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": null,\n                    \"optionUnitPrice\": null,\n                    \"oneTimePrice\": false,\n                    \"optionPriceOriginal\": null,\n                    \"taxable\": true,\n                    \"optionWeight\": null,\n                    \"imageUrl\": null,\n                    \"logo\": null,\n                    \"skuCode\": null,\n                    \"imageName\": null,\n                    \"type\": null,\n                    \"optionCusValue\": null,\n                    \"optionBoxValue\": null,\n                    \"dealItem\": false,\n                    \"productName\": null,\n                    \"asiOptionName\": null,\n                    \"asiOptionValue\": null,\n                    \"zipCode\": null,\n                    \"date\": null,\n                    \"imprintOptionId\": null,\n                    \"imprintLocationId\": null,\n                    \"imprintLogoId\": null,\n                    \"apiId\": null,\n                    \"customAttribute\": false\n                }\n            ]\n        },\n        {\n            \"supplierId\": 0,\n            \"supplierAccountNo\": null,\n            \"orderId\": null,\n            \"externalOrderId\": null,\n            \"subOrderId\": null,\n            \"productId\": 2877167,\n            \"lineNumber\": 2,\n            \"mainOrderLineNumber\": 0,\n            \"rank\": 2,\n            \"caseUnitTitle\": null,\n            \"quantity\": 10,\n            \"originalQuantity\": 0,\n            \"toBeShipQty\": 0,\n            \"originalPrice\": 299.0,\n            \"percent\": true,\n            \"discount\": 0.0,\n            \"unitPrice\": 299.0,\n            \"msrp\": null,\n            \"unitCost\": null,\n            \"taxRate\": null,\n            \"cost\": null,\n            \"tax\": null,\n            \"weight\": 0.0,\n            \"setSpecialPricing\": false,\n            \"backOrdered\": false,\n            \"product\": {\n                \"name\": \"update name\",\n                \"sku\": \"123\",\n                \"shortDesc\": \"string\",\n                \"productType\": \"\",\n                \"hideMsrp\": false,\n                \"catIds\": [],\n                \"priceCasePack\": false,\n                \"quote\": false,\n                \"keywords\": \"\",\n                \"protectedLevel\": \"0\",\n                \"apiProductOptions\": [],\n                \"caseContent\": 1,\n                \"packing\": \"sss\",\n                \"loginRequire\": false,\n                \"hidePrice\": false,\n                \"compare\": false,\n                \"viewed\": 0,\n                \"taxable\": true,\n                \"enableSpecialTax\": false,\n                \"searchable\": true,\n                \"siteMapPriority\": 0.5,\n                \"addToList\": false,\n                \"negInventory\": false,\n                \"showNegInventory\": false,\n                \"inventoryItem\": false,\n                \"customShippingEnabled\": true,\n                \"active\": true,\n                \"endQtyPricing\": false,\n                \"feedFreeze\": false,\n                \"kitCost\": 0.0,\n                \"hideHeader\": false,\n                \"hideTopBar\": false,\n                \"hideLeftBar\": true,\n                \"hideRightBar\": false,\n                \"hideFooter\": false,\n                \"hideBreadCrumbs\": false,\n                \"addToPresentation\": false,\n                \"discountPercent1\": false,\n                \"discountPercent2\": false,\n                \"discountPercent3\": false,\n                \"discountPercent4\": false,\n                \"discountPercent5\": false,\n                \"discountPercent6\": false,\n                \"discountPercent7\": false,\n                \"discountPercent8\": false,\n                \"discountPercent9\": false,\n                \"discountPercent10\": false,\n                \"costPercent\": false,\n                \"pushedToAccounting\": false,\n                \"backOrderFlag\": false,\n                \"eventProtection\": 0,\n                \"priceByCustomer\": false,\n                \"retainOnCart\": true,\n                \"groundShipping\": false,\n                \"type\": \"\",\n                \"configLabel\": \"product\",\n                \"hideProduct\": false,\n                \"defaultSupplierId\": 0,\n                \"enableRate\": true,\n                \"altLoginRequire\": false,\n                \"regionProductMapping\": [],\n                \"createOnNotFound\": false,\n                \"commissionable\": false\n            },\n            \"productAttributes\": null,\n            \"productFields\": null,\n            \"productType\": null,\n            \"lowInventoryMessage\": null,\n            \"inventoryQuantity\": 0,\n            \"updateOnHandQty\": null,\n            \"minimumQty\": null,\n            \"processed\": 0,\n            \"tempQuantity\": 0,\n            \"packingListNumber\": null,\n            \"loyaltyPoint\": null,\n            \"customShippingCost\": null,\n            \"taxable\": true,\n            \"trackNum\": null,\n            \"dateShipped\": null,\n            \"shippingMethod\": null,\n            \"manufactureName\": null,\n            \"amazonOrderItemCode\": null,\n            \"promo\": null,\n            \"promoCode\": null,\n            \"promoAmount\": 0.0,\n            \"priceCasePackQty\": null,\n            \"shippingDays\": null,\n            \"downloadableExpDate\": null,\n            \"downloadableFileName\": null,\n            \"supplier\": null,\n            \"itemGroup\": null,\n            \"itemGroupMainItem\": true,\n            \"decorationSkus\": null,\n            \"attachment\": null,\n            \"note\": null,\n            \"salesTagId\": null,\n            \"salesTagTitle\": null,\n            \"groupRewardPoints\": null,\n            \"cartItemIndex\": 0,\n            \"qboId\": null,\n            \"allocatedQtyToShip\": 0,\n            \"estimatedPrice\": null,\n            \"addressId\": null,\n            \"shippingAddress\": null,\n            \"marginPercent\": null,\n            \"specialPricingCode\": null,\n            \"outOfStockQty\": null,\n            \"backOrderDays\": null,\n            \"shipping\": 0.0,\n            \"additionalAccountNumber\": null,\n            \"apiAttributes\": []\n        }\n    ],\n    \"apiStatusHistory\": [\n        {\n            \"notifyCustomer\": false,\n            \"status\": \"p\",\n            \"dateChanged\": \"Wed, 25 Aug 2021 05:24:19 CDT\"\n        }\n    ],\n    \"apiCreditCard\": {},\n    \"promoCode\": null,\n    \"promoAmount\": 0.0,\n    \"lineItemPromoAmount\": 0.0,\n    \"lineItemPromos\": {},\n    \"creditUsed\": 0.0,\n    \"creditMemo\": null,\n    \"customerFields\": [],\n    \"dateOrdered\": \"Wed, 25 Aug 2021 05:26:18 CDT\",\n    \"lastModified\": null,\n    \"statusChangeDate\": null,\n    \"shipped\": null,\n    \"expectedCloseDate\": null,\n    \"dueDate\": null,\n    \"dueDateDay\": null,\n    \"turnOverday\": 0,\n    \"shippingPeriod\": null,\n    \"userDueDate\": null,\n    \"requestedCancelDate\": null,\n    \"trackcode\": \"786543218976\",\n    \"invoiceNote\": null,\n    \"orderNotes\": \"\",\n    \"salesRepId\": null,\n    \"salesRepProcessedById\": null,\n    \"salesRepId2\": null,\n    \"salesRepProcessedById2\": null,\n    \"salesRepManagerId\": null,\n    \"salesRepAccountNumber\": null,\n    \"status\": \"p\",\n    \"subStatus\": \"\",\n    \"subStatusGroup\": null,\n    \"statusMessage\": null,\n    \"affiliate\": null,\n    \"orderedBy\": null,\n    \"groupBuyOrder\": false,\n    \"amountPaid\": 0.0,\n    \"balance\": 538.0,\n    \"payment\": null,\n    \"purchaseOrder\": \"1\",\n    \"ipAddress\": null,\n    \"paymentGatewayOrderId\": null,\n    \"gatewayPaymentProfileId\": null,\n    \"attachmentsUrl\": null,\n    \"fulfilled\": false,\n    \"processed\": false,\n    \"subscriptionCode\": null,\n    \"printed\": false,\n    \"userEmail\": \"grey@webjaguar.com\",\n    \"backendOrder\": false,\n    \"approval\": null,\n    \"customShippingTitle\": null,\n    \"customShippingCost\": null,\n    \"customShippingTotalWeight\": 0.0,\n    \"nc\": null,\n    \"orderType\": \"internet\",\n    \"flag1\": null,\n    \"customField1\": null,\n    \"customField2\": null,\n    \"customField3\": null,\n    \"deal\": null,\n    \"deliveryPerson\": null,\n    \"manufacturerName\": null,\n    \"vbaPaymentStatus\": null,\n    \"vbaDateOfPay\": null,\n    \"vbaPaymentMethod\": null,\n    \"vbaAmountToPay\": null,\n    \"vbaNote\": null,\n    \"vbaTransactionId\": null,\n    \"cancelledPayment\": false,\n    \"paymentCancelledBy\": null,\n    \"paymentCancelledAmt\": null,\n    \"requestForCredit\": null,\n    \"budgetEarnedCredits\": null,\n    \"ccToken\": null,\n    \"paymentAlert\": false,\n    \"ccBillingAddress\": null,\n    \"nextActivityDate\": null,\n    \"invoiceDueDate\": null,\n    \"poStatus\": null,\n    \"description\": null,\n    \"rushCharge\": null,\n    \"baggingCharge\": null,\n    \"lessThanMinCharge\": null,\n    \"rewardPointsTotal\": null,\n    \"customerGroupId\": null,\n    \"groupOrderLimit\": null,\n    \"pushedToStaging\": false,\n    \"pushedToADI\": false,\n    \"pushedToQb\": false,\n    \"updateQbOrder\": false,\n    \"pushedToSage\": 0,\n    \"budgetFrqLimit\": null,\n    \"budgetFrqType\": null,\n    \"budgetFrqStartDate\": null,\n    \"budgetFrqEndDate\": null,\n    \"budgetFrqBalance\": null,\n    \"showPartiallyShipOk\": false,\n    \"orderSentOut\": null,\n    \"processingDate\": null,\n    \"depositTotal\": null,\n    \"pushedTogP\": false,\n    \"field1\": null,\n    \"field2\": null,\n    \"field3\": null,\n    \"field4\": null,\n    \"field5\": null,\n    \"additionalCcEmails\": null,\n    \"paymentDate\": null,\n    \"paymentResponseCode\": null,\n    \"paymentMsg\": null,\n    \"paymentTransNo\": null,\n    \"shippingRateIndex\": null,\n    \"amazonOrderId\": null,\n    \"warehouseCode\": null,\n    \"pickedOrder\": false,\n    \"accountingCode\": null,\n    \"applyUserPoint\": false,\n    \"manufacturerShippingEnabled\": false,\n    \"giftCardAmount\": 0.0,\n    \"expediteCharge\": null,\n    \"containsRxItem\": false,\n    \"expediteBackorder\": false\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017//api/v1/updateOrder.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=356F25133AAB2278823E3A4B10745996; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 25 Aug 2021 10:28:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order Updated\"\n}"}],"_postman_id":"a5644052-40f0-499a-81e0-ea6375432e6d"},{"name":"Create Customer","id":"74ae2234-a645-4b74-8653-de286f040d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n    \"accountNumber\": \"aa\",\n    \"accountNumberPrefix\": \"123\",\n    \"credit\": 10,\n    \"username\": \"test@webjaguar.com\",\n    \"extraEmail\": \"jo1n1@example.com\",\n    \"password\": \"Test@1\",\n    \"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n    \"apiAddress\": {\n        \"firstName\": \"Test\",\n        \"lastName\": \"User\",\n        \"addr1\": \"81 Columbia\",\n        \"country\": \"US\",\n        \"phone\": \"1111111111\",\n        \"city\": \"Asity\",\n        \"stateProvince\":\"CA\",\n        \"zip\": \"82828\"\n    },\n    \"markupType\":2,\n    \"markupFormula\":1,\n    \"markup1\":12.00,\n    \"markup2\":10.00,\n    \"regionName\":\"US\",\n    \"field1\":\"field 1\",\n    \"field11\":\"field 11\",\n    \"field21\":\"field 21\",\n    \"field31\":\"field 31\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8077/api/v1/insertCustomer.jhtm","description":"<h1 id=\"required-fields\">Required Fields:</h1>\n<p>{\n    \"username\":,\n    \"apiAddress\":{\n        \"firstName\":\n        \"lastName\":\n        \"addr1\":\n        \"country\":\n        \"stateProvince\":\n        \"city\":\n        \"phone\":\n        \"Zip\":\n    }\n}</p>\n<h1 id=\"values\">Values</h1>\n<p><strong>##### \"markupType\":</strong></p>\n<h6 id=\"0-regular-prices-default\">0-Regular Prices (default)</h6>\n<h6 id=\"1-end-qty-price\">1-End Qty Price</h6>\n<h6 id=\"2-regular-cost\">2-Regular Cost</h6>\n<h6 id=\"3-end-qty-cost\">3-End Qty Cost</h6>\n<p><strong>##### \"markupFormula\":</strong></p>\n<h6 id=\"0-markup-default\">0-Markup (default)</h6>\n<h6 id=\"1-margin\">1-Margin</h6>\n","urlObject":{"port":"8077","path":["api","v1","insertCustomer.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d7e57c9-24f7-4ef1-940e-7729f2c193a5","name":"Customer creation fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n    \"accountNumber\": \"qq\",\n    \"accountNumberPrefix\": \"QW\",\n    \"credit\": 10,\n    \"extraEmail\": \"jo1n1@example.com\",\n    \"password\": \"1111@A\",\n    \"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n    \"apiAddress\": {\n        \"firstName\": \"Example\",\n        \"lastName\": \"User\",\n        \"addr1\": \"81 Columbia\",\n        \"country\": \"US\",\n        \"phone\": \"1111111111\",\n        \"city\": \"Asity\",\n        \"stateProvince\":\"CA\",\n        \"zip\": \"82828\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/insertCustomer.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=5AD337850133919511E7115ACECF098B; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 21:52:38 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Insert Failed\",\n    \"validationMap\": {\n        \"email\": \"Username is Required\"\n    }\n}"},{"id":"98cf9738-a27a-427c-8d58-67441c015d08","name":"Invalid datatype","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n    \"accountNumber\": \"qq\",\n    \"accountNumberPrefix\": \"123\",\n    \"credit\": 10,\n    \"username\": 123,\n    \"extraEmail\": \"jo1n1@example.com\",\n    \"password\": \"1111@A\",\n    \"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n    \"apiAddress\": {\n        \"firstName\": 1,\n        \"lastName\": \"User\",\n        \"addr1\": \"81 Columbia\",\n        \"country\": \"US\",\n        \"phone\": \"1111111111\",\n        \"city\": \"Asity\",\n        \"stateProvince\":\"CA\",\n        \"zip\": \"82828\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/insertCustomer.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=89CDE6A7D399A03F02089CCFB41C9240; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Jan 2020 01:40:58 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/apiAddress/firstName\": \"expected: [string] got: integer\",\n        \"/username\": \"expected: [string] got: integer\"\n    }\n}"},{"id":"c323337a-23c8-4621-982d-c9ad401934cc","name":"Create Customer Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n    \"accountNumber\": \"aa\",\n    \"accountNumberPrefix\": \"123\",\n    \"credit\": 10,\n    \"username\": \"test@webjaguar.com\",\n    \"extraEmail\": \"jo1n1@example.com\",\n    \"password\": \"Test@1\",\n    \"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n    \"apiAddress\": {\n        \"firstName\": \"Test\",\n        \"lastName\": \"User\",\n        \"addr1\": \"81 Columbia\",\n        \"country\": \"US\",\n        \"phone\": \"1111111111\",\n        \"city\": \"Asity\",\n        \"stateProvince\":\"CA\",\n        \"zip\": \"82828\"\n    },\n    \"markupType\":2,\n    \"markupFormula\":1,\n    \"markup1\":12.00,\n    \"markup2\":10.00,\n    \"regionName\":\"US\",\n    \"field1\":\"field 1\",\n    \"field11\":\"field 11\",\n    \"field21\":\"field 21\",\n    \"field31\":\"field 31\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8077/api/v1/insertCustomer.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=8961FCBF10902A6F136FA8E6631D5A4D; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Aug 2021 14:12:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"createOnNotFound\": false,\n        \"markupType\": 2,\n        \"markupFormula\": 1,\n        \"markup1\": 12,\n        \"markup2\": 10,\n        \"priceTable\": 0,\n        \"rewardPoints\": 0,\n        \"initRewardPoints\": 0,\n        \"apiAddress\": {\n            \"defaultBilling\": false,\n            \"id\": 577,\n            \"userId\": null,\n            \"firstName\": \"Test\",\n            \"lastName\": \"User\",\n            \"company\": null,\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": null,\n            \"addr3\": null,\n            \"city\": \"Asity\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"82828\",\n            \"country\": \"US\",\n            \"phone\": \"1111111111\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": \"test@webjaguar.com\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"id\": 471,\n        \"username\": \"test@webjaguar.com\",\n        \"unsubscribe\": false,\n        \"extraEmail\": \"jo1n1@example.com\",\n        \"credit\": 10,\n        \"payment\": \"Bill me later\",\n        \"note\": \"Updated by API\",\n        \"accountNumberPrefix\": \"123\",\n        \"accountNumber\": \"aa\",\n        \"textMessageNotify\": false,\n        \"guest\": false,\n        \"suspended\": false,\n        \"editBillingAndShipping\": false,\n        \"groupIdList\": [],\n        \"regionId\": 2,\n        \"field1\": \"field 1\",\n        \"field11\": \"field 11\",\n        \"field21\": \"field 21\",\n        \"field31\": \"field 31\",\n        \"poRequired\": \"\",\n        \"protectedAccess\": \"0\",\n        \"disableCheckout\": false\n    },\n    \"message\": \"Customer Created Successfully\"\n}"}],"_postman_id":"74ae2234-a645-4b74-8653-de286f040d79"},{"name":"Update Customer","id":"d8c131cc-3772-43fc-a246-260047aecd65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"apiAddress\": {\n\t\t\"code\": 0,\n\t\t\"firstName\": \"Test31\",\n\t\t\"lastName\": \"Only\",\n\t\t\"company\": \"Test - Embroidery Solutions\",\n\t\t\"addr1\": \"15 CASA TERRENOS\",\n\t\t\"addr2\": \"\",\n\t\t\"city\": \"PLACITAS\",\n\t\t\"stateProvince\": \"NM\",\n\t\t\"zip\": \"87043-8501\",\n\t\t\"country\": \"US\",\n\t\t\"phone\": \"(505) 379-4046\",\n\t\t\"cellPhone\": \"\",\n\t\t\"fax\": \"(505) 867-1243\"\n\t},\n\t\"createOnNotFound\": true,\n\t\"username\": \"testweb@webjaguar.com\",\n\t\"field12\": \"181615\",\n\t\"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n\t\"extraEmail\": \"test_sbbe@comcast.net\",\n\t\"suspended\": false,\n\t\"disableCheckout\": true,\n\t\"priceTable\": 5,\n\t\"field33\": \"Nanette Bertram\",\n\t\"field34\": \"(800) 227-3215 Ext-2225\",\n\t\"field35\": \"\",\n\t\"field36\": \"nbertram@schoolapparel.com\",\n\t\"field37\": \"98\",\n\t\"field38\": \"98\",\n\t\"field39\": \"*DFT\",\n\t\"field40\": \"\",\n\t\"field41\": \"3500\",\n\t\"field42\": \"*DFT\",\n\t\"field43\": \"\",\n\t\"field44\": \"NM\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8077//api/v1/updateCustomer.jhtm","description":"<p>Required field:</p>\n<p>{\n    username:\n}</p>\n<h4 id=\"feature\">Feature:</h4>\n<h6 id=\"pass-field-createonnotfound-true-a-new-user-will-be-created-if-user-doest-exist\">Pass field \"createOnNotFound\"= true. A new user will be created if user does't exist</h6>\n","urlObject":{"port":"8077","path":["","api","v1","updateCustomer.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"845ad49b-394c-4abe-a09f-3e37a3781d28","name":"Customer update failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"jaguar.com\",\n    \"accountNumber\": \"qq\",\n    \"accountNumberPrefix\": \"QW\",\n    \"credit\": 10,\n    \"extraEmail\": \"joh1n1@example.com\",\n    \"password\": \"1111@A\",\n    \"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n    \"apiAddress\": {\n        \"stateProvince\": \"qqq\",\n        \"firstName\": \"Example\",\n        \"lastName\": \"User\",\n        \"addr1\": \"81 Columbia\",\n        \"country\": \"India\",\n        \"phone\": \"9496008868\",\n        \"city\": \"Asity\",\n        \"zip\": \"82828\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateCustomer.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=5AD337850133919511E7115ACECF098B; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 22:01:02 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Customer not found for given Id or Username\"\n}"},{"id":"8f0a75a5-46bc-4af3-82cd-0688f93a67a6","name":"Invalid datatype","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"ya@qw\",\n    \"accountNumber\": \"qq\",\n    \"accountNumberPrefix\": \"QW\", \n    \"credit\": 10,\n    \"extraEmail\": \"joh1n1@example.com\",\n    \"password\": \"1111@A\",\n    \"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n    \"apiAddress\": {\n        \"stateProvince\": 12,\n        \"firstName\": \"Example\",\n        \"lastName\": \"User\",\n        \"addr1\": \"81 Columbia\",\n        \"country\": \"India\",\n        \"phone\": \"9496008868\",\n        \"city\": \"Asity\",\n        \"zip\": \"82828\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateCustomer.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=89CDE6A7D399A03F02089CCFB41C9240; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Jan 2020 01:37:14 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/apiAddress/stateProvince\": \"expected: [string] got: integer\"\n    }\n}"},{"id":"341d8e61-a6ba-4c86-a3b5-d6d2741c0742","name":"Update Customer Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"apiAddress\": {\n\t\t\"code\": 0,\n\t\t\"firstName\": \"Test31\",\n\t\t\"lastName\": \"Only\",\n\t\t\"company\": \"Test - Embroidery Solutions\",\n\t\t\"addr1\": \"15 CASA TERRENOS\",\n\t\t\"addr2\": \"\",\n\t\t\"city\": \"PLACITAS\",\n\t\t\"stateProvince\": \"NM\",\n\t\t\"zip\": \"87043-8501\",\n\t\t\"country\": \"US\",\n\t\t\"phone\": \"(505) 379-4046\",\n\t\t\"cellPhone\": \"\",\n\t\t\"fax\": \"(505) 867-1243\"\n\t},\n\t\"createOnNotFound\": true,\n\t\"username\": \"testweb@webjaguar.com\",\n\t\"field12\": \"181615\",\n\t\"note\": \"Updated by API\",\n    \"payment\": \"Bill me later\",\n\t\"extraEmail\": \"test_sbbe@comcast.net\",\n\t\"suspended\": false,\n\t\"disableCheckout\": true,\n\t\"priceTable\": 5,\n\t\"field33\": \"Nanette Bertram\",\n\t\"field34\": \"(800) 227-3215 Ext-2225\",\n\t\"field35\": \"\",\n\t\"field36\": \"nbertram@schoolapparel.com\",\n\t\"field37\": \"98\",\n\t\"field38\": \"98\",\n\t\"field39\": \"*DFT\",\n\t\"field40\": \"\",\n\t\"field41\": \"3500\",\n\t\"field42\": \"*DFT\",\n\t\"field43\": \"\",\n\t\"field44\": \"NM\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8077//api/v1/updateCustomer.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=D3082D46BBE91B73D30835FDED6C5966; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Sep 2021 09:59:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"createOnNotFound\": false,\n        \"markupType\": 0,\n        \"markupFormula\": 0,\n        \"priceTable\": 5,\n        \"rewardPoints\": 0,\n        \"initRewardPoints\": 0,\n        \"apiAddress\": {\n            \"defaultBilling\": false,\n            \"id\": 18705,\n            \"userId\": null,\n            \"firstName\": \"Test31\",\n            \"lastName\": \"Only\",\n            \"company\": \"Test - Embroidery Solutions\",\n            \"addr1\": \"15 CASA TERRENOS\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"PLACITAS\",\n            \"stateProvince\": \"NM\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"87043-8501\",\n            \"country\": \"US\",\n            \"phone\": \"(505) 379-4046\",\n            \"cellPhone\": \"\",\n            \"fax\": \"(505) 867-1243\",\n            \"email\": \"a57650d19121b55fe29e8b5385b4e7c4e6a187c87dd37c6408b36f9db1a54d18\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": \"0\",\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"id\": 16778,\n        \"username\": \"testweb@webjaguar.com\",\n        \"unsubscribe\": false,\n        \"extraEmail\": \"test_sbbe@comcast.net\",\n        \"credit\": 0,\n        \"payment\": \"Bill me later\",\n        \"note\": \"Updated by API\",\n        \"textMessageNotify\": false,\n        \"guest\": false,\n        \"suspended\": false,\n        \"editBillingAndShipping\": false,\n        \"groupIdList\": [],\n        \"field12\": \"181615\",\n        \"field33\": \"Nanette Bertram\",\n        \"field34\": \"(800) 227-3215 Ext-2225\",\n        \"field35\": \"\",\n        \"field36\": \"nbertram@schoolapparel.com\",\n        \"field37\": \"98\",\n        \"field38\": \"98\",\n        \"field39\": \"*DFT\",\n        \"field40\": \"\",\n        \"field41\": \"3500\",\n        \"field42\": \"*DFT\",\n        \"field43\": \"\",\n        \"field44\": \"NM\",\n        \"poRequired\": \"\",\n        \"protectedAccess\": \"0\",\n        \"disableCheckout\": false\n    },\n    \"message\": \"Customer Created Successfully\"\n}"}],"_postman_id":"d8c131cc-3772-43fc-a246-260047aecd65"},{"name":"Create Sub Order","id":"de06b920-50fb-433a-a97e-3cfe5cd1e9e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"yash@gm11.co\",\n    \"custId\": 11,\n    \"mainOrderId\": \"1000018\",\n    \"subOrderId\": \"1000042-7\",\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2\",\n            \"qty\": 2,\n            \"originalPrice\": 249,\n            \"discount\": 0,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p1\",\n            \"qty\": 1,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"localhost:8080/webjaguar/api/v1/postSubOrder.jhtm","urlObject":{"port":"8080","path":["webjaguar","api","v1","postSubOrder.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28175edb-3fef-4d4d-a890-c62686b8f667","name":"SubOrder place failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"qwwh@gm11.co\",\n    \"custId\": 11,\n    \"mainOrderId\": \"1000018\",\n    \"subOrderId\": \"1000042-7\",\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2\",\n            \"qty\": 2,\n            \"originalPrice\": 249,\n            \"discount\": 0,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p1\",\n            \"qty\": 1,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"/api/v1/postSubOrder.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=89CDE6A7D399A03F02089CCFB41C9240; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Jan 2020 01:47:26 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invoice number or SubOrderId already exists\"\n}"},{"id":"47cb02a1-c87f-43a3-81a8-aff1d98b28a7","name":"Invalid datatype","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": 11,\n    \"custId\": \"11\",\n    \"mainOrderId\": \"1000018\",\n    \"subOrderId\": \"1000042-7\",\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2\",\n            \"qty\": 2,\n            \"originalPrice\": 249,\n            \"discount\": 0,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p1\",\n            \"qty\": 1,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"/api/v1/postSubOrder.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=89CDE6A7D399A03F02089CCFB41C9240; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Jan 2020 01:56:11 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/custId\": \"expected: [integer] got: string\",\n        \"/email\": \"expected: [string] got: integer\"\n    }\n}"},{"id":"f7227398-8058-43e1-8fe4-827eb4ce672f","name":"SubOrder placed success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"internet\",\n    \"promoTitle\": \"LABOURDAY\",\n    \"email\": \"yash@gm11.co\",\n    \"custId\": 11,\n    \"mainOrderId\": \"1000018\",\n    \"subOrderId\": \"1000042-7\",\n    \"promoAmt\": 10,\n    \"poNumber\": \"1\",\n    \"ccFee\": 10,\n    \"nc\": true,\n    \"taxRate\": 0,\n    \"taxAmt\": 0,\n    \"orderSubTotal\": 538,\n    \"orderGrandTotal\": 538,\n    \"payMethod\": \"Cash\",\n    \"shipMsg\": \"Shipping message\",\n    \"shipMethod\": \"Walk-In/Pick-Up\",\n    \"shipCost\": 0,\n    \"backendOrder\": false,\n    \"tckcode\": \"786543218976\",\n    \"qualifier\": \"\",\n    \"creditUsed\": 0,\n    \"billingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Webjaguar\",\n        \"addr1\": \"81 Columbia\",\n        \"addr2\": \"Ste.200\",\n        \"city\": \"Aliso Viejo\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92656\",\n        \"country\": \"US\",\n        \"phone\": \"0009998888\"\n    },\n    \"shippingAddress\": {\n        \"fName\": \"yash\",\n        \"lName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"city\": \"irv\",\n        \"stateProvince\": \"CA\",\n        \"stateProvinceNA\": true,\n        \"zip\": \"90542\",\n        \"country\": \"US\",\n        \"phone\": \"111111111\"\n    },\n    \"items\": [\n        {\n            \"sku\": \"p2\",\n            \"qty\": 2,\n            \"originalPrice\": 249,\n            \"discount\": 0,\n            \"orderprodAttrApi\": [\n                {\n                    \"optionName\": \"Color\",\n                    \"valueName\": \"Orange\",\n                    \"optionPrice\": 0\n                },\n                {\n                    \"optionName\": \"Size\",\n                    \"valueName\": \"Small\",\n                    \"optionPrice\": 0\n                }\n            ]\n        },\n        {\n            \"sku\": \"p1\",\n            \"qty\": 1,\n            \"originalPrice\": 299,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"/api/v1/postSubOrder.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=5B05B7ED0D462A537D636143750F2EA9; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Jan 2020 21:45:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"isNewCustomer\": null,\n        \"userId\": 11,\n        \"orderId\": 1000018,\n        \"externalOrderId\": null,\n        \"userAccountNumber\": null,\n        \"host\": null,\n        \"billing\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Webjaguar\",\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": \"Ste.200\",\n            \"addr3\": null,\n            \"city\": \"Aliso Viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92656\",\n            \"country\": \"US\",\n            \"phone\": \"0009998888\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"shipping\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Advanced EMedia\",\n            \"addr1\": \"2520 Industry Way\",\n            \"addr2\": \"#23\",\n            \"addr3\": null,\n            \"city\": \"irv\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"90542\",\n            \"country\": \"US\",\n            \"phone\": \"111111111\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"Walk-In/Pick-Up\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 0,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Cash\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0,\n        \"tax\": 0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"backOrdered\": false,\n        \"subTotal\": 538,\n        \"grandTotal\": 538,\n        \"ccFeeRate\": null,\n        \"ccFee\": 10,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 2,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"caseUnitTitle\": null,\n                \"quantity\": 2,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 249,\n                \"percent\": true,\n                \"discount\": 0,\n                \"unitPrice\": 249,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"Product2\",\n                    \"sku\": \"p2\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": null,\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": null,\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"apiAttributes\": [\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Color\",\n                        \"valueName\": \"Orange\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Size\",\n                        \"valueName\": \"Small\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    }\n                ],\n                \"additionalAccountNumber\": null\n            },\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 1,\n                \"lineNumber\": 2,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 2,\n                \"caseUnitTitle\": null,\n                \"quantity\": 1,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 299,\n                \"percent\": true,\n                \"discount\": 0,\n                \"unitPrice\": 299,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"Product1\",\n                    \"sku\": \"p1\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": null,\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": null,\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"apiAttributes\": [],\n                \"additionalAccountNumber\": null\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"dateChanged\": \"Wed, 08 Jan 2020 12:19:53 PST\",\n                \"shippingMethod\": \"Walk-In/Pick-Up\"\n            }\n        ],\n        \"apiCreditCard\": {},\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": 0,\n        \"creditMemo\": null,\n        \"customerFields\": [],\n        \"dateOrdered\": \"Wed, 08 Jan 2020 12:19:53 PST\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"786543218976\",\n        \"invoiceNote\": null,\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"salesRepAccountNumber\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"affiliate\": null,\n        \"orderedBy\": null,\n        \"groupBuyOrder\": false,\n        \"amountPaid\": 0,\n        \"balance\": 538,\n        \"payment\": null,\n        \"purchaseOrder\": \"1\",\n        \"ipAddress\": null,\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"yash@gm11.co\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"Invoice\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deal\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": 0,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Order 1000042-7 placed successfully\"\n}"}],"_postman_id":"de06b920-50fb-433a-a97e-3cfe5cd1e9e4"},{"name":"Update Sub Order Status","id":"1c9f17e5-aadb-4420-a195-11077e0c5052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateSubOrderStatusList\": [\n        {\n            \"subOrderId\": \"1000016-1\",\n            \"status\": \"p\",\n            \"trackNum\": \"8AEMTEST1234\",\n            \"notifyCustomer\": true,\n            \"comments\": \"Order Shipped on 11/16/2018 from NY\"\n        },\n        {\n            \"subOrderId\": \"1000018-1\",\n            \"status\": \"s\",\n            \"notifyCustomer\": false,\n            \"comments\": \"Payment Pending\"\n        }\n    ]\n}"},"url":"localhost:8080/webjaguar/api/v1/updateSubOrderStatus.jhtm","description":"<p>This API can also send email notification for status update by passing \n{\n    \"notifyCustomer\": true\n}\nin request JSON</p>\n","urlObject":{"port":"8080","path":["webjaguar","api","v1","updateSubOrderStatus.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"233033e1-2b92-4859-8d03-38eed3c79e5d","name":"Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateSubOrderStatusList\": [\n        {\n            \"subOrderId\": \"1000038-1\",\n            \"status\": \"s\",\n            \"trackNum\": \"8AEMTEST1234\",\n            \"notifyCustomer\": true,\n            \"comments\": \"Order Shipped on 11/16/2018 from NY\"\n        },\n        {\n            \"subOrderId\": \"1000052-1\",\n            \"status\": \"s\",\n            \"notifyCustomer\": false,\n            \"comments\": \"Payment Pending\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateSubOrderStatus.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=921E539152089C6159BC1044602428B9; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 23:28:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Sub Order Id not found for item #1. Sub Order Id not found for item #2.\"\n}"},{"id":"d3ac9de4-b01d-4e68-9382-50e538b2f971","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateSubOrderStatusList\": [\n        {\n            \"subOrderId\": \"1000016-1\",\n            \"status\": \"p\",\n            \"trackNum\": \"8AEMTEST1234\",\n            \"notifyCustomer\": true,\n            \"comments\": \"Order Shipped on 11/16/2018 from NY\"\n        },\n        {\n            \"subOrderId\": \"1000018-1\",\n            \"status\": \"s\",\n            \"notifyCustomer\": false,\n            \"comments\": \"Payment Pending\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateSubOrderStatus.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=921E539152089C6159BC1044602428B9; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 23:29:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Successfully Updated Sub Order Status for Sub order # 1 Successfully Updated Sub Order Status for Sub order # 2\"\n}"}],"_postman_id":"1c9f17e5-aadb-4420-a195-11077e0c5052"},{"name":"Update Order Status","id":"9423e9df-dc33-4815-96bb-1d2c4f3cea88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateOrderStatusList\": [\n        {\n            \"orderId\": 1000038,\n            \"status\": \"s\",\n            \"trackNum\": \"8AEMTEST1234\",\n            \"notifyCustomer\": true,\n            \"comments\": \"Order Shipped on 11/16/2018 from NY\"\n        },\n        {\n            \"orderId\": 1000052,\n            \"status\": \"s\",\n            \"notifyCustomer\": false,\n            \"comments\": \"Payment Pending\"\n        }\n    ]\n}"},"url":"localhost:8080/webjaguar/api/v1/updateOrderStatus.jhtm","description":"<p>This API can also send email notification for status update by passing \n{\n    \"notifyCustomer\": true\n}\nin request JSON</p>\n","urlObject":{"port":"8080","path":["webjaguar","api","v1","updateOrderStatus.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"42b2f938-71ec-4ef1-a11c-d9607953e657","name":"Success and user notified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateOrderStatusList\": [\n        {\n            \"orderId\": 1000003,\n            \"status\": \"s\",\n            \"trackNum\": \"8AEMTEST1234\",\n            \"notifyCustomer\": true,\n            \"comments\": \"Order Shipped on 11/16/2018 from NY\"\n        },\n        {\n            \"orderId\": 1000004,\n            \"status\": \"s\",\n            \"notifyCustomer\": false,\n            \"comments\": \"Payment Pending\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateOrderStatus.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=921E539152089C6159BC1044602428B9; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 07 Jan 2020 00:04:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Updated Order Status for  order # 1 and user Notified.Successfully Updated Order Status for  order # 2\"\n}"},{"id":"d069c556-fce0-4b00-bff8-c875a38848ac","name":"Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateOrderStatusList\": [\n        {\n            \"orderId\": 1000038,\n            \"status\": \"s\",\n            \"trackNum\": \"8AEMTEST1234\",\n            \"notifyCustomer\": true,\n            \"comments\": \"Order Shipped on 11/16/2018 from NY\"\n        },\n        {\n            \"orderId\": 1000052,\n            \"status\": \"s\",\n            \"notifyCustomer\": false,\n            \"comments\": \"Payment Pending\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateOrderStatus.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=921E539152089C6159BC1044602428B9; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 23:52:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Order Id not found for item #1 Order Id not found for item #2\"\n}"}],"_postman_id":"9423e9df-dc33-4815-96bb-1d2c4f3cea88"},{"name":"Create Product","id":"01d1e6e9-bcc6-42b1-9165-ca80ed863a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"supplierIds\": [\n        1,\n        2\n    ],\n    \"name\": \"product37\",\n    \"sku\": \"37\",\n    \"note\": \"string\",\n    \"masterSku\": \"sku10\",\n    \"slaveCount\": 1,\n    \"slaveLowestPrice\": 2.2,\n    \"slaveHighestPrice\": 2.2,\n    \"upc\": \"upc10\",\n    \"feedFreeze\": false,\n    \"shortDesc\": \"string\",\n    \"longDesc\": \"string\",\n    \"weight\": 70,\n    \"msrp\": 130,\n    \"hideMsrp\": false,\n    \"unitPrice\": 1,\n    \"priceByCustomer\": false,\n    \"catIds\": [\n        1,\n        2\n    ],\n    \"categoryIds\": \"1, 2\",\n    \"catalogPrice\": 2.2,\n    \"price1\": 12.2,\n    \"price2\": 12,\n    \"price3\": 11.8,\n    \"price4\": 1.1,\n    \"price5\": 1.1,\n    \"price6\": 1.1,\n    \"price7\": 1.1,\n    \"price8\": 1.1,\n    \"price9\": 1.1,\n    \"price10\": 1.1,\n    \"cost1\": 1,\n    \"cost2\": 1,\n    \"cost3\": 1,\n    \"cost4\": 1,\n    \"cost5\": 1,\n    \"cost6\": 1,\n    \"cost7\": 1,\n    \"cost8\": 1,\n    \"cost9\": 1,\n    \"cost10\": 1,\n    \"discount1\": 1,\n    \"discount2\": 1,\n    \"discount3\": 1,\n    \"discount4\": 1,\n    \"discount5\": 1,\n    \"discount6\": 1,\n    \"discount7\": 1,\n    \"discount8\": 1,\n    \"discount9\": 1,\n    \"discount10\": 1,\n    \"discountPercent1\": false,\n    \"discountPercent2\": false,\n    \"discountPercent3\": false,\n    \"discountPercent4\": false,\n    \"discountPercent5\": false,\n    \"discountPercent6\": false,\n    \"discountPercent7\": false,\n    \"discountPercent8\": false,\n    \"discountPercent9\": false,\n    \"discountPercent10\": false,\n    \"marginPercent1\": 1.1,\n    \"marginPercent2\": 1,\n    \"marginPercent3\": 1,\n    \"marginPercent4\": 1,\n    \"marginPercent5\": 1,\n    \"marginPercent6\": 1,\n    \"marginPercent7\": 1,\n    \"marginPercent8\": 1,\n    \"marginPercent9\": 1,\n    \"marginPercent10\": 1,\n    \"markupPercent1\": 1.1,\n    \"markupPercent2\": 1,\n    \"markupPercent3\": 1,\n    \"markupPercent4\": 1,\n    \"markupPercent5\": 1,\n    \"markupPercent6\": 1,\n    \"markupPercent7\": 1,\n    \"markupPercent8\": 1,\n    \"markupPercent9\": 1,\n    \"markupPercent10\": 1,\n    \"qtyBreak1\": 4,\n    \"qtyBreak2\": 7,\n    \"qtyBreak3\": 1,\n    \"qtyBreak4\": 1,\n    \"qtyBreak5\": 1,\n    \"qtyBreak6\": 1,\n    \"qtyBreak7\": 1,\n    \"qtyBreak8\": 1,\n    \"qtyBreak9\": 1,\n    \"priceTable1\": 1.1,\n    \"priceTable2\": 125,\n    \"priceTable3\": 1.1,\n    \"priceTable4\": 1.1,\n    \"priceTable5\": 1.1,\n    \"priceTable6\": 1.1,\n    \"priceTable7\": 1.1,\n    \"priceTable8\": 1.1,\n    \"priceTable9\": 1.1,\n    \"priceTable10\": 1.1,\n    \"priceCasePack\": false,\n    \"priceCasePackQty\": 1,\n    \"priceCasePack1\": 2.2,\n    \"priceCasePack2\": 1.1,\n    \"priceCasePack3\": 1.1,\n    \"priceCasePack4\": 1.1,\n    \"priceCasePack5\": 1.1,\n    \"priceCasePack6\": 1.1,\n    \"priceCasePack7\": 1.1,\n    \"priceCasePack8\": 1.1,\n    \"priceCasePack9\": 1.1,\n    \"priceCasePack10\": 1.1,\n    \"quote\": false,\n    \"price\": [\n        {\n            \"amt\": 10,\n            \"discountAmt\": 1,\n            \"qtyFrom\": 0,\n            \"qtyTo\": 4,\n            \"caseAmt\": 10,\n            \"caseDiscountAmt\": 2,\n            \"cost\": 10\n        },\n        {\n            \"amt\": 10,\n            \"discountAmt\": 2,\n            \"qtyFrom\": 5,\n            \"qtyTo\": 9,\n            \"caseAmt\": 9,\n            \"caseDiscountAmt\": 3,\n            \"cost\": 10\n        }\n    ],\n    \"regionProductMapping\":[\n        {\n            \"regionName\":\"test1\",\n            \"price1\":100.00,\n            \"cost1\":12,\n            \"taxable\":true,\n            \"active\":true,\n            \"hidePrice\":true,\n            \"hideMsrp\":true,\n            \"msrp\":12.00,\n            \"discount1\":10,\n            \"discountPercent1\":3,\n            \"marginPercent1\":1,\n            \"markupPercent1\":3,\n            \"minimumQty\":34,\n            \"incrementalQty\":23,\n            \"qtyBreak1\":11,\n            \"priceTable1\":34,\n            \"priceCasePack\":true,\n            \"priceCasePackQty\":23,\n            \"priceCasePack1\":23,\n            \"blankDec\":true,\n            \"blankSku\":\"SKU\",\n            \"screenPrintImprintIdName\":\"NAME\",\n            \"fullColorImprintIdName\":\"NAME\",\n            \"padPrintImprintIdName\":\"NAME\",\n            \"embroideryImprintIdName\":\"NAME\",\n            \"laserEngravingImprintIdName\":\"NAME\",\n            \"debossImprintIdName\":\"NAME\",\n            \"embossImprintIdName\":\"NAME\",\n            \"heatTransferImprintIdName\":\"NAME\",\n            \"etchingImprintIdName\":\"NAME\",\n            \"hotStampImprintIdName\":\"NAME\",\n            \"sublimationImprintIdName\":\"NAME\",\n            \"offsetImprintIdName\":\"NAME\",\n            \"flexoImprintIdName\":\"NAME\"\n        },\n        {\n            \"regionName\":\"test\",\n            \"price1\":100.00\n        }\n    ],\n    \"field1\": \"sss\",\n    \"field2\": \"w\",\n    \"field3\": \"w\",\n    \"field4\": \"w\",\n    \"field5\": \"w\",\n    \"field6\": \"w\",\n    \"field7\": \"w\",\n    \"field8\": \"w\",\n    \"field9\": \"w\",\n    \"field10\": \"w\",\n    \"field11\": \"w\",\n    \"field12\": \"w\",\n    \"field13\": \"w\",\n    \"field14\": \"w\",\n    \"field15\": \"w\",\n    \"field16\": \"w\",\n    \"field17\": \"w\",\n    \"field18\": \"w\",\n    \"field19\": \"w\",\n    \"field20\": \"w\",\n    \"field21\": \"w\",\n    \"field22\": \"w\",\n    \"field23\": \"w\",\n    \"field24\": \"w\",\n    \"field25\": \"w\",\n    \"field26\": \"w\",\n    \"field27\": \"w\",\n    \"field28\": \"w\",\n    \"field29\": \"w\",\n    \"field30\": \"w\",\n    \"field31\": \"w\",\n    \"field32\": \"w\",\n    \"field33\": \"w\",\n    \"field34\": \"w\",\n    \"field35\": \"w\",\n    \"field36\": \"w\",\n    \"field37\": \"w\",\n    \"field38\": \"w\",\n    \"field39\": \"w\",\n    \"field40\": \"w\",\n    \"field41\": \"w\",\n    \"field42\": \"w\",\n    \"field43\": \"w\",\n    \"field44\": \"w\",\n    \"field45\": \"w\",\n    \"field46\": \"w\",\n    \"field47\": \"w\",\n    \"field48\": \"w\",\n    \"field49\": \"w\",\n    \"field50\": \"w\",\n    \"field51\": \"w\",\n    \"field52\": \"w\",\n    \"field53\": \"w\",\n    \"field54\": \"w\",\n    \"field55\": \"w\",\n    \"field56\": \"w\",\n    \"field57\": \"w\",\n    \"field58\": \"w\",\n    \"field59\": \"w\",\n    \"field60\": \"w\",\n    \"field61\": \"w\",\n    \"field62\": \"w\",\n    \"field63\": \"w\",\n    \"field64\": \"w\",\n    \"field65\": \"w\",\n    \"field66\": \"w\",\n    \"field67\": \"w\",\n    \"field68\": \"w\",\n    \"field69\": \"w\",\n    \"field70\": \"w\",\n    \"field71\": \"w\",\n    \"field72\": \"w\",\n    \"field73\": \"w\",\n    \"field74\": \"w\",\n    \"field75\": \"w\",\n    \"field76\": \"w\",\n    \"field77\": \"w\",\n    \"field78\": \"w\",\n    \"field79\": \"w\",\n    \"field80\": \"w\",\n    \"field81\": \"w\",\n    \"field82\": \"w\",\n    \"field83\": \"w\",\n    \"field84\": \"w\",\n    \"field85\": \"w\",\n    \"field86\": \"w\",\n    \"field87\": \"w\",\n    \"field88\": \"w\",\n    \"field89\": \"w\",\n    \"field90\": \"w\",\n    \"field91\": \"w\",\n    \"field92\": \"w\",\n    \"field93\": \"w\",\n    \"field94\": \"w\",\n    \"field95\": \"w\",\n    \"field96\": \"w\",\n    \"field97\": \"w\",\n    \"field98\": \"w\",\n    \"field99\": \"w\",\n    \"field100\": \"w\",\n    \"keywords\": \"product\",\n    \"kitParts\": [\n        {\n            \"kitPartsSku\": \"sku6\",\n            \"quantity\": 2\n        }\n    ],\n    \"kitCost\": 46,\n    \"salesTagId\": 1,\n    \"caseContent\": 1,\n    \"packing\": \"sss\",\n    \"cubicSize\": 2.2,\n    \"minimumQty\": 2,\n    \"incrementalQty\": 2,\n    \"loginRequire\": true,\n    \"hidePrice\": false,\n    \"altLoginRequire\": false,\n    \"recommendedList\": \"recommendedList\",\n    \"recommendedListTitle\": \"recommendedListTitle\",\n    \"recommendedList1\": \"recommendedList1\",\n    \"recommendedListTitle1\": \"recommendedListTitle1\",\n    \"recommendedList2\": \"recommendedList2\",\n    \"recommendedListTitle2\": \"recommendedListTitle2\",\n    \"recommendedListDisplay\": \"recommendedListDisplay\",\n    \"alsoConsider\": \"sku10-1\",\n    \"rank\": 1,\n    \"searchRank\": 1,\n    \"hideHeader\": false,\n    \"hideTopBar\": false,\n    \"hideLeftBar\": true,\n    \"hideRightBar\": false,\n    \"hideFooter\": false,\n    \"hideBreadCrumbs\": false,\n    \"headTag\": \"asa\",\n    \"htmlAddToCart\": \"asa\",\n    \"productLayout\": \"\",\n    \"addToList\": false,\n    \"addToPresentation\": false,\n    \"boxSize\": 1,\n    \"boxExtraAmt\": 1.1,\n    \"type\": \"\",\n    \"optionIndex\": 1,\n    \"temperature\": 1,\n    \"compare\": false,\n    \"taxable\": true,\n    \"enableSpecialTax\": false,\n    \"searchable\": true,\n    \"optionCode\": \"as\",\n    \"negInventory\": false,\n    \"lowInventory\": 1,\n    \"desiredInventory\": 2,\n    \"showNegInventory\": false,\n    \"orderPendingQty\": 1,\n    \"purchasePendingQty\": 1,\n    \"inventoryItem\": false,\n    \"loyaltyPoint\": 3.3,\n    \"customShippingEnabled\": true,\n    \"numCustomLines\": 1,\n    \"customLineCharacter\": 1,\n    \"crossItemsCode\": \"sa\",\n    \"active\": true,\n    \"tab1\": \"\",\n    \"tab1Content\": \"\",\n    \"tab2\": \"\",\n    \"tab2Content\": \"\",\n    \"tab3\": \"\",\n    \"tab3Content\": \"\",\n    \"tab4\": \"\",\n    \"tab4Content\": \"\",\n    \"tab5\": \"\",\n    \"tab5Content\": \"\",\n    \"tab6\": \"\",\n    \"tab6Content\": \"\",\n    \"tab7\": \"\",\n    \"tab7Content\": \"\",\n    \"tab8\": \"\",\n    \"tab8Content\": \"\",\n    \"tab9\": \"\",\n    \"tab9Content\": \"\",\n    \"tab10\": \"\",\n    \"tab10Content\": \"\",\n    \"manufactureName\": \"\",\n    \"enableRate\": true,\n    \"feed\": \"s\",\n    \"deal\": \"s\",\n    \"packageL\": 222,\n    \"packageW\": 222,\n    \"packageH\": 222,\n    \"upsMaxItemsInPackage\": 1,\n    \"uspsMaxItemsInPackage\": 1,\n    \"endQtyPricing\": false,\n    \"retainOnCart\": true,\n    \"siteMapPriority\": 0.5,\n    \"defaultSupplierId\": 0,\n    \"cost\": 1.1,\n    \"costPercent\": false,\n    \"defaultSupplierSku\": \"\",\n    \"defaultSupplierName\": \"\",\n    \"defaultSupplierAccountNumber\": \"\",\n    \"eventProtection\": 0,\n    \"productLevel\": 1,\n    \"groupSpecialPrice\": 1,\n    \"caseUnitTitle\": \"\",\n    \"productType\": \"\",\n    \"discountedCost\": 11,\n    \"discountedPrice\": 11,\n    \"limitQty\": 1,\n    \"selectedFieldGroupIndex\": 1,\n    \"qbIncomeAccountType\": \"\",\n    \"qbExpenseAccountType\": \"\",\n    \"decoSku\": \"\",\n    \"productCustomerMarkupTitle\": \"\",\n    \"configLabel\": \"product\",\n    \"primaryLocation\": {\n        \"locationName\": \"\",\n        \"warehouse_id\": 1,\n        \"warehouseZone\": \"\",\n        \"aisle\": \"\",\n        \"bin\": \"\",\n        \"level\": \"\"\n    },\n    \"locationMinAmount\": 0,\n    \"locationDesiredAmount\": 0,\n    \"commissionable\": false,\n    \"amazonCategoryId\": 2,\n    \"amazonSubCategoryId\": 2,\n    \"amazonCategoryId1\": 1,\n    \"amazonSubCategoryId1\": 3,\n    \"hideProduct\": false,\n    \"aliasSku\": \"asa\",\n    \"pushedToAccounting\": false,\n    \"hazardousTier\": 2,\n    \"qtyOnPO\": 3,\n    \"groundShipping\": false,\n    \"backOrderFlag\": false\n}"},"url":"localhost:8017/api/v1/createProduct.jhtm","urlObject":{"port":"8017","path":["api","v1","createProduct.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b40af450-c1a3-4a11-9537-57837b242518","name":"Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"supplierIds\": [\n        1,\n        2\n    ],\n    \"name\": \"product13\",\n    \"sku\": \"sku13\",\n    \"note\": \"string\",\n    \"masterSku\": \"sku9\",\n    \"slaveCount\": 1,\n    \"slaveLowestPrice\": 2.2,\n    \"slaveHighestPrice\": 2.2,\n    \"upc\": \"upc10\",\n    \"feedFreeze\": false,\n    \"shortDesc\": \"string\",\n    \"longDesc\": \"string\",\n    \"weight\": 70,\n    \"msrp\": 130,\n    \"hideMsrp\": false,\n    \"unitPrice\": 1,\n    \"priceByCustomer\": false,\n    \"catIds\": [\n        1,\n        2\n    ],\n    \"categoryIds\": \"1, 2\",\n    \"catalogPrice\": 2.2,\n    \"price1\": 12.2,\n    \"price2\": 12,\n    \"price3\": 11.8,\n    \"price4\": 1.1,\n    \"price5\": 1.1,\n    \"price6\": 1.1,\n    \"price7\": 1.1,\n    \"price8\": 1.1,\n    \"price9\": 1.1,\n    \"price10\": 1.1,\n    \"cost1\": 1,\n    \"cost2\": 1,\n    \"cost3\": 1,\n    \"cost4\": 1,\n    \"cost5\": 1,\n    \"cost6\": 1,\n    \"cost7\": 1,\n    \"cost8\": 1,\n    \"cost9\": 1,\n    \"cost10\": 1,\n    \"discount1\": 1,\n    \"discount2\": 1,\n    \"discount3\": 1,\n    \"discount4\": 1,\n    \"discount5\": 1,\n    \"discount6\": 1,\n    \"discount7\": 1,\n    \"discount8\": 1,\n    \"discount9\": 1,\n    \"discount10\": 1,\n    \"discountPercent1\": false,\n    \"discountPercent2\": false,\n    \"discountPercent3\": false,\n    \"discountPercent4\": false,\n    \"discountPercent5\": false,\n    \"discountPercent6\": false,\n    \"discountPercent7\": false,\n    \"discountPercent8\": false,\n    \"discountPercent9\": false,\n    \"discountPercent10\": false,\n    \"marginPercent1\": 1.1,\n    \"marginPercent2\": 1,\n    \"marginPercent3\": 1,\n    \"marginPercent4\": 1,\n    \"marginPercent5\": 1,\n    \"marginPercent6\": 1,\n    \"marginPercent7\": 1,\n    \"marginPercent8\": 1,\n    \"marginPercent9\": 1,\n    \"marginPercent10\": 1,\n    \"markupPercent1\": 1.1,\n    \"markupPercent2\": 1,\n    \"markupPercent3\": 1,\n    \"markupPercent4\": 1,\n    \"markupPercent5\": 1,\n    \"markupPercent6\": 1,\n    \"markupPercent7\": 1,\n    \"markupPercent8\": 1,\n    \"markupPercent9\": 1,\n    \"markupPercent10\": 1,\n    \"qtyBreak1\": 4,\n    \"qtyBreak2\": 7,\n    \"qtyBreak3\": 1,\n    \"qtyBreak4\": 1,\n    \"qtyBreak5\": 1,\n    \"qtyBreak6\": 1,\n    \"qtyBreak7\": 1,\n    \"qtyBreak8\": 1,\n    \"qtyBreak9\": 1,\n    \"priceTable1\": 1.1,\n    \"priceTable2\": 125,\n    \"priceTable3\": 1.1,\n    \"priceTable4\": 1.1,\n    \"priceTable5\": 1.1,\n    \"priceTable6\": 1.1,\n    \"priceTable7\": 1.1,\n    \"priceTable8\": 1.1,\n    \"priceTable9\": 1.1,\n    \"priceTable10\": 1.1,\n    \"priceCasePack\": false,\n    \"priceCasePackQty\": 1,\n    \"priceCasePack1\": 2.2,\n    \"priceCasePack2\": 1.1,\n    \"priceCasePack3\": 1.1,\n    \"priceCasePack4\": 1.1,\n    \"priceCasePack5\": 1.1,\n    \"priceCasePack6\": 1.1,\n    \"priceCasePack7\": 1.1,\n    \"priceCasePack8\": 1.1,\n    \"priceCasePack9\": 1.1,\n    \"priceCasePack10\": 1.1,\n    \"quote\": false,\n    \"price\": [\n        {\n            \"amt\": 10,\n            \"discountAmt\": 1,\n            \"qtyFrom\": 0,\n            \"qtyTo\": 4,\n            \"caseAmt\": 10,\n            \"caseDiscountAmt\": 2,\n            \"cost\": 10\n        },\n        {\n            \"amt\": 10,\n            \"discountAmt\": 2,\n            \"qtyFrom\": 5,\n            \"qtyTo\": 9,\n            \"caseAmt\": 9,\n            \"caseDiscountAmt\": 3,\n            \"cost\": 10\n        }\n    ],\n    \"field1\": \"sss\",\n    \"field2\": \"w\",\n    \"field3\": \"w\",\n    \"field4\": \"w\",\n    \"field5\": \"w\",\n    \"field6\": \"w\",\n    \"field7\": \"w\",\n    \"field8\": \"w\",\n    \"field9\": \"w\",\n    \"field10\": \"w\",\n    \"field11\": \"w\",\n    \"field12\": \"w\",\n    \"field13\": \"w\",\n    \"field14\": \"w\",\n    \"field15\": \"w\",\n    \"field16\": \"w\",\n    \"field17\": \"w\",\n    \"field18\": \"w\",\n    \"field19\": \"w\",\n    \"field20\": \"w\",\n    \"field21\": \"w\",\n    \"field22\": \"w\",\n    \"field23\": \"w\",\n    \"field24\": \"w\",\n    \"field25\": \"w\",\n    \"field26\": \"w\",\n    \"field27\": \"w\",\n    \"field28\": \"w\",\n    \"field29\": \"w\",\n    \"field30\": \"w\",\n    \"field31\": \"w\",\n    \"field32\": \"w\",\n    \"field33\": \"w\",\n    \"field34\": \"w\",\n    \"field35\": \"w\",\n    \"field36\": \"w\",\n    \"field37\": \"w\",\n    \"field38\": \"w\",\n    \"field39\": \"w\",\n    \"field40\": \"w\",\n    \"field41\": \"w\",\n    \"field42\": \"w\",\n    \"field43\": \"w\",\n    \"field44\": \"w\",\n    \"field45\": \"w\",\n    \"field46\": \"w\",\n    \"field47\": \"w\",\n    \"field48\": \"w\",\n    \"field49\": \"w\",\n    \"field50\": \"w\",\n    \"field51\": \"w\",\n    \"field52\": \"w\",\n    \"field53\": \"w\",\n    \"field54\": \"w\",\n    \"field55\": \"w\",\n    \"field56\": \"w\",\n    \"field57\": \"w\",\n    \"field58\": \"w\",\n    \"field59\": \"w\",\n    \"field60\": \"w\",\n    \"field61\": \"w\",\n    \"field62\": \"w\",\n    \"field63\": \"w\",\n    \"field64\": \"w\",\n    \"field65\": \"w\",\n    \"field66\": \"w\",\n    \"field67\": \"w\",\n    \"field68\": \"w\",\n    \"field69\": \"w\",\n    \"field70\": \"w\",\n    \"field71\": \"w\",\n    \"field72\": \"w\",\n    \"field73\": \"w\",\n    \"field74\": \"w\",\n    \"field75\": \"w\",\n    \"field76\": \"w\",\n    \"field77\": \"w\",\n    \"field78\": \"w\",\n    \"field79\": \"w\",\n    \"field80\": \"w\",\n    \"field81\": \"w\",\n    \"field82\": \"w\",\n    \"field83\": \"w\",\n    \"field84\": \"w\",\n    \"field85\": \"w\",\n    \"field86\": \"w\",\n    \"field87\": \"w\",\n    \"field88\": \"w\",\n    \"field89\": \"w\",\n    \"field90\": \"w\",\n    \"field91\": \"w\",\n    \"field92\": \"w\",\n    \"field93\": \"w\",\n    \"field94\": \"w\",\n    \"field95\": \"w\",\n    \"field96\": \"w\",\n    \"field97\": \"w\",\n    \"field98\": \"w\",\n    \"field99\": \"w\",\n    \"field100\": \"w\",\n    \"keywords\": \"product\",\n    \"kitParts\": [\n        {\n            \"kitPartsSku\": \"sku6\",\n            \"quantity\": 2\n        }\n    ],\n    \"kitCost\": 46,\n    \"salesTagId\": 1,\n    \"caseContent\": 1,\n    \"packing\": \"sss\",\n    \"cubicSize\": 2.2,\n    \"minimumQty\": 2,\n    \"incrementalQty\": 2,\n    \"loginRequire\": true,\n    \"hidePrice\": false,\n    \"altLoginRequire\": false,\n    \"recommendedList\": \"sdswed\",\n    \"recommendedListTitle\": \"ada\",\n    \"recommendedList1\": \"asda\",\n    \"recommendedListTitle1\": \"dada\",\n    \"recommendedList2\": \"asda\",\n    \"recommendedListTitle2\": \"asda\",\n    \"recommendedListDisplay\": \"\",\n    \"alsoConsider\": \"sku10-1\",\n    \"rank\": 1,\n    \"searchRank\": 1,\n    \"hideHeader\": false,\n    \"hideTopBar\": false,\n    \"hideLeftBar\": true,\n    \"hideRightBar\": false,\n    \"hideFooter\": false,\n    \"hideBreadCrumbs\": false,\n    \"headTag\": \"asa\",\n    \"htmlAddToCart\": \"asa\",\n    \"productLayout\": \"\",\n    \"addToList\": false,\n    \"addToPresentation\": false,\n    \"boxSize\": 1,\n    \"boxExtraAmt\": 1.1,\n    \"type\": \"\",\n    \"optionIndex\": 1,\n    \"temperature\": 1,\n    \"compare\": false,\n    \"taxable\": true,\n    \"enableSpecialTax\": false,\n    \"searchable\": true,\n    \"optionCode\": \"as\",\n    \"negInventory\": false,\n    \"lowInventory\": 1,\n    \"desiredInventory\": 2,\n    \"showNegInventory\": false,\n    \"orderPendingQty\": 1,\n    \"purchasePendingQty\": 1,\n    \"inventoryItem\": false,\n    \"loyaltyPoint\": 3.3,\n    \"customShippingEnabled\": true,\n    \"numCustomLines\": 1,\n    \"customLineCharacter\": 1,\n    \"crossItemsCode\": \"sa\",\n    \"active\": true,\n    \"tab1\": \"\",\n    \"tab1Content\": \"\",\n    \"tab2\": \"\",\n    \"tab2Content\": \"\",\n    \"tab3\": \"\",\n    \"tab3Content\": \"\",\n    \"tab4\": \"\",\n    \"tab4Content\": \"\",\n    \"tab5\": \"\",\n    \"tab5Content\": \"\",\n    \"tab6\": \"\",\n    \"tab6Content\": \"\",\n    \"tab7\": \"\",\n    \"tab7Content\": \"\",\n    \"tab8\": \"\",\n    \"tab8Content\": \"\",\n    \"tab9\": \"\",\n    \"tab9Content\": \"\",\n    \"tab10\": \"\",\n    \"tab10Content\": \"\",\n    \"manufactureName\": \"\",\n    \"enableRate\": true,\n    \"feed\": \"s\",\n    \"deal\": \"s\",\n    \"packageL\": 222,\n    \"packageW\": 222,\n    \"packageH\": 222,\n    \"upsMaxItemsInPackage\": 1,\n    \"uspsMaxItemsInPackage\": 1,\n    \"endQtyPricing\": false,\n    \"retainOnCart\": true,\n    \"siteMapPriority\": 0.5,\n    \"defaultSupplierId\": 0,\n    \"cost\": 1.1,\n    \"costPercent\": false,\n    \"defaultSupplierSku\": \"\",\n    \"defaultSupplierName\": \"\",\n    \"defaultSupplierAccountNumber\": \"\",\n    \"eventProtection\": 0,\n    \"productLevel\": 1,\n    \"groupSpecialPrice\": 1,\n    \"caseUnitTitle\": \"\",\n    \"productType\": \"\",\n    \"discountedCost\": 11,\n    \"discountedPrice\": 11,\n    \"limitQty\": 1,\n    \"selectedFieldGroupIndex\": 1,\n    \"qbIncomeAccountType\": \"\",\n    \"qbExpenseAccountType\": \"\",\n    \"decoSku\": \"\",\n    \"productCustomerMarkupTitle\": \"\",\n    \"configLabel\": \"product\",\n    \"primaryLocation\": {\n        \"locationName\": \"\",\n        \"warehouse_id\": 1,\n        \"warehouseZone\": \"\",\n        \"aisle\": \"\",\n        \"bin\": \"\",\n        \"level\": \"\"\n    },\n    \"locationMinAmount\": 0,\n    \"locationDesiredAmount\": 0,\n    \"commissionable\": false,\n    \"amazonCategoryId\": 2,\n    \"amazonSubCategoryId\": 2,\n    \"amazonCategoryId1\": 1,\n    \"amazonSubCategoryId1\": 3,\n    \"hideProduct\": false,\n    \"aliasSku\": \"asa\",\n    \"pushedToAccounting\": false,\n    \"hazardousTier\": 2,\n    \"qtyOnPO\": 3,\n    \"groundShipping\": false,\n    \"backOrderFlag\": false\n}"},"url":"/api/v1/createProduct.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=45E29E2547DCE0C44365FCA19BD8F8E9; Path=/webjaguar; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Jan 2020 22:17:03 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"An item using this sku already exists\"\n}"},{"id":"3e88b694-d253-411e-9718-39fbbaffb381","name":"Invalid Data format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"supplierIds\": [\n        1,\n        2\n    ],\n    \"name\": \"product13\",\n    \"sku\": 123,\n    \"note\": \"string\",\n    \"masterSku\": \"sku10\",\n    \"slaveCount\": 1,\n    \"slaveLowestPrice\": 2.2,\n    \"slaveHighestPrice\": 2.2,\n    \"upc\": \"upc10\",\n    \"feedFreeze\": false,\n    \"shortDesc\": \"string\",\n    \"longDesc\": \"string\",\n    \"weight\": 70,\n    \"msrp\": 130,\n    \"hideMsrp\": false,\n    \"unitPrice\": 1,\n    \"priceByCustomer\": false,\n    \"catIds\": [\n        1,\n        2\n    ],\n    \"categoryIds\": \"1, 2\",\n    \"catalogPrice\": 2.2,\n    \"price1\": 12.2,\n    \"price2\": 12,\n    \"price3\": 11.8,\n    \"price4\": 1.1,\n    \"price5\": 1.1,\n    \"price6\": 1.1,\n    \"price7\": 1.1,\n    \"price8\": 1.1,\n    \"price9\": 1.1,\n    \"price10\": 1.1,\n    \"cost1\": 1,\n    \"cost2\": 1,\n    \"cost3\": 1,\n    \"cost4\": 1,\n    \"cost5\": 1,\n    \"cost6\": 1,\n    \"cost7\": 1,\n    \"cost8\": 1,\n    \"cost9\": 1,\n    \"cost10\": 1,\n    \"discount1\": 1,\n    \"discount2\": 1,\n    \"discount3\": 1,\n    \"discount4\": 1,\n    \"discount5\": 1,\n    \"discount6\": 1,\n    \"discount7\": 1,\n    \"discount8\": 1,\n    \"discount9\": 1,\n    \"discount10\": 1,\n    \"discountPercent1\": false,\n    \"discountPercent2\": false,\n    \"discountPercent3\": false,\n    \"discountPercent4\": false,\n    \"discountPercent5\": false,\n    \"discountPercent6\": false,\n    \"discountPercent7\": false,\n    \"discountPercent8\": false,\n    \"discountPercent9\": false,\n    \"discountPercent10\": false,\n    \"marginPercent1\": 1.1,\n    \"marginPercent2\": 1,\n    \"marginPercent3\": 1,\n    \"marginPercent4\": 1,\n    \"marginPercent5\": 1,\n    \"marginPercent6\": 1,\n    \"marginPercent7\": 1,\n    \"marginPercent8\": 1,\n    \"marginPercent9\": 1,\n    \"marginPercent10\": 1,\n    \"markupPercent1\": 1.1,\n    \"markupPercent2\": 1,\n    \"markupPercent3\": 1,\n    \"markupPercent4\": 1,\n    \"markupPercent5\": 1,\n    \"markupPercent6\": 1,\n    \"markupPercent7\": 1,\n    \"markupPercent8\": 1,\n    \"markupPercent9\": 1,\n    \"markupPercent10\": 1,\n    \"qtyBreak1\": 4,\n    \"qtyBreak2\": 7,\n    \"qtyBreak3\": 1,\n    \"qtyBreak4\": 1,\n    \"qtyBreak5\": 1,\n    \"qtyBreak6\": 1,\n    \"qtyBreak7\": 1,\n    \"qtyBreak8\": 1,\n    \"qtyBreak9\": 1,\n    \"priceTable1\": 1.1,\n    \"priceTable2\": 125,\n    \"priceTable3\": 1.1,\n    \"priceTable4\": 1.1,\n    \"priceTable5\": 1.1,\n    \"priceTable6\": 1.1,\n    \"priceTable7\": 1.1,\n    \"priceTable8\": 1.1,\n    \"priceTable9\": 1.1,\n    \"priceTable10\": 1.1,\n    \"priceCasePack\": false,\n    \"priceCasePackQty\": 1,\n    \"priceCasePack1\": 2.2,\n    \"priceCasePack2\": 1.1,\n    \"priceCasePack3\": 1.1,\n    \"priceCasePack4\": 1.1,\n    \"priceCasePack5\": 1.1,\n    \"priceCasePack6\": 1.1,\n    \"priceCasePack7\": 1.1,\n    \"priceCasePack8\": 1.1,\n    \"priceCasePack9\": 1.1,\n    \"priceCasePack10\": 1.1,\n    \"quote\": false,\n    \"price\": [\n        {\n            \"amt\": 10,\n            \"discountAmt\": 1,\n            \"qtyFrom\": 0,\n            \"qtyTo\": 4,\n            \"caseAmt\": 10,\n            \"caseDiscountAmt\": 2,\n            \"cost\": 10\n        },\n        {\n            \"amt\": 10,\n            \"discountAmt\": 2,\n            \"qtyFrom\": 5,\n            \"qtyTo\": 9,\n            \"caseAmt\": 9,\n            \"caseDiscountAmt\": 3,\n            \"cost\": 10\n        }\n    ],\n    \"field1\": \"sss\",\n    \"field2\": \"w\",\n    \"field3\": \"w\",\n    \"field4\": \"w\",\n    \"field5\": \"w\",\n    \"field6\": \"w\",\n    \"field7\": \"w\",\n    \"field8\": \"w\",\n    \"field9\": \"w\",\n    \"field10\": \"w\",\n    \"field11\": \"w\",\n    \"field12\": \"w\",\n    \"field13\": \"w\",\n    \"field14\": \"w\",\n    \"field15\": \"w\",\n    \"field16\": \"w\",\n    \"field17\": \"w\",\n    \"field18\": \"w\",\n    \"field19\": \"w\",\n    \"field20\": \"w\",\n    \"field21\": \"w\",\n    \"field22\": \"w\",\n    \"field23\": \"w\",\n    \"field24\": \"w\",\n    \"field25\": \"w\",\n    \"field26\": \"w\",\n    \"field27\": \"w\",\n    \"field28\": \"w\",\n    \"field29\": \"w\",\n    \"field30\": \"w\",\n    \"field31\": \"w\",\n    \"field32\": \"w\",\n    \"field33\": \"w\",\n    \"field34\": \"w\",\n    \"field35\": \"w\",\n    \"field36\": \"w\",\n    \"field37\": \"w\",\n    \"field38\": \"w\",\n    \"field39\": \"w\",\n    \"field40\": \"w\",\n    \"field41\": \"w\",\n    \"field42\": \"w\",\n    \"field43\": \"w\",\n    \"field44\": \"w\",\n    \"field45\": \"w\",\n    \"field46\": \"w\",\n    \"field47\": \"w\",\n    \"field48\": \"w\",\n    \"field49\": \"w\",\n    \"field50\": \"w\",\n    \"field51\": \"w\",\n    \"field52\": \"w\",\n    \"field53\": \"w\",\n    \"field54\": \"w\",\n    \"field55\": \"w\",\n    \"field56\": \"w\",\n    \"field57\": \"w\",\n    \"field58\": \"w\",\n    \"field59\": \"w\",\n    \"field60\": \"w\",\n    \"field61\": \"w\",\n    \"field62\": \"w\",\n    \"field63\": \"w\",\n    \"field64\": \"w\",\n    \"field65\": \"w\",\n    \"field66\": \"w\",\n    \"field67\": \"w\",\n    \"field68\": \"w\",\n    \"field69\": \"w\",\n    \"field70\": \"w\",\n    \"field71\": \"w\",\n    \"field72\": \"w\",\n    \"field73\": \"w\",\n    \"field74\": \"w\",\n    \"field75\": \"w\",\n    \"field76\": \"w\",\n    \"field77\": \"w\",\n    \"field78\": \"w\",\n    \"field79\": \"w\",\n    \"field80\": \"w\",\n    \"field81\": \"w\",\n    \"field82\": \"w\",\n    \"field83\": \"w\",\n    \"field84\": \"w\",\n    \"field85\": \"w\",\n    \"field86\": \"w\",\n    \"field87\": \"w\",\n    \"field88\": \"w\",\n    \"field89\": \"w\",\n    \"field90\": \"w\",\n    \"field91\": \"w\",\n    \"field92\": \"w\",\n    \"field93\": \"w\",\n    \"field94\": \"w\",\n    \"field95\": \"w\",\n    \"field96\": \"w\",\n    \"field97\": \"w\",\n    \"field98\": \"w\",\n    \"field99\": \"w\",\n    \"field100\": \"w\",\n    \"keywords\": \"product\",\n    \"kitParts\": [\n        {\n            \"kitPartsSku\": \"sku6\",\n            \"quantity\": 2\n        }\n    ],\n    \"kitCost\": 46,\n    \"salesTagId\": 1,\n    \"caseContent\": 1,\n    \"packing\": \"sss\",\n    \"cubicSize\": 2.2,\n    \"minimumQty\": 2,\n    \"incrementalQty\": 2,\n    \"loginRequire\": true,\n    \"hidePrice\": false,\n    \"altLoginRequire\": false,\n    \"recommendedList\": \"sdswed\",\n    \"recommendedListTitle\": \"ada\",\n    \"recommendedList1\": \"asda\",\n    \"recommendedListTitle1\": \"dada\",\n    \"recommendedList2\": \"asda\",\n    \"recommendedListTitle2\": \"asda\",\n    \"recommendedListDisplay\": \"\",\n    \"alsoConsider\": \"sku10-1\",\n    \"rank\": 1,\n    \"searchRank\": 1,\n    \"hideHeader\": false,\n    \"hideTopBar\": false,\n    \"hideLeftBar\": true,\n    \"hideRightBar\": false,\n    \"hideFooter\": false,\n    \"hideBreadCrumbs\": false,\n    \"headTag\": \"asa\",\n    \"htmlAddToCart\": \"asa\",\n    \"productLayout\": \"\",\n    \"addToList\": false,\n    \"addToPresentation\": false,\n    \"boxSize\": 1,\n    \"boxExtraAmt\": 1.1,\n    \"type\": \"\",\n    \"optionIndex\": 1,\n    \"temperature\": 1,\n    \"compare\": false,\n    \"taxable\": true,\n    \"enableSpecialTax\": false,\n    \"searchable\": true,\n    \"optionCode\": \"as\",\n    \"negInventory\": false,\n    \"lowInventory\": 1,\n    \"desiredInventory\": 2,\n    \"showNegInventory\": false,\n    \"orderPendingQty\": 1,\n    \"purchasePendingQty\": 1,\n    \"inventoryItem\": false,\n    \"loyaltyPoint\": 3.3,\n    \"customShippingEnabled\": true,\n    \"numCustomLines\": 1,\n    \"customLineCharacter\": 1,\n    \"crossItemsCode\": \"sa\",\n    \"active\": true,\n    \"tab1\": \"\",\n    \"tab1Content\": \"\",\n    \"tab2\": \"\",\n    \"tab2Content\": \"\",\n    \"tab3\": \"\",\n    \"tab3Content\": \"\",\n    \"tab4\": \"\",\n    \"tab4Content\": \"\",\n    \"tab5\": \"\",\n    \"tab5Content\": \"\",\n    \"tab6\": \"\",\n    \"tab6Content\": \"\",\n    \"tab7\": \"\",\n    \"tab7Content\": \"\",\n    \"tab8\": \"\",\n    \"tab8Content\": \"\",\n    \"tab9\": \"\",\n    \"tab9Content\": \"\",\n    \"tab10\": \"\",\n    \"tab10Content\": \"\",\n    \"manufactureName\": \"\",\n    \"enableRate\": true,\n    \"feed\": \"s\",\n    \"deal\": \"s\",\n    \"packageL\": 222,\n    \"packageW\": 222,\n    \"packageH\": 222,\n    \"upsMaxItemsInPackage\": 1,\n    \"uspsMaxItemsInPackage\": 1,\n    \"endQtyPricing\": false,\n    \"retainOnCart\": true,\n    \"siteMapPriority\": 0.5,\n    \"defaultSupplierId\": 0,\n    \"cost\": 1.1,\n    \"costPercent\": false,\n    \"defaultSupplierSku\": \"\",\n    \"defaultSupplierName\": \"\",\n    \"defaultSupplierAccountNumber\": \"\",\n    \"eventProtection\": 0,\n    \"productLevel\": 1,\n    \"groupSpecialPrice\": 1,\n    \"caseUnitTitle\": \"\",\n    \"productType\": \"\",\n    \"discountedCost\": 11,\n    \"discountedPrice\": 11,\n    \"limitQty\": 1,\n    \"selectedFieldGroupIndex\": 1,\n    \"qbIncomeAccountType\": \"\",\n    \"qbExpenseAccountType\": \"\",\n    \"decoSku\": \"\",\n    \"productCustomerMarkupTitle\": \"\",\n    \"configLabel\": \"product\",\n    \"primaryLocation\": {\n        \"locationName\": \"\",\n        \"warehouse_id\": 1,\n        \"warehouseZone\": \"\",\n        \"aisle\": \"\",\n        \"bin\": \"\",\n        \"level\": \"\"\n    },\n    \"locationMinAmount\": 0,\n    \"locationDesiredAmount\": 0,\n    \"commissionable\": false,\n    \"amazonCategoryId\": 2,\n    \"amazonSubCategoryId\": 2,\n    \"amazonCategoryId1\": 1,\n    \"amazonSubCategoryId1\": 3,\n    \"hideProduct\": false,\n    \"aliasSku\": \"asa\",\n    \"pushedToAccounting\": false,\n    \"hazardousTier\": 2,\n    \"qtyOnPO\": 3,\n    \"groundShipping\": false,\n    \"backOrderFlag\": false\n}"},"url":"/api/v1/createProduct.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 20:11:38 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/sku\": \"expected: [string] got: integer\"\n    }\n}"},{"id":"b8f2ded0-b139-441a-885d-c5fa5e26b431","name":"Create Product Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"supplierIds\": [\n        1,\n        2\n    ],\n    \"name\": \"product37\",\n    \"sku\": \"37\",\n    \"note\": \"string\",\n    \"masterSku\": \"sku10\",\n    \"slaveCount\": 1,\n    \"slaveLowestPrice\": 2.2,\n    \"slaveHighestPrice\": 2.2,\n    \"upc\": \"upc10\",\n    \"feedFreeze\": false,\n    \"shortDesc\": \"string\",\n    \"longDesc\": \"string\",\n    \"weight\": 70,\n    \"msrp\": 130,\n    \"hideMsrp\": false,\n    \"unitPrice\": 1,\n    \"priceByCustomer\": false,\n    \"catIds\": [\n        1,\n        2\n    ],\n    \"categoryIds\": \"1, 2\",\n    \"catalogPrice\": 2.2,\n    \"price1\": 12.2,\n    \"price2\": 12,\n    \"price3\": 11.8,\n    \"price4\": 1.1,\n    \"price5\": 1.1,\n    \"price6\": 1.1,\n    \"price7\": 1.1,\n    \"price8\": 1.1,\n    \"price9\": 1.1,\n    \"price10\": 1.1,\n    \"cost1\": 1,\n    \"cost2\": 1,\n    \"cost3\": 1,\n    \"cost4\": 1,\n    \"cost5\": 1,\n    \"cost6\": 1,\n    \"cost7\": 1,\n    \"cost8\": 1,\n    \"cost9\": 1,\n    \"cost10\": 1,\n    \"discount1\": 1,\n    \"discount2\": 1,\n    \"discount3\": 1,\n    \"discount4\": 1,\n    \"discount5\": 1,\n    \"discount6\": 1,\n    \"discount7\": 1,\n    \"discount8\": 1,\n    \"discount9\": 1,\n    \"discount10\": 1,\n    \"discountPercent1\": false,\n    \"discountPercent2\": false,\n    \"discountPercent3\": false,\n    \"discountPercent4\": false,\n    \"discountPercent5\": false,\n    \"discountPercent6\": false,\n    \"discountPercent7\": false,\n    \"discountPercent8\": false,\n    \"discountPercent9\": false,\n    \"discountPercent10\": false,\n    \"marginPercent1\": 1.1,\n    \"marginPercent2\": 1,\n    \"marginPercent3\": 1,\n    \"marginPercent4\": 1,\n    \"marginPercent5\": 1,\n    \"marginPercent6\": 1,\n    \"marginPercent7\": 1,\n    \"marginPercent8\": 1,\n    \"marginPercent9\": 1,\n    \"marginPercent10\": 1,\n    \"markupPercent1\": 1.1,\n    \"markupPercent2\": 1,\n    \"markupPercent3\": 1,\n    \"markupPercent4\": 1,\n    \"markupPercent5\": 1,\n    \"markupPercent6\": 1,\n    \"markupPercent7\": 1,\n    \"markupPercent8\": 1,\n    \"markupPercent9\": 1,\n    \"markupPercent10\": 1,\n    \"qtyBreak1\": 4,\n    \"qtyBreak2\": 7,\n    \"qtyBreak3\": 1,\n    \"qtyBreak4\": 1,\n    \"qtyBreak5\": 1,\n    \"qtyBreak6\": 1,\n    \"qtyBreak7\": 1,\n    \"qtyBreak8\": 1,\n    \"qtyBreak9\": 1,\n    \"priceTable1\": 1.1,\n    \"priceTable2\": 125,\n    \"priceTable3\": 1.1,\n    \"priceTable4\": 1.1,\n    \"priceTable5\": 1.1,\n    \"priceTable6\": 1.1,\n    \"priceTable7\": 1.1,\n    \"priceTable8\": 1.1,\n    \"priceTable9\": 1.1,\n    \"priceTable10\": 1.1,\n    \"priceCasePack\": false,\n    \"priceCasePackQty\": 1,\n    \"priceCasePack1\": 2.2,\n    \"priceCasePack2\": 1.1,\n    \"priceCasePack3\": 1.1,\n    \"priceCasePack4\": 1.1,\n    \"priceCasePack5\": 1.1,\n    \"priceCasePack6\": 1.1,\n    \"priceCasePack7\": 1.1,\n    \"priceCasePack8\": 1.1,\n    \"priceCasePack9\": 1.1,\n    \"priceCasePack10\": 1.1,\n    \"quote\": false,\n    \"price\": [\n        {\n            \"amt\": 10,\n            \"discountAmt\": 1,\n            \"qtyFrom\": 0,\n            \"qtyTo\": 4,\n            \"caseAmt\": 10,\n            \"caseDiscountAmt\": 2,\n            \"cost\": 10\n        },\n        {\n            \"amt\": 10,\n            \"discountAmt\": 2,\n            \"qtyFrom\": 5,\n            \"qtyTo\": 9,\n            \"caseAmt\": 9,\n            \"caseDiscountAmt\": 3,\n            \"cost\": 10\n        }\n    ],\n    \"regionProductMapping\":[\n        {\n            \"regionName\":\"test1\",\n            \"price1\":100.00,\n            \"cost1\":12,\n            \"taxable\":true,\n            \"active\":true,\n            \"hidePrice\":true,\n            \"hideMsrp\":true,\n            \"msrp\":12.00,\n            \"discount1\":10,\n            \"discountPercent1\":3,\n            \"marginPercent1\":1,\n            \"markupPercent1\":3,\n            \"minimumQty\":34,\n            \"incrementalQty\":23,\n            \"qtyBreak1\":11,\n            \"priceTable1\":34,\n            \"priceCasePack\":true,\n            \"priceCasePackQty\":23,\n            \"priceCasePack1\":23,\n            \"blankDec\":true,\n            \"blankSku\":\"SKU\",\n            \"screenPrintImprintIdName\":\"NAME\",\n            \"fullColorImprintIdName\":\"NAME\",\n            \"padPrintImprintIdName\":\"NAME\",\n            \"embroideryImprintIdName\":\"NAME\",\n            \"laserEngravingImprintIdName\":\"NAME\",\n            \"debossImprintIdName\":\"NAME\",\n            \"embossImprintIdName\":\"NAME\",\n            \"heatTransferImprintIdName\":\"NAME\",\n            \"etchingImprintIdName\":\"NAME\",\n            \"hotStampImprintIdName\":\"NAME\",\n            \"sublimationImprintIdName\":\"NAME\",\n            \"offsetImprintIdName\":\"NAME\",\n            \"flexoImprintIdName\":\"NAME\"\n        },\n        {\n            \"regionName\":\"test\",\n            \"price1\":100.00\n        }\n    ],\n    \"field1\": \"sss\",\n    \"field2\": \"w\",\n    \"field3\": \"w\",\n    \"field4\": \"w\",\n    \"field5\": \"w\",\n    \"field6\": \"w\",\n    \"field7\": \"w\",\n    \"field8\": \"w\",\n    \"field9\": \"w\",\n    \"field10\": \"w\",\n    \"field11\": \"w\",\n    \"field12\": \"w\",\n    \"field13\": \"w\",\n    \"field14\": \"w\",\n    \"field15\": \"w\",\n    \"field16\": \"w\",\n    \"field17\": \"w\",\n    \"field18\": \"w\",\n    \"field19\": \"w\",\n    \"field20\": \"w\",\n    \"field21\": \"w\",\n    \"field22\": \"w\",\n    \"field23\": \"w\",\n    \"field24\": \"w\",\n    \"field25\": \"w\",\n    \"field26\": \"w\",\n    \"field27\": \"w\",\n    \"field28\": \"w\",\n    \"field29\": \"w\",\n    \"field30\": \"w\",\n    \"field31\": \"w\",\n    \"field32\": \"w\",\n    \"field33\": \"w\",\n    \"field34\": \"w\",\n    \"field35\": \"w\",\n    \"field36\": \"w\",\n    \"field37\": \"w\",\n    \"field38\": \"w\",\n    \"field39\": \"w\",\n    \"field40\": \"w\",\n    \"field41\": \"w\",\n    \"field42\": \"w\",\n    \"field43\": \"w\",\n    \"field44\": \"w\",\n    \"field45\": \"w\",\n    \"field46\": \"w\",\n    \"field47\": \"w\",\n    \"field48\": \"w\",\n    \"field49\": \"w\",\n    \"field50\": \"w\",\n    \"field51\": \"w\",\n    \"field52\": \"w\",\n    \"field53\": \"w\",\n    \"field54\": \"w\",\n    \"field55\": \"w\",\n    \"field56\": \"w\",\n    \"field57\": \"w\",\n    \"field58\": \"w\",\n    \"field59\": \"w\",\n    \"field60\": \"w\",\n    \"field61\": \"w\",\n    \"field62\": \"w\",\n    \"field63\": \"w\",\n    \"field64\": \"w\",\n    \"field65\": \"w\",\n    \"field66\": \"w\",\n    \"field67\": \"w\",\n    \"field68\": \"w\",\n    \"field69\": \"w\",\n    \"field70\": \"w\",\n    \"field71\": \"w\",\n    \"field72\": \"w\",\n    \"field73\": \"w\",\n    \"field74\": \"w\",\n    \"field75\": \"w\",\n    \"field76\": \"w\",\n    \"field77\": \"w\",\n    \"field78\": \"w\",\n    \"field79\": \"w\",\n    \"field80\": \"w\",\n    \"field81\": \"w\",\n    \"field82\": \"w\",\n    \"field83\": \"w\",\n    \"field84\": \"w\",\n    \"field85\": \"w\",\n    \"field86\": \"w\",\n    \"field87\": \"w\",\n    \"field88\": \"w\",\n    \"field89\": \"w\",\n    \"field90\": \"w\",\n    \"field91\": \"w\",\n    \"field92\": \"w\",\n    \"field93\": \"w\",\n    \"field94\": \"w\",\n    \"field95\": \"w\",\n    \"field96\": \"w\",\n    \"field97\": \"w\",\n    \"field98\": \"w\",\n    \"field99\": \"w\",\n    \"field100\": \"w\",\n    \"keywords\": \"product\",\n    \"kitParts\": [\n        {\n            \"kitPartsSku\": \"sku6\",\n            \"quantity\": 2\n        }\n    ],\n    \"kitCost\": 46,\n    \"salesTagId\": 1,\n    \"caseContent\": 1,\n    \"packing\": \"sss\",\n    \"cubicSize\": 2.2,\n    \"minimumQty\": 2,\n    \"incrementalQty\": 2,\n    \"loginRequire\": true,\n    \"hidePrice\": false,\n    \"altLoginRequire\": false,\n    \"recommendedList\": \"recommendedList\",\n    \"recommendedListTitle\": \"recommendedListTitle\",\n    \"recommendedList1\": \"recommendedList1\",\n    \"recommendedListTitle1\": \"recommendedListTitle1\",\n    \"recommendedList2\": \"recommendedList2\",\n    \"recommendedListTitle2\": \"recommendedListTitle2\",\n    \"recommendedListDisplay\": \"recommendedListDisplay\",\n    \"alsoConsider\": \"sku10-1\",\n    \"rank\": 1,\n    \"searchRank\": 1,\n    \"hideHeader\": false,\n    \"hideTopBar\": false,\n    \"hideLeftBar\": true,\n    \"hideRightBar\": false,\n    \"hideFooter\": false,\n    \"hideBreadCrumbs\": false,\n    \"headTag\": \"asa\",\n    \"htmlAddToCart\": \"asa\",\n    \"productLayout\": \"\",\n    \"addToList\": false,\n    \"addToPresentation\": false,\n    \"boxSize\": 1,\n    \"boxExtraAmt\": 1.1,\n    \"type\": \"\",\n    \"optionIndex\": 1,\n    \"temperature\": 1,\n    \"compare\": false,\n    \"taxable\": true,\n    \"enableSpecialTax\": false,\n    \"searchable\": true,\n    \"optionCode\": \"as\",\n    \"negInventory\": false,\n    \"lowInventory\": 1,\n    \"desiredInventory\": 2,\n    \"showNegInventory\": false,\n    \"orderPendingQty\": 1,\n    \"purchasePendingQty\": 1,\n    \"inventoryItem\": false,\n    \"loyaltyPoint\": 3.3,\n    \"customShippingEnabled\": true,\n    \"numCustomLines\": 1,\n    \"customLineCharacter\": 1,\n    \"crossItemsCode\": \"sa\",\n    \"active\": true,\n    \"tab1\": \"\",\n    \"tab1Content\": \"\",\n    \"tab2\": \"\",\n    \"tab2Content\": \"\",\n    \"tab3\": \"\",\n    \"tab3Content\": \"\",\n    \"tab4\": \"\",\n    \"tab4Content\": \"\",\n    \"tab5\": \"\",\n    \"tab5Content\": \"\",\n    \"tab6\": \"\",\n    \"tab6Content\": \"\",\n    \"tab7\": \"\",\n    \"tab7Content\": \"\",\n    \"tab8\": \"\",\n    \"tab8Content\": \"\",\n    \"tab9\": \"\",\n    \"tab9Content\": \"\",\n    \"tab10\": \"\",\n    \"tab10Content\": \"\",\n    \"manufactureName\": \"\",\n    \"enableRate\": true,\n    \"feed\": \"s\",\n    \"deal\": \"s\",\n    \"packageL\": 222,\n    \"packageW\": 222,\n    \"packageH\": 222,\n    \"upsMaxItemsInPackage\": 1,\n    \"uspsMaxItemsInPackage\": 1,\n    \"endQtyPricing\": false,\n    \"retainOnCart\": true,\n    \"siteMapPriority\": 0.5,\n    \"defaultSupplierId\": 0,\n    \"cost\": 1.1,\n    \"costPercent\": false,\n    \"defaultSupplierSku\": \"\",\n    \"defaultSupplierName\": \"\",\n    \"defaultSupplierAccountNumber\": \"\",\n    \"eventProtection\": 0,\n    \"productLevel\": 1,\n    \"groupSpecialPrice\": 1,\n    \"caseUnitTitle\": \"\",\n    \"productType\": \"\",\n    \"discountedCost\": 11,\n    \"discountedPrice\": 11,\n    \"limitQty\": 1,\n    \"selectedFieldGroupIndex\": 1,\n    \"qbIncomeAccountType\": \"\",\n    \"qbExpenseAccountType\": \"\",\n    \"decoSku\": \"\",\n    \"productCustomerMarkupTitle\": \"\",\n    \"configLabel\": \"product\",\n    \"primaryLocation\": {\n        \"locationName\": \"\",\n        \"warehouse_id\": 1,\n        \"warehouseZone\": \"\",\n        \"aisle\": \"\",\n        \"bin\": \"\",\n        \"level\": \"\"\n    },\n    \"locationMinAmount\": 0,\n    \"locationDesiredAmount\": 0,\n    \"commissionable\": false,\n    \"amazonCategoryId\": 2,\n    \"amazonSubCategoryId\": 2,\n    \"amazonCategoryId1\": 1,\n    \"amazonSubCategoryId1\": 3,\n    \"hideProduct\": false,\n    \"aliasSku\": \"asa\",\n    \"pushedToAccounting\": false,\n    \"hazardousTier\": 2,\n    \"qtyOnPO\": 3,\n    \"groundShipping\": false,\n    \"backOrderFlag\": false\n}"},"url":"localhost:8017//api/v1/createProduct.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=2A8E1862CC77F407E2729977EA3EF8A2; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Aug 2021 13:29:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"name\": \"product37\",\n        \"sku\": \"37\",\n        \"shortDesc\": \"string\",\n        \"longDesc\": \"string\",\n        \"productType\": \"\",\n        \"masterSku\": \"sku10\",\n        \"categoryIds\": \"1, 2\",\n        \"upc\": \"upc10\",\n        \"weight\": 70,\n        \"msrp\": 130,\n        \"hideMsrp\": false,\n        \"price\": [\n            {\n                \"amt\": 12.2\n            }\n        ],\n        \"catIds\": [],\n        \"price1\": 12.2,\n        \"price2\": 12,\n        \"price3\": 11.8,\n        \"price4\": 1.1,\n        \"price5\": 1.1,\n        \"price6\": 1.1,\n        \"price7\": 1.1,\n        \"price8\": 1.1,\n        \"price9\": 1.1,\n        \"price10\": 1.1,\n        \"priceTable1\": 1.1,\n        \"priceTable2\": 125,\n        \"priceTable3\": 1.1,\n        \"priceTable4\": 1.1,\n        \"priceTable5\": 1.1,\n        \"priceTable6\": 1.1,\n        \"priceTable7\": 1.1,\n        \"priceTable8\": 1.1,\n        \"priceTable9\": 1.1,\n        \"priceTable10\": 1.1,\n        \"priceCasePack\": false,\n        \"priceCasePackQty\": 1,\n        \"quote\": false,\n        \"images\": [],\n        \"field1\": \"sss\",\n        \"field2\": \"w\",\n        \"field3\": \"w\",\n        \"field4\": \"w\",\n        \"field5\": \"w\",\n        \"field6\": \"w\",\n        \"field7\": \"w\",\n        \"field8\": \"w\",\n        \"field9\": \"w\",\n        \"field10\": \"w\",\n        \"field11\": \"w\",\n        \"field12\": \"w\",\n        \"field13\": \"w\",\n        \"field14\": \"w\",\n        \"field15\": \"w\",\n        \"field16\": \"w\",\n        \"field17\": \"w\",\n        \"field18\": \"w\",\n        \"field19\": \"w\",\n        \"field20\": \"w\",\n        \"field21\": \"w\",\n        \"field22\": \"w\",\n        \"field23\": \"w\",\n        \"field24\": \"w\",\n        \"field25\": \"w\",\n        \"field26\": \"w\",\n        \"field27\": \"w\",\n        \"field28\": \"w\",\n        \"field29\": \"w\",\n        \"field30\": \"w\",\n        \"field31\": \"w\",\n        \"field32\": \"w\",\n        \"field33\": \"w\",\n        \"field34\": \"w\",\n        \"field35\": \"w\",\n        \"field36\": \"w\",\n        \"field37\": \"w\",\n        \"field38\": \"w\",\n        \"field39\": \"w\",\n        \"field40\": \"w\",\n        \"field41\": \"w\",\n        \"field42\": \"w\",\n        \"field43\": \"w\",\n        \"field44\": \"w\",\n        \"field45\": \"w\",\n        \"field46\": \"w\",\n        \"field47\": \"w\",\n        \"field48\": \"w\",\n        \"field49\": \"w\",\n        \"field50\": \"w\",\n        \"field51\": \"w\",\n        \"field52\": \"w\",\n        \"field53\": \"w\",\n        \"field54\": \"w\",\n        \"field55\": \"w\",\n        \"field56\": \"w\",\n        \"field57\": \"w\",\n        \"field58\": \"w\",\n        \"field59\": \"w\",\n        \"field60\": \"w\",\n        \"field61\": \"w\",\n        \"field62\": \"w\",\n        \"field63\": \"w\",\n        \"field64\": \"w\",\n        \"field65\": \"w\",\n        \"field66\": \"w\",\n        \"field67\": \"w\",\n        \"field68\": \"w\",\n        \"field69\": \"w\",\n        \"field70\": \"w\",\n        \"field71\": \"w\",\n        \"field72\": \"w\",\n        \"field73\": \"w\",\n        \"field74\": \"w\",\n        \"field75\": \"w\",\n        \"field76\": \"w\",\n        \"field77\": \"w\",\n        \"field78\": \"w\",\n        \"field79\": \"w\",\n        \"field80\": \"w\",\n        \"field81\": \"w\",\n        \"field82\": \"w\",\n        \"field83\": \"w\",\n        \"field84\": \"w\",\n        \"field85\": \"w\",\n        \"field86\": \"w\",\n        \"field87\": \"w\",\n        \"field88\": \"w\",\n        \"field89\": \"w\",\n        \"field90\": \"w\",\n        \"field91\": \"w\",\n        \"field92\": \"w\",\n        \"field93\": \"w\",\n        \"field94\": \"w\",\n        \"field95\": \"w\",\n        \"field96\": \"w\",\n        \"field97\": \"w\",\n        \"field98\": \"w\",\n        \"field99\": \"w\",\n        \"field100\": \"w\",\n        \"keywords\": \"\",\n        \"protectedLevel\": \"0\",\n        \"apiProductOptions\": [],\n        \"packing\": \"sss\",\n        \"minimumQty\": 2,\n        \"incrementalQty\": 2,\n        \"loginRequire\": false,\n        \"hidePrice\": false,\n        \"recommendedList\": \"recommendedList\",\n        \"recommendedListTitle\": \"recommendedListTitle\",\n        \"recommendedList1\": \"recommendedList1\",\n        \"recommendedListTitle1\": \"recommendedListTitle1\",\n        \"recommendedList2\": \"recommendedList2\",\n        \"recommendedListTitle2\": \"recommendedListTitle2\",\n        \"recommendedListDisplay\": \"recommendedListDispl\",\n        \"compare\": false,\n        \"viewed\": 0,\n        \"taxable\": true,\n        \"enableSpecialTax\": false,\n        \"searchable\": true,\n        \"siteMapPriority\": 0.5,\n        \"addToList\": false,\n        \"negInventory\": false,\n        \"showNegInventory\": false,\n        \"inventoryItem\": false,\n        \"customShippingEnabled\": true,\n        \"active\": true,\n        \"supplierSku\": \"w\",\n        \"caseUnitTitle\": \"\",\n        \"endQtyPricing\": false,\n        \"feedFreeze\": false,\n        \"kitCost\": 0,\n        \"hideHeader\": false,\n        \"hideTopBar\": false,\n        \"hideLeftBar\": true,\n        \"hideRightBar\": false,\n        \"hideFooter\": false,\n        \"hideBreadCrumbs\": false,\n        \"addToPresentation\": false,\n        \"discountPercent1\": false,\n        \"discountPercent2\": false,\n        \"discountPercent3\": false,\n        \"discountPercent4\": false,\n        \"discountPercent5\": false,\n        \"discountPercent6\": false,\n        \"discountPercent7\": false,\n        \"discountPercent8\": false,\n        \"discountPercent9\": false,\n        \"discountPercent10\": false,\n        \"costPercent\": false,\n        \"pushedToAccounting\": false,\n        \"backOrderFlag\": false,\n        \"eventProtection\": 0,\n        \"priceByCustomer\": false,\n        \"retainOnCart\": true,\n        \"groundShipping\": false,\n        \"type\": \"\",\n        \"configLabel\": \"product\",\n        \"hideProduct\": false,\n        \"defaultSupplierId\": 0,\n        \"enableRate\": true,\n        \"altLoginRequire\": false,\n        \"regionProductMapping\": [],\n        \"createOnNotFound\": false,\n        \"commissionable\": false\n    },\n    \"message\": \"Product with Id 2877170successfully created\",\n    \"validationMap\": {\n        \"Regiontest1\": \"does not exit. Skipping\",\n        \"Regiontest\": \"does not exit. Skipping\"\n    }\n}"}],"_postman_id":"01d1e6e9-bcc6-42b1-9165-ca80ed863a58"},{"name":"Update Product","id":"34118a45-fd06-4a98-87d7-68119b3f1bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"createOnNotFound\":true,\n  \"name\":\"Product27\",\n  \"sku\": \"37\",\n    \"recommendedList\": \"urecommendedList\",\n  \"recommendedListTitle\": \"urecommendedListTitle\",\n  \"recommendedList1\": \"urecommendedList1\",\n  \"recommendedListTitle1\": \"urecommendedListTitle1\",\n  \"recommendedList2\": \"urecommendedList2\",\n  \"recommendedListTitle2\": \"urecommendedListTitle2\",\n  \"recommendedListDisplay\": \"urecommendedListDispl\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017/api/v1/updateProduct.jhtm","description":"<h4 id=\"feature\">Feature:</h4>\n<h6 id=\"pass-field-createonnotfound-true-a-new-product-will-be-created-if-product-doest-exist\">Pass field \"createOnNotFound\"= true. A new Product will be created if Product does't exist</h6>\n","urlObject":{"port":"8017","path":["api","v1","updateProduct.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fbae0df8-c067-4125-9a17-30b6278f07b9","name":"Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"update name\",\n  \"sku\": \"sku1222\"\n  }","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateProduct.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=45E29E2547DCE0C44365FCA19BD8F8E9; Version=1; Path=\"/webjaguar; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Jan 2020 22:26:09 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product not found\"\n}"},{"id":"aac1d587-4650-444d-80f8-ec32d7639f62","name":"Invalid Data Format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"update name\",\n  \"sku\": 123\n  }","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateProduct.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 20:14:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/sku\": \"expected: [string] got: integer\"\n    }\n}"},{"id":"ea3995b3-5cf9-4b8c-9c4c-8dba4f5ed83f","name":"Update Product Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"createOnNotFound\":true,\n  \"name\":\"Product27\",\n  \"sku\": \"37\",\n    \"recommendedList\": \"urecommendedList\",\n  \"recommendedListTitle\": \"urecommendedListTitle\",\n  \"recommendedList1\": \"urecommendedList1\",\n  \"recommendedListTitle1\": \"urecommendedListTitle1\",\n  \"recommendedList2\": \"urecommendedList2\",\n  \"recommendedListTitle2\": \"urecommendedListTitle2\",\n  \"recommendedListDisplay\": \"urecommendedListDispl\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017//api/v1/updateProduct.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=2A8E1862CC77F407E2729977EA3EF8A2; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Aug 2021 13:35:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"name\": \"Product27\",\n        \"sku\": \"37\",\n        \"shortDesc\": \"string\",\n        \"longDesc\": \"string\",\n        \"productType\": \"\",\n        \"masterSku\": \"sku10\",\n        \"upc\": \"upc10\",\n        \"weight\": 70,\n        \"msrp\": 130,\n        \"hideMsrp\": false,\n        \"price\": [\n            {\n                \"amt\": 12.2\n            }\n        ],\n        \"catIds\": [],\n        \"price1\": 12.2,\n        \"price2\": 12,\n        \"price3\": 11.8,\n        \"price4\": 1.1,\n        \"price5\": 1.1,\n        \"price6\": 1.1,\n        \"price7\": 1.1,\n        \"price8\": 1.1,\n        \"price9\": 1.1,\n        \"price10\": 1.1,\n        \"priceTable1\": 1.1,\n        \"priceTable2\": 125,\n        \"priceTable3\": 1.1,\n        \"priceTable4\": 1.1,\n        \"priceTable5\": 1.1,\n        \"priceTable6\": 1.1,\n        \"priceTable7\": 1.1,\n        \"priceTable8\": 1.1,\n        \"priceTable9\": 1.1,\n        \"priceTable10\": 1.1,\n        \"priceCasePack\": false,\n        \"priceCasePackQty\": 1,\n        \"quote\": false,\n        \"field1\": \"sss\",\n        \"field2\": \"w\",\n        \"field3\": \"w\",\n        \"field4\": \"w\",\n        \"field5\": \"w\",\n        \"field6\": \"w\",\n        \"field7\": \"w\",\n        \"field8\": \"w\",\n        \"field9\": \"w\",\n        \"field10\": \"w\",\n        \"field11\": \"w\",\n        \"field12\": \"w\",\n        \"field13\": \"w\",\n        \"field14\": \"w\",\n        \"field15\": \"w\",\n        \"field16\": \"w\",\n        \"field17\": \"w\",\n        \"field18\": \"w\",\n        \"field19\": \"w\",\n        \"field20\": \"w\",\n        \"field21\": \"w\",\n        \"field22\": \"w\",\n        \"field23\": \"w\",\n        \"field24\": \"w\",\n        \"field25\": \"w\",\n        \"field26\": \"w\",\n        \"field27\": \"w\",\n        \"field28\": \"w\",\n        \"field29\": \"w\",\n        \"field30\": \"w\",\n        \"field31\": \"w\",\n        \"field32\": \"w\",\n        \"field33\": \"w\",\n        \"field34\": \"w\",\n        \"field35\": \"w\",\n        \"field36\": \"w\",\n        \"field37\": \"w\",\n        \"field38\": \"w\",\n        \"field39\": \"w\",\n        \"field40\": \"w\",\n        \"field41\": \"w\",\n        \"field42\": \"w\",\n        \"field43\": \"w\",\n        \"field44\": \"w\",\n        \"field45\": \"w\",\n        \"field46\": \"w\",\n        \"field47\": \"w\",\n        \"field48\": \"w\",\n        \"field49\": \"w\",\n        \"field50\": \"w\",\n        \"field51\": \"w\",\n        \"field52\": \"w\",\n        \"field53\": \"w\",\n        \"field54\": \"w\",\n        \"field55\": \"w\",\n        \"field56\": \"w\",\n        \"field57\": \"w\",\n        \"field58\": \"w\",\n        \"field59\": \"w\",\n        \"field60\": \"w\",\n        \"field61\": \"w\",\n        \"field62\": \"w\",\n        \"field63\": \"w\",\n        \"field64\": \"w\",\n        \"field65\": \"w\",\n        \"field66\": \"w\",\n        \"field67\": \"w\",\n        \"field68\": \"w\",\n        \"field69\": \"w\",\n        \"field70\": \"w\",\n        \"field71\": \"w\",\n        \"field72\": \"w\",\n        \"field73\": \"w\",\n        \"field74\": \"w\",\n        \"field75\": \"w\",\n        \"field76\": \"w\",\n        \"field77\": \"w\",\n        \"field78\": \"w\",\n        \"field79\": \"w\",\n        \"field80\": \"w\",\n        \"field81\": \"w\",\n        \"field82\": \"w\",\n        \"field83\": \"w\",\n        \"field84\": \"w\",\n        \"field85\": \"w\",\n        \"field86\": \"w\",\n        \"field87\": \"w\",\n        \"field88\": \"w\",\n        \"field89\": \"w\",\n        \"field90\": \"w\",\n        \"field91\": \"w\",\n        \"field92\": \"w\",\n        \"field93\": \"w\",\n        \"field94\": \"w\",\n        \"field95\": \"w\",\n        \"field96\": \"w\",\n        \"field97\": \"w\",\n        \"field98\": \"w\",\n        \"field99\": \"w\",\n        \"field100\": \"w\",\n        \"keywords\": \"\",\n        \"protectedLevel\": \"0\",\n        \"apiProductOptions\": [],\n        \"caseContent\": 1,\n        \"packing\": \"sss\",\n        \"minimumQty\": 2,\n        \"incrementalQty\": 2,\n        \"loginRequire\": false,\n        \"hidePrice\": false,\n        \"recommendedList\": \"urecommendedList\",\n        \"recommendedListTitle\": \"urecommendedListTitle\",\n        \"recommendedList1\": \"urecommendedList1\",\n        \"recommendedListTitle1\": \"urecommendedListTitle1\",\n        \"recommendedList2\": \"urecommendedList2\",\n        \"recommendedListTitle2\": \"urecommendedListTitle2\",\n        \"recommendedListDisplay\": \"urecommendedListDisp\",\n        \"compare\": false,\n        \"viewed\": 0,\n        \"taxable\": true,\n        \"enableSpecialTax\": false,\n        \"searchable\": true,\n        \"siteMapPriority\": 0.5,\n        \"addToList\": false,\n        \"negInventory\": false,\n        \"showNegInventory\": false,\n        \"inventoryItem\": false,\n        \"customShippingEnabled\": true,\n        \"active\": true,\n        \"supplierSku\": \"w\",\n        \"caseUnitTitle\": \"\",\n        \"endQtyPricing\": false,\n        \"feedFreeze\": false,\n        \"kitCost\": 0,\n        \"hideHeader\": false,\n        \"hideTopBar\": false,\n        \"hideLeftBar\": true,\n        \"hideRightBar\": false,\n        \"hideFooter\": false,\n        \"hideBreadCrumbs\": false,\n        \"addToPresentation\": false,\n        \"discountPercent1\": false,\n        \"discountPercent2\": false,\n        \"discountPercent3\": false,\n        \"discountPercent4\": false,\n        \"discountPercent5\": false,\n        \"discountPercent6\": false,\n        \"discountPercent7\": false,\n        \"discountPercent8\": false,\n        \"discountPercent9\": false,\n        \"discountPercent10\": false,\n        \"costPercent\": false,\n        \"pushedToAccounting\": false,\n        \"backOrderFlag\": false,\n        \"eventProtection\": 0,\n        \"priceByCustomer\": false,\n        \"retainOnCart\": true,\n        \"groundShipping\": false,\n        \"type\": \"\",\n        \"configLabel\": \"product\",\n        \"hideProduct\": false,\n        \"defaultSupplierId\": 0,\n        \"enableRate\": true,\n        \"altLoginRequire\": false,\n        \"regionProductMapping\": [],\n        \"createOnNotFound\": false,\n        \"commissionable\": false\n    },\n    \"message\": \"Product 37 updated\"\n}"}],"_postman_id":"34118a45-fd06-4a98-87d7-68119b3f1bbe"},{"name":"Create Sales Rep","id":"4b03c6ed-1c0b-4f29-9f76-df4eca3d2c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n   \n        \"city\": \"irvine\",\n        \"country\": \"US\",\n        \"firstName\": \"testapi\",\n        \"addr1\":\"50 xxx\",\n        \"lastName\": \"testapi\",\n        \"phone\": \"7147435360\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92329\"\n    },\n    \"email\": \"test@test999.com\",\n    \"name\": \"salesRepApiTest2\",\n    \"accountNumber\": 7001,\n    \"password\": \"11111\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/insertSalesRep.jhtm","urlObject":{"port":"8080","path":["api","v1","insertSalesRep.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1ab31bf2-959b-4757-a5f5-96883b690aed","name":"Invalid Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n   \n        \n        \"country\": \"US\",\n        \"firstName\": \"testapi\",\n        \"addr1\":\"50 xxx\",\n        \"lastName\": \"testapi\",\n        \"phone\": \"7147435360\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92329\"\n    },\n    \"email\": \"test@test999.com\",\n    \"name\": \"salesRepApiTest2\",\n    \"accountNumber\": 7001,\n    \"password\": \"11111\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/insertSalesRep.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 19:35:58 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fail\",\n    \"validationMap\": {\n        \" City  \": \"City Is Required\"\n    }\n}"},{"id":"fece1500-3386-4d89-b00e-ec57bffe87da","name":"Successful Creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n   \n        \"city\": \"irvine\",\n        \"country\": \"US\",\n        \"firstName\": \"testapi\",\n        \"addr1\":\"50 xxx\",\n        \"lastName\": \"testapi\",\n        \"phone\": \"7147435360\",\n        \"stateProvince\": \"CA\",\n        \"zip\": \"92329\"\n    },\n    \"email\": \"test@test999.com\",\n    \"name\": \"salesRepApiTest2\",\n    \"accountNumber\": 7001,\n    \"password\": \"11111\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/insertSalesRep.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 19:37:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"4b03c6ed-1c0b-4f29-9f76-df4eca3d2c1c"},{"name":"Sales Rep Search","id":"bf198111-6960-49a3-b035-f6e739306835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/salesRepSearch.jhtm?page&pageSize&id=4&accountNumber&email","urlObject":{"port":"8080","path":["api","v1","salesRepSearch.jhtm"],"host":["localhost"],"query":[{"key":"page","value":""},{"key":"pageSize","value":""},{"key":"id","value":"4"},{"key":"accountNumber","value":""},{"key":"email","value":""}],"variable":[]}},"response":[{"id":"4e811df9-81bb-4473-b447-b3d5269a47f6","name":"Invalid data","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/salesRepSearch.jhtm?email=xxxxx@www.com","path":["api","v1","salesRepSearch.jhtm"],"query":[{"key":"page","value":null,"disabled":true},{"key":"pageSize","value":null,"disabled":true},{"key":"id","value":"","disabled":true},{"key":"accountNumber","value":null,"disabled":true},{"key":"email","value":"xxxxx@www.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 19:46:56 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 10,\n    \"message\": \"No Sales Rep\"\n}"},{"id":"669ce679-c3fc-4216-ad80-cc3d9e269b22","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/salesRepSearch.jhtm?page&pageSize&id=4&accountNumber&email","path":["api","v1","salesRepSearch.jhtm"],"query":[{"key":"page","value":null},{"key":"pageSize","value":null},{"key":"id","value":"4"},{"key":"accountNumber","value":null},{"key":"email","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 19:42:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 10,\n    \"message\": \"success\",\n    \"salesRepList\": [\n        {\n            \"id\": 4,\n            \"accountNumber\": \"7001\",\n            \"name\": \"salesRepApiTest2\",\n            \"email\": \"test@test999.com\",\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"addr1\": \"50 xxx\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"irvine\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92329\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": null,\n                \"email\": null,\n                \"primary\": false,\n                \"residential\": false,\n                \"liftGate\": false,\n                \"code\": null,\n                \"defaultShipping\": false,\n                \"billing\": true,\n                \"shipping\": true,\n                \"mobileCarrierId\": null,\n                \"latitude\": null,\n                \"longitude\": null,\n                \"distance\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"shipToActive\": false,\n                \"shipToOverrideAllowed\": false,\n                \"minimumWaived\": false,\n                \"selectedSoldTo\": false,\n                \"newAddressOnCheckout\": false,\n                \"accountType\": null,\n                \"taxId\": null,\n                \"pushedToAccounting\": false,\n                \"shipViaCode\": null,\n                \"supplierId\": null,\n                \"liftgateToString\": \"\",\n                \"resToString\": \"Commercial\",\n                \"stringAddress\": \"50 xxx \\nirvine 92329 CA US\\n\\n\"\n            },\n            \"numOfLogins\": 0,\n            \"editPrice\": false,\n            \"protectedAccess\": \"0\",\n            \"assignedToCustomerInCycle\": false,\n            \"inactive\": false,\n            \"editInvoiceOnFrontend\": false,\n            \"priceTable\": 0,\n            \"closer\": false,\n            \"commissionable\": false,\n            \"receiveOrderConfirmation\": \"REP\",\n            \"totalCommission\": 0,\n            \"subAccounts\": []\n        }\n    ]\n}"}],"_postman_id":"bf198111-6960-49a3-b035-f6e739306835"},{"name":"Get Product","id":"01900607-ea7f-412c-bef4-4430dcd9a45c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":"localhost:8080/api/v1/product.jhtm?id=186329","description":"<p>PRODUCT FIELD DESCRIPTION</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"name\": =&gt; Product Name\n    \"sku\": =&gt; Unique Product Sku\n    \"shortDesc\": =&gt; product short description\n    \"longDesc\": =&gt; product long description\n    \"productType\": =&gt; ?\n    \"masterSku\": =&gt; Parent sku\n    \"upc\": =&gt; upc\n    \"weight\": =&gt; Weight of product in lbs\n    \"hideMsrp\": =&gt; Hide Msrp\n    \"price\": =&gt; Price Object\n        \n            \"amt\": =&gt; Price amount\n        \n    \n    \"catIds\": =&gt; Category Ids to which product belong\n        20040\n        20043\n    \n    \"price1\": =&gt; Price amount\n    \"price2\": =&gt; Price amount\n    \"priceCasePack\": =&gt; is price per Case Pack?\n    \"quote\": =&gt; Is quote allowed for this product?\n    \"images\": =&gt; Product Image Detail\n        \n            \"imageUrl\": =&gt; \n            \"id\": =&gt; \n            \"referenceUrl\": =&gt; \n            \"index\": =&gt; \n            \"thumbnailImageUrl\": =&gt; \n            \"sku\": =&gt; \n            \"imageRank\": =&gt; \n            \"name\": =&gt; \n            \"locationCode\": =&gt; \n            \"absolute\": =&gt; \n        \n    \n    \"lastModified\": =&gt; When was product last updated\n    \"field1\": =&gt; \n    \"field2\": =&gt; \n    \"field3\": =&gt; \n    \"field4\": =&gt; \n    \"field5\": =&gt; \n    \"field7\": =&gt; \n    \"field46\": =&gt; \n    \"field47\": =&gt; \n    \"field48\": =&gt; \n    \"field49\": =&gt; \n    \"field50\": =&gt; \n    \"field52\": =&gt; \n    \"field53\": =&gt; \n    \"field54\": =&gt; \n    \"field55\": =&gt; \n    \"field56\": =&gt; \n    \"field57\": =&gt; \n    \"field58\": =&gt; \n    \"field59\": =&gt; \n    \"field60\": =&gt; \n    \"field61\": =&gt; \n    \"field62\": =&gt; \n    \"field63\": =&gt; \n    \"field64\": =&gt; \n    \"field65\": =&gt; \n    \"field66\": =&gt; \n    \"field67\": =&gt; \n    \"field68\": =&gt; \n    \"field69\": =&gt; \n    \"field72\": =&gt; \n    \"field73\": =&gt; \n    \"field74\": =&gt; \n    \"field75\": =&gt; \n    \"field76\": =&gt; \n    \"field77\": =&gt; \n    \"field78\": =&gt; \n    \"field79\": =&gt; \n    \"field80\": =&gt; \n    \"field81\": =&gt; \n    \"field82\": =&gt; \n    \"field87\": =&gt; \n    \"field88\": =&gt; \n    \"field89\": =&gt; \n    \"field91\": =&gt; \n    \"field92\": =&gt; \n    \"field93\": =&gt; \n    \"field94\": =&gt; \n    \"field95\": =&gt; \n    \"field96\": =&gt; \n    \"field97\": =&gt; \n    \"field98\": =&gt; \n    \"field99\": =&gt; \n    \"field100\": =&gt; \n    \"keywords\": =&gt; used to search product\n    \"protectedLevel\": =&gt; Is protected Level enabled?\n    \"apiProductOptions\": =&gt; detail about product option\n    \"packing\": =&gt; \n    \"loginRequire\": =&gt; login Required to buy this product?\n    \"hidePrice\": =&gt; hide Price?\n    \"compare\": =&gt; compare products?\n    \"viewed\": =&gt; number of times the product was viewed\n    \"taxable\": =&gt; is it taxable?\n    \"enableSpecialTax\": =&gt; is Special Tax enabled?\n    \"searchable\": =&gt; is it searchable?\n    \"siteMapPriority\": =&gt; \n    \"addToList\": =&gt; \n    \"negInventory\": =&gt; is neg Inventory allowed?\n    \"showNegInventory\": =&gt; show product even if inventory is neg?\n    \"inventoryItem\": =&gt; inventory exists?\n    \"customShippingEnabled\": =&gt; is custom Shipping Enabled ?\n    \"active\": =&gt; is product active ?\n    \"supplierSku\": =&gt; supplier sku for product\n    \"packageL\": =&gt; package length\n    \"packageW\": =&gt; package width\n    \"packageH\": =&gt; package height\n    \"caseUnitTitle\": =&gt; \n    \"endQtyPricing\": =&gt; \n    \"feedFreeze\": =&gt; \n    \"kitCost\": =&gt; \n    \"hideHeader\": =&gt; hide header on frontend\n    \"hideTopBar\": =&gt; hide topbar on frontend\n    \"hideLeftBar\": =&gt; hide leftbar on frontend\n    \"hideRightBar\": =&gt; hide rightbar on frontend\n    \"hideFooter\": =&gt; hide footer on frontend\n    \"hideBreadCrumbs\": =&gt; hide breadcrum on froentend\n    \"addToPresentation\": =&gt; \n    \"discountPercent1\": =&gt; \n    \"discountPercent2\": =&gt; \n    \"discountPercent3\": =&gt; \n    \"discountPercent4\": =&gt; \n    \"discountPercent5\": =&gt; \n    \"discountPercent6\": =&gt; \n    \"discountPercent7\": =&gt; \n    \"discountPercent8\": =&gt; \n    \"discountPercent9\": =&gt; \n    \"discountPercent10\": =&gt; \n    \"costPercent\": =&gt; \n    \"pushedToAccounting\": =&gt; \n    \"backOrderFlag\": =&gt; \n    \"eventProtection\": =&gt; \n    \"priceByCustomer\": =&gt; \n    \"retainOnCart\": =&gt; \n    \"groundShipping\": =&gt; \n    \"type\": =&gt; \n    \"configLabel\": =&gt; \n    \"hideProduct\": =&gt; \n    \"defaultSupplierId\": =&gt; \n    \"enableRate\": =&gt; \n    \"altLoginRequire\": =&gt; \n    \"commissionable\": =&gt; \n</code></pre>","urlObject":{"port":"8080","path":["api","v1","product.jhtm"],"host":["localhost"],"query":[{"key":"id","value":"186329"},{"disabled":true,"key":"made In","value":"USA"}],"variable":[]}},"response":[{"id":"08380401-9e5f-4f07-a71f-9216430d7cab","name":"Product available","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"localhost:8080/api/v1/product.jhtm?id=186328","host":["localhost"],"port":"8080","path":["api","v1","product.jhtm"],"query":[{"key":"id","value":"186328","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Mar 2020 23:10:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"name\": \"product13\",\n        \"sku\": \"sku14\",\n        \"shortDesc\": \"string\",\n        \"longDesc\": \"string\",\n        \"productType\": \"\",\n        \"masterSku\": \"sku10\",\n        \"upc\": \"upc10\",\n        \"weight\": 70,\n        \"msrp\": 130,\n        \"hideMsrp\": false,\n        \"price\": [\n            {\n                \"amt\": 12.2\n            }\n        ],\n        \"catIds\": [],\n        \"price1\": 12.2,\n        \"priceTable1\": 1.1,\n        \"priceTable2\": 125,\n        \"priceTable3\": 1.1,\n        \"priceTable4\": 1.1,\n        \"priceTable5\": 1.1,\n        \"priceTable6\": 1.1,\n        \"priceTable7\": 1.1,\n        \"priceTable8\": 1.1,\n        \"priceTable9\": 1.1,\n        \"priceTable10\": 1.1,\n        \"priceCasePack\": false,\n        \"priceCasePackQty\": 1,\n        \"quote\": false,\n        \"images\": [],\n        \"lastModified\": \"Thu, 27 Feb 2020 15:15:35 PST\",\n        \"field1\": \"sss\",\n        \"field2\": \"w\",\n        \"field3\": \"w\",\n        \"field4\": \"w\",\n        \"field5\": \"w\",\n        \"field6\": \"w\",\n        \"field7\": \"w\",\n        \"field8\": \"w\",\n        \"field9\": \"w\",\n        \"field10\": \"w\",\n        \"field11\": \"w\",\n        \"field12\": \"w\",\n        \"field13\": \"w\",\n        \"field14\": \"w\",\n        \"field15\": \"w\",\n        \"field16\": \"w\",\n        \"field17\": \"w\",\n        \"field18\": \"w\",\n        \"field19\": \"w\",\n        \"field20\": \"w\",\n        \"field21\": \"w\",\n        \"field22\": \"w\",\n        \"field23\": \"w\",\n        \"field24\": \"w\",\n        \"field25\": \"w\",\n        \"field26\": \"w\",\n        \"field27\": \"w\",\n        \"field28\": \"w\",\n        \"field29\": \"w\",\n        \"field30\": \"w\",\n        \"field31\": \"w\",\n        \"field32\": \"w\",\n        \"field33\": \"w\",\n        \"field34\": \"w\",\n        \"field35\": \"w\",\n        \"field36\": \"w\",\n        \"field37\": \"w\",\n        \"field38\": \"w\",\n        \"field39\": \"w\",\n        \"field40\": \"w\",\n        \"field41\": \"w\",\n        \"field42\": \"w\",\n        \"field43\": \"w\",\n        \"field44\": \"w\",\n        \"field45\": \"w\",\n        \"field46\": \"w\",\n        \"field47\": \"w\",\n        \"field48\": \"w\",\n        \"field49\": \"w\",\n        \"field50\": \"w\",\n        \"field51\": \"w\",\n        \"field52\": \"w\",\n        \"field53\": \"w\",\n        \"field54\": \"w\",\n        \"field55\": \"w\",\n        \"field56\": \"w\",\n        \"field57\": \"w\",\n        \"field58\": \"w\",\n        \"field59\": \"w\",\n        \"field60\": \"w\",\n        \"field61\": \"w\",\n        \"field62\": \"w\",\n        \"field63\": \"w\",\n        \"field64\": \"w\",\n        \"field65\": \"w\",\n        \"field66\": \"w\",\n        \"field67\": \"w\",\n        \"field68\": \"w\",\n        \"field69\": \"w\",\n        \"field70\": \"w\",\n        \"field71\": \"w\",\n        \"field72\": \"w\",\n        \"field73\": \"w\",\n        \"field74\": \"w\",\n        \"field75\": \"w\",\n        \"field76\": \"w\",\n        \"field77\": \"w\",\n        \"field78\": \"w\",\n        \"field79\": \"w\",\n        \"field80\": \"w\",\n        \"field81\": \"w\",\n        \"field82\": \"w\",\n        \"field83\": \"w\",\n        \"field84\": \"w\",\n        \"field85\": \"w\",\n        \"field86\": \"w\",\n        \"field87\": \"w\",\n        \"field88\": \"w\",\n        \"field89\": \"w\",\n        \"field90\": \"w\",\n        \"field91\": \"w\",\n        \"field92\": \"w\",\n        \"field93\": \"w\",\n        \"field94\": \"w\",\n        \"field95\": \"w\",\n        \"field96\": \"w\",\n        \"field97\": \"w\",\n        \"field98\": \"w\",\n        \"field99\": \"w\",\n        \"field100\": \"w\",\n        \"keywords\": \"\",\n        \"protectedLevel\": \"0\",\n        \"productOptions\": [],\n        \"kitParts\": [],\n        \"packing\": \"sss\",\n        \"loginRequire\": false,\n        \"hidePrice\": false,\n        \"compare\": false,\n        \"viewed\": 0,\n        \"taxable\": true,\n        \"enableSpecialTax\": false,\n        \"searchable\": true,\n        \"siteMapPriority\": 0.5,\n        \"addToList\": false,\n        \"inventory\": 12,\n        \"negInventory\": false,\n        \"showNegInventory\": false,\n        \"inventoryAFS\": 12,\n        \"inventoryItem\": false,\n        \"customShippingEnabled\": true,\n        \"active\": true,\n        \"caseUnitTitle\": \"\",\n        \"endQtyPricing\": false,\n        \"feedFreeze\": false,\n        \"kitCost\": 0,\n        \"hideHeader\": false,\n        \"hideTopBar\": false,\n        \"hideLeftBar\": true,\n        \"hideRightBar\": false,\n        \"hideFooter\": false,\n        \"hideBreadCrumbs\": false,\n        \"addToPresentation\": false,\n        \"discountPercent1\": false,\n        \"discountPercent2\": false,\n        \"discountPercent3\": false,\n        \"discountPercent4\": false,\n        \"discountPercent5\": false,\n        \"discountPercent6\": false,\n        \"discountPercent7\": false,\n        \"discountPercent8\": false,\n        \"discountPercent9\": false,\n        \"discountPercent10\": false,\n        \"costPercent\": false,\n        \"pushedToAccounting\": false,\n        \"backOrderFlag\": false,\n        \"eventProtection\": 0,\n        \"priceByCustomer\": false,\n        \"retainOnCart\": true,\n        \"groundShipping\": false,\n        \"type\": \"\",\n        \"configLabel\": \"product\",\n        \"hideProduct\": false,\n        \"defaultSupplierId\": 0,\n        \"enableRate\": true,\n        \"altLoginRequire\": false,\n        \"commissionable\": false\n    },\n    \"message\": \"Success\"\n}"},{"id":"bc3c2949-1cb4-44c3-b39c-91507da64673","name":"Invalid Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/api/v1/product.jhtm?id=196322","host":["localhost"],"port":"8080","path":["api","v1","product.jhtm"],"query":[{"key":"id","value":"196322"},{"key":"made In","value":"USA","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Mar 2020 00:19:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No product found for given Id\"\n}"}],"_postman_id":"01900607-ea7f-412c-bef4-4430dcd9a45c"},{"name":"Get Order","id":"8803df8a-37ef-4a86-8986-2f57d559cfa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:8017/api/v1/order.jhtm?orderId=1000672","urlObject":{"port":"8017","path":["api","v1","order.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"made In","value":"USA"},{"key":"orderId","value":"1000672"}],"variable":[]}},"response":[{"id":"9039199c-1171-4674-b72f-f886f8c82c7a","name":"Product available","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"localhost:8080/api/v1/product.jhtm?id=186328","host":["localhost"],"port":"8080","path":["api","v1","product.jhtm"],"query":[{"key":"id","value":"186328","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Mar 2020 23:10:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"name\": \"product13\",\n        \"sku\": \"sku14\",\n        \"shortDesc\": \"string\",\n        \"longDesc\": \"string\",\n        \"productType\": \"\",\n        \"masterSku\": \"sku10\",\n        \"upc\": \"upc10\",\n        \"weight\": 70,\n        \"msrp\": 130,\n        \"hideMsrp\": false,\n        \"price\": [\n            {\n                \"amt\": 12.2\n            }\n        ],\n        \"catIds\": [],\n        \"price1\": 12.2,\n        \"priceTable1\": 1.1,\n        \"priceTable2\": 125,\n        \"priceTable3\": 1.1,\n        \"priceTable4\": 1.1,\n        \"priceTable5\": 1.1,\n        \"priceTable6\": 1.1,\n        \"priceTable7\": 1.1,\n        \"priceTable8\": 1.1,\n        \"priceTable9\": 1.1,\n        \"priceTable10\": 1.1,\n        \"priceCasePack\": false,\n        \"priceCasePackQty\": 1,\n        \"quote\": false,\n        \"images\": [],\n        \"lastModified\": \"Thu, 27 Feb 2020 15:15:35 PST\",\n        \"field1\": \"sss\",\n        \"field2\": \"w\",\n        \"field3\": \"w\",\n        \"field4\": \"w\",\n        \"field5\": \"w\",\n        \"field6\": \"w\",\n        \"field7\": \"w\",\n        \"field8\": \"w\",\n        \"field9\": \"w\",\n        \"field10\": \"w\",\n        \"field11\": \"w\",\n        \"field12\": \"w\",\n        \"field13\": \"w\",\n        \"field14\": \"w\",\n        \"field15\": \"w\",\n        \"field16\": \"w\",\n        \"field17\": \"w\",\n        \"field18\": \"w\",\n        \"field19\": \"w\",\n        \"field20\": \"w\",\n        \"field21\": \"w\",\n        \"field22\": \"w\",\n        \"field23\": \"w\",\n        \"field24\": \"w\",\n        \"field25\": \"w\",\n        \"field26\": \"w\",\n        \"field27\": \"w\",\n        \"field28\": \"w\",\n        \"field29\": \"w\",\n        \"field30\": \"w\",\n        \"field31\": \"w\",\n        \"field32\": \"w\",\n        \"field33\": \"w\",\n        \"field34\": \"w\",\n        \"field35\": \"w\",\n        \"field36\": \"w\",\n        \"field37\": \"w\",\n        \"field38\": \"w\",\n        \"field39\": \"w\",\n        \"field40\": \"w\",\n        \"field41\": \"w\",\n        \"field42\": \"w\",\n        \"field43\": \"w\",\n        \"field44\": \"w\",\n        \"field45\": \"w\",\n        \"field46\": \"w\",\n        \"field47\": \"w\",\n        \"field48\": \"w\",\n        \"field49\": \"w\",\n        \"field50\": \"w\",\n        \"field51\": \"w\",\n        \"field52\": \"w\",\n        \"field53\": \"w\",\n        \"field54\": \"w\",\n        \"field55\": \"w\",\n        \"field56\": \"w\",\n        \"field57\": \"w\",\n        \"field58\": \"w\",\n        \"field59\": \"w\",\n        \"field60\": \"w\",\n        \"field61\": \"w\",\n        \"field62\": \"w\",\n        \"field63\": \"w\",\n        \"field64\": \"w\",\n        \"field65\": \"w\",\n        \"field66\": \"w\",\n        \"field67\": \"w\",\n        \"field68\": \"w\",\n        \"field69\": \"w\",\n        \"field70\": \"w\",\n        \"field71\": \"w\",\n        \"field72\": \"w\",\n        \"field73\": \"w\",\n        \"field74\": \"w\",\n        \"field75\": \"w\",\n        \"field76\": \"w\",\n        \"field77\": \"w\",\n        \"field78\": \"w\",\n        \"field79\": \"w\",\n        \"field80\": \"w\",\n        \"field81\": \"w\",\n        \"field82\": \"w\",\n        \"field83\": \"w\",\n        \"field84\": \"w\",\n        \"field85\": \"w\",\n        \"field86\": \"w\",\n        \"field87\": \"w\",\n        \"field88\": \"w\",\n        \"field89\": \"w\",\n        \"field90\": \"w\",\n        \"field91\": \"w\",\n        \"field92\": \"w\",\n        \"field93\": \"w\",\n        \"field94\": \"w\",\n        \"field95\": \"w\",\n        \"field96\": \"w\",\n        \"field97\": \"w\",\n        \"field98\": \"w\",\n        \"field99\": \"w\",\n        \"field100\": \"w\",\n        \"keywords\": \"\",\n        \"protectedLevel\": \"0\",\n        \"productOptions\": [],\n        \"kitParts\": [],\n        \"packing\": \"sss\",\n        \"loginRequire\": false,\n        \"hidePrice\": false,\n        \"compare\": false,\n        \"viewed\": 0,\n        \"taxable\": true,\n        \"enableSpecialTax\": false,\n        \"searchable\": true,\n        \"siteMapPriority\": 0.5,\n        \"addToList\": false,\n        \"inventory\": 12,\n        \"negInventory\": false,\n        \"showNegInventory\": false,\n        \"inventoryAFS\": 12,\n        \"inventoryItem\": false,\n        \"customShippingEnabled\": true,\n        \"active\": true,\n        \"caseUnitTitle\": \"\",\n        \"endQtyPricing\": false,\n        \"feedFreeze\": false,\n        \"kitCost\": 0,\n        \"hideHeader\": false,\n        \"hideTopBar\": false,\n        \"hideLeftBar\": true,\n        \"hideRightBar\": false,\n        \"hideFooter\": false,\n        \"hideBreadCrumbs\": false,\n        \"addToPresentation\": false,\n        \"discountPercent1\": false,\n        \"discountPercent2\": false,\n        \"discountPercent3\": false,\n        \"discountPercent4\": false,\n        \"discountPercent5\": false,\n        \"discountPercent6\": false,\n        \"discountPercent7\": false,\n        \"discountPercent8\": false,\n        \"discountPercent9\": false,\n        \"discountPercent10\": false,\n        \"costPercent\": false,\n        \"pushedToAccounting\": false,\n        \"backOrderFlag\": false,\n        \"eventProtection\": 0,\n        \"priceByCustomer\": false,\n        \"retainOnCart\": true,\n        \"groundShipping\": false,\n        \"type\": \"\",\n        \"configLabel\": \"product\",\n        \"hideProduct\": false,\n        \"defaultSupplierId\": 0,\n        \"enableRate\": true,\n        \"altLoginRequire\": false,\n        \"commissionable\": false\n    },\n    \"message\": \"Success\"\n}"},{"id":"cd35156d-b0a2-4abd-8215-5cd713472ecc","name":"Invalid Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/api/v1/product.jhtm?id=196322","host":["localhost"],"port":"8080","path":["api","v1","product.jhtm"],"query":[{"key":"id","value":"196322"},{"key":"made In","value":"USA","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Mar 2020 00:19:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No product found for given Id\"\n}"},{"id":"832ccc8f-8f96-4cb2-bcfb-00d2f27fc11e","name":"Valid Order Id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"localhost:8080/api/v1/order.jhtm?orderId=4","host":["localhost"],"port":"8080","path":["api","v1","order.jhtm"],"query":[{"key":"orderId","value":"4"},{"key":"made In","value":"USA","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=3B264F605C06647540569CFE96A5BC53; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Mar 2020 16:16:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"isNewCustomer\": null,\n        \"userId\": 3,\n        \"orderId\": 4,\n        \"externalOrderId\": null,\n        \"userAccountNumber\": \"\",\n        \"host\": null,\n        \"billing\": {\n            \"id\": 80,\n            \"userId\": null,\n            \"firstName\": \"Fiona\",\n            \"lastName\": \"Truck\",\n            \"company\": \"Down Side Truck\",\n            \"addr1\": \"1 First Avenue\",\n            \"addr2\": \"Sherburn Industrial Park, Sherburn\",\n            \"addr3\": null,\n            \"city\": \"Leeds\",\n            \"stateProvince\": \"\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"LS25 6PD\",\n            \"country\": \"GB\",\n            \"phone\": \"1-949-600-8868\",\n            \"cellPhone\": \"\",\n            \"fax\": \"\",\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": \"\",\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"shipping\": {\n            \"id\": 80,\n            \"userId\": null,\n            \"firstName\": \"Fiona\",\n            \"lastName\": \"Truck\",\n            \"company\": \"Down Side Truck\",\n            \"addr1\": \"1 First Avenue\",\n            \"addr2\": \"Sherburn Industrial Park, Sherburn\",\n            \"addr3\": null,\n            \"city\": \"Leeds\",\n            \"stateProvince\": \"\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"LS25 6PD\",\n            \"country\": \"GB\",\n            \"phone\": \"1-949-600-8868\",\n            \"cellPhone\": \"\",\n            \"fax\": \"\",\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": \"\",\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"To Be Determined\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": null,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Bill Me Later\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0,\n        \"tax\": 0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"backOrdered\": false,\n        \"subTotal\": 510,\n        \"grandTotal\": 510,\n        \"ccFeeRate\": null,\n        \"ccFee\": 0,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 642146,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"caseUnitTitle\": null,\n                \"quantity\": 1000,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 0.51,\n                \"percent\": true,\n                \"discount\": null,\n                \"unitPrice\": 0.51,\n                \"msrp\": null,\n                \"unitCost\": 0.31,\n                \"taxRate\": null,\n                \"cost\": 0,\n                \"tax\": null,\n                \"weight\": 0.02,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"Element Pen\",\n                    \"sku\": \"VRN-260-55210\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"packing\": \"\",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": \"\",\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": \"\",\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": \"630\",\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"additionalAccountNumber\": null,\n                \"apiAttributes\": [\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Table Name\",\n                        \"valueName\": \"\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Product Color\",\n                        \"valueName\": \"\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Production Proof Barrel Back\",\n                        \"valueName\": \"\",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": \"https://scottsdemo.wj-ibm.com/assets/productionProof/proof_12842379_1568286944982.pdf\",\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Original Colors for Barrel Back\",\n                        \"valueName\": \"PMS null \",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    },\n                    {\n                        \"optionCode\": null,\n                        \"optionName\": \"Ordered Colors for Barrel Back\",\n                        \"valueName\": \"Pink \",\n                        \"optionPrice\": null,\n                        \"optionUnitPrice\": null,\n                        \"oneTimePrice\": false,\n                        \"optionPriceOriginal\": null,\n                        \"taxable\": true,\n                        \"optionWeight\": null,\n                        \"imageUrl\": null,\n                        \"logo\": null,\n                        \"skuCode\": null,\n                        \"imageName\": null,\n                        \"type\": null,\n                        \"optionCusValue\": null,\n                        \"optionBoxValue\": null,\n                        \"dealItem\": false,\n                        \"productName\": null,\n                        \"asiOptionName\": null,\n                        \"asiOptionValue\": null,\n                        \"zipCode\": null,\n                        \"date\": null,\n                        \"imprintOptionId\": null,\n                        \"imprintLocationId\": null,\n                        \"imprintLogoId\": null,\n                        \"customAttribute\": false\n                    }\n                ]\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"subStatus\": \"\",\n                \"dateChanged\": \"Thu, 12 Sep 2019 06:16:30 PDT\"\n            }\n        ],\n        \"apiCreditCard\": {\n            \"type\": \"\",\n            \"expireMonth\": \"\",\n            \"expireYear\": \"\"\n        },\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": null,\n        \"creditMemo\": null,\n        \"customerFields\": [],\n        \"dateOrdered\": \"Thu, 12 Sep 2019 06:16:30 PDT\",\n        \"lastModified\": \"Thu, 12 Sep 2019 17:09:20 PDT\",\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"\",\n        \"invoiceNote\": \"\",\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"salesRepAccountNumber\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"affiliate\": null,\n        \"orderedBy\": \"Customer\",\n        \"groupBuyOrder\": false,\n        \"amountPaid\": 0,\n        \"balance\": 510,\n        \"payment\": null,\n        \"purchaseOrder\": \"\",\n        \"ipAddress\": \"82.69.24.32\",\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"daniel.spooner@cpi.co.uk\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deal\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": null,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Success\"\n}"},{"id":"b3fc0a50-54a9-48b3-8559-55fc81bd3565","name":"Get Order Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"localhost:8017/api/v1/order.jhtm?orderId=1000672","host":["localhost"],"port":"8017","path":["","api","v1","order.jhtm"],"query":[{"key":"made In","value":"USA","type":"text","disabled":true},{"key":"orderId","value":"1000672"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=F28E136DE7E9214B2ED581D2E8BEE04C; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 26 Aug 2021 11:27:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"isNewCustomer\": null,\n        \"userId\": 459,\n        \"orderId\": 1000672,\n        \"externalOrderId\": null,\n        \"userAccountNumber\": \"\",\n        \"host\": null,\n        \"billing\": {\n            \"defaultBilling\": false,\n            \"id\": 565,\n            \"userId\": null,\n            \"firstName\": \"Susie\",\n            \"lastName\": \"Smith\",\n            \"company\": null,\n            \"addr1\": \"10 Ditka Ave\",\n            \"addr2\": null,\n            \"addr3\": null,\n            \"city\": \"Chicago\",\n            \"stateProvince\": \"IL\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"60602\",\n            \"country\": \"US\",\n            \"phone\": \"800-000-0000\",\n            \"cellPhone\": \"800-000-0000\",\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"shipping\": {\n            \"defaultBilling\": false,\n            \"id\": 565,\n            \"userId\": null,\n            \"firstName\": \"Susie\",\n            \"lastName\": \"Smith\",\n            \"company\": null,\n            \"addr1\": \"10 Ditka Ave\",\n            \"addr2\": null,\n            \"addr3\": null,\n            \"city\": \"Chicago\",\n            \"stateProvince\": \"IL\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"60602\",\n            \"country\": \"US\",\n            \"phone\": \"800-000-0000\",\n            \"cellPhone\": \"800-000-0000\",\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"hasCreditCardInformation\": true,\n        \"shippingCarrier\": \"usps\",\n        \"shippingMethod\": \"USPS Priority Mail\",\n        \"originalCarrierMethod\": \"USPS Priority Mail\",\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 8,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Credit Card\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0,\n        \"tax\": 0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"backOrdered\": false,\n        \"subTotal\": 10,\n        \"grandTotal\": 18,\n        \"ccFeeRate\": 0,\n        \"ccFee\": 0,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"supplierAccountNo\": null,\n                \"orderId\": null,\n                \"externalOrderId\": null,\n                \"subOrderId\": null,\n                \"productId\": 1092088,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"caseUnitTitle\": null,\n                \"quantity\": 5,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 2,\n                \"percent\": true,\n                \"discount\": null,\n                \"unitPrice\": 2,\n                \"msrp\": null,\n                \"unitCost\": null,\n                \"taxRate\": null,\n                \"cost\": null,\n                \"tax\": null,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"chained test\",\n                    \"sku\": \"chained\",\n                    \"shortDesc\": \"Modern design and versatility highlight this mid-length\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"apiProductOptions\": [],\n                    \"packing\": \"\",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"regionProductMapping\": [],\n                    \"createOnNotFound\": false,\n                    \"commissionable\": false\n                },\n                \"productAttributes\": null,\n                \"productFields\": null,\n                \"productType\": null,\n                \"lowInventoryMessage\": null,\n                \"inventoryQuantity\": 0,\n                \"updateOnHandQty\": null,\n                \"minimumQty\": null,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"packingListNumber\": null,\n                \"loyaltyPoint\": null,\n                \"customShippingCost\": null,\n                \"taxable\": true,\n                \"trackNum\": null,\n                \"dateShipped\": null,\n                \"shippingMethod\": null,\n                \"manufactureName\": \"\",\n                \"amazonOrderItemCode\": null,\n                \"promo\": null,\n                \"promoCode\": null,\n                \"promoAmount\": 0,\n                \"priceCasePackQty\": null,\n                \"shippingDays\": null,\n                \"downloadableExpDate\": null,\n                \"downloadableFileName\": null,\n                \"supplier\": null,\n                \"itemGroup\": \"647\",\n                \"itemGroupMainItem\": true,\n                \"decorationSkus\": null,\n                \"attachment\": null,\n                \"note\": null,\n                \"salesTagId\": null,\n                \"salesTagTitle\": null,\n                \"groupRewardPoints\": null,\n                \"cartItemIndex\": 0,\n                \"qboId\": null,\n                \"allocatedQtyToShip\": 0,\n                \"estimatedPrice\": null,\n                \"addressId\": null,\n                \"shippingAddress\": null,\n                \"marginPercent\": null,\n                \"specialPricingCode\": null,\n                \"outOfStockQty\": null,\n                \"backOrderDays\": null,\n                \"shipping\": 8,\n                \"additionalAccountNumber\": null,\n                \"apiAttributes\": []\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"subStatus\": \"\",\n                \"dateChanged\": \"Wed, 23 Dec 2020 08:29:58 CST\"\n            }\n        ],\n        \"apiCreditCard\": {\n            \"type\": \"VISA\",\n            \"number\": \"1111\",\n            \"expireMonth\": \"**\",\n            \"expireYear\": \"**\",\n            \"transId\": \"3116180507\",\n            \"paymentStatus\": \"VOID\",\n            \"paymentNote\": \"Error: 12 / Error Message:Card Number was not between 13 and 16 digits / Message: Error / AVS Indicator: / CVV Indicator: / Approval Indicator: E\",\n            \"paymentDate\": 1608733912000\n        },\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": null,\n        \"creditMemo\": null,\n        \"customerFields\": [],\n        \"dateOrdered\": \"Wed, 23 Dec 2020 08:29:58 CST\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"\",\n        \"invoiceNote\": \"\",\n        \"orderNotes\": \"\",\n        \"salesRepId\": 1,\n        \"salesRepProcessedById\": 1,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"salesRepAccountNumber\": \"promotest\",\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"affiliate\": null,\n        \"orderedBy\": \"qatest123@yopmail.com\",\n        \"groupBuyOrder\": false,\n        \"amountPaid\": 0,\n        \"balance\": 18,\n        \"payment\": null,\n        \"purchaseOrder\": \"15\",\n        \"ipAddress\": \"172.69.69.9\",\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"qatest123@yopmail.com\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deal\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": \"1\",\n        \"field2\": \"2\",\n        \"field3\": \"3\",\n        \"field4\": \"4\",\n        \"field5\": \"5\",\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": null,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"8803df8a-37ef-4a86-8986-2f57d559cfa8"},{"name":"Get Customer","id":"0aa9147f-9aab-4ed4-95a3-e9575890ac45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/customer.jhtm?user=yaaa@web.com","urlObject":{"port":"8080","path":["api","v1","customer.jhtm"],"host":["localhost"],"query":[{"key":"user","value":"yaaa@web.com"}],"variable":[]}},"response":[{"id":"03cea347-abda-414d-9596-40acf0ba2482","name":"Get Customer success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/customer.jhtm?user=yaaa@web.com","path":["api","v1","customer.jhtm"],"query":[{"key":"user","value":"yaaa@web.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Apr 2020 23:55:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"apiAddress\": {\n            \"id\": 56,\n            \"firstName\": \"Yash\",\n            \"lastName\": \"Shah1\",\n            \"company\": \"webjaguar\",\n            \"addr1\": \"23 XXXX\",\n            \"addr2\": \"\",\n            \"city\": \"aliso viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92653\",\n            \"country\": \"US\",\n            \"phone\": \"(111) 111-1111\",\n            \"cellPhone\": \"\",\n            \"fax\": \"\",\n            \"email\": \"yaaa@web.com\",\n            \"primary\": false,\n            \"residential\": true,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"id\": 48,\n        \"username\": \"yaaa@web.com\",\n        \"unsubscribe\": true,\n        \"extraEmail\": \"\",\n        \"host\": \"\",\n        \"credit\": 0,\n        \"payment\": \"\",\n        \"note\": \"\",\n        \"accountNumberPrefix\": \"\",\n        \"accountNumber\": \"\",\n        \"websiteUrl\": \"\",\n        \"textMessageNotify\": false,\n        \"qbTaxCode\": \"\",\n        \"guest\": false,\n        \"suspended\": false,\n        \"groupIdList\": [\n            1\n        ],\n        \"groupNameList\": [\n            \"Credit Card Customer Only\"\n        ]\n    },\n    \"message\": \"Success\"\n}"},{"id":"54581b05-0f07-48d8-9970-bab6d4feab2d","name":"Invalid username","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/customer.jhtm?user=yaaa@web.co","path":["api","v1","customer.jhtm"],"query":[{"key":"user","value":"yaaa@web.co"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Apr 2020 23:57:13 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No Customer found for username.\"\n}"}],"_postman_id":"0aa9147f-9aab-4ed4-95a3-e9575890ac45"},{"name":"Get Customer Copy","id":"11d09e64-55dd-4110-9943-a6227870c0e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/customer.jhtm?user=yaaa@web.com","urlObject":{"port":"8080","path":["api","v1","customer.jhtm"],"host":["localhost"],"query":[{"key":"user","value":"yaaa@web.com"}],"variable":[]}},"response":[{"id":"0957b7f8-89e4-4f08-a56a-c6a2bea8016b","name":"Get Customer success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/customer.jhtm?user=yaaa@web.com","path":["api","v1","customer.jhtm"],"query":[{"key":"user","value":"yaaa@web.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Apr 2020 23:55:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"apiAddress\": {\n            \"id\": 56,\n            \"firstName\": \"Yash\",\n            \"lastName\": \"Shah1\",\n            \"company\": \"webjaguar\",\n            \"addr1\": \"23 XXXX\",\n            \"addr2\": \"\",\n            \"city\": \"aliso viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92653\",\n            \"country\": \"US\",\n            \"phone\": \"(111) 111-1111\",\n            \"cellPhone\": \"\",\n            \"fax\": \"\",\n            \"email\": \"yaaa@web.com\",\n            \"primary\": false,\n            \"residential\": true,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"id\": 48,\n        \"username\": \"yaaa@web.com\",\n        \"unsubscribe\": true,\n        \"extraEmail\": \"\",\n        \"host\": \"\",\n        \"credit\": 0,\n        \"payment\": \"\",\n        \"note\": \"\",\n        \"accountNumberPrefix\": \"\",\n        \"accountNumber\": \"\",\n        \"websiteUrl\": \"\",\n        \"textMessageNotify\": false,\n        \"qbTaxCode\": \"\",\n        \"guest\": false,\n        \"suspended\": false,\n        \"groupIdList\": [\n            1\n        ],\n        \"groupNameList\": [\n            \"Credit Card Customer Only\"\n        ]\n    },\n    \"message\": \"Success\"\n}"},{"id":"2530136d-2f40-4be3-8ccd-1b8c391b0532","name":"Invalid username","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/customer.jhtm?user=yaaa@web.co","path":["api","v1","customer.jhtm"],"query":[{"key":"user","value":"yaaa@web.co"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Apr 2020 23:57:13 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No Customer found for username.\"\n}"}],"_postman_id":"11d09e64-55dd-4110-9943-a6227870c0e7"},{"name":"Customer Search","id":"126fa5ad-d540-48c1-af68-582c8f9ca2c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/v1/customerSearch.jhtm?firstName=Yash&lastName=shah1","description":"<p>You can pass any combination of following parameter: supplier, sort, parent (parentId), rating1, rating2, sales_rep_id, email, accountNumber, companyName,\nzipcode, phone, cellPhone, city, state, unsubscribe, country, region, nationalRegion, language, startDate,\nendDate, groupId, suspended, registeredBy, page, size, host, taxId, totalOrder, numOrder, </p>\n","urlObject":{"path":["api","v1","customerSearch.jhtm"],"query":[{"disabled":true,"key":"user","value":"bcc@web.com"},{"key":"firstName","value":"Yash"},{"key":"lastName","value":"shah1"}],"variable":[]}},"response":[{"id":"8f795603-d672-418c-830e-8dbcc9abc01e","name":"Customer search fail","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/customerSearch.jhtm?firstName=taes&lastName=shah1","path":["api","v1","customerSearch.jhtm"],"query":[{"key":"user","value":"bcc@web.com","disabled":true},{"key":"firstName","value":"taes"},{"key":"lastName","value":"shah1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 00:30:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No Customers found\"\n}"},{"id":"f931adf8-1bfd-456e-bbb1-1a895756ea68","name":"Customer Search Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/customerSearch.jhtm?firstName=Yash&lastName=shah1","path":["api","v1","customerSearch.jhtm"],"query":[{"key":"user","value":"bcc@web.com","disabled":true},{"key":"firstName","value":"Yash"},{"key":"lastName","value":"shah1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Apr 2020 23:59:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerList\": [\n        {\n            \"apiAddress\": {\n                \"firstName\": \"Yash\",\n                \"lastName\": \"Shah1\",\n                \"company\": \"webjaguar\",\n                \"addr1\": \"23 XXXX\",\n                \"addr2\": \"\",\n                \"city\": \"aliso viejo\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92653\",\n                \"country\": \"US\",\n                \"phone\": \"(111) 111-1111\",\n                \"cellPhone\": \"\",\n                \"fax\": \"\",\n                \"primary\": false,\n                \"residential\": true,\n                \"defaultShipping\": false,\n                \"billing\": true,\n                \"shipping\": true,\n                \"pushedToAccounting\": false\n            },\n            \"id\": 48,\n            \"username\": \"yaaa@web.com\",\n            \"unsubscribe\": true,\n            \"host\": \"\",\n            \"credit\": 0,\n            \"accountNumberPrefix\": \"\",\n            \"accountNumber\": \"\",\n            \"textMessageNotify\": false,\n            \"qbTaxCode\": \"\",\n            \"guest\": false,\n            \"suspended\": false,\n            \"groupIdList\": [\n                1\n            ],\n            \"groupNameList\": [\n                \"Credit Card Customer Only\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"126fa5ad-d540-48c1-af68-582c8f9ca2c7"},{"name":"Order Search","id":"05efff75-42cd-4371-a56e-6d04f91dbbb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8017/api/v1/orderSearch.jhtm?orderNum=1000672","description":"<p><em><strong>Any combination of following parameters can be passed:</strong></em> sort,status, sub_status, orderNum, purchaseOrder, bill_to, ship_to, company_name, email, rating1, rating2, phone, zipcode, description, trackCode, promoCode, paymentMethod, state, shippingState, country, sales_rep_id, salesRepProcessedById, endDate, page, size, host, shippingMethod, sku, backendOrder, orderType, subTotal, cardId, groupId, qbOrder, backOrdered, keycode, specialInstructions, orderNotes, externalOrderId, warehouseId, lineItemWarehouseId, refundOnly, </p>\n","urlObject":{"port":"8017","path":["api","v1","orderSearch.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"size","value":"14"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"id","value":"1342"},{"key":"orderNum","value":"1000672"}],"variable":[]}},"response":[{"id":"0562df18-e04c-4d29-968d-2317cf21e84a","name":"Order Search success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/orderSearch.jhtm?orderNum=3","path":["api","v1","orderSearch.jhtm"],"query":[{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"id","value":"1342","disabled":true},{"key":"orderNum","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 18:59:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiOrderList\": [\n        {\n            \"orderShippingFields\": [],\n            \"isNewCustomer\": null,\n            \"userId\": 12,\n            \"orderId\": 3,\n            \"externalOrderId\": null,\n            \"userAccountNumber\": null,\n            \"host\": null,\n            \"billing\": {\n                \"firstName\": \"Thomas\",\n                \"lastName\": \"Comito\",\n                \"company\": \"self\",\n                \"addr1\": \"PO box 424\",\n                \"addr2\": \"\",\n                \"city\": \"Phoenicia\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"12464\",\n                \"country\": \"US\",\n                \"phone\": \"845 688 5201\",\n                \"cellPhone\": \"914 447 7526\",\n                \"fax\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"billing\": true,\n                \"shipping\": true,\n                \"pushedToAccounting\": false\n            },\n            \"shipping\": {\n                \"firstName\": \"Thomas\",\n                \"lastName\": \"Comito\",\n                \"company\": \"self\",\n                \"addr1\": \"PO box 424\",\n                \"addr2\": \"\",\n                \"city\": \"Phoenicia\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"12464\",\n                \"country\": \"US\",\n                \"phone\": \"845 688 5201\",\n                \"cellPhone\": \"914 447 7526\",\n                \"fax\": \"\",\n                \"primary\": false,\n                \"residential\": true,\n                \"defaultShipping\": false,\n                \"billing\": true,\n                \"shipping\": true,\n                \"pushedToAccounting\": false\n            },\n            \"creditCard\": {\n                \"type\": \"VISA\",\n                \"number\": \"************1620\",\n                \"expireMonth\": \"09\",\n                \"expireYear\": \"22\",\n                \"cardCode\": \"513\",\n                \"transId\": null,\n                \"authCode\": null,\n                \"avsCode\": null,\n                \"cvv2Code\": null,\n                \"paymentStatus\": null,\n                \"paymentNote\": null,\n                \"paymentDate\": null,\n                \"amount\": null,\n                \"eci\": null,\n                \"cavv\": null,\n                \"xid\": null\n            },\n            \"hasCreditCardInformation\": true,\n            \"shippingCarrier\": null,\n            \"shippingMethod\": \"To Be Determined\",\n            \"originalCarrierMethod\": null,\n            \"shippingMessage\": null,\n            \"customShippingId\": null,\n            \"shippingCost\": null,\n            \"handlingCost\": null,\n            \"paymentMethod\": \"Credit Card\",\n            \"paymentCustomValue\": null,\n            \"paymentCustomValue1\": null,\n            \"paymentCustomValue2\": null,\n            \"paymentCustomValue3\": null,\n            \"taxRate\": 0,\n            \"tax\": 0,\n            \"totalHazMatFee\": null,\n            \"taxExemption\": false,\n            \"taxOnShipping\": false,\n            \"avalaraTax\": false,\n            \"subTotal\": 30.89,\n            \"grandTotal\": 30.89,\n            \"ccFeeRate\": 0,\n            \"ccFee\": 0,\n            \"ccFeePercent\": true,\n            \"totalWeight\": 1,\n            \"totalProductWeight\": null,\n            \"totalQuantity\": 0,\n            \"totalProductQuantity\": 0,\n            \"lineItems\": [\n                {\n                    \"supplierId\": 0,\n                    \"productId\": 103384,\n                    \"lineNumber\": 1,\n                    \"mainOrderLineNumber\": 0,\n                    \"rank\": 1,\n                    \"quantity\": 1,\n                    \"originalQuantity\": 0,\n                    \"toBeShipQty\": 0,\n                    \"originalPrice\": 30.89,\n                    \"percent\": true,\n                    \"unitPrice\": 30.89,\n                    \"cost\": 23.17,\n                    \"weight\": 1,\n                    \"setSpecialPricing\": false,\n                    \"backOrdered\": false,\n                    \"product\": {\n                        \"name\": \"High Precision Vernier Caliper\",\n                        \"sku\": \"MES-57-015-013\",\n                        \"productType\": \"\",\n                        \"hideMsrp\": false,\n                        \"catIds\": [],\n                        \"priceCasePack\": false,\n                        \"quote\": false,\n                        \"lastModified\": null,\n                        \"keywords\": \"\",\n                        \"protectedLevel\": \"0\",\n                        \"productOptions\": [],\n                        \"packing\": \"EA. \",\n                        \"loginRequire\": false,\n                        \"hidePrice\": false,\n                        \"compare\": false,\n                        \"viewed\": 0,\n                        \"taxable\": true,\n                        \"enableSpecialTax\": false,\n                        \"searchable\": true,\n                        \"siteMapPriority\": 0.5,\n                        \"addToList\": false,\n                        \"negInventory\": false,\n                        \"showNegInventory\": false,\n                        \"inventoryItem\": false,\n                        \"customShippingEnabled\": true,\n                        \"active\": true,\n                        \"endQtyPricing\": false,\n                        \"feedFreeze\": false,\n                        \"kitCost\": 0,\n                        \"hideHeader\": false,\n                        \"hideTopBar\": false,\n                        \"hideLeftBar\": true,\n                        \"hideRightBar\": false,\n                        \"hideFooter\": false,\n                        \"hideBreadCrumbs\": false,\n                        \"addToPresentation\": false,\n                        \"discountPercent1\": false,\n                        \"discountPercent2\": false,\n                        \"discountPercent3\": false,\n                        \"discountPercent4\": false,\n                        \"discountPercent5\": false,\n                        \"discountPercent6\": false,\n                        \"discountPercent7\": false,\n                        \"discountPercent8\": false,\n                        \"discountPercent9\": false,\n                        \"discountPercent10\": false,\n                        \"costPercent\": false,\n                        \"pushedToAccounting\": false,\n                        \"backOrderFlag\": false,\n                        \"eventProtection\": 0,\n                        \"priceByCustomer\": false,\n                        \"retainOnCart\": true,\n                        \"groundShipping\": false,\n                        \"type\": \"\",\n                        \"configLabel\": \"product\",\n                        \"hideProduct\": false,\n                        \"defaultSupplierId\": 0,\n                        \"enableRate\": true,\n                        \"altLoginRequire\": false,\n                        \"commissionable\": false\n                    },\n                    \"inventoryQuantity\": 0,\n                    \"processed\": 0,\n                    \"tempQuantity\": 0,\n                    \"manufactureName\": \"\",\n                    \"promoAmount\": 0,\n                    \"itemGroupMainItem\": true,\n                    \"cartItemIndex\": 0,\n                    \"allocatedQtyToShip\": 0,\n                    \"apiAttributes\": []\n                }\n            ],\n            \"apiStatusHistory\": [],\n            \"salesRepAccountNumber\": null,\n            \"salesRepEmail\": null,\n            \"promo\": null,\n            \"promoCode\": null,\n            \"promoAmount\": 0,\n            \"lineItemPromoAmount\": 0,\n            \"lineItemPromos\": {},\n            \"creditUsed\": null,\n            \"giftCard\": null,\n            \"creditMemo\": null,\n            \"dateOrdered\": \"Tue, 22 Jan 2019 07:28:24 PST\",\n            \"lastModified\": null,\n            \"statusChangeDate\": null,\n            \"shipped\": null,\n            \"expectedCloseDate\": null,\n            \"dueDate\": null,\n            \"dueDateDay\": null,\n            \"turnOverday\": 0,\n            \"shippingPeriod\": null,\n            \"userDueDate\": null,\n            \"requestedCancelDate\": null,\n            \"trackcode\": \"\",\n            \"invoiceNote\": \"\",\n            \"orderNotes\": \"\",\n            \"salesRepId\": null,\n            \"salesRepProcessedById\": null,\n            \"salesRepId2\": null,\n            \"salesRepProcessedById2\": null,\n            \"salesRepManagerId\": null,\n            \"status\": \"p\",\n            \"subStatus\": \"\",\n            \"statusHistory\": null,\n            \"subStatusGroup\": null,\n            \"statusMessage\": null,\n            \"backOrdered\": false,\n            \"orderedBy\": \"Customer\",\n            \"groupBuyOrder\": false,\n            \"amountPaid\": null,\n            \"paymentHistory\": [],\n            \"payments\": [],\n            \"purchaseOrder\": \"\",\n            \"ipAddress\": \"67.251.210.126\",\n            \"paymentGatewayOrderId\": null,\n            \"gatewayPaymentProfileId\": null,\n            \"attachmentsUrl\": null,\n            \"fulfilled\": true,\n            \"processed\": false,\n            \"subscriptionCode\": null,\n            \"printed\": false,\n            \"userEmail\": \"tomcomito@hvc.rr.com\",\n            \"backendOrder\": false,\n            \"approval\": null,\n            \"customShippingTitle\": null,\n            \"customShippingCost\": null,\n            \"customShippingTotalWeight\": 0,\n            \"nc\": null,\n            \"orderType\": \"internet\",\n            \"flag1\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null,\n            \"deliveryPerson\": null,\n            \"manufacturerName\": null,\n            \"vbaPaymentStatus\": null,\n            \"vbaDateOfPay\": null,\n            \"vbaPaymentMethod\": null,\n            \"vbaAmountToPay\": null,\n            \"vbaNote\": null,\n            \"vbaTransactionId\": null,\n            \"cancelledPayment\": false,\n            \"paymentCancelledBy\": null,\n            \"paymentCancelledAmt\": null,\n            \"requestForCredit\": null,\n            \"budgetEarnedCredits\": null,\n            \"ccToken\": null,\n            \"paymentAlert\": false,\n            \"ccBillingAddress\": null,\n            \"nextActivityDate\": null,\n            \"invoiceDueDate\": null,\n            \"poStatus\": null,\n            \"description\": null,\n            \"rushCharge\": null,\n            \"baggingCharge\": null,\n            \"lessThanMinCharge\": null,\n            \"rewardPointsTotal\": null,\n            \"customerGroupId\": null,\n            \"groupOrderLimit\": null,\n            \"pushedToStaging\": false,\n            \"pushedToADI\": false,\n            \"pushedToQb\": false,\n            \"updateQbOrder\": false,\n            \"pushedToSage\": 0,\n            \"budgetFrqLimit\": null,\n            \"budgetFrqType\": null,\n            \"budgetFrqStartDate\": null,\n            \"budgetFrqEndDate\": null,\n            \"budgetFrqBalance\": null,\n            \"showPartiallyShipOk\": false,\n            \"orderSentOut\": null,\n            \"processingDate\": null,\n            \"depositTotal\": null,\n            \"pushedTogP\": false,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"additionalCcEmails\": null,\n            \"paymentDate\": null,\n            \"paymentResponseCode\": null,\n            \"paymentMsg\": null,\n            \"paymentTransNo\": null,\n            \"shippingRateIndex\": null,\n            \"amazonOrderId\": null,\n            \"warehouseCode\": null,\n            \"pickedOrder\": false,\n            \"accountingCode\": null,\n            \"applyUserPoint\": false,\n            \"manufacturerShippingEnabled\": false,\n            \"giftCardAmount\": null,\n            \"expediteCharge\": null,\n            \"containsRxItem\": false,\n            \"expediteBackorder\": false\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"dc9c29af-b9f5-4d3c-9bc8-25ba1f861163","name":"Order Search Fail","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/orderSearch.jhtm?orderNum=1000041","path":["api","v1","orderSearch.jhtm"],"query":[{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"id","value":"1342","disabled":true},{"key":"orderNum","value":"1000041"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 18:59:50 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiOrderList\": [],\n    \"message\": \"No Orders found\"\n}"},{"id":"b9393231-52ca-4a74-83f6-22f009a3a409","name":"Order Search Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8017/api/v1/orderSearch.jhtm?orderNum=1000672","host":["localhost"],"port":"8017","path":["api","v1","orderSearch.jhtm"],"query":[{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"id","value":"1342","disabled":true},{"key":"orderNum","value":"1000672"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=2A8E1862CC77F407E2729977EA3EF8A2; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Aug 2021 13:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiOrderList\": [\n        {\n            \"isNewCustomer\": null,\n            \"userId\": 459,\n            \"orderId\": 1000672,\n            \"externalOrderId\": null,\n            \"userAccountNumber\": \"\",\n            \"host\": null,\n            \"billing\": {\n                \"defaultBilling\": false,\n                \"id\": 565,\n                \"userId\": null,\n                \"firstName\": \"Susie\",\n                \"lastName\": \"Smith\",\n                \"company\": null,\n                \"addr1\": \"10 Ditka Ave\",\n                \"addr2\": null,\n                \"addr3\": null,\n                \"city\": \"Chicago\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60602\",\n                \"country\": \"US\",\n                \"phone\": \"800-000-0000\",\n                \"cellPhone\": \"800-000-0000\",\n                \"fax\": null,\n                \"email\": null,\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"shipping\": {\n                \"defaultBilling\": false,\n                \"id\": 565,\n                \"userId\": null,\n                \"firstName\": \"Susie\",\n                \"lastName\": \"Smith\",\n                \"company\": null,\n                \"addr1\": \"10 Ditka Ave\",\n                \"addr2\": null,\n                \"addr3\": null,\n                \"city\": \"Chicago\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60602\",\n                \"country\": \"US\",\n                \"phone\": \"800-000-0000\",\n                \"cellPhone\": \"800-000-0000\",\n                \"fax\": null,\n                \"email\": null,\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"hasCreditCardInformation\": true,\n            \"shippingCarrier\": \"usps\",\n            \"shippingMethod\": \"USPS Priority Mail\",\n            \"originalCarrierMethod\": \"USPS Priority Mail\",\n            \"shippingMessage\": null,\n            \"customShippingId\": null,\n            \"shippingCost\": 8,\n            \"handlingCost\": null,\n            \"paymentMethod\": \"Credit Card\",\n            \"paymentCustomValue\": null,\n            \"paymentCustomValue1\": null,\n            \"paymentCustomValue2\": null,\n            \"paymentCustomValue3\": null,\n            \"taxRate\": 0,\n            \"tax\": 0,\n            \"totalHazMatFee\": null,\n            \"taxExemption\": false,\n            \"taxOnShipping\": false,\n            \"avalaraTax\": false,\n            \"backOrdered\": false,\n            \"subTotal\": 10,\n            \"grandTotal\": 18,\n            \"ccFeeRate\": 0,\n            \"ccFee\": 0,\n            \"ccFeePercent\": true,\n            \"totalWeight\": 0,\n            \"totalProductWeight\": null,\n            \"totalQuantity\": 0,\n            \"totalProductQuantity\": 0,\n            \"lineItems\": [\n                {\n                    \"supplierId\": 0,\n                    \"supplierAccountNo\": null,\n                    \"orderId\": null,\n                    \"externalOrderId\": null,\n                    \"subOrderId\": null,\n                    \"productId\": 1092088,\n                    \"lineNumber\": 1,\n                    \"mainOrderLineNumber\": 0,\n                    \"rank\": 1,\n                    \"caseUnitTitle\": null,\n                    \"quantity\": 5,\n                    \"originalQuantity\": 0,\n                    \"toBeShipQty\": 0,\n                    \"originalPrice\": 2,\n                    \"percent\": true,\n                    \"discount\": null,\n                    \"unitPrice\": 2,\n                    \"msrp\": null,\n                    \"unitCost\": null,\n                    \"taxRate\": null,\n                    \"cost\": null,\n                    \"tax\": null,\n                    \"weight\": 0,\n                    \"setSpecialPricing\": false,\n                    \"backOrdered\": false,\n                    \"product\": {\n                        \"name\": \"chained test\",\n                        \"sku\": \"chained\",\n                        \"productType\": \"\",\n                        \"masterSku\": \"\",\n                        \"hideMsrp\": false,\n                        \"catIds\": [],\n                        \"priceCasePack\": false,\n                        \"quote\": false,\n                        \"field3\": \"Largest\",\n                        \"field4\": \"Glossy\",\n                        \"field5\": \"New\",\n                        \"field6\": \"Matte\",\n                        \"field7\": \"new one\",\n                        \"field8\": \"COLD [-10C (14F) to +10C (50F)]\",\n                        \"field9\": \"\",\n                        \"field10\": \"\",\n                        \"field11\": \"\",\n                        \"field12\": \"\",\n                        \"field13\": \"\",\n                        \"field14\": \"100% Lamb Nappa\",\n                        \"field15\": \"\",\n                        \"field16\": \"Metal Center Front Zipper,Internal Zippered Security Pocket,Punched Leather Detailing,Locker Loop,Embroidery Access,Tricot Lining,Snap Adjustable Cuffs,Zippered Chest Pockets\",\n                        \"field17\": \"\",\n                        \"field18\": \"\",\n                        \"field19\": \"\",\n                        \"field20\": \"\",\n                        \"field21\": \"\",\n                        \"field22\": \"USA_SizeChart_LPX-2.gif\",\n                        \"field23\": \"SizeChart_LPX-2_FR.gif\",\n                        \"field24\": \"\",\n                        \"field25\": \"\",\n                        \"field26\": \"\",\n                        \"field27\": \"\",\n                        \"field28\": \"\",\n                        \"field29\": \"\",\n                        \"field30\": \"\",\n                        \"field31\": \"\",\n                        \"field32\": \"\",\n                        \"field33\": \"\",\n                        \"field34\": \"\",\n                        \"field35\": \"\",\n                        \"field36\": \"\",\n                        \"field37\": \"\",\n                        \"field38\": \"\",\n                        \"field39\": \"\",\n                        \"field40\": \"\",\n                        \"field41\": \"\",\n                        \"field42\": \"\",\n                        \"field43\": \"\",\n                        \"field44\": \"\",\n                        \"field45\": \"\",\n                        \"field46\": \"\",\n                        \"field48\": \"\",\n                        \"field49\": \"12\",\n                        \"field50\": \"\",\n                        \"field51\": \"\",\n                        \"field52\": \"\",\n                        \"field53\": \"\",\n                        \"field54\": \"area\",\n                        \"field55\": \"\",\n                        \"field56\": \"\",\n                        \"field57\": \"\",\n                        \"field58\": \"\",\n                        \"field59\": \"\",\n                        \"field60\": \"\",\n                        \"field61\": \"\",\n                        \"field62\": \"\",\n                        \"field63\": \"\",\n                        \"field64\": \"\",\n                        \"field65\": \"\",\n                        \"field66\": \"\",\n                        \"field67\": \"\",\n                        \"field68\": \"\",\n                        \"field69\": \"\",\n                        \"field72\": \"\",\n                        \"field73\": \"\",\n                        \"field74\": \"\",\n                        \"field75\": \"\",\n                        \"field76\": \"\",\n                        \"field77\": \"\",\n                        \"field78\": \"\",\n                        \"field79\": \"\",\n                        \"field80\": \"\",\n                        \"field81\": \"\",\n                        \"field82\": \"\",\n                        \"field83\": \"\",\n                        \"field84\": \"\",\n                        \"field85\": \"\",\n                        \"field86\": \"\",\n                        \"field87\": \"\",\n                        \"field88\": \"\",\n                        \"field89\": \"\",\n                        \"field90\": \"\",\n                        \"field91\": \"\",\n                        \"field92\": \"\",\n                        \"field93\": \"\",\n                        \"field94\": \"\",\n                        \"field95\": \"\",\n                        \"field96\": \"\",\n                        \"field97\": \"\",\n                        \"field98\": \"\",\n                        \"field99\": \"new\",\n                        \"field100\": \"\",\n                        \"keywords\": \"\",\n                        \"protectedLevel\": \"0\",\n                        \"apiProductOptions\": [],\n                        \"packing\": \"\",\n                        \"loginRequire\": false,\n                        \"hidePrice\": false,\n                        \"compare\": false,\n                        \"viewed\": 0,\n                        \"taxable\": true,\n                        \"enableSpecialTax\": false,\n                        \"searchable\": true,\n                        \"siteMapPriority\": 0.5,\n                        \"addToList\": false,\n                        \"negInventory\": false,\n                        \"showNegInventory\": false,\n                        \"inventoryItem\": false,\n                        \"customShippingEnabled\": true,\n                        \"active\": true,\n                        \"supplierSku\": \"\",\n                        \"endQtyPricing\": false,\n                        \"feedFreeze\": false,\n                        \"kitCost\": 0,\n                        \"hideHeader\": false,\n                        \"hideTopBar\": false,\n                        \"hideLeftBar\": true,\n                        \"hideRightBar\": false,\n                        \"hideFooter\": false,\n                        \"hideBreadCrumbs\": false,\n                        \"addToPresentation\": false,\n                        \"discountPercent1\": false,\n                        \"discountPercent2\": false,\n                        \"discountPercent3\": false,\n                        \"discountPercent4\": false,\n                        \"discountPercent5\": false,\n                        \"discountPercent6\": false,\n                        \"discountPercent7\": false,\n                        \"discountPercent8\": false,\n                        \"discountPercent9\": false,\n                        \"discountPercent10\": false,\n                        \"costPercent\": false,\n                        \"pushedToAccounting\": false,\n                        \"backOrderFlag\": false,\n                        \"eventProtection\": 0,\n                        \"priceByCustomer\": false,\n                        \"retainOnCart\": true,\n                        \"groundShipping\": false,\n                        \"type\": \"\",\n                        \"configLabel\": \"product\",\n                        \"hideProduct\": false,\n                        \"defaultSupplierId\": 0,\n                        \"enableRate\": true,\n                        \"altLoginRequire\": false,\n                        \"regionProductMapping\": [],\n                        \"createOnNotFound\": false,\n                        \"commissionable\": false\n                    },\n                    \"productAttributes\": null,\n                    \"productFields\": null,\n                    \"productType\": null,\n                    \"lowInventoryMessage\": null,\n                    \"inventoryQuantity\": 0,\n                    \"updateOnHandQty\": null,\n                    \"minimumQty\": null,\n                    \"processed\": 0,\n                    \"tempQuantity\": 0,\n                    \"packingListNumber\": null,\n                    \"loyaltyPoint\": null,\n                    \"customShippingCost\": null,\n                    \"taxable\": true,\n                    \"trackNum\": null,\n                    \"dateShipped\": null,\n                    \"shippingMethod\": null,\n                    \"manufactureName\": \"\",\n                    \"amazonOrderItemCode\": null,\n                    \"promo\": null,\n                    \"promoCode\": null,\n                    \"promoAmount\": 0,\n                    \"priceCasePackQty\": null,\n                    \"shippingDays\": null,\n                    \"downloadableExpDate\": null,\n                    \"downloadableFileName\": null,\n                    \"supplier\": null,\n                    \"itemGroup\": \"647\",\n                    \"itemGroupMainItem\": true,\n                    \"decorationSkus\": null,\n                    \"attachment\": null,\n                    \"note\": null,\n                    \"salesTagId\": null,\n                    \"salesTagTitle\": null,\n                    \"groupRewardPoints\": null,\n                    \"cartItemIndex\": 0,\n                    \"qboId\": null,\n                    \"allocatedQtyToShip\": 0,\n                    \"estimatedPrice\": null,\n                    \"addressId\": null,\n                    \"shippingAddress\": null,\n                    \"marginPercent\": null,\n                    \"specialPricingCode\": null,\n                    \"outOfStockQty\": null,\n                    \"backOrderDays\": null,\n                    \"shipping\": 8,\n                    \"additionalAccountNumber\": null,\n                    \"apiAttributes\": [\n                        {\n                            \"optionCode\": \"test123\",\n                            \"optionName\": \"testt\",\n                            \"valueName\": null,\n                            \"optionPrice\": null,\n                            \"optionUnitPrice\": null,\n                            \"oneTimePrice\": false,\n                            \"optionPriceOriginal\": null,\n                            \"taxable\": false,\n                            \"optionWeight\": null,\n                            \"imageUrl\": null,\n                            \"logo\": null,\n                            \"skuCode\": null,\n                            \"imageName\": null,\n                            \"type\": \"colorSwatch\",\n                            \"optionCusValue\": null,\n                            \"optionBoxValue\": null,\n                            \"dealItem\": false,\n                            \"productName\": null,\n                            \"asiOptionName\": null,\n                            \"asiOptionValue\": null,\n                            \"zipCode\": null,\n                            \"date\": null,\n                            \"imprintOptionId\": null,\n                            \"imprintLocationId\": null,\n                            \"imprintLogoId\": null,\n                            \"apiId\": \"18\",\n                            \"customAttribute\": false\n                        },\n                        {\n                            \"optionCode\": \"test123\",\n                            \"optionName\": \"testt\",\n                            \"valueName\": null,\n                            \"optionPrice\": null,\n                            \"optionUnitPrice\": null,\n                            \"oneTimePrice\": false,\n                            \"optionPriceOriginal\": null,\n                            \"taxable\": false,\n                            \"optionWeight\": null,\n                            \"imageUrl\": null,\n                            \"logo\": null,\n                            \"skuCode\": null,\n                            \"imageName\": null,\n                            \"type\": \"colorSwatch\",\n                            \"optionCusValue\": null,\n                            \"optionBoxValue\": null,\n                            \"dealItem\": false,\n                            \"productName\": null,\n                            \"asiOptionName\": null,\n                            \"asiOptionValue\": null,\n                            \"zipCode\": null,\n                            \"date\": null,\n                            \"imprintOptionId\": null,\n                            \"imprintLocationId\": null,\n                            \"imprintLogoId\": null,\n                            \"apiId\": \"19\",\n                            \"customAttribute\": false\n                        }\n                    ]\n                }\n            ],\n            \"apiStatusHistory\": [\n                {\n                    \"notifyCustomer\": false,\n                    \"status\": \"p\",\n                    \"subStatus\": \"\",\n                    \"dateChanged\": \"Wed, 23 Dec 2020 08:29:58 CST\"\n                }\n            ],\n            \"apiCreditCard\": {\n                \"type\": \"VISA\",\n                \"number\": \"1111\",\n                \"expireMonth\": \"**\",\n                \"expireYear\": \"**\",\n                \"transId\": \"3116180507\",\n                \"paymentStatus\": \"VOID\",\n                \"paymentNote\": \"Error: 12 / Error Message:Card Number was not between 13 and 16 digits / Message: Error / AVS Indicator: / CVV Indicator: / Approval Indicator: E\",\n                \"paymentDate\": 1608733912000\n            },\n            \"promoCode\": null,\n            \"promoAmount\": 0,\n            \"lineItemPromoAmount\": 0,\n            \"lineItemPromos\": {},\n            \"creditUsed\": null,\n            \"creditMemo\": null,\n            \"customerFields\": [],\n            \"dateOrdered\": \"Wed, 23 Dec 2020 08:29:58 CST\",\n            \"lastModified\": null,\n            \"statusChangeDate\": null,\n            \"shipped\": null,\n            \"expectedCloseDate\": null,\n            \"dueDate\": null,\n            \"dueDateDay\": null,\n            \"turnOverday\": 0,\n            \"shippingPeriod\": null,\n            \"userDueDate\": null,\n            \"requestedCancelDate\": null,\n            \"trackcode\": \"\",\n            \"invoiceNote\": \"\",\n            \"orderNotes\": \"\",\n            \"salesRepId\": 1,\n            \"salesRepProcessedById\": 1,\n            \"salesRepId2\": null,\n            \"salesRepProcessedById2\": null,\n            \"salesRepManagerId\": null,\n            \"salesRepAccountNumber\": \"promotest\",\n            \"status\": \"p\",\n            \"subStatus\": \"\",\n            \"subStatusGroup\": null,\n            \"statusMessage\": null,\n            \"affiliate\": null,\n            \"orderedBy\": \"qatest123@yopmail.com\",\n            \"groupBuyOrder\": false,\n            \"amountPaid\": 0,\n            \"balance\": 18,\n            \"payment\": null,\n            \"purchaseOrder\": \"15\",\n            \"ipAddress\": \"172.69.69.9\",\n            \"paymentGatewayOrderId\": null,\n            \"gatewayPaymentProfileId\": null,\n            \"attachmentsUrl\": null,\n            \"fulfilled\": true,\n            \"processed\": false,\n            \"subscriptionCode\": null,\n            \"printed\": false,\n            \"userEmail\": \"qatest123@yopmail.com\",\n            \"backendOrder\": false,\n            \"approval\": null,\n            \"customShippingTitle\": null,\n            \"customShippingCost\": null,\n            \"customShippingTotalWeight\": 0,\n            \"nc\": null,\n            \"orderType\": \"internet\",\n            \"flag1\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null,\n            \"deal\": null,\n            \"deliveryPerson\": null,\n            \"manufacturerName\": null,\n            \"vbaPaymentStatus\": null,\n            \"vbaDateOfPay\": null,\n            \"vbaPaymentMethod\": null,\n            \"vbaAmountToPay\": null,\n            \"vbaNote\": null,\n            \"vbaTransactionId\": null,\n            \"cancelledPayment\": false,\n            \"paymentCancelledBy\": null,\n            \"paymentCancelledAmt\": null,\n            \"requestForCredit\": null,\n            \"budgetEarnedCredits\": null,\n            \"ccToken\": null,\n            \"paymentAlert\": false,\n            \"ccBillingAddress\": null,\n            \"nextActivityDate\": null,\n            \"invoiceDueDate\": null,\n            \"poStatus\": null,\n            \"description\": null,\n            \"rushCharge\": null,\n            \"baggingCharge\": null,\n            \"lessThanMinCharge\": null,\n            \"rewardPointsTotal\": null,\n            \"customerGroupId\": null,\n            \"groupOrderLimit\": null,\n            \"pushedToStaging\": false,\n            \"pushedToADI\": false,\n            \"pushedToQb\": false,\n            \"updateQbOrder\": false,\n            \"pushedToSage\": 0,\n            \"budgetFrqLimit\": null,\n            \"budgetFrqType\": null,\n            \"budgetFrqStartDate\": null,\n            \"budgetFrqEndDate\": null,\n            \"budgetFrqBalance\": null,\n            \"showPartiallyShipOk\": false,\n            \"orderSentOut\": null,\n            \"processingDate\": null,\n            \"depositTotal\": null,\n            \"pushedTogP\": false,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"additionalCcEmails\": null,\n            \"paymentDate\": null,\n            \"paymentResponseCode\": null,\n            \"paymentMsg\": null,\n            \"paymentTransNo\": null,\n            \"shippingRateIndex\": null,\n            \"amazonOrderId\": null,\n            \"warehouseCode\": null,\n            \"pickedOrder\": false,\n            \"accountingCode\": null,\n            \"applyUserPoint\": false,\n            \"manufacturerShippingEnabled\": false,\n            \"giftCardAmount\": null,\n            \"expediteCharge\": null,\n            \"containsRxItem\": false,\n            \"expediteBackorder\": false\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"05efff75-42cd-4371-a56e-6d04f91dbbb0"},{"name":"Get CRM Contact","id":"c3d1a225-1953-4d20-bdae-34c7cc912daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"productId\":2,\"userId\":\"2\",\"qty\":1,\"apiIndex\":\"0\"}"},"url":"localhost:8080/api/v1/crmContact.jhtm?email=yaaa@web.com","description":"<p><em><strong>Required parameter</strong></em> : email</p>\n","urlObject":{"port":"8080","path":["api","v1","crmContact.jhtm"],"host":["localhost"],"query":[{"key":"email","value":"yaaa@web.com"}],"variable":[]}},"response":[{"id":"3c233731-bb88-4732-80c1-b1222af836ef","name":"Get CRM Contact Fail","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"productId\":2,\"userId\":\"2\",\"qty\":1,\"apiIndex\":\"0\"}"},"url":{"raw":"/api/v1/crmContact.jhtm?email=xyz@web.com","path":["api","v1","crmContact.jhtm"],"query":[{"key":"email","value":"xyz@web.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:17:06 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"crmContactsList\": [],\n    \"message\": \"No Contacts found\"\n}"},{"id":"c1ce7950-3b54-4223-ab09-e01d8808d5e2","name":"Get CRM Contact Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"productId\":2,\"userId\":\"2\",\"qty\":1,\"apiIndex\":\"0\"}"},"url":{"raw":"/api/v1/crmContact.jhtm?email=yaaa@web.com","path":["api","v1","crmContact.jhtm"],"query":[{"key":"email","value":"yaaa@web.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:08:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"crmContactsList\": [\n        {\n            \"id\": 48,\n            \"accountId\": 42,\n            \"accountName\": \"Yash Shah\",\n            \"firstName\": \"Yash\",\n            \"lastName\": \"Shah1\",\n            \"created\": 1582842369000,\n            \"leadSource\": \"frontend\",\n            \"description\": \"\",\n            \"email1\": \"yaaa@web.com\",\n            \"phone1\": \"(111) 111-1111\",\n            \"phone2\": \"\",\n            \"fax\": \"\",\n            \"street\": \"23 XXXX\",\n            \"city\": \"aliso viejo\",\n            \"stateProvince\": \"CA\",\n            \"zip\": \"92653\",\n            \"country\": \"US\",\n            \"addressType\": \"Residential\",\n            \"trackcode\": \"\",\n            \"pushedToAccounting\": false\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"c3d1a225-1953-4d20-bdae-34c7cc912daf"},{"name":"CRM Contact Search","id":"c6399e69-0214-4d2a-86e8-b2f37a66183f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/crmContactSearch.jhtm?zipcode=92653","description":"<p><em><strong>Any combination of the following parameters can be passed</strong></em>: sort, crmAccountId, crmAccountName, convertedCustomer, crmContactName, zipcode, city, state, country, email, groupId, customerGroupId, accessUserId, trackcode, leadSource, rating, taskDescription, startDate, endDate, page, size, crmContactPhone1</p>\n","urlObject":{"port":"8080","path":["api","v1","crmContactSearch.jhtm"],"host":["localhost"],"query":[{"key":"zipcode","value":"92653"}],"variable":[]}},"response":[{"id":"363e178e-3559-45f3-9d2c-b8618c7557bf","name":"CRM Contact Search fail","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/crmContactSearch.jhtm?zipcode=2222","path":["api","v1","crmContactSearch.jhtm"],"query":[{"key":"zipcode","value":"2222"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:25:54 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"crmContactsList\": [],\n    \"message\": \"No Contacts Found.\"\n}"},{"id":"98e2a111-5f8f-46d6-9bd9-8edf45b96b21","name":"CRM Contact Search Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/crmContactSearch.jhtm?zipcode=92653","path":["api","v1","crmContactSearch.jhtm"],"query":[{"key":"zipcode","value":"92653"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:20:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"crmContactsList\": [\n        {\n            \"id\": 48,\n            \"accountId\": 42,\n            \"accountName\": \"Yash Shah\",\n            \"firstName\": \"Yash\",\n            \"lastName\": \"Shah1\",\n            \"created\": 1582842369000,\n            \"leadSource\": \"frontend\",\n            \"email1\": \"yaaa@web.com\",\n            \"phone1\": \"(111) 111-1111\",\n            \"street\": \"23 XXXX\",\n            \"city\": \"aliso viejo\",\n            \"zip\": \"92653\",\n            \"trackcode\": \"\",\n            \"pushedToAccounting\": false\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"c6399e69-0214-4d2a-86e8-b2f37a66183f"},{"name":"Get Sub Order ","id":"efed3c6c-a98d-4d3a-9fc9-c16ac83ad8b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/subOrder.jhtm?subOrderId=1000042-7","urlObject":{"port":"8080","path":["api","v1","subOrder.jhtm"],"host":["localhost"],"query":[{"key":"subOrderId","value":"1000042-7"},{"disabled":true,"key":"size","value":"14"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"6475d83d-5edc-4ee8-83d5-53191904df3c","name":"Get Sub Order Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/subOrder.jhtm?subOrderId=1000042-7","path":["api","v1","subOrder.jhtm"],"query":[{"key":"subOrderId","value":"1000042-7"},{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:37:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"orderShippingFields\": [],\n        \"isNewCustomer\": null,\n        \"userId\": 11,\n        \"orderId\": 3,\n        \"subOrderId\": \"1000042-7\",\n        \"externalOrderId\": null,\n        \"userAccountNumber\": null,\n        \"host\": null,\n        \"billing\": {\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Webjaguar\",\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": \"Ste.200\",\n            \"city\": \"Aliso Viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92656\",\n            \"country\": \"US\",\n            \"phone\": \"0009998888\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"shipping\": {\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Advanced EMedia\",\n            \"addr1\": \"2520 Industry Way\",\n            \"addr2\": \"#23\",\n            \"city\": \"irv\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"90542\",\n            \"country\": \"US\",\n            \"phone\": \"111111111\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"creditCard\": null,\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"Walk-In/Pick-Up\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 0,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Cash\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0,\n        \"tax\": 0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"subTotal\": 538,\n        \"grandTotal\": 538,\n        \"ccFeeRate\": null,\n        \"ccFee\": 10,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"productId\": 186329,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"quantity\": 2,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 249,\n                \"percent\": true,\n                \"unitPrice\": 249,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"update name\",\n                    \"sku\": \"sku14\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"productOptions\": [],\n                    \"caseContent\": 1,\n                    \"packing\": \"sss\",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"inventoryQuantity\": 0,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"promoAmount\": 0,\n                \"itemGroupMainItem\": true,\n                \"cartItemIndex\": 0,\n                \"allocatedQtyToShip\": 0,\n                \"apiAttributes\": []\n            },\n            {\n                \"supplierId\": 0,\n                \"productId\": 186328,\n                \"lineNumber\": 2,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 2,\n                \"quantity\": 1,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 299,\n                \"percent\": true,\n                \"unitPrice\": 299,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"60\\\" Job Site Chest\",\n                    \"sku\": \"MES-99-031-236\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"productOptions\": [],\n                    \"packing\": \"EA. \",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"inventoryQuantity\": 0,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"promoAmount\": 0,\n                \"itemGroupMainItem\": true,\n                \"cartItemIndex\": 0,\n                \"allocatedQtyToShip\": 0,\n                \"apiAttributes\": []\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"dateChanged\": \"Thu, 09 Apr 2020 12:36:44 PDT\",\n                \"shippingMethod\": \"Walk-In/Pick-Up\"\n            }\n        ],\n        \"salesRepAccountNumber\": null,\n        \"salesRepEmail\": null,\n        \"promo\": null,\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": 0,\n        \"giftCard\": null,\n        \"creditMemo\": null,\n        \"dateOrdered\": \"Thu, 09 Apr 2020 12:36:44 PDT\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"786543218976\",\n        \"invoiceNote\": null,\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"statusHistory\": [\n            {\n                \"orderId\": null,\n                \"subOrderId\": null,\n                \"externalOrderId\": null,\n                \"status\": \"p\",\n                \"subStatus\": null,\n                \"dateChanged\": 1586461004000,\n                \"userNotified\": false,\n                \"comments\": null,\n                \"subject\": null,\n                \"message\": null,\n                \"htmlMessage\": false,\n                \"trackNum\": null,\n                \"trackNumVoid\": null,\n                \"trackingUrl\": null,\n                \"from\": null,\n                \"cc\": null,\n                \"to\": null,\n                \"sku\": null,\n                \"quantity\": null,\n                \"creditKeyPayment\": false,\n                \"username\": null,\n                \"trackNumType\": null,\n                \"calculateDialingCommission\": false,\n                \"shippingCarrier\": null,\n                \"shippingMethod\": \"Walk-In/Pick-Up\",\n                \"amazonDocTransID\": null,\n                \"deliveryPerson\": null,\n                \"priority\": null,\n                \"orderCancel\": false\n            }\n        ],\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"backOrdered\": false,\n        \"orderedBy\": null,\n        \"groupBuyOrder\": false,\n        \"amountPaid\": null,\n        \"paymentHistory\": [],\n        \"payments\": [],\n        \"purchaseOrder\": \"1\",\n        \"ipAddress\": null,\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"paul@muenz-engineeredsales.com\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": null,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"efed3c6c-a98d-4d3a-9fc9-c16ac83ad8b0"},{"name":"Sub Order Search","id":"f7681d7c-ca14-4fb7-b3cb-121f33c7b854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/subOrderSearch.jhtm?subOrderId=1000042-7","description":"<p><em><strong>Any combination of following parameters can be passed</strong></em>: sort,status,subOrderId, sub_status, orderNum, purchaseOrder, bill_to, ship_to, company_name, email, rating1, rating2, phone, zipcode, description, trackCode, promoCode, paymentMethod, state, shippingState, country, sales_rep_id, salesRepProcessedById, endDate, page, size, host, shippingMethod, sku, backendOrder, orderType, subTotal, cardId, groupId, qbOrder, backOrdered, keycode, specialInstructions, orderNotes, externalOrderId, warehouseId, lineItemWarehouseId, refundOnly, </p>\n","urlObject":{"port":"8080","path":["api","v1","subOrderSearch.jhtm"],"host":["localhost"],"query":[{"key":"subOrderId","value":"1000042-7"},{"disabled":true,"key":"size","value":"14"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0f17899c-7b20-4ae6-b3b3-500d02e49143","name":"Sub Order Search Fail","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/subOrderSearch.jhtm?orderNum=100004","path":["api","v1","subOrderSearch.jhtm"],"query":[{"key":"orderNum","value":"100004"},{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 21:25:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiOrderList\": [],\n    \"message\": \"No orders found\"\n}"},{"id":"22582df5-0935-4158-8fa9-b2bc8d71a614","name":"Sub Order Search success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/subOrderSearch.jhtm?orderNum=1000042-7","path":["api","v1","subOrderSearch.jhtm"],"query":[{"key":"orderNum","value":"1000042-7"},{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:52:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiOrderList\": [\n        {\n            \"orderShippingFields\": [],\n            \"isNewCustomer\": null,\n            \"userId\": 11,\n            \"orderId\": 3,\n            \"subOrderId\": \"1000042-7\",\n            \"externalOrderId\": null,\n            \"userAccountNumber\": null,\n            \"host\": null,\n            \"billing\": {\n                \"firstName\": \"yash\",\n                \"lastName\": \"Customer\",\n                \"company\": \"Webjaguar\",\n                \"addr1\": \"81 Columbia\",\n                \"addr2\": \"Ste.200\",\n                \"city\": \"Aliso Viejo\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92656\",\n                \"country\": \"US\",\n                \"phone\": \"0009998888\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"billing\": true,\n                \"shipping\": true,\n                \"pushedToAccounting\": false\n            },\n            \"shipping\": {\n                \"firstName\": \"yash\",\n                \"lastName\": \"Customer\",\n                \"company\": \"Advanced EMedia\",\n                \"addr1\": \"2520 Industry Way\",\n                \"addr2\": \"#23\",\n                \"city\": \"irv\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"90542\",\n                \"country\": \"US\",\n                \"phone\": \"111111111\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"billing\": true,\n                \"shipping\": true,\n                \"pushedToAccounting\": false\n            },\n            \"creditCard\": null,\n            \"hasCreditCardInformation\": false,\n            \"shippingCarrier\": null,\n            \"shippingMethod\": \"Walk-In/Pick-Up\",\n            \"originalCarrierMethod\": null,\n            \"shippingMessage\": null,\n            \"customShippingId\": null,\n            \"shippingCost\": 0,\n            \"handlingCost\": null,\n            \"paymentMethod\": \"Cash\",\n            \"paymentCustomValue\": null,\n            \"paymentCustomValue1\": null,\n            \"paymentCustomValue2\": null,\n            \"paymentCustomValue3\": null,\n            \"taxRate\": 0,\n            \"tax\": 0,\n            \"totalHazMatFee\": null,\n            \"taxExemption\": false,\n            \"taxOnShipping\": false,\n            \"avalaraTax\": false,\n            \"subTotal\": 538,\n            \"grandTotal\": 538,\n            \"ccFeeRate\": null,\n            \"ccFee\": 10,\n            \"ccFeePercent\": true,\n            \"totalWeight\": null,\n            \"totalProductWeight\": null,\n            \"totalQuantity\": 0,\n            \"totalProductQuantity\": 0,\n            \"lineItems\": [\n                {\n                    \"supplierId\": 0,\n                    \"productId\": 186329,\n                    \"lineNumber\": 1,\n                    \"mainOrderLineNumber\": 0,\n                    \"rank\": 1,\n                    \"quantity\": 2,\n                    \"originalQuantity\": 0,\n                    \"toBeShipQty\": 0,\n                    \"originalPrice\": 249,\n                    \"percent\": true,\n                    \"unitPrice\": 249,\n                    \"weight\": 0,\n                    \"setSpecialPricing\": false,\n                    \"backOrdered\": false,\n                    \"product\": {\n                        \"name\": \"update name\",\n                        \"sku\": \"sku14\",\n                        \"productType\": \"\",\n                        \"hideMsrp\": false,\n                        \"catIds\": [],\n                        \"priceCasePack\": false,\n                        \"quote\": false,\n                        \"lastModified\": null,\n                        \"keywords\": \"\",\n                        \"protectedLevel\": \"0\",\n                        \"productOptions\": [],\n                        \"caseContent\": 1,\n                        \"packing\": \"sss\",\n                        \"loginRequire\": false,\n                        \"hidePrice\": false,\n                        \"compare\": false,\n                        \"viewed\": 0,\n                        \"taxable\": true,\n                        \"enableSpecialTax\": false,\n                        \"searchable\": true,\n                        \"siteMapPriority\": 0.5,\n                        \"addToList\": false,\n                        \"negInventory\": false,\n                        \"showNegInventory\": false,\n                        \"inventoryItem\": false,\n                        \"customShippingEnabled\": true,\n                        \"active\": true,\n                        \"endQtyPricing\": false,\n                        \"feedFreeze\": false,\n                        \"kitCost\": 0,\n                        \"hideHeader\": false,\n                        \"hideTopBar\": false,\n                        \"hideLeftBar\": true,\n                        \"hideRightBar\": false,\n                        \"hideFooter\": false,\n                        \"hideBreadCrumbs\": false,\n                        \"addToPresentation\": false,\n                        \"discountPercent1\": false,\n                        \"discountPercent2\": false,\n                        \"discountPercent3\": false,\n                        \"discountPercent4\": false,\n                        \"discountPercent5\": false,\n                        \"discountPercent6\": false,\n                        \"discountPercent7\": false,\n                        \"discountPercent8\": false,\n                        \"discountPercent9\": false,\n                        \"discountPercent10\": false,\n                        \"costPercent\": false,\n                        \"pushedToAccounting\": false,\n                        \"backOrderFlag\": false,\n                        \"eventProtection\": 0,\n                        \"priceByCustomer\": false,\n                        \"retainOnCart\": true,\n                        \"groundShipping\": false,\n                        \"type\": \"\",\n                        \"configLabel\": \"product\",\n                        \"hideProduct\": false,\n                        \"defaultSupplierId\": 0,\n                        \"enableRate\": true,\n                        \"altLoginRequire\": false,\n                        \"commissionable\": false\n                    },\n                    \"inventoryQuantity\": 0,\n                    \"processed\": 0,\n                    \"tempQuantity\": 0,\n                    \"promoAmount\": 0,\n                    \"itemGroupMainItem\": true,\n                    \"cartItemIndex\": 0,\n                    \"allocatedQtyToShip\": 0,\n                    \"apiAttributes\": []\n                },\n                {\n                    \"supplierId\": 0,\n                    \"productId\": 186328,\n                    \"lineNumber\": 2,\n                    \"mainOrderLineNumber\": 0,\n                    \"rank\": 2,\n                    \"quantity\": 1,\n                    \"originalQuantity\": 0,\n                    \"toBeShipQty\": 0,\n                    \"originalPrice\": 299,\n                    \"percent\": true,\n                    \"unitPrice\": 299,\n                    \"weight\": 0,\n                    \"setSpecialPricing\": false,\n                    \"backOrdered\": false,\n                    \"product\": {\n                        \"name\": \"60\\\" Job Site Chest\",\n                        \"sku\": \"MES-99-031-236\",\n                        \"productType\": \"\",\n                        \"hideMsrp\": false,\n                        \"catIds\": [],\n                        \"priceCasePack\": false,\n                        \"quote\": false,\n                        \"lastModified\": null,\n                        \"keywords\": \"\",\n                        \"protectedLevel\": \"0\",\n                        \"productOptions\": [],\n                        \"packing\": \"EA. \",\n                        \"loginRequire\": false,\n                        \"hidePrice\": false,\n                        \"compare\": false,\n                        \"viewed\": 0,\n                        \"taxable\": true,\n                        \"enableSpecialTax\": false,\n                        \"searchable\": true,\n                        \"siteMapPriority\": 0.5,\n                        \"addToList\": false,\n                        \"negInventory\": false,\n                        \"showNegInventory\": false,\n                        \"inventoryItem\": false,\n                        \"customShippingEnabled\": true,\n                        \"active\": true,\n                        \"endQtyPricing\": false,\n                        \"feedFreeze\": false,\n                        \"kitCost\": 0,\n                        \"hideHeader\": false,\n                        \"hideTopBar\": false,\n                        \"hideLeftBar\": true,\n                        \"hideRightBar\": false,\n                        \"hideFooter\": false,\n                        \"hideBreadCrumbs\": false,\n                        \"addToPresentation\": false,\n                        \"discountPercent1\": false,\n                        \"discountPercent2\": false,\n                        \"discountPercent3\": false,\n                        \"discountPercent4\": false,\n                        \"discountPercent5\": false,\n                        \"discountPercent6\": false,\n                        \"discountPercent7\": false,\n                        \"discountPercent8\": false,\n                        \"discountPercent9\": false,\n                        \"discountPercent10\": false,\n                        \"costPercent\": false,\n                        \"pushedToAccounting\": false,\n                        \"backOrderFlag\": false,\n                        \"eventProtection\": 0,\n                        \"priceByCustomer\": false,\n                        \"retainOnCart\": true,\n                        \"groundShipping\": false,\n                        \"type\": \"\",\n                        \"configLabel\": \"product\",\n                        \"hideProduct\": false,\n                        \"defaultSupplierId\": 0,\n                        \"enableRate\": true,\n                        \"altLoginRequire\": false,\n                        \"commissionable\": false\n                    },\n                    \"inventoryQuantity\": 0,\n                    \"processed\": 0,\n                    \"tempQuantity\": 0,\n                    \"promoAmount\": 0,\n                    \"itemGroupMainItem\": true,\n                    \"cartItemIndex\": 0,\n                    \"allocatedQtyToShip\": 0,\n                    \"apiAttributes\": []\n                }\n            ],\n            \"apiStatusHistory\": [\n                {\n                    \"notifyCustomer\": false,\n                    \"status\": \"p\",\n                    \"dateChanged\": \"Thu, 09 Apr 2020 12:36:44 PDT\",\n                    \"shippingMethod\": \"Walk-In/Pick-Up\"\n                }\n            ],\n            \"salesRepAccountNumber\": null,\n            \"salesRepEmail\": null,\n            \"promo\": null,\n            \"promoCode\": null,\n            \"promoAmount\": 0,\n            \"lineItemPromoAmount\": 0,\n            \"lineItemPromos\": {},\n            \"creditUsed\": null,\n            \"giftCard\": null,\n            \"creditMemo\": null,\n            \"dateOrdered\": \"Thu, 09 Apr 2020 12:36:44 PDT\",\n            \"lastModified\": null,\n            \"statusChangeDate\": null,\n            \"shipped\": null,\n            \"expectedCloseDate\": null,\n            \"dueDate\": null,\n            \"dueDateDay\": null,\n            \"turnOverday\": 0,\n            \"shippingPeriod\": null,\n            \"userDueDate\": null,\n            \"requestedCancelDate\": null,\n            \"trackcode\": \"786543218976\",\n            \"invoiceNote\": \"\",\n            \"orderNotes\": \"\",\n            \"salesRepId\": null,\n            \"salesRepProcessedById\": null,\n            \"salesRepId2\": null,\n            \"salesRepProcessedById2\": null,\n            \"salesRepManagerId\": null,\n            \"status\": \"p\",\n            \"subStatus\": \"\",\n            \"statusHistory\": [\n                {\n                    \"orderId\": null,\n                    \"subOrderId\": null,\n                    \"externalOrderId\": null,\n                    \"status\": \"p\",\n                    \"subStatus\": null,\n                    \"dateChanged\": 1586461004000,\n                    \"userNotified\": false,\n                    \"comments\": null,\n                    \"subject\": null,\n                    \"message\": null,\n                    \"htmlMessage\": false,\n                    \"trackNum\": null,\n                    \"trackNumVoid\": null,\n                    \"trackingUrl\": null,\n                    \"from\": null,\n                    \"cc\": null,\n                    \"to\": null,\n                    \"sku\": null,\n                    \"quantity\": null,\n                    \"creditKeyPayment\": false,\n                    \"username\": null,\n                    \"trackNumType\": null,\n                    \"calculateDialingCommission\": false,\n                    \"shippingCarrier\": null,\n                    \"shippingMethod\": \"Walk-In/Pick-Up\",\n                    \"amazonDocTransID\": null,\n                    \"deliveryPerson\": null,\n                    \"priority\": null,\n                    \"orderCancel\": false\n                }\n            ],\n            \"subStatusGroup\": null,\n            \"statusMessage\": null,\n            \"backOrdered\": false,\n            \"orderedBy\": null,\n            \"groupBuyOrder\": false,\n            \"amountPaid\": null,\n            \"paymentHistory\": [],\n            \"payments\": [],\n            \"purchaseOrder\": \"1\",\n            \"ipAddress\": null,\n            \"paymentGatewayOrderId\": null,\n            \"gatewayPaymentProfileId\": null,\n            \"attachmentsUrl\": null,\n            \"fulfilled\": true,\n            \"processed\": false,\n            \"subscriptionCode\": null,\n            \"printed\": false,\n            \"userEmail\": null,\n            \"backendOrder\": false,\n            \"approval\": null,\n            \"customShippingTitle\": null,\n            \"customShippingCost\": null,\n            \"customShippingTotalWeight\": 0,\n            \"nc\": null,\n            \"orderType\": \"internet\",\n            \"flag1\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null,\n            \"deliveryPerson\": null,\n            \"manufacturerName\": null,\n            \"vbaPaymentStatus\": null,\n            \"vbaDateOfPay\": null,\n            \"vbaPaymentMethod\": null,\n            \"vbaAmountToPay\": null,\n            \"vbaNote\": null,\n            \"vbaTransactionId\": null,\n            \"cancelledPayment\": false,\n            \"paymentCancelledBy\": null,\n            \"paymentCancelledAmt\": null,\n            \"requestForCredit\": null,\n            \"budgetEarnedCredits\": null,\n            \"ccToken\": null,\n            \"paymentAlert\": false,\n            \"ccBillingAddress\": null,\n            \"nextActivityDate\": null,\n            \"invoiceDueDate\": null,\n            \"poStatus\": null,\n            \"description\": null,\n            \"rushCharge\": null,\n            \"baggingCharge\": null,\n            \"lessThanMinCharge\": null,\n            \"rewardPointsTotal\": null,\n            \"customerGroupId\": null,\n            \"groupOrderLimit\": null,\n            \"pushedToStaging\": false,\n            \"pushedToADI\": false,\n            \"pushedToQb\": false,\n            \"updateQbOrder\": false,\n            \"pushedToSage\": 0,\n            \"budgetFrqLimit\": null,\n            \"budgetFrqType\": null,\n            \"budgetFrqStartDate\": null,\n            \"budgetFrqEndDate\": null,\n            \"budgetFrqBalance\": null,\n            \"showPartiallyShipOk\": false,\n            \"orderSentOut\": null,\n            \"processingDate\": null,\n            \"depositTotal\": null,\n            \"pushedTogP\": false,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"additionalCcEmails\": null,\n            \"paymentDate\": null,\n            \"paymentResponseCode\": null,\n            \"paymentMsg\": null,\n            \"paymentTransNo\": null,\n            \"shippingRateIndex\": null,\n            \"amazonOrderId\": null,\n            \"warehouseCode\": null,\n            \"pickedOrder\": false,\n            \"accountingCode\": null,\n            \"applyUserPoint\": false,\n            \"manufacturerShippingEnabled\": false,\n            \"giftCardAmount\": null,\n            \"expediteCharge\": null,\n            \"containsRxItem\": false,\n            \"expediteBackorder\": false\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"c5a3cfcb-a62c-4900-8eab-7281cc3749d6","name":"Get Sub Order Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/subOrder.jhtm?subOrderId=1000042-7","path":["api","v1","subOrder.jhtm"],"query":[{"key":"subOrderId","value":"1000042-7"},{"key":"size","value":"14","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 19:37:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"orderShippingFields\": [],\n        \"isNewCustomer\": null,\n        \"userId\": 11,\n        \"orderId\": 3,\n        \"subOrderId\": \"1000042-7\",\n        \"externalOrderId\": null,\n        \"userAccountNumber\": null,\n        \"host\": null,\n        \"billing\": {\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Webjaguar\",\n            \"addr1\": \"81 Columbia\",\n            \"addr2\": \"Ste.200\",\n            \"city\": \"Aliso Viejo\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92656\",\n            \"country\": \"US\",\n            \"phone\": \"0009998888\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"shipping\": {\n            \"firstName\": \"yash\",\n            \"lastName\": \"Customer\",\n            \"company\": \"Advanced EMedia\",\n            \"addr1\": \"2520 Industry Way\",\n            \"addr2\": \"#23\",\n            \"city\": \"irv\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"90542\",\n            \"country\": \"US\",\n            \"phone\": \"111111111\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"billing\": true,\n            \"shipping\": true,\n            \"pushedToAccounting\": false\n        },\n        \"creditCard\": null,\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"Walk-In/Pick-Up\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 0,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"Cash\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0,\n        \"tax\": 0,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"subTotal\": 538,\n        \"grandTotal\": 538,\n        \"ccFeeRate\": null,\n        \"ccFee\": 10,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [\n            {\n                \"supplierId\": 0,\n                \"productId\": 186329,\n                \"lineNumber\": 1,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 1,\n                \"quantity\": 2,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 249,\n                \"percent\": true,\n                \"unitPrice\": 249,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"update name\",\n                    \"sku\": \"sku14\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"productOptions\": [],\n                    \"caseContent\": 1,\n                    \"packing\": \"sss\",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"inventoryQuantity\": 0,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"promoAmount\": 0,\n                \"itemGroupMainItem\": true,\n                \"cartItemIndex\": 0,\n                \"allocatedQtyToShip\": 0,\n                \"apiAttributes\": []\n            },\n            {\n                \"supplierId\": 0,\n                \"productId\": 186328,\n                \"lineNumber\": 2,\n                \"mainOrderLineNumber\": 0,\n                \"rank\": 2,\n                \"quantity\": 1,\n                \"originalQuantity\": 0,\n                \"toBeShipQty\": 0,\n                \"originalPrice\": 299,\n                \"percent\": true,\n                \"unitPrice\": 299,\n                \"weight\": 0,\n                \"setSpecialPricing\": false,\n                \"backOrdered\": false,\n                \"product\": {\n                    \"name\": \"60\\\" Job Site Chest\",\n                    \"sku\": \"MES-99-031-236\",\n                    \"productType\": \"\",\n                    \"hideMsrp\": false,\n                    \"catIds\": [],\n                    \"priceCasePack\": false,\n                    \"quote\": false,\n                    \"lastModified\": null,\n                    \"keywords\": \"\",\n                    \"protectedLevel\": \"0\",\n                    \"productOptions\": [],\n                    \"packing\": \"EA. \",\n                    \"loginRequire\": false,\n                    \"hidePrice\": false,\n                    \"compare\": false,\n                    \"viewed\": 0,\n                    \"taxable\": true,\n                    \"enableSpecialTax\": false,\n                    \"searchable\": true,\n                    \"siteMapPriority\": 0.5,\n                    \"addToList\": false,\n                    \"negInventory\": false,\n                    \"showNegInventory\": false,\n                    \"inventoryItem\": false,\n                    \"customShippingEnabled\": true,\n                    \"active\": true,\n                    \"endQtyPricing\": false,\n                    \"feedFreeze\": false,\n                    \"kitCost\": 0,\n                    \"hideHeader\": false,\n                    \"hideTopBar\": false,\n                    \"hideLeftBar\": true,\n                    \"hideRightBar\": false,\n                    \"hideFooter\": false,\n                    \"hideBreadCrumbs\": false,\n                    \"addToPresentation\": false,\n                    \"discountPercent1\": false,\n                    \"discountPercent2\": false,\n                    \"discountPercent3\": false,\n                    \"discountPercent4\": false,\n                    \"discountPercent5\": false,\n                    \"discountPercent6\": false,\n                    \"discountPercent7\": false,\n                    \"discountPercent8\": false,\n                    \"discountPercent9\": false,\n                    \"discountPercent10\": false,\n                    \"costPercent\": false,\n                    \"pushedToAccounting\": false,\n                    \"backOrderFlag\": false,\n                    \"eventProtection\": 0,\n                    \"priceByCustomer\": false,\n                    \"retainOnCart\": true,\n                    \"groundShipping\": false,\n                    \"type\": \"\",\n                    \"configLabel\": \"product\",\n                    \"hideProduct\": false,\n                    \"defaultSupplierId\": 0,\n                    \"enableRate\": true,\n                    \"altLoginRequire\": false,\n                    \"commissionable\": false\n                },\n                \"inventoryQuantity\": 0,\n                \"processed\": 0,\n                \"tempQuantity\": 0,\n                \"promoAmount\": 0,\n                \"itemGroupMainItem\": true,\n                \"cartItemIndex\": 0,\n                \"allocatedQtyToShip\": 0,\n                \"apiAttributes\": []\n            }\n        ],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"dateChanged\": \"Thu, 09 Apr 2020 12:36:44 PDT\",\n                \"shippingMethod\": \"Walk-In/Pick-Up\"\n            }\n        ],\n        \"salesRepAccountNumber\": null,\n        \"salesRepEmail\": null,\n        \"promo\": null,\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": 0,\n        \"giftCard\": null,\n        \"creditMemo\": null,\n        \"dateOrdered\": \"Thu, 09 Apr 2020 12:36:44 PDT\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"786543218976\",\n        \"invoiceNote\": null,\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"\",\n        \"statusHistory\": [\n            {\n                \"orderId\": null,\n                \"subOrderId\": null,\n                \"externalOrderId\": null,\n                \"status\": \"p\",\n                \"subStatus\": null,\n                \"dateChanged\": 1586461004000,\n                \"userNotified\": false,\n                \"comments\": null,\n                \"subject\": null,\n                \"message\": null,\n                \"htmlMessage\": false,\n                \"trackNum\": null,\n                \"trackNumVoid\": null,\n                \"trackingUrl\": null,\n                \"from\": null,\n                \"cc\": null,\n                \"to\": null,\n                \"sku\": null,\n                \"quantity\": null,\n                \"creditKeyPayment\": false,\n                \"username\": null,\n                \"trackNumType\": null,\n                \"calculateDialingCommission\": false,\n                \"shippingCarrier\": null,\n                \"shippingMethod\": \"Walk-In/Pick-Up\",\n                \"amazonDocTransID\": null,\n                \"deliveryPerson\": null,\n                \"priority\": null,\n                \"orderCancel\": false\n            }\n        ],\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"backOrdered\": false,\n        \"orderedBy\": null,\n        \"groupBuyOrder\": false,\n        \"amountPaid\": null,\n        \"paymentHistory\": [],\n        \"payments\": [],\n        \"purchaseOrder\": \"1\",\n        \"ipAddress\": null,\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": false,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"paul@muenz-engineeredsales.com\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": null,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"f7681d7c-ca14-4fb7-b3cb-121f33c7b854"},{"name":"Override Inventory","id":"6434c606-060c-4b18-b6bc-eb4fc8b4b411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inventoryActivityList\": [\n        {\n            \"sku\": \"MES-99-031-235\",\n           \n            \"quantity\": 13,\n            \"inventory\": 21,\n            \"inventoryAFS\": 21,\n            \"adjustAvForSaleOnly\": true\n        },\n        {\n            \"sku\": \"MES-99-031-234\",\n            \n            \"quantity\": 11,\n            \"inventory\": 11,\n            \"inventoryAFS\": 11,\n            \"adjustAvForSaleOnly\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/overrideInventory.jhtm","urlObject":{"port":"8080","path":["api","v1","overrideInventory.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0c46779-a080-40f0-8bab-7f11714065e6","name":"Override Inventory success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inventoryActivityList\": [\n        {\n            \"sku\": \"MES-99-031-235\",\n           \n            \"quantity\": 13,\n            \"inventory\": 21,\n            \"inventoryAFS\": 21,\n            \"adjustAvForSaleOnly\": true\n        },\n        {\n            \"sku\": \"MES-99-031-234\",\n            \n            \"quantity\": 11,\n            \"inventory\": 11,\n            \"inventoryAFS\": 11,\n            \"adjustAvForSaleOnly\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/overrideInventory.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 21:40:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated Inventory for item #1,Successfully updated Inventory for item #2,\"\n}"},{"id":"f9e02fc8-b441-4017-a288-5fe4dd62873f","name":"Override Inventory Not valid Sku","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inventoryActivityList\": [\n        {\n            \"sku\": \"MES\",\n           \n            \"quantity\": 13,\n            \"inventory\": 21,\n            \"inventoryAFS\": 21,\n            \"adjustAvForSaleOnly\": true\n        },\n        {\n            \"sku\": \"MES-99-031-234\",\n            \n            \"quantity\": 11,\n            \"inventory\": 11,\n            \"inventoryAFS\": 11,\n            \"adjustAvForSaleOnly\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/overrideInventory.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Apr 2020 21:41:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Sku not found for item #1Successfully updated Inventory for item #2,\"\n}"}],"_postman_id":"6434c606-060c-4b18-b6bc-eb4fc8b4b411"},{"name":"Create Supplier","id":"14341ff9-aa90-4b5c-8ba8-d327c57077b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"firstName\": \"test\",\n        \"lastName\": \"test\",\n        \"company\": \"test\",\n        \"addr1\": \"34-01 38th Ave 3rd Floor\",\n        \"addr2\": \"\",\n        \"addr3\": null,\n        \"city\": \"Long Island City\",\n        \"stateProvince\": \"NY\",\n        \"stateProvinceNA\": false,\n        \"zip\": \"11101-1111\",\n        \"country\": \"US\",\n        \"phone\": \"111-111-1111\",\n        \"cellPhone\": null,\n        \"email\": \"test@test.com\",\n        \"primary\": false,\n        \"residential\": false,\n        \"defaultShipping\": false,\n        \"code\": null,\n        \"soldToAccountNo\": null,\n        \"shipToAccountNo\": null,\n        \"accountType\": null,\n        \"taxId\": null\n    },\n    \"note\": \"\",\n    \"note2\": \"\",\n    \"catIds\": [],\n    \"newSupplier\": false,\n    \"endQtyPricing\": false,\n    \"markupType\": 2,\n    \"markupFormula\": 1,\n    \"markup1\": 50,\n    \"markup2\": 0.45,\n    \"markup3\": 42.5,\n    \"markup4\": 40,\n    \"markup5\": 37.5,\n    \"markup6\": 35,\n    \"markup7\": 30,\n    \"markup8\": 30,\n    \"markup9\": null,\n    \"markup10\": null,\n    \"minQty\": 6,\n    \"qtyBreak1\": 12,\n    \"qtyBreak2\": 24,\n    \"qtyBreak3\": 36,\n    \"qtyBreak4\": 48,\n    \"qtyBreak5\": 72,\n    \"qtyBreak6\": 144,\n    \"qtyBreak7\": 288,\n    \"qtyBreak8\": null,\n    \"qtyBreak9\": null,\n    \"fixedCost1\": null,\n    \"fixedCost2\": null,\n    \"fixedCost3\": null,\n    \"fixedCost4\": null,\n    \"fixedCost5\": null,\n    \"fixedCost6\": null,\n    \"fixedCost7\": null,\n    \"fixedCost8\": null,\n    \"fixedCost9\": null,\n    \"fixedCost10\": null,\n    \"supplierPrefix\": null,\n    \"active\": true,\n    \"defaultAddressId\": 231,\n    \"primary\": false,\n    \"manufacturerId\": null,\n    \"additionalEmails\": \"order@bluegeneration.com\",\n    \"feedFreeze\": false,\n    \"freezeOptions\": false,\n    \"samplePrice\": null,\n    \"samplePriceType\": 0,\n    \"shippingMarkup\": null,\n    \"electronicIntegrationName\": null,\n    \"decoratorCostMarkUp\": null,\n    \"closeoutFtpAccess\": null,\n    \"productionTimeInDays\": \"\",\n    \"oneDayRushChargeTitle\": \"\",\n    \"twoDayRushChargeTitle\": \"\",\n    \"threeDayRushChargeTitle\": \"\",\n    \"oneDayRushChargeSku\": \"\",\n    \"twoDayRushChargeSku\": \"\",\n    \"threeDayRushChargeSku\": \"\",\n    \"disableSampleTab\": true,\n    \"additionalAccountNumber\": \"\",\n    \"imprintType\": [],\n    \"accountNumber\": \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/createSupplier.jhtm","urlObject":{"port":"8080","path":["api","v1","createSupplier.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"noKeywords","value":"false"},{"disabled":true,"key":"q","value":"19VWEB859"},{"disabled":true,"key":"id","value":"13"},{"disabled":true,"key":"accountNumber","value":"128"}],"variable":[]}},"response":[{"id":"b11d1c5c-ab8c-4f86-92f4-0e9f3d725122","name":"Validation Fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \n    \"note\": \"\",\n    \"note2\": \"\",\n    \"catIds\": [],\n    \"newSupplier\": false,\n    \"endQtyPricing\": false,\n    \"markupType\": 2,\n    \"markupFormula\": 1,\n    \"markup1\": 50,\n    \"markup2\": 0.45,\n    \"markup3\": 42.5,\n    \"markup4\": 40,\n    \"markup5\": 37.5,\n    \"markup6\": 35,\n    \"markup7\": 30,\n    \"markup8\": 30,\n    \"markup9\": null,\n    \"markup10\": null,\n    \"minQty\": 6,\n    \"qtyBreak1\": 12,\n    \"qtyBreak2\": 24,\n    \"qtyBreak3\": 36,\n    \"qtyBreak4\": 48,\n    \"qtyBreak5\": 72,\n    \"qtyBreak6\": 144,\n    \"qtyBreak7\": 288,\n    \"qtyBreak8\": null,\n    \"qtyBreak9\": null,\n    \"fixedCost1\": null,\n    \"fixedCost2\": null,\n    \"fixedCost3\": null,\n    \"fixedCost4\": null,\n    \"fixedCost5\": null,\n    \"fixedCost6\": null,\n    \"fixedCost7\": null,\n    \"fixedCost8\": null,\n    \"fixedCost9\": null,\n    \"fixedCost10\": null,\n    \"supplierPrefix\": null,\n    \"active\": true,\n    \"defaultAddressId\": 231,\n    \"primary\": false,\n    \"manufacturerId\": null,\n    \"additionalEmails\": \"order@bluegeneration.com\",\n    \"feedFreeze\": false,\n    \"freezeOptions\": false,\n    \"samplePrice\": null,\n    \"samplePriceType\": 0,\n    \"shippingMarkup\": null,\n    \"electronicIntegrationName\": null,\n    \"decoratorCostMarkUp\": null,\n    \"closeoutFtpAccess\": null,\n    \"productionTimeInDays\": \"\",\n    \"oneDayRushChargeTitle\": \"\",\n    \"twoDayRushChargeTitle\": \"\",\n    \"threeDayRushChargeTitle\": \"\",\n    \"oneDayRushChargeSku\": \"\",\n    \"twoDayRushChargeSku\": \"\",\n    \"threeDayRushChargeSku\": \"\",\n    \"disableSampleTab\": true,\n    \"additionalAccountNumber\": \"\",\n    \"imprintType\": []\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/createSupplier.jhtm","path":["api","v1","createSupplier.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"13","disabled":true},{"key":"accountNumber","value":"128","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=77CA512414C35E541186F4CAB9185AFC; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Jun 2020 16:34:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"address\": \"Required\",\n        \"accountNumber\": \"Required\"\n    }\n}"},{"id":"eea2e2db-a698-43ae-b48e-2288d24571e1","name":"Supplier Created successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"firstName\": \"test\",\n        \"lastName\": \"test\",\n        \"company\": \"test\",\n        \"addr1\": \"34-01 38th Ave 3rd Floor\",\n        \"addr2\": \"\",\n        \"addr3\": null,\n        \"city\": \"Long Island City\",\n        \"stateProvince\": \"NY\",\n        \"stateProvinceNA\": false,\n        \"zip\": \"11101-1111\",\n        \"country\": \"US\",\n        \"phone\": \"111-111-1111\",\n        \"cellPhone\": null,\n        \"email\": \"test@test.com\",\n        \"primary\": false,\n        \"residential\": false,\n        \"defaultShipping\": false,\n        \"code\": null,\n        \"soldToAccountNo\": null,\n        \"shipToAccountNo\": null,\n        \"accountType\": null,\n        \"taxId\": null\n    },\n    \"note\": \"\",\n    \"note2\": \"\",\n    \"catIds\": [],\n    \"newSupplier\": false,\n    \"endQtyPricing\": false,\n    \"markupType\": 2,\n    \"markupFormula\": 1,\n    \"markup1\": 50,\n    \"markup2\": 0.45,\n    \"markup3\": 42.5,\n    \"markup4\": 40,\n    \"markup5\": 37.5,\n    \"markup6\": 35,\n    \"markup7\": 30,\n    \"markup8\": 30,\n    \"markup9\": null,\n    \"markup10\": null,\n    \"minQty\": 6,\n    \"qtyBreak1\": 12,\n    \"qtyBreak2\": 24,\n    \"qtyBreak3\": 36,\n    \"qtyBreak4\": 48,\n    \"qtyBreak5\": 72,\n    \"qtyBreak6\": 144,\n    \"qtyBreak7\": 288,\n    \"qtyBreak8\": null,\n    \"qtyBreak9\": null,\n    \"fixedCost1\": null,\n    \"fixedCost2\": null,\n    \"fixedCost3\": null,\n    \"fixedCost4\": null,\n    \"fixedCost5\": null,\n    \"fixedCost6\": null,\n    \"fixedCost7\": null,\n    \"fixedCost8\": null,\n    \"fixedCost9\": null,\n    \"fixedCost10\": null,\n    \"supplierPrefix\": null,\n    \"active\": true,\n    \"defaultAddressId\": 231,\n    \"primary\": false,\n    \"manufacturerId\": null,\n    \"additionalEmails\": \"order@bluegeneration.com\",\n    \"feedFreeze\": false,\n    \"freezeOptions\": false,\n    \"samplePrice\": null,\n    \"samplePriceType\": 0,\n    \"shippingMarkup\": null,\n    \"electronicIntegrationName\": null,\n    \"decoratorCostMarkUp\": null,\n    \"closeoutFtpAccess\": null,\n    \"productionTimeInDays\": \"\",\n    \"oneDayRushChargeTitle\": \"\",\n    \"twoDayRushChargeTitle\": \"\",\n    \"threeDayRushChargeTitle\": \"\",\n    \"oneDayRushChargeSku\": \"\",\n    \"twoDayRushChargeSku\": \"\",\n    \"threeDayRushChargeSku\": \"\",\n    \"disableSampleTab\": true,\n    \"additionalAccountNumber\": \"\",\n    \"imprintType\": [],\n    \"accountNumber\": \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/createSupplier.jhtm","path":["api","v1","createSupplier.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"13","disabled":true},{"key":"accountNumber","value":"128","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=77CA512414C35E541186F4CAB9185AFC; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Jun 2020 16:32:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Supplier created with id 125\"\n}"}],"_postman_id":"14341ff9-aa90-4b5c-8ba8-d327c57077b4"},{"name":"Get Supplier","id":"1c5c0c5d-dbb7-4cf8-9cf0-f79746de3fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":"localhost:8080/api/v1/supplierSearch.jhtm?accountNumber=128","urlObject":{"port":"8080","path":["api","v1","supplierSearch.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"noKeywords","value":"false"},{"disabled":true,"key":"q","value":"19VWEB859"},{"disabled":true,"key":"id","value":"13"},{"key":"accountNumber","value":"128"}],"variable":[]}},"response":[{"id":"20416210-6b39-41b2-8a95-dd40e11182b1","name":"Supplier Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"/api/v1/supplierSearch.jhtm?id=333","path":["api","v1","supplierSearch.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"333"},{"key":"accountNumber","value":"128","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=77CA512414C35E541186F4CAB9185AFC; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Jun 2020 16:46:17 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No Supplier found\"\n}"},{"id":"bb393b42-1631-4d60-9649-aac1f6daa6fa","name":"Get Supplier Success (Get by Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"localhost:8080/api/v1/supplierSearch.jhtm?id=13","host":["localhost"],"port":"8080","path":["api","v1","supplierSearch.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"13"},{"key":"accountNumber","value":"128","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=77CA512414C35E541186F4CAB9185AFC; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Jun 2020 16:45:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"supplier\": {\n        \"id\": 13,\n        \"userId\": null,\n        \"crmContactId\": null,\n        \"price\": null,\n        \"percent\": false,\n        \"sku\": null,\n        \"supplierSku\": null,\n        \"lastModified\": null,\n        \"address\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"Aaron\",\n            \"lastName\": \"KOENIG\",\n            \"company\": \"AP Specialties\",\n            \"addr1\": \"140 CALLE IGLESIA\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"SAN CLEMENTE\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92672\",\n            \"country\": \"US\",\n            \"phone\": \"866-258-6647\",\n            \"cellPhone\": null,\n            \"fax\": \"949-361-1371\",\n            \"email\": \"aaron@apspecialties.com\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"note\": \"note\",\n        \"note2\": \"\",\n        \"catIds\": [],\n        \"newSupplier\": false,\n        \"endQtyPricing\": false,\n        \"markupType\": 0,\n        \"markupFormula\": 0,\n        \"markup1\": null,\n        \"markup2\": null,\n        \"markup3\": null,\n        \"markup4\": null,\n        \"markup5\": null,\n        \"markup6\": null,\n        \"markup7\": null,\n        \"markup8\": null,\n        \"markup9\": null,\n        \"markup10\": null,\n        \"minQty\": null,\n        \"qtyBreak1\": null,\n        \"qtyBreak2\": null,\n        \"qtyBreak3\": null,\n        \"qtyBreak4\": null,\n        \"qtyBreak5\": null,\n        \"qtyBreak6\": null,\n        \"qtyBreak7\": null,\n        \"qtyBreak8\": null,\n        \"qtyBreak9\": null,\n        \"fixedCost1\": null,\n        \"fixedCost2\": null,\n        \"fixedCost3\": null,\n        \"fixedCost4\": null,\n        \"fixedCost5\": null,\n        \"fixedCost6\": null,\n        \"fixedCost7\": null,\n        \"fixedCost8\": null,\n        \"fixedCost9\": null,\n        \"fixedCost10\": null,\n        \"supplierPrefix\": null,\n        \"active\": true,\n        \"defaultAddressId\": 13,\n        \"primary\": false,\n        \"manufacturerId\": null,\n        \"additionalEmails\": \"\",\n        \"feedFreeze\": false,\n        \"freezeOptions\": false,\n        \"markupList\": [],\n        \"samplePrice\": 10,\n        \"samplePriceType\": 1,\n        \"shippingMarkup\": null,\n        \"electronicIntegrationName\": null,\n        \"decoratorCostMarkUp\": null,\n        \"closeoutFtpAccess\": null,\n        \"productionTimeInDays\": \"4\",\n        \"oneDayRushChargeTitle\": \"1\",\n        \"twoDayRushChargeTitle\": \"\",\n        \"threeDayRushChargeTitle\": \"\",\n        \"oneDayRushChargeSku\": \"1.5\",\n        \"twoDayRushChargeSku\": \"\",\n        \"threeDayRushChargeSku\": \"\",\n        \"disableSampleTab\": false,\n        \"accountNumber\": \"128\",\n        \"imprintType\": [],\n        \"additionalAccountNumber\": \"\",\n        \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE CA 92672 US\\nTel: 866-258-6647\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n    }\n}"},{"id":"fa0ec549-c946-4333-80f6-e3ba290ebfdf","name":"Get Supplier Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"/supplierSearch.jhtm?accountNumber=128","path":["supplierSearch.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"13","disabled":true},{"key":"accountNumber","value":"128"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=77CA512414C35E541186F4CAB9185AFC; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Jun 2020 16:36:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"supplier\": {\n        \"id\": 13,\n        \"userId\": null,\n        \"crmContactId\": null,\n        \"price\": null,\n        \"percent\": false,\n        \"sku\": null,\n        \"supplierSku\": null,\n        \"lastModified\": null,\n        \"address\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"Aaron\",\n            \"lastName\": \"KOENIG\",\n            \"company\": \"AP Specialties\",\n            \"addr1\": \"140 CALLE IGLESIA\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"SAN CLEMENTE\",\n            \"stateProvince\": \"CA\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"92672\",\n            \"country\": \"US\",\n            \"phone\": \"866-258-6647\",\n            \"cellPhone\": null,\n            \"fax\": \"949-361-1371\",\n            \"email\": \"aaron@apspecialties.com\",\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"note\": \"note\",\n        \"note2\": \"\",\n        \"catIds\": [],\n        \"newSupplier\": false,\n        \"endQtyPricing\": false,\n        \"markupType\": 0,\n        \"markupFormula\": 0,\n        \"markup1\": null,\n        \"markup2\": null,\n        \"markup3\": null,\n        \"markup4\": null,\n        \"markup5\": null,\n        \"markup6\": null,\n        \"markup7\": null,\n        \"markup8\": null,\n        \"markup9\": null,\n        \"markup10\": null,\n        \"minQty\": null,\n        \"qtyBreak1\": null,\n        \"qtyBreak2\": null,\n        \"qtyBreak3\": null,\n        \"qtyBreak4\": null,\n        \"qtyBreak5\": null,\n        \"qtyBreak6\": null,\n        \"qtyBreak7\": null,\n        \"qtyBreak8\": null,\n        \"qtyBreak9\": null,\n        \"fixedCost1\": null,\n        \"fixedCost2\": null,\n        \"fixedCost3\": null,\n        \"fixedCost4\": null,\n        \"fixedCost5\": null,\n        \"fixedCost6\": null,\n        \"fixedCost7\": null,\n        \"fixedCost8\": null,\n        \"fixedCost9\": null,\n        \"fixedCost10\": null,\n        \"supplierPrefix\": null,\n        \"active\": true,\n        \"defaultAddressId\": 13,\n        \"primary\": false,\n        \"manufacturerId\": null,\n        \"additionalEmails\": \"\",\n        \"feedFreeze\": false,\n        \"freezeOptions\": false,\n        \"markupList\": [],\n        \"samplePrice\": 10,\n        \"samplePriceType\": 1,\n        \"shippingMarkup\": null,\n        \"electronicIntegrationName\": null,\n        \"decoratorCostMarkUp\": null,\n        \"closeoutFtpAccess\": null,\n        \"productionTimeInDays\": \"4\",\n        \"oneDayRushChargeTitle\": \"1\",\n        \"twoDayRushChargeTitle\": \"\",\n        \"threeDayRushChargeTitle\": \"\",\n        \"oneDayRushChargeSku\": \"1.5\",\n        \"twoDayRushChargeSku\": \"\",\n        \"threeDayRushChargeSku\": \"\",\n        \"disableSampleTab\": false,\n        \"accountNumber\": \"128\",\n        \"imprintType\": [],\n        \"additionalAccountNumber\": \"\",\n        \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE CA 92672 US\\nTel: 866-258-6647\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n    }\n}"}],"_postman_id":"1c5c0c5d-dbb7-4cf8-9cf0-f79746de3fdf"},{"name":"Supplier Search","id":"42a79105-c60c-475c-95b7-f5385c53dce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":"localhost:8080/api/v1/supplierSearch.jhtm?company=test","urlObject":{"port":"8080","path":["api","v1","supplierSearch.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"noKeywords","value":"false"},{"disabled":true,"key":"q","value":"19VWEB859"},{"disabled":true,"key":"id","value":"110"},{"key":"company","value":"test"}],"variable":[]}},"response":[{"id":"2fa899fa-724c-41e5-939c-04a5319ef547","name":"Supplier Search  -By company","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"api/v1/supplierSearch.jhtm?company=test","host":["api"],"path":["v1","supplierSearch.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"110","disabled":true},{"key":"company","value":"test"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=42AC430C37ECD42DD925C345B51F69A8; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 03 Jun 2020 05:20:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"supplierList\": [\n        {\n            \"id\": 124,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"test\",\n                \"lastName\": \"test\",\n                \"company\": \"test\",\n                \"addr1\": \"34-01 38th Ave 3rd Floor\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Long Island City\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11101-1111\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": null,\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 121,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"order@bluegeneration.com\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"test\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"test\\n34-01 38th Ave 3rd Floor \\nLong Island City NY 11101-1111 US\\nTel: null\\nFax: null\\ntest@test.com\"\n        },\n        {\n            \"id\": 125,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"test\",\n                \"lastName\": \"test\",\n                \"company\": \"test\",\n                \"addr1\": \"34-01 38th Ave 3rd Floor\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Long Island City\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11101-1111\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": null,\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 122,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"order@bluegeneration.com\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"12345\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"test\\n34-01 38th Ave 3rd Floor \\nLong Island City NY 11101-1111 US\\nTel: null\\nFax: null\\ntest@test.com\"\n        }\n    ]\n}"},{"id":"3ba40a94-003c-42a8-991d-a296c73d7ae6","name":"Supplier Search- get all suppliers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"/api/v1/supplierSearch.jhtm","path":["api","v1","supplierSearch.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"110","disabled":true},{"key":"company","value":"test","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=42AC430C37ECD42DD925C345B51F69A8; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 03 Jun 2020 05:22:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"supplierList\": [\n        {\n            \"id\": 13,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Aaron\",\n                \"lastName\": \"KOENIG\",\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": \"866-258-6647\",\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"note\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 13,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": 10,\n            \"samplePriceType\": 1,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"4\",\n            \"oneDayRushChargeTitle\": \"1\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1.5\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": false,\n            \"accountNumber\": \"128\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE CA 92672 US\\nTel: 866-258-6647\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 110,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Aaron\",\n                \"lastName\": \"KOENIG\",\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": \"8662586647\",\n                \"cellPhone\": null,\n                \"fax\": \"9493611371\",\n                \"email\": \"aaron@APSPECIALTIES.COM\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 110,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Blanks - 40\",\n                    \"markupType\": 2,\n                    \"markupFormula\": 0,\n                    \"markup1\": 40,\n                    \"markup2\": 38,\n                    \"markup3\": 37,\n                    \"markup4\": 35,\n                    \"markup5\": 32,\n                    \"markup6\": null,\n                    \"markup7\": null,\n                    \"markup8\": null,\n                    \"markup9\": null,\n                    \"markup10\": null,\n                    \"minQty\": 1,\n                    \"qtyBreak1\": 25,\n                    \"qtyBreak2\": 72,\n                    \"qtyBreak3\": 144,\n                    \"qtyBreak4\": 288,\n                    \"qtyBreak5\": null,\n                    \"qtyBreak6\": null,\n                    \"qtyBreak7\": null,\n                    \"qtyBreak8\": null,\n                    \"qtyBreak9\": null,\n                    \"fixedCost1\": null,\n                    \"fixedCost2\": null,\n                    \"fixedCost3\": null,\n                    \"fixedCost4\": null,\n                    \"fixedCost5\": null,\n                    \"fixedCost6\": null,\n                    \"fixedCost7\": null,\n                    \"fixedCost8\": null,\n                    \"fixedCost9\": null,\n                    \"fixedCost10\": null,\n                    \"costFrom\": 0.01,\n                    \"costTo\": 999.99,\n                    \"keywords\": \"\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Hard Goods 40\",\n                    \"markupType\": 2,\n                    \"markupFormula\": 0,\n                    \"markup1\": 40,\n                    \"markup2\": 38,\n                    \"markup3\": 36,\n                    \"markup4\": 35,\n                    \"markup5\": 32,\n                    \"markup6\": 30,\n                    \"markup7\": null,\n                    \"markup8\": null,\n                    \"markup9\": null,\n                    \"markup10\": null,\n                    \"minQty\": null,\n                    \"qtyBreak1\": null,\n                    \"qtyBreak2\": null,\n                    \"qtyBreak3\": null,\n                    \"qtyBreak4\": null,\n                    \"qtyBreak5\": null,\n                    \"qtyBreak6\": null,\n                    \"qtyBreak7\": null,\n                    \"qtyBreak8\": null,\n                    \"qtyBreak9\": null,\n                    \"fixedCost1\": null,\n                    \"fixedCost2\": null,\n                    \"fixedCost3\": null,\n                    \"fixedCost4\": null,\n                    \"fixedCost5\": null,\n                    \"fixedCost6\": null,\n                    \"fixedCost7\": null,\n                    \"fixedCost8\": null,\n                    \"fixedCost9\": null,\n                    \"fixedCost10\": null,\n                    \"costFrom\": 0.01,\n                    \"costTo\": 999.99,\n                    \"keywords\": \"\"\n                }\n            ],\n            \"samplePrice\": 1,\n            \"samplePriceType\": 1,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"2\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1.5\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": false,\n            \"accountNumber\": \"1280\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE CA 92672 US\\nTel: 8662586647\\nFax: 9493611371\\naaron@APSPECIALTIES.COM\"\n        },\n        {\n            \"id\": 113,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Aaron\",\n                \"lastName\": \"KOENIG\",\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": \"866.258.6647\",\n                \"cellPhone\": null,\n                \"fax\": \"949.361.1371\",\n                \"email\": \"aaron@APSPECIALTIES.COM\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 113,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": 10,\n            \"samplePriceType\": 1,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"12\",\n            \"oneDayRushChargeTitle\": \"2\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1.5\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": false,\n            \"accountNumber\": \"1290\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE CA 92672 US\\nTel: 866.258.6647\\nFax: 949.361.1371\\naaron@APSPECIALTIES.COM\"\n        },\n        {\n            \"id\": 117,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": null,\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": null,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"111\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE null 92672 US\\nTel: null\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 118,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": null,\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": null,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"111\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE null 92672 US\\nTel: null\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 119,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": null,\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": null,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"111\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE null 92672 US\\nTel: null\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 120,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": null,\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": null,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"111\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE null 92672 US\\nTel: null\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 121,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": null,\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": null,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"111\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE null 92672 US\\nTel: null\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 122,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": null,\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 119,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1112\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE null 92672 US\\nTel: null\\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 123,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"yash\",\n                \"lastName\": \"\",\n                \"company\": \"AP Specialties\",\n                \"addr1\": \"140 CALLE IGLESIA\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"SAN CLEMENTE\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92672\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"949-361-1371\",\n                \"email\": \"aaron@apspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": null,\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 120,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"11123\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"AP Specialties\\n140 CALLE IGLESIA \\nSAN CLEMENTE CA 92672 US\\nTel: \\nFax: 949-361-1371\\naaron@apspecialties.com\"\n        },\n        {\n            \"id\": 124,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"test\",\n                \"lastName\": \"test\",\n                \"company\": \"test\",\n                \"addr1\": \"34-01 38th Ave 3rd Floor\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Long Island City\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11101-1111\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": null,\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 121,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"order@bluegeneration.com\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"test\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"test\\n34-01 38th Ave 3rd Floor \\nLong Island City NY 11101-1111 US\\nTel: null\\nFax: null\\ntest@test.com\"\n        },\n        {\n            \"id\": 125,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"test\",\n                \"lastName\": \"test\",\n                \"company\": \"test\",\n                \"addr1\": \"34-01 38th Ave 3rd Floor\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Long Island City\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11101-1111\",\n                \"country\": \"US\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": null,\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 122,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"order@bluegeneration.com\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"12345\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"test\\n34-01 38th Ave 3rd Floor \\nLong Island City NY 11101-1111 US\\nTel: null\\nFax: null\\ntest@test.com\"\n        },\n        {\n            \"id\": 1,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Stephanie\",\n                \"lastName\": \"Maday\",\n                \"company\": \"VIP - 3M\",\n                \"addr1\": \"2020 Lookout\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"North Mankato\",\n                \"stateProvince\": \"MN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"56003\",\n                \"country\": \"US\",\n                \"phone\": \"800-328-2407\",\n                \"cellPhone\": null,\n                \"fax\": \"855-277-4419\",\n                \"email\": \"art@3mpromote.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 1,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"4\",\n            \"oneDayRushChargeTitle\": \"1\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1.5\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"119\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - 3M\\n2020 Lookout \\nNorth Mankato MN 56003 US\\nTel: 800-328-2407\\nFax: 855-277-4419\\nart@3mpromote.com\"\n        },\n        {\n            \"id\": 2,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Bachir\",\n                \"lastName\": \"Kassir\",\n                \"company\": \"VIP - 3rd Party Decorator\",\n                \"addr1\": \"xxxxxx\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"xxxxxx\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"xxxxxx\",\n                \"country\": \"US\",\n                \"phone\": \"xxxxxx\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"xxxxxx\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 2,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"262\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - 3rd Party Decorator\\nxxxxxx \\nxxxxxx CA xxxxxx US\\nTel: xxxxxx\\nFax: \\nxxxxxx\"\n        },\n        {\n            \"id\": 3,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Giovanni\",\n                \"lastName\": \"Villalonoa\",\n                \"company\": \"VIP - AAA Innovations\",\n                \"addr1\": \"10 Maple Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Norwood\",\n                \"stateProvince\": \"NJ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"07648\",\n                \"country\": \"US\",\n                \"phone\": \"800-426-7446\",\n                \"cellPhone\": null,\n                \"fax\": \"201-784-3244\",\n                \"email\": \"art@aaainnovations.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 3,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"242\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - AAA Innovations\\n10 Maple Street \\nNorwood NJ 07648 US\\nTel: 800-426-7446\\nFax: 201-784-3244\\nart@aaainnovations.com\"\n        },\n        {\n            \"id\": 4,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Miranda\",\n                \"lastName\": \"Moore\",\n                \"company\": \"VIP - Aakron\",\n                \"addr1\": \"8 Indianola Avenue\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Akron\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"14001-1199\",\n                \"country\": \"US\",\n                \"phone\": \"800-828-1570\",\n                \"cellPhone\": null,\n                \"fax\": \"716-542-1537\",\n                \"email\": \"orders@aakronline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 4,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Hard Goods 40\",\n                    \"markupType\": 2,\n                    \"markupFormula\": 0,\n                    \"markup1\": 40,\n                    \"markup2\": 38,\n                    \"markup3\": 36,\n                    \"markup4\": 35,\n                    \"markup5\": 32,\n                    \"markup6\": 30,\n                    \"markup7\": null,\n                    \"markup8\": null,\n                    \"markup9\": null,\n                    \"markup10\": null,\n                    \"minQty\": null,\n                    \"qtyBreak1\": null,\n                    \"qtyBreak2\": null,\n                    \"qtyBreak3\": null,\n                    \"qtyBreak4\": null,\n                    \"qtyBreak5\": null,\n                    \"qtyBreak6\": null,\n                    \"qtyBreak7\": null,\n                    \"qtyBreak8\": null,\n                    \"qtyBreak9\": null,\n                    \"fixedCost1\": null,\n                    \"fixedCost2\": null,\n                    \"fixedCost3\": null,\n                    \"fixedCost4\": null,\n                    \"fixedCost5\": null,\n                    \"fixedCost6\": null,\n                    \"fixedCost7\": null,\n                    \"fixedCost8\": null,\n                    \"fixedCost9\": null,\n                    \"fixedCost10\": null,\n                    \"costFrom\": 0.01,\n                    \"costTo\": 999.99,\n                    \"keywords\": \"\"\n                }\n            ],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"297\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Aakron\\n8 Indianola Avenue \\nAkron NY 14001-1199 US\\nTel: 800-828-1570\\nFax: 716-542-1537\\norders@aakronline.com\"\n        },\n        {\n            \"id\": 106,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Adam Headwear\",\n                \"addr1\": \"3036 Alt Blvd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Toms River\",\n                \"stateProvince\": \"HI\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"08755\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"orders@wpsportswear.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 106,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"150\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Adam Headwear\\n3036 Alt Blvd \\nToms River HI 08755 US\\nTel: \\nFax: \\norders@wpsportswear.com\"\n        },\n        {\n            \"id\": 5,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Brett\",\n                \"lastName\": \"Hersh\",\n                \"company\": \"VIP - Admints & Zagabor\",\n                \"addr1\": \"420 Benigno Boulevard\",\n                \"addr2\": \"Unit E\",\n                \"addr3\": null,\n                \"city\": \"Bellmawr\",\n                \"stateProvince\": \"NJ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"08031-2563\",\n                \"country\": \"US\",\n                \"phone\": \"866-556-4687\",\n                \"cellPhone\": null,\n                \"fax\": \"856-931-8384\",\n                \"email\": \"orders@hitpromo.net\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 5,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"218\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Admints & Zagabor\\n420 Benigno Boulevard Unit E\\nBellmawr NJ 08031-2563 US\\nTel: 866-556-4687\\nFax: 856-931-8384\\norders@hitpromo.net\"\n        },\n        {\n            \"id\": 6,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Heather\",\n                \"lastName\": \"Hitt\",\n                \"company\": \"VIP - AdVantage Industries\",\n                \"addr1\": \"3500 109th Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Urbandale\",\n                \"stateProvince\": \"IA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"50322\",\n                \"country\": \"US\",\n                \"phone\": \"888-908-7283\",\n                \"cellPhone\": null,\n                \"fax\": \"515-278-9186\",\n                \"email\": \"orders@asi31570.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 6,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"235\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - AdVantage Industries\\n3500 109th Street \\nUrbandale IA 50322 US\\nTel: 888-908-7283\\nFax: 515-278-9186\\norders@asi31570.com\"\n        },\n        {\n            \"id\": 7,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Allison\",\n                \"lastName\": \"Richardson\",\n                \"company\": \"VIP - Alexander\",\n                \"addr1\": \"12978 Tesson Ferry Rd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Saint Louis\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"63128-2999\",\n                \"country\": \"US\",\n                \"phone\": \"800-467-5343\",\n                \"cellPhone\": null,\n                \"fax\": \"800-391-2539\",\n                \"email\": \"orders@alexandermc.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 7,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"294\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Alexander\\n12978 Tesson Ferry Rd \\nSaint Louis MO 63128-2999 US\\nTel: 800-467-5343\\nFax: 800-391-2539\\norders@alexandermc.com\"\n        },\n        {\n            \"id\": 8,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Mark\",\n                \"lastName\": \"Netti\",\n                \"company\": \"VIP - Alpha/Broder\",\n                \"addr1\": \"6 Neshaminy Interplex \",\n                \"addr2\": \"Floor 6\",\n                \"addr3\": null,\n                \"city\": \"Trevose\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"19053-6964\",\n                \"country\": \"US\",\n                \"phone\": \"800-523-4585\",\n                \"cellPhone\": null,\n                \"fax\": \"866-932-1839\",\n                \"email\": \"orders@alphabroder.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 8,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"159\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Alpha/Broder\\n6 Neshaminy Interplex  Floor 6\\nTrevose PA 19053-6964 US\\nTel: 800-523-4585\\nFax: 866-932-1839\\norders@alphabroder.com\"\n        },\n        {\n            \"id\": 9,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Mark\",\n                \"lastName\": \"Kent\",\n                \"company\": \"VIP - Alpi\",\n                \"addr1\": \"1685 34th St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Oakland\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"94608-4033\",\n                \"country\": \"US\",\n                \"phone\": \"800-678-2574\",\n                \"cellPhone\": null,\n                \"fax\": \"510-655-2093\",\n                \"email\": \"asisales@alpi.net\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 9,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"292\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Alpi\\n1685 34th St \\nOakland CA 94608-4033 US\\nTel: 800-678-2574\\nFax: 510-655-2093\\nasisales@alpi.net\"\n        },\n        {\n            \"id\": 10,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Gary\",\n                \"lastName\": \"Semrow\",\n                \"company\": \"VIP - American Ad Bag\",\n                \"addr1\": \"1510 Lamb Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Woodstock\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60098-9688\",\n                \"country\": \"US\",\n                \"phone\": \"800-382-6844\",\n                \"cellPhone\": null,\n                \"fax\": \"815-338-0397\",\n                \"email\": \"orders@adbag.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 10,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"219\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - American Ad Bag\\n1510 Lamb Road \\nWoodstock IL 60098-9688 US\\nTel: 800-382-6844\\nFax: 815-338-0397\\norders@adbag.com\"\n        },\n        {\n            \"id\": 11,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Lisa\",\n                \"lastName\": \"Bascom\",\n                \"company\": \"VIP - Amerifoam\",\n                \"addr1\": \"171 Wamplers Lake Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Brooklyn\",\n                \"stateProvince\": \"MI\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"49230\",\n                \"country\": \"US\",\n                \"phone\": \"800-546-3626\",\n                \"cellPhone\": null,\n                \"fax\": \"517-592-3769\",\n                \"email\": \"customerservice@amerifoam.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 11,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"109\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Amerifoam\\n171 Wamplers Lake Road \\nBrooklyn MI 49230 US\\nTel: 800-546-3626\\nFax: 517-592-3769\\ncustomerservice@amerifoam.com\"\n        },\n        {\n            \"id\": 12,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Joni\",\n                \"lastName\": \"Pettice\",\n                \"company\": \"VIP - Antigua\",\n                \"addr1\": \"16651 N 84th Avenue\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Peoria\",\n                \"stateProvince\": \"AZ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"85382\",\n                \"country\": \"US\",\n                \"phone\": \"877-610-1444\",\n                \"cellPhone\": null,\n                \"fax\": \"623-523-6004\",\n                \"email\": \"insidesales@antigua.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 12,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"295\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Antigua\\n16651 N 84th Avenue \\nPeoria AZ 85382 US\\nTel: 877-610-1444\\nFax: 623-523-6004\\ninsidesales@antigua.com\"\n        },\n        {\n            \"id\": 14,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Christopher \",\n                \"lastName\": \"Duffy\",\n                \"company\": \"VIP - Ariel Premium\",\n                \"addr1\": \"8825 Page Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Saint Louis\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"63114-6105\",\n                \"country\": \"US\",\n                \"phone\": \"800-270-7474\",\n                \"cellPhone\": null,\n                \"fax\": \"314-890-0695\",\n                \"email\": \"customerservice@arielpremium.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"Line Name: LIN LINE, ARIEL Mail: 8825 Page Ave Saint Louis, MO 63114-6105 Phone: (314) 890-0330; (800) 270-7474 Fax: (314) 890-0695 E-mail: customerservice@arielpremium.com Art E-mail: customerservice@arielpremium.com Web: http://www.arielpremium.com http://36730.espwebsite.com Office Hours: 8:00-5:00 Courteny Lanflisi, Marketing Manager Marketing Policy: A\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 14,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"4\",\n            \"oneDayRushChargeTitle\": \"4\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"286\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Ariel Premium\\n8825 Page Ave \\nSaint Louis MO 63114-6105 US\\nTel: 800-270-7474\\nFax: 314-890-0695\\ncustomerservice@arielpremium.com\"\n        },\n        {\n            \"id\": 15,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Rob\",\n                \"lastName\": \"Kerton\",\n                \"company\": \"VIP - AZX\",\n                \"addr1\": \"5155 Fairview Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Burlington\",\n                \"stateProvince\": \"ON\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"L7I 0J8\",\n                \"country\": \"CA\",\n                \"phone\": \"800-558-4836\",\n                \"cellPhone\": null,\n                \"fax\": \"858-800-2495\",\n                \"email\": \"info@aztex.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 15,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"223\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - AZX\\n5155 Fairview Street \\nBurlington ON L7I 0J8 CA\\nTel: 800-558-4836\\nFax: 858-800-2495\\ninfo@aztex.com\"\n        },\n        {\n            \"id\": 16,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Courtney\",\n                \"lastName\": \"Carnehl\",\n                \"company\": \"VIP - Bag Makers Inc\",\n                \"addr1\": \"6606 S Union Rd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Union\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60180-9514\",\n                \"country\": \"US\",\n                \"phone\": \"800-458-9031\",\n                \"cellPhone\": null,\n                \"fax\": \"800-458-9023\",\n                \"email\": \"orders@bagmakersinc.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 16,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"277\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Bag Makers Inc\\n6606 S Union Rd \\nUnion IL 60180-9514 US\\nTel: 800-458-9031\\nFax: 800-458-9023\\norders@bagmakersinc.com\"\n        },\n        {\n            \"id\": 17,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Sue\",\n                \"lastName\": \"Howard\",\n                \"company\": \"VIP - Bay State\",\n                \"addr1\": \"101 Charles Eldridge Drive\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Middleboro\",\n                \"stateProvince\": \"MA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"02347\",\n                \"country\": \"US\",\n                \"phone\": \"866-947-6708\",\n                \"cellPhone\": null,\n                \"fax\": \"800-832-9277\",\n                \"email\": \"customerservice@baystate.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 17,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"279\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Bay State\\n101 Charles Eldridge Drive \\nMiddleboro MA 02347 US\\nTel: 866-947-6708\\nFax: 800-832-9277\\ncustomerservice@baystate.com\"\n        },\n        {\n            \"id\": 18,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Carrie\",\n                \"lastName\": \"Forstner\",\n                \"company\": \"VIP - Beacon\",\n                \"addr1\": \"2121 Bridge Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"New Ulm\",\n                \"stateProvince\": \"MN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"56073\",\n                \"country\": \"US\",\n                \"phone\": \"800-628-9979\",\n                \"cellPhone\": null,\n                \"fax\": \"800-628-0221\",\n                \"email\": \"orders@beaconpromotions.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 18,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"116\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Beacon\\n2121 Bridge Street \\nNew Ulm MN 56073 US\\nTel: 800-628-9979\\nFax: 800-628-0221\\norders@beaconpromotions.com\"\n        },\n        {\n            \"id\": 19,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Rob\",\n                \"lastName\": \"Babb\",\n                \"company\": \"VIP - BIC Norwood\",\n                \"addr1\": \"14421 Myerlake Circle\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Clearwater\",\n                \"stateProvince\": \"FL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"33760\",\n                \"country\": \"US\",\n                \"phone\": \"877-667-9663\",\n                \"cellPhone\": null,\n                \"fax\": \"800-770-2012\",\n                \"email\": \"orders@norwood.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"Website:\\r\\nwww.norwood.com\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 19,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"8\",\n            \"oneDayRushChargeTitle\": \"4\",\n            \"twoDayRushChargeTitle\": \"1\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1.5\",\n            \"twoDayRushChargeSku\": \"2\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"260\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - BIC Norwood\\n14421 Myerlake Circle \\nClearwater FL 33760 US\\nTel: 877-667-9663\\nFax: 800-770-2012\\norders@norwood.com\"\n        },\n        {\n            \"id\": 20,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Anna\",\n                \"lastName\": \"Fricano\",\n                \"company\": \"VIP - Bullet Line\",\n                \"addr1\": \"6301 E. 10th Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Hilaleah\",\n                \"stateProvince\": \"FL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"33013\",\n                \"country\": \"US\",\n                \"phone\": \"800-749-7467\",\n                \"cellPhone\": null,\n                \"fax\": \"305-623-9223\",\n                \"email\": \"orders@bulletline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"samples@bulletline.com\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 20,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"207\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Bullet Line\\n6301 E. 10th Ave \\nHilaleah FL 33013 US\\nTel: 800-749-7467\\nFax: 305-623-9223\\norders@bulletline.com\"\n        },\n        {\n            \"id\": 21,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Anessa\",\n                \"lastName\": \"Fritsch\",\n                \"company\": \"VIP - Cap America\",\n                \"addr1\": \"1 Cap America Dr\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Fredericktown\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"63645-0229\",\n                \"country\": \"US\",\n                \"phone\": \"800-487-2227\",\n                \"cellPhone\": null,\n                \"fax\": \"573-783-3397\",\n                \"email\": \"email@capamerica.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 21,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"289\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Cap America\\n1 Cap America Dr \\nFredericktown MO 63645-0229 US\\nTel: 800-487-2227\\nFax: 573-783-3397\\nemail@capamerica.com\"\n        },\n        {\n            \"id\": 22,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Nick\",\n                \"lastName\": \"Caputi\",\n                \"company\": \"VIP - Chocolate Inn\",\n                \"addr1\": \"530 W. John St.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Hicksville\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11801\",\n                \"country\": \"US\",\n                \"phone\": \"800-526-3437\",\n                \"cellPhone\": null,\n                \"fax\": \"516-377-7190\",\n                \"email\": \"orders@chocolateinn.net\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 22,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"230\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Chocolate Inn\\n530 W. John St. \\nHicksville NY 11801 US\\nTel: 800-526-3437\\nFax: 516-377-7190\\norders@chocolateinn.net\"\n        },\n        {\n            \"id\": 23,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jenny\",\n                \"lastName\": \"Lee\",\n                \"company\": \"VIP - Compass Industries\",\n                \"addr1\": \"104 W 29th St\",\n                \"addr2\": \"Suite 1201\",\n                \"addr3\": null,\n                \"city\": \"New York\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"10001-5310\",\n                \"country\": \"US\",\n                \"phone\": \"800-221-9904\",\n                \"cellPhone\": null,\n                \"fax\": \"212-473-2614\",\n                \"email\": \"orders@compasspromos.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 23,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"273\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Compass Industries\\n104 W 29th St Suite 1201\\nNew York NY 10001-5310 US\\nTel: 800-221-9904\\nFax: 212-473-2614\\norders@compasspromos.com\"\n        },\n        {\n            \"id\": 24,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Rebecca\",\n                \"lastName\": \"McLaughlin\",\n                \"company\": \"VIP - CPS Keystone\",\n                \"addr1\": \"5678 W Ridge Rd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \" Erie\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"16506\",\n                \"country\": \"US\",\n                \"phone\": \"800-772-8247\",\n                \"cellPhone\": null,\n                \"fax\": \"814-833-3224\",\n                \"email\": \"customerservice@keystoneline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 24,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"282\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - CPS Keystone\\n5678 W Ridge Rd \\n Erie PA 16506 US\\nTel: 800-772-8247\\nFax: 814-833-3224\\ncustomerservice@keystoneline.com\"\n        },\n        {\n            \"id\": 25,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Rory \",\n                \"lastName\": \"Campbell\",\n                \"company\": \"VIP - Crown Products\",\n                \"addr1\": \"3107 Halls Mill Rd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Mobile\",\n                \"stateProvince\": \"AL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"36606-2506\",\n                \"country\": \"US\",\n                \"phone\": \"800-367-2769\",\n                \"cellPhone\": null,\n                \"fax\": \"251-471-2095\",\n                \"email\": \"orderentry@crownprod.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 25,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"267\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Crown Products\\n3107 Halls Mill Rd \\nMobile AL 36606-2506 US\\nTel: 800-367-2769\\nFax: 251-471-2095\\norderentry@crownprod.com\"\n        },\n        {\n            \"id\": 26,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Lexi\",\n                \"lastName\": \"Kurttila\",\n                \"company\": \"VIP - Crystal-D\",\n                \"addr1\": \"505 Atwater Cr.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"St. Paul\",\n                \"stateProvince\": \"MN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"55103\",\n                \"country\": \"US\",\n                \"phone\": \"800-544-1131\",\n                \"cellPhone\": null,\n                \"fax\": \"866-238-3407\",\n                \"email\": \"wjrequest@crystal-d.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 26,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"258\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Crystal-D\\n505 Atwater Cr. \\nSt. Paul MN 55103 US\\nTel: 800-544-1131\\nFax: 866-238-3407\\nwjrequest@crystal-d.com\"\n        },\n        {\n            \"id\": 27,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Christopher\",\n                \"lastName\": \"Robbins\",\n                \"company\": \"VIP - Custom Color Solutions\",\n                \"addr1\": \"10501 Rhode Island Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Beltsville\",\n                \"stateProvince\": \"MD\",\n                \"stateProvinceNA\": false,\n                \"zip\": \" 20705-2317\",\n                \"country\": \"US\",\n                \"phone\": \"301-289-2121\",\n                \"cellPhone\": null,\n                \"fax\": \"301-289-2120\",\n                \"email\": \"info@customcolorsolutions.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 27,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"102\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Custom Color Solutions\\n10501 Rhode Island Ave \\nBeltsville MD  20705-2317 US\\nTel: 301-289-2121\\nFax: 301-289-2120\\ninfo@customcolorsolutions.com\"\n        },\n        {\n            \"id\": 28,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Dana\",\n                \"lastName\": \"Kleckner\",\n                \"company\": \"VIP - Cutter & Buck\",\n                \"addr1\": \"101 Elliott Ave W\",\n                \"addr2\": \"Ste 100\",\n                \"addr3\": null,\n                \"city\": \"Seattle\",\n                \"stateProvince\": \"WA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"98119-4293\",\n                \"country\": \"US\",\n                \"phone\": \"800-338-9944\",\n                \"cellPhone\": null,\n                \"fax\": \"206-448-0589\",\n                \"email\": \"corporateorders@cutterback.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 28,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"275\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Cutter & Buck\\n101 Elliott Ave W Ste 100\\nSeattle WA 98119-4293 US\\nTel: 800-338-9944\\nFax: 206-448-0589\\ncorporateorders@cutterback.com\"\n        },\n        {\n            \"id\": 29,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Dard\",\n                \"addr1\": \"912 Custer Ave.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Evanston\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15068-7059\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"orders@tagmaster.net\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 29,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"112\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Dard\\n912 Custer Ave. \\nEvanston IL 15068-7059 US\\nTel: \\nFax: \\norders@tagmaster.net\"\n        },\n        {\n            \"id\": 30,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Karen\",\n                \"lastName\": \"Shaw\",\n                \"company\": \"VIP - Dunbrooke\",\n                \"addr1\": \"4200 Little Blue Parkway\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Independence\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"64057\",\n                \"country\": \"US\",\n                \"phone\": \"816-795-2125\",\n                \"cellPhone\": null,\n                \"fax\": \"816-795-0321\",\n                \"email\": \"kshaw@dunbrooke.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 30,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"240\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Dunbrooke\\n4200 Little Blue Parkway \\nIndependence MO 64057 US\\nTel: 816-795-2125\\nFax: 816-795-0321\\nkshaw@dunbrooke.com\"\n        },\n        {\n            \"id\": 66,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Customer\",\n                \"lastName\": \"Service\",\n                \"company\": \"VIP - Edwards Garments\",\n                \"addr1\": \"4900 S 9th Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Kalamazoo\",\n                \"stateProvince\": \"MI\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"49009-8120\",\n                \"country\": \"US\",\n                \"phone\": \"800-253-9885\",\n                \"cellPhone\": null,\n                \"fax\": \"800-234-9150\",\n                \"email\": \"orders@edwardsgarment.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 66,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"231\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Edwards Garments\\n4900 S 9th Street \\nKalamazoo MI 49009-8120 US\\nTel: 800-253-9885\\nFax: 800-234-9150\\norders@edwardsgarment.com\"\n        },\n        {\n            \"id\": 32,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Brandon\",\n                \"lastName\": \"Bell\",\n                \"company\": \"VIP - ETS Express\",\n                \"addr1\": \"420 South Lombard Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Oxnard\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"93030-5100\",\n                \"country\": \"US\",\n                \"phone\": \"800-292-0900\",\n                \"cellPhone\": null,\n                \"fax\": \"805-278-7791\",\n                \"email\": \"orders@etsexpress.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 32,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"208\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - ETS Express\\n420 South Lombard Street \\nOxnard CA 93030-5100 US\\nTel: 800-292-0900\\nFax: 805-278-7791\\norders@etsexpress.com\"\n        },\n        {\n            \"id\": 33,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Sarah\",\n                \"lastName\": \"Masloski\",\n                \"company\": \"VIP - Evans Manufacturing\",\n                \"addr1\": \"7422 Chapman Avenue\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Garden Grove\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92841-2106\",\n                \"country\": \"US\",\n                \"phone\": \"800-745-3826\",\n                \"cellPhone\": null,\n                \"fax\": \"800-745-5114\",\n                \"email\": \"info@evans-mfg.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 33,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"217\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Evans Manufacturing\\n7422 Chapman Avenue \\nGarden Grove CA 92841-2106 US\\nTel: 800-745-3826\\nFax: 800-745-5114\\ninfo@evans-mfg.com\"\n        },\n        {\n            \"id\": 34,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Sue\",\n                \"lastName\": \"Tobias\",\n                \"company\": \"VIP - Fields Manufacturing\",\n                \"addr1\": \"24795 County Road 75\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"St. Cloud\",\n                \"stateProvince\": \"MN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"56301-8782\",\n                \"country\": \"US\",\n                \"phone\": \"800-654-1517\",\n                \"cellPhone\": null,\n                \"fax\": \"320-252-5504\",\n                \"email\": \"orders@fieldsmfg.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 34,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"232\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Fields Manufacturing\\n24795 County Road 75 \\nSt. Cloud MN 56301-8782 US\\nTel: 800-654-1517\\nFax: 320-252-5504\\norders@fieldsmfg.com\"\n        },\n        {\n            \"id\": 35,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Heather\",\n                \"lastName\": \"Garner\",\n                \"company\": \"VIP - Foamworx\",\n                \"addr1\": \"8 Customs St.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Calais\",\n                \"stateProvince\": \"ME\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"04619\",\n                \"country\": \"US\",\n                \"phone\": \"888-633-2233\",\n                \"cellPhone\": null,\n                \"fax\": \"888-545-8818\",\n                \"email\": \"sales@foamworx.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 35,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"243\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Foamworx\\n8 Customs St. \\nCalais ME 04619 US\\nTel: 888-633-2233\\nFax: 888-545-8818\\nsales@foamworx.com\"\n        },\n        {\n            \"id\": 36,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jason\",\n                \"lastName\": \"Broadbent\",\n                \"company\": \"VIP - Galaxy Balloons\",\n                \"addr1\": \"11750 Berea Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Cleveland\",\n                \"stateProvince\": \"OH\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"44111\",\n                \"country\": \"US\",\n                \"phone\": \"800-678-8861\",\n                \"cellPhone\": null,\n                \"fax\": \"800-644-8861\",\n                \"email\": \"orders@galaxyballoon.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 36,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"233\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Galaxy Balloons\\n11750 Berea Road \\nCleveland OH 44111 US\\nTel: 800-678-8861\\nFax: 800-644-8861\\norders@galaxyballoon.com\"\n        },\n        {\n            \"id\": 37,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Scott\",\n                \"lastName\": \"Denny\",\n                \"company\": \"VIP - Garyline\",\n                \"addr1\": \"1340 Viele Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Bronx\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"10474-7134\",\n                \"country\": \"US\",\n                \"phone\": \"800-227-4279\",\n                \"cellPhone\": null,\n                \"fax\": \"888-864-9932\",\n                \"email\": \"orders@garyline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 37,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"1\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1.5\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"250\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Garyline\\n1340 Viele Ave \\nBronx NY 10474-7134 US\\nTel: 800-227-4279\\nFax: 888-864-9932\\norders@garyline.com\"\n        },\n        {\n            \"id\": 38,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Frank\",\n                \"lastName\": \"Wiggins\",\n                \"company\": \"VIP - Gemline\",\n                \"addr1\": \"9 International Way\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Lawrence\",\n                \"stateProvince\": \"MA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"01843-1066\",\n                \"country\": \"US\",\n                \"phone\": \"800-800-3200\",\n                \"cellPhone\": null,\n                \"fax\": \"978-691-2085\",\n                \"email\": \"cservice@gemline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 38,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"210\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Gemline\\n9 International Way \\nLawrence MA 01843-1066 US\\nTel: 800-800-3200\\nFax: 978-691-2085\\ncservice@gemline.com\"\n        },\n        {\n            \"id\": 107,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Gill Line\",\n                \"addr1\": \"3036 Alt Blvd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Toms River\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"08755\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"orders@gill-line.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 107,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"149\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Gill Line\\n3036 Alt Blvd \\nToms River CA 08755 US\\nTel: \\nFax: \\norders@gill-line.com\"\n        },\n        {\n            \"id\": 39,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jason\",\n                \"lastName\": \"Corsetti\",\n                \"company\": \"VIP - Glass America\",\n                \"addr1\": \"1000 Industrial Blvd. #1\",\n                \"addr2\": \"Suite 500\",\n                \"addr3\": null,\n                \"city\": \"Aliquippa\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15001-4871\",\n                \"country\": \"US\",\n                \"phone\": \"800-645-5131\",\n                \"cellPhone\": null,\n                \"fax\": \"800-635-8098\",\n                \"email\": \"cservice@mglass.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 39,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"293\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Glass America\\n1000 Industrial Blvd. #1 Suite 500\\nAliquippa PA 15001-4871 US\\nTel: 800-645-5131\\nFax: 800-635-8098\\ncservice@mglass.com\"\n        },\n        {\n            \"id\": 40,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Alex\",\n                \"lastName\": \"Cullor\",\n                \"company\": \"VIP - GoldBond\",\n                \"addr1\": \"5485 Hixson Pike\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Hixson\",\n                \"stateProvince\": \"TN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"37343-3235\",\n                \"country\": \"US\",\n                \"phone\": \"424-842-5844\",\n                \"cellPhone\": null,\n                \"fax\": \"800-729-4852\",\n                \"email\": \"orders@goldbondinc.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 40,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"269\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - GoldBond\\n5485 Hixson Pike \\nHixson TN 37343-3235 US\\nTel: 424-842-5844\\nFax: 800-729-4852\\norders@goldbondinc.com\"\n        },\n        {\n            \"id\": 41,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Charles\",\n                \"lastName\": \"Duggan\",\n                \"company\": \"VIP - Goldstar Pens\",\n                \"addr1\": \"12121 Scripps Summit Dr.\",\n                \"addr2\": \"2nd Floor\",\n                \"addr3\": null,\n                \"city\": \"San Diego\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92131\",\n                \"country\": \"US\",\n                \"phone\": \"800-553-9646\",\n                \"cellPhone\": null,\n                \"fax\": \"800-553-9649\",\n                \"email\": \"orders@goldstarpens.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 41,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"234\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Goldstar Pens\\n12121 Scripps Summit Dr. 2nd Floor\\nSan Diego CA 92131 US\\nTel: 800-553-9646\\nFax: 800-553-9649\\norders@goldstarpens.com\"\n        },\n        {\n            \"id\": 42,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jennifer\",\n                \"lastName\": \"Gluck\",\n                \"company\": \"VIP - Gordon Sinclair\",\n                \"addr1\": \"515 Rockaway Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Valley Stream\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11581\",\n                \"country\": \"US\",\n                \"phone\": \"800-226-0808\",\n                \"cellPhone\": null,\n                \"fax\": \"516-354-4440\",\n                \"email\": \"jennifer@gordonsinclair.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 42,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"118\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Gordon Sinclair\\n515 Rockaway Ave \\nValley Stream NY 11581 US\\nTel: 800-226-0808\\nFax: 516-354-4440\\njennifer@gordonsinclair.com\"\n        },\n        {\n            \"id\": 43,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jim\",\n                \"lastName\": \"Humphries\",\n                \"company\": \"VIP - Graphco\",\n                \"addr1\": \"150 S 51st St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Phoenix\",\n                \"stateProvince\": \"AZ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"85034-2015\",\n                \"country\": \"US\",\n                \"phone\": \"866-636-7367\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"sales@graphcoline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 43,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"7\",\n            \"oneDayRushChargeTitle\": \"7\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"104\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Graphco\\n150 S 51st St \\nPhoenix AZ 85034-2015 US\\nTel: 866-636-7367\\nFax: \\nsales@graphcoline.com\"\n        },\n        {\n            \"id\": 44,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - HandStands Promo\",\n                \"addr1\": \"1420 S. 4800 W.\",\n                \"addr2\": \"Suite A\",\n                \"addr3\": null,\n                \"city\": \"Salt Lake City\",\n                \"stateProvince\": \"UT\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"84014\",\n                \"country\": \"US\",\n                \"phone\": \"800-228-8987\",\n                \"cellPhone\": null,\n                \"fax\": \"801-727-1440\",\n                \"email\": \"snaea@handstandspromo.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 44,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"123\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - HandStands Promo\\n1420 S. 4800 W. Suite A\\nSalt Lake City UT 84014 US\\nTel: 800-228-8987\\nFax: 801-727-1440\\nsnaea@handstandspromo.com\"\n        },\n        {\n            \"id\": 45,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Michael\",\n                \"lastName\": \"Wong\",\n                \"company\": \"VIP - High Caliber\",\n                \"addr1\": \"6250 N Irwindale Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Irwindale\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"91702-3208\",\n                \"country\": \"US\",\n                \"phone\": \"800-707-2757\",\n                \"cellPhone\": null,\n                \"fax\": \"626-969-4661\",\n                \"email\": \"onlineorders@highcaliberline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 45,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"264\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - High Caliber\\n6250 N Irwindale Ave \\nIrwindale CA 91702-3208 US\\nTel: 800-707-2757\\nFax: 626-969-4661\\nonlineorders@highcaliberline.com\"\n        },\n        {\n            \"id\": 46,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Marc\",\n                \"lastName\": \"Held\",\n                \"company\": \"VIP - HIT Promo\",\n                \"addr1\": \"7150 Bryan Dairy Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Largo\",\n                \"stateProvince\": \"FL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"33777\",\n                \"country\": \"US\",\n                \"phone\": \"800-237-63-5\",\n                \"cellPhone\": null,\n                \"fax\": \"727-541-5130\",\n                \"email\": \"hitrequest@hitpromo.net\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 46,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": false,\n            \"accountNumber\": \"255\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - HIT Promo\\n7150 Bryan Dairy Road \\nLargo FL 33777 US\\nTel: 800-237-63-5\\nFax: 727-541-5130\\nhitrequest@hitpromo.net\"\n        },\n        {\n            \"id\": 47,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Pam\",\n                \"lastName\": \"Baker\",\n                \"company\": \"VIP - Hub Pen\",\n                \"addr1\": \"1525 Washington St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Braintree\",\n                \"stateProvince\": \"MA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"02184-7530\",\n                \"country\": \"US\",\n                \"phone\": \"800-388-2323\",\n                \"cellPhone\": null,\n                \"fax\": \"781-535-5555\",\n                \"email\": \"hub@hubpen.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 47,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": false,\n            \"accountNumber\": \"266\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Hub Pen\\n1525 Washington St \\nBraintree MA 02184-7530 US\\nTel: 800-388-2323\\nFax: 781-535-5555\\nhub@hubpen.com\"\n        },\n        {\n            \"id\": 104,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Terrence\",\n                \"lastName\": \"Vail\",\n                \"company\": \"VIP - iClick\",\n                \"addr1\": \"3931 1st ave S\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Seattle\",\n                \"stateProvince\": \"WA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"98134\",\n                \"country\": \"US\",\n                \"phone\": \"800-456-9177\",\n                \"cellPhone\": null,\n                \"fax\": \"866-583-0172\",\n                \"email\": \"sales@iclick.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 104,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"144\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - iClick\\n3931 1st ave S \\nSeattle WA 98134 US\\nTel: 800-456-9177\\nFax: 866-583-0172\\nsales@iclick.com\"\n        },\n        {\n            \"id\": 48,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Crissy\",\n                \"lastName\": \"Ocheltree\",\n                \"company\": \"VIP - Illini\",\n                \"addr1\": \"450 E. Bunker Court\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Vernon Hills\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60061\",\n                \"country\": \"US\",\n                \"phone\": \"800-935-5472\",\n                \"cellPhone\": null,\n                \"fax\": \"847-549-0352\",\n                \"email\": \"order@illiniline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 48,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"107\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Illini\\n450 E. Bunker Court \\nVernon Hills IL 60061 US\\nTel: 800-935-5472\\nFax: 847-549-0352\\norder@illiniline.com\"\n        },\n        {\n            \"id\": 49,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Innovative Line\",\n                \"addr1\": \"11869 Teale Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Culver City\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"90230\",\n                \"country\": \"US\",\n                \"phone\": \"800-421-4445\",\n                \"cellPhone\": null,\n                \"fax\": \"310-390-5793\",\n                \"email\": \"orders@innovation-line.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 49,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"126\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Innovative Line\\n11869 Teale Street \\nCulver City CA 90230 US\\nTel: 800-421-4445\\nFax: 310-390-5793\\norders@innovation-line.com\"\n        },\n        {\n            \"id\": 50,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Customer\",\n                \"lastName\": \"Care Dept\",\n                \"company\": \"VIP - JetLine Promo\",\n                \"addr1\": \"202 Hyatt St.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Gaffney\",\n                \"stateProvince\": \"SC\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"29341-1559\",\n                \"country\": \"US\",\n                \"phone\": \"864-761-3200\",\n                \"cellPhone\": null,\n                \"fax\": \"864-752-1417\",\n                \"email\": \"orders@jetlinepromo.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"Prime Line\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 50,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"268\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - JetLine Promo\\n202 Hyatt St. \\nGaffney SC 29341-1559 US\\nTel: 864-761-3200\\nFax: 864-752-1417\\norders@jetlinepromo.com\"\n        },\n        {\n            \"id\": 51,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Maria\",\n                \"lastName\": \"Rodriguez\",\n                \"company\": \"VIP - Lanco\",\n                \"addr1\": \"2905 Veterans Memorial Highway\",\n                \"addr2\": \"Suite 3\",\n                \"addr3\": null,\n                \"city\": \"Roinkonkoma\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11779\",\n                \"country\": \"US\",\n                \"phone\": \"800-526-3437\",\n                \"cellPhone\": null,\n                \"fax\": \"631-231-2731\",\n                \"email\": \"orders@lancopromo.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 51,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"290\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Lanco\\n2905 Veterans Memorial Highway Suite 3\\nRoinkonkoma NY 11779 US\\nTel: 800-526-3437\\nFax: 631-231-2731\\norders@lancopromo.com\"\n        },\n        {\n            \"id\": 52,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Lapco\",\n                \"addr1\": \"98 Glenwood Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Morgan City\",\n                \"stateProvince\": \"LA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"70380\",\n                \"country\": \"US\",\n                \"phone\": \"800-385-5380\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"sales@lapco.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 52,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"121\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Lapco\\n98 Glenwood Street \\nMorgan City LA 70380 US\\nTel: 800-385-5380\\nFax: \\nsales@lapco.com\"\n        },\n        {\n            \"id\": 53,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Ana \",\n                \"lastName\": \"Fricano\",\n                \"company\": \"VIP - Leed's\",\n                \"addr1\": \"400 Hunt Valley Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"New Kensington\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15068-7059\",\n                \"country\": \"US\",\n                \"phone\": \"800-860-1555\",\n                \"cellPhone\": null,\n                \"fax\": \"800-860-6661\",\n                \"email\": \"orders@leedsworld.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 53,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": false,\n            \"accountNumber\": \"205\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Leed's\\n400 Hunt Valley Road \\nNew Kensington PA 15068-7059 US\\nTel: 800-860-1555\\nFax: 800-860-6661\\norders@leedsworld.com\"\n        },\n        {\n            \"id\": 111,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Leprechaun Promotions, llc.\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Leprechaun\",\n                \"addr1\": \"1016 Norcross Industrial ct\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Norcross\",\n                \"stateProvince\": \"GA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"30071\",\n                \"country\": \"US\",\n                \"phone\": \"888 922 0080\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"orders@leprechaunpromotions.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 111,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"3\",\n            \"oneDayRushChargeTitle\": \"3\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"151\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Leprechaun\\n1016 Norcross Industrial ct \\nNorcross GA 30071 US\\nTel: 888 922 0080\\nFax: \\norders@leprechaunpromotions.com\"\n        },\n        {\n            \"id\": 54,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jeremy\",\n                \"lastName\": \"Ward\",\n                \"company\": \"VIP - Logomark\",\n                \"addr1\": \"1201 Bell Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Tustin\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92612\",\n                \"country\": \"US\",\n                \"phone\": \"800-789-4438\",\n                \"cellPhone\": null,\n                \"fax\": \"714-675-6111\",\n                \"email\": \"orders@logomark.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 54,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"265\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Logomark\\n1201 Bell Ave \\nTustin CA 92612 US\\nTel: 800-789-4438\\nFax: 714-675-6111\\norders@logomark.com\"\n        },\n        {\n            \"id\": 55,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Dan\",\n                \"lastName\": \"Jellinek\",\n                \"company\": \"VIP - Magnet LLC\",\n                \"addr1\": \"7 Chamber Dr.\",\n                \"addr2\": \"P.O. Box 605\",\n                \"addr3\": null,\n                \"city\": \"Washington\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"63090-5258\",\n                \"country\": \"US\",\n                \"phone\": \"800-458-9457\",\n                \"cellPhone\": null,\n                \"fax\": \"636-239-4480\",\n                \"email\": \"orders@themagnetgroup.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 55,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"7\",\n            \"oneDayRushChargeTitle\": \"7\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"224\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Magnet LLC\\n7 Chamber Dr. P.O. Box 605\\nWashington MO 63090-5258 US\\nTel: 800-458-9457\\nFax: 636-239-4480\\norders@themagnetgroup.com\"\n        },\n        {\n            \"id\": 56,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Joelle\",\n                \"lastName\": \"Stahlecker\",\n                \"company\": \"VIP - Maple Ridge Farms\",\n                \"addr1\": \"975 South Park View Circle\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Mosinee\",\n                \"stateProvince\": \"WI\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"54455-8247\",\n                \"country\": \"US\",\n                \"phone\": \"800-477-5577\",\n                \"cellPhone\": null,\n                \"fax\": \"715-693-4600\",\n                \"email\": \"tonyg@mapleridge.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 56,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"236\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Maple Ridge Farms\\n975 South Park View Circle \\nMosinee WI 54455-8247 US\\nTel: 800-477-5577\\nFax: 715-693-4600\\ntonyg@mapleridge.com\"\n        },\n        {\n            \"id\": 57,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Morco\",\n                \"addr1\": \"400 Hunt Valley Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"New Kensington\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15068-7059\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 57,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"129\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Morco\\n400 Hunt Valley Road \\nNew Kensington CA 15068-7059 US\\nTel: \\nFax: \\ntest@test.com\"\n        },\n        {\n            \"id\": 58,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Cassidy\",\n                \"lastName\": \"Shaw\",\n                \"company\": \"VIP - OrigAudio\",\n                \"addr1\": \"16351 Gothard St\",\n                \"addr2\": \"Suite B\",\n                \"addr3\": null,\n                \"city\": \"Fountain Valley\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92708\",\n                \"country\": \"US\",\n                \"phone\": \"949-407-6360\",\n                \"cellPhone\": null,\n                \"fax\": \"847-890-6067\",\n                \"email\": \"cassidy@origaudio.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 58,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"100\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - OrigAudio\\n16351 Gothard St Suite B\\nFountain Valley CA 92708 US\\nTel: 949-407-6360\\nFax: 847-890-6067\\ncassidy@origaudio.com\"\n        },\n        {\n            \"id\": 59,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Order\",\n                \"lastName\": \"Department\",\n                \"company\": \"VIP - Otto Caps\",\n                \"addr1\": \"3500 E Jurupa St\",\n                \"addr2\": \"#A\",\n                \"addr3\": null,\n                \"city\": \"Ontario\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"91761-2946\",\n                \"country\": \"US\",\n                \"phone\": \"800-826-8903\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"weborder@ottocap.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 59,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"274\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Otto Caps\\n3500 E Jurupa St #A\\nOntario CA 91761-2946 US\\nTel: 800-826-8903\\nFax: \\nweborder@ottocap.com\"\n        },\n        {\n            \"id\": 60,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Aimee\",\n                \"lastName\": \"Carn\",\n                \"company\": \"VIP - Pacesetter Awards\",\n                \"addr1\": \"Test\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Eden Prairie\",\n                \"stateProvince\": \"MN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"55347-4109\",\n                \"country\": \"US\",\n                \"phone\": \"800-225-5818\",\n                \"cellPhone\": null,\n                \"fax\": \"952-938-8949\",\n                \"email\": \"jim.one@pacesetterawards.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 60,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"227\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Pacesetter Awards\\nTest \\nEden Prairie MN 55347-4109 US\\nTel: 800-225-5818\\nFax: 952-938-8949\\njim.one@pacesetterawards.com\"\n        },\n        {\n            \"id\": 112,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Patricia\",\n                \"lastName\": \"Molina\",\n                \"company\": \"VIP - Payne Pub\",\n                \"addr1\": \"8707 Quarry Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Manassas\",\n                \"stateProvince\": \"VA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"20110\",\n                \"country\": \"US\",\n                \"phone\": \"800-854-8669\",\n                \"cellPhone\": null,\n                \"fax\": \"703-369-0492\",\n                \"email\": \"patriciam@paynepub.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 112,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"152\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Payne Pub\\n8707 Quarry Road \\nManassas VA 20110 US\\nTel: 800-854-8669\\nFax: 703-369-0492\\npatriciam@paynepub.com\"\n        },\n        {\n            \"id\": 61,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"David\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Pepco\",\n                \"addr1\": \"400 Hunt Valley Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Camarillo\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"93012-8602\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"sales@pepcopoms.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 61,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"246\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Pepco\\n400 Hunt Valley Road \\nCamarillo CA 93012-8602 US\\nTel: \\nFax: \\nsales@pepcopoms.com\"\n        },\n        {\n            \"id\": 62,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Pop Promos\",\n                \"addr1\": \"810 N Hancock Street\",\n                \"addr2\": \"Unit 12\",\n                \"addr3\": null,\n                \"city\": \"Philadelphia\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"19123\",\n                \"country\": \"US\",\n                \"phone\": \"267-858-4621\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"info@poppromos.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 62,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"296\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Pop Promos\\n810 N Hancock Street Unit 12\\nPhiladelphia PA 19123 US\\nTel: 267-858-4621\\nFax: \\ninfo@poppromos.com\"\n        },\n        {\n            \"id\": 63,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Paula\",\n                \"lastName\": \"Shulman\",\n                \"company\": \"VIP - Prime Resources\",\n                \"addr1\": \"1100 Boston Ave.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Bridgeport\",\n                \"stateProvince\": \"CT\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"06610-2658\",\n                \"country\": \"US\",\n                \"phone\": \"203-331-9100\",\n                \"cellPhone\": null,\n                \"fax\": \"203-330-0123\",\n                \"email\": \"orders@primeline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 63,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"206\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Prime Resources\\n1100 Boston Ave. \\nBridgeport CT 06610-2658 US\\nTel: 203-331-9100\\nFax: 203-330-0123\\norders@primeline.com\"\n        },\n        {\n            \"id\": 64,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - ProTowels\",\n                \"addr1\": \"103 Gamma Drive\",\n                \"addr2\": \"Suite 190\",\n                \"addr3\": null,\n                \"city\": \"Pittsburgh\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15238\",\n                \"country\": \"US\",\n                \"phone\": \"800-547-8783\",\n                \"cellPhone\": null,\n                \"fax\": \"864-366-8015\",\n                \"email\": \"orders@protowles.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 64,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"7\",\n            \"oneDayRushChargeTitle\": \"7\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"253\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - ProTowels\\n103 Gamma Drive Suite 190\\nPittsburgh PA 15238 US\\nTel: 800-547-8783\\nFax: 864-366-8015\\norders@protowles.com\"\n        },\n        {\n            \"id\": 65,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - PWS\",\n                \"addr1\": \"108 Commerce Dr\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Cuba\",\n                \"stateProvince\": \"MS\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"65453\",\n                \"country\": \"US\",\n                \"phone\": \"800-448-8247\",\n                \"cellPhone\": null,\n                \"fax\": \"000-885-2239\",\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 65,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"108\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - PWS\\n108 Commerce Dr \\nCuba MS 65453 US\\nTel: 800-448-8247\\nFax: 000-885-2239\\ntest@test.com\"\n        },\n        {\n            \"id\": 31,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Sue\",\n                \"lastName\": \"Scheibenpflug\",\n                \"company\": \"VIP - Ready4Kits\",\n                \"addr1\": \"944 Industrial Park Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Littleton\",\n                \"stateProvince\": \"NH\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"03561\",\n                \"country\": \"US\",\n                \"phone\": \"800-258-4696\",\n                \"cellPhone\": null,\n                \"fax\": \"603-444-6735\",\n                \"email\": \"r4korders@tendercorp.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 31,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"287\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Ready4Kits\\n944 Industrial Park Road \\nLittleton NH 03561 US\\nTel: 800-258-4696\\nFax: 603-444-6735\\nr4korders@tendercorp.com\"\n        },\n        {\n            \"id\": 67,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"test\",\n                \"lastName\": \" Ford\",\n                \"company\": \"VIP - Red Kap\",\n                \"addr1\": \"2080 Brierley Way #102\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Sparks\",\n                \"stateProvince\": \"NV\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"89434-9508\",\n                \"country\": \"US\",\n                \"phone\": \"888.645.2628\",\n                \"cellPhone\": null,\n                \"fax\": \"888.443.6433\",\n                \"email\": \"orders@redkap.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 67,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"254\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Red Kap\\n2080 Brierley Way #102 \\nSparks NV 89434-9508 US\\nTel: 888.645.2628\\nFax: 888.443.6433\\norders@redkap.com\"\n        },\n        {\n            \"id\": 68,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - RiteLine\",\n                \"addr1\": \"400 Hunt Valley Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"New Kensington\",\n                \"stateProvince\": \"AL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15068-7059\",\n                \"country\": \"US\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"test@test.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 68,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"127\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - RiteLine\\n400 Hunt Valley Road \\nNew Kensington AL 15068-7059 US\\nTel: \\nFax: \\ntest@test.com\"\n        },\n        {\n            \"id\": 108,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Royal\",\n                \"lastName\": \"Industries\",\n                \"company\": \"VIP - Royal Industries\",\n                \"addr1\": \"1135 N Plymouth St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Allentown \",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"18109\",\n                \"country\": \"US\",\n                \"phone\": \"718-369-3046\",\n                \"cellPhone\": null,\n                \"fax\": \"718-369-3067\",\n                \"email\": \"cs@royalindustries.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 108,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"148\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Royal Industries\\n1135 N Plymouth St \\nAllentown  PA 18109 US\\nTel: 718-369-3046\\nFax: 718-369-3067\\ncs@royalindustries.com\"\n        },\n        {\n            \"id\": 69,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Sanford B2B\",\n                \"addr1\": \"2707 Butterfield Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Oak Brook\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60523\",\n                \"country\": \"US\",\n                \"phone\": \"800-356-9466\",\n                \"cellPhone\": null,\n                \"fax\": \"800-711-5757\",\n                \"email\": \"b2b.custserv@newellco.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 69,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"122\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Sanford B2B\\n2707 Butterfield Road \\nOak Brook IL 60523 US\\nTel: 800-356-9466\\nFax: 800-711-5757\\nb2b.custserv@newellco.com\"\n        },\n        {\n            \"id\": 70,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Customer\",\n                \"lastName\": \"Service\",\n                \"company\": \"VIP - SanMar \",\n                \"addr1\": \"22833 Se Black Nugget Rd\",\n                \"addr2\": \"Ste 130\",\n                \"addr3\": null,\n                \"city\": \"Issaquah\",\n                \"stateProvince\": \"WA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"98029-3621\",\n                \"country\": \"US\",\n                \"phone\": \"800-426-6399\",\n                \"cellPhone\": null,\n                \"fax\": \"800-828-0554\",\n                \"email\": \"sales@sanmar.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 70,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"161\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - SanMar \\n22833 Se Black Nugget Rd Ste 130\\nIssaquah WA 98029-3621 US\\nTel: 800-426-6399\\nFax: 800-828-0554\\nsales@sanmar.com\"\n        },\n        {\n            \"id\": 71,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"John\",\n                \"lastName\": \"Kruska\",\n                \"company\": \"VIP - Seville Gear\",\n                \"addr1\": \"4815 Triangle Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"McFarland\",\n                \"stateProvince\": \"WI\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"53558\",\n                \"country\": \"US\",\n                \"phone\": \"800-759-1450\",\n                \"cellPhone\": null,\n                \"fax\": \"800-765-5464\",\n                \"email\": \"j.kruska@sevillegear.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 71,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"125\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Seville Gear\\n4815 Triangle Street \\nMcFarland WI 53558 US\\nTel: 800-759-1450\\nFax: 800-765-5464\\nj.kruska@sevillegear.com\"\n        },\n        {\n            \"id\": 72,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Michelle\",\n                \"lastName\": \"Theisen\",\n                \"company\": \"VIP - Showdown Displays\",\n                \"addr1\": \"6850 Shingle Creek Parkway\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Brooklyn Center\",\n                \"stateProvince\": \"MN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"55430-1413\",\n                \"country\": \"US\",\n                \"phone\": \"888-376-7469\",\n                \"cellPhone\": null,\n                \"fax\": \"763-746-1133\",\n                \"email\": \"sdorders@signzoneinc.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"Div Sign-Zone Inc: \\r\\nwww.showdowndisplays.com\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 72,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"7\",\n            \"oneDayRushChargeTitle\": \"7\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"285\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Showdown Displays\\n6850 Shingle Creek Parkway \\nBrooklyn Center MN 55430-1413 US\\nTel: 888-376-7469\\nFax: 763-746-1133\\nsdorders@signzoneinc.com\"\n        },\n        {\n            \"id\": 73,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Skinner Kennedy\",\n                \"addr1\": \"9451 Natural Bridge Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"St. Louis\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"63134\",\n                \"country\": \"US\",\n                \"phone\": \"800-426-3094\",\n                \"cellPhone\": null,\n                \"fax\": \"800-304-0329\",\n                \"email\": \"lizk@skinnerkennedy.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 73,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"124\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Skinner Kennedy\\n9451 Natural Bridge Road \\nSt. Louis MO 63134 US\\nTel: 800-426-3094\\nFax: 800-304-0329\\nlizk@skinnerkennedy.com\"\n        },\n        {\n            \"id\": 74,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Spector & Co\",\n                \"addr1\": \"8396 State Route 9\",\n                \"addr2\": \"suite 300\",\n                \"addr3\": null,\n                \"city\": \"West Chazy\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"12992\",\n                \"country\": \"US\",\n                \"phone\": \"888-377-7732\",\n                \"cellPhone\": null,\n                \"fax\": \"800-877-5139\",\n                \"email\": \"orders@spectorandcompany.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 74,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"278\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Spector & Co\\n8396 State Route 9 suite 300\\nWest Chazy NY 12992 US\\nTel: 888-377-7732\\nFax: 800-877-5139\\norders@spectorandcompany.com\"\n        },\n        {\n            \"id\": 75,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - SS Activewear\",\n                \"addr1\": \"581 Territorial Dr \",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Bolingbrook\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60440-3543\",\n                \"country\": \"US\",\n                \"phone\": \"800-523-2155\",\n                \"cellPhone\": null,\n                \"fax\": \"630-679-9941\",\n                \"email\": \"orders@ssactivewear.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"CALIFORNIA\\r\\n11130 Bloomfield Avenue\\r\\nSanta Fe Springs, CA 90670\\r\\nWill Call Hours: 8:00 am - 5:00 pm PT\\r\\nILLINOIS\\r\\n581 Territorial Drive\\r\\nBolingbrook, IL 60440\\r\\nWill Call Hours: 8:00 am - 5:00 pm CT\\r\\nNEW JERSEY\\r\\n16 Applegate Drive\\r\\nRobbinsville, NJ 08691\\r\\nWill Call Hours: 8:00 am - 5:00 pm ET\\r\\n\\r\\n\\r\\n630-679-9941 FaxCALIFORNIA\\r\\n800.473.2802 Toll FreeNEW JERSEY\\r\\n800.382.8337 Toll Free\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 75,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"283\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - SS Activewear\\n581 Territorial Dr  \\nBolingbrook IL 60440-3543 US\\nTel: 800-523-2155\\nFax: 630-679-9941\\norders@ssactivewear.com\"\n        },\n        {\n            \"id\": 109,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Jim\",\n                \"lastName\": \"Corigliano\",\n                \"company\": \"VIP - Starline\",\n                \"addr1\": \"3036 Alt Blvd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Grand Island\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"14072\",\n                \"country\": \"US\",\n                \"phone\": \"800-831-2231\",\n                \"cellPhone\": null,\n                \"fax\": \"800-238-0082\",\n                \"email\": \"orders@starline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 109,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"147\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Starline\\n3036 Alt Blvd \\nGrand Island NY 14072 US\\nTel: 800-831-2231\\nFax: 800-238-0082\\norders@starline.com\"\n        },\n        {\n            \"id\": 103,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Stormtech\",\n                \"addr1\": \"3773 Still Creek Ave\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Burnaby\",\n                \"stateProvince\": \"BC\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"Bc V5C\",\n                \"country\": \"CA\",\n                \"phone\": \"866-407-2222\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"info@stormtech.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"asi/\\r\\n\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 103,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"284\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Stormtech\\n3773 Still Creek Ave \\nBurnaby BC Bc V5C CA\\nTel: 866-407-2222\\nFax: \\ninfo@stormtech.com\"\n        },\n        {\n            \"id\": 76,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Strong Leather\",\n                \"addr1\": \"39 Grove Street\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Gloucester\",\n                \"stateProvince\": \"MA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"01930\",\n                \"country\": \"US\",\n                \"phone\": \"800-332-6025\",\n                \"cellPhone\": null,\n                \"fax\": \"978-282-6321\",\n                \"email\": \"rcutter@strongleather.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 76,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"130\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Strong Leather\\n39 Grove Street \\nGloucester MA 01930 US\\nTel: 800-332-6025\\nFax: 978-282-6321\\nrcutter@strongleather.com\"\n        },\n        {\n            \"id\": 105,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Miriam\",\n                \"lastName\": \"Vorhand\",\n                \"company\": \"VIP - SuperBagline\",\n                \"addr1\": \"1876 Lakewood Rd, Unit 6\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Toms River\",\n                \"stateProvince\": \"NJ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"08755\",\n                \"country\": \"US\",\n                \"phone\": \"800-799-0816\",\n                \"cellPhone\": null,\n                \"fax\": \"877-799-0836\",\n                \"email\": \"superbag@superbagline.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 105,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"7\",\n            \"oneDayRushChargeTitle\": \"7\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"145\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - SuperBagline\\n1876 Lakewood Rd, Unit 6 \\nToms River NJ 08755 US\\nTel: 800-799-0816\\nFax: 877-799-0836\\nsuperbag@superbagline.com\"\n        },\n        {\n            \"id\": 77,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Sweda USA\",\n                \"addr1\": \"17411 Valley Blvd\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"City Of Industry\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"91744-5159\",\n                \"country\": \"US\",\n                \"phone\": \"800-848-8417\",\n                \"cellPhone\": null,\n                \"fax\": \"626-357-6080\",\n                \"email\": \"orders@swedausa.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 77,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"263\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Sweda USA\\n17411 Valley Blvd \\nCity Of Industry CA 91744-5159 US\\nTel: 800-848-8417\\nFax: 626-357-6080\\norders@swedausa.com\"\n        },\n        {\n            \"id\": 78,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Tekweld\",\n                \"addr1\": \"45 Rabro Drive\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Hauppauge\",\n                \"stateProvince\": \"NY\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"11788-4260\",\n                \"country\": \"US\",\n                \"phone\": \"631-342-8960\",\n                \"cellPhone\": null,\n                \"fax\": \"877-835-2735\",\n                \"email\": \"po@tekweld.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 78,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"588\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Tekweld\\n45 Rabro Drive \\nHauppauge NY 11788-4260 US\\nTel: 631-342-8960\\nFax: 877-835-2735\\npo@tekweld.com\"\n        },\n        {\n            \"id\": 79,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Esmeralda\",\n                \"lastName\": \"Amaya\",\n                \"company\": \"VIP - Terry Town\",\n                \"addr1\": \"1440 Innovative Drive\",\n                \"addr2\": \"Suite 200\",\n                \"addr3\": null,\n                \"city\": \"San Diego\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"92154\",\n                \"country\": \"US\",\n                \"phone\": \"800-742-9793\",\n                \"cellPhone\": null,\n                \"fax\": \"619-421-5579\",\n                \"email\": \"esmeralda@terrytown.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 79,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"7\",\n            \"oneDayRushChargeTitle\": \"7\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"117\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Terry Town\\n1440 Innovative Drive Suite 200\\nSan Diego CA 92154 US\\nTel: 800-742-9793\\nFax: 619-421-5579\\nesmeralda@terrytown.com\"\n        },\n        {\n            \"id\": 80,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Danielle\",\n                \"lastName\": \"Wells\",\n                \"company\": \"VIP - The Allen Company\",\n                \"addr1\": \"712 E Main St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Blanchester\",\n                \"stateProvince\": \"OH\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"45107\",\n                \"country\": \"US\",\n                \"phone\": \"800-783-2491\",\n                \"cellPhone\": null,\n                \"fax\": \"800-329-2491\",\n                \"email\": \"info@allenmugs.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 80,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"8\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"110\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - The Allen Company\\n712 E Main St \\nBlanchester OH 45107 US\\nTel: 800-783-2491\\nFax: 800-329-2491\\ninfo@allenmugs.com\"\n        },\n        {\n            \"id\": 81,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Murray\",\n                \"lastName\": \"Siegel\",\n                \"company\": \"VIP - Towel Specialties\",\n                \"addr1\": \"1200 67th St.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Baltimore\",\n                \"stateProvince\": \"MD\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"21237-2514\",\n                \"country\": \"US\",\n                \"phone\": \"800-938-6935\",\n                \"cellPhone\": null,\n                \"fax\": \"410-525-2222\",\n                \"email\": \"info@towelspecialties.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 81,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"211\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Towel Specialties\\n1200 67th St. \\nBaltimore MD 21237-2514 US\\nTel: 800-938-6935\\nFax: 410-525-2222\\ninfo@towelspecialties.com\"\n        },\n        {\n            \"id\": 82,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Tranter Graphics\",\n                \"addr1\": \"8094 N State Road 13\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Syracuse\",\n                \"stateProvince\": \"IN\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"46567-7206\",\n                \"country\": \"US\",\n                \"phone\": \"800-944-1456\",\n                \"cellPhone\": null,\n                \"fax\": \"888-872-6837\",\n                \"email\": \"orders@trantergraphics.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 82,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"103\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Tranter Graphics\\n8094 N State Road 13 \\nSyracuse IN 46567-7206 US\\nTel: 800-944-1456\\nFax: 888-872-6837\\norders@trantergraphics.com\"\n        },\n        {\n            \"id\": 83,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Anna \",\n                \"lastName\": \"Fricano  \",\n                \"company\": \"VIP - Trimark\",\n                \"addr1\": \"400 Hunt Valley Road\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"New Kensington\",\n                \"stateProvince\": \"PA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"15068-7059\",\n                \"country\": \"US\",\n                \"phone\": \"877-259-6628\",\n                \"cellPhone\": null,\n                \"fax\": \"866-918-3571\",\n                \"email\": \"orders@polyconceptna.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 83,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"101\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Trimark\\n400 Hunt Valley Road \\nNew Kensington PA 15068-7059 US\\nTel: 877-259-6628\\nFax: 866-918-3571\\norders@polyconceptna.com\"\n        },\n        {\n            \"id\": 84,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Coleen\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - TriMountain\",\n                \"addr1\": \"4889 4th St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Irwindale\",\n                \"stateProvince\": \"CA\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"91706-2194\",\n                \"country\": \"US\",\n                \"phone\": \"800-824-6464\",\n                \"cellPhone\": null,\n                \"fax\": \"800-824-2096\",\n                \"email\": \"sales@trimountain.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 84,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"272\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - TriMountain\\n4889 4th St \\nIrwindale CA 91706-2194 US\\nTel: 800-824-6464\\nFax: 800-824-2096\\nsales@trimountain.com\"\n        },\n        {\n            \"id\": 85,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Josh\",\n                \"lastName\": \"Gross\",\n                \"company\": \"VIP - Ultra Pens\",\n                \"addr1\": \"1205 Paco Way\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Lakewood\",\n                \"stateProvince\": \"NJ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"08701\",\n                \"country\": \"US\",\n                \"phone\": \"866-924-9400\",\n                \"cellPhone\": null,\n                \"fax\": \"732-886-6611\",\n                \"email\": \"orders@ultrapens.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 85,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"5\",\n            \"oneDayRushChargeTitle\": \"5\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"1\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"270\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Ultra Pens\\n1205 Paco Way \\nLakewood NJ 08701 US\\nTel: 866-924-9400\\nFax: 732-886-6611\\norders@ultrapens.com\"\n        },\n        {\n            \"id\": 86,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Michelle\",\n                \"lastName\": \"Arduini\",\n                \"company\": \"VIP - Vantage Apparel\",\n                \"addr1\": \"100 Vantage Dr.\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Avenel\",\n                \"stateProvince\": \"NJ\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"07001-1080\",\n                \"country\": \"US\",\n                \"phone\": \"800-221-0020\",\n                \"cellPhone\": null,\n                \"fax\": \"732-340-3165\",\n                \"email\": \"customerservice@vantageapparel.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 86,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"212\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Vantage Apparel\\n100 Vantage Dr. \\nAvenel NJ 07001-1080 US\\nTel: 800-221-0020\\nFax: 732-340-3165\\ncustomerservice@vantageapparel.com\"\n        },\n        {\n            \"id\": 87,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Visions Awardcraft\",\n                \"addr1\": \"1 Visions Pkwy\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Celina\",\n                \"stateProvince\": \"OH\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"45822-7500\",\n                \"country\": \"US\",\n                \"phone\": \"800-730-8727\",\n                \"cellPhone\": null,\n                \"fax\": \"419-586-6597\",\n                \"email\": \"sales@efpmail.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 87,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"204\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Visions Awardcraft\\n1 Visions Pkwy \\nCelina OH 45822-7500 US\\nTel: 800-730-8727\\nFax: 419-586-6597\\nsales@efpmail.com\"\n        },\n        {\n            \"id\": 88,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"Rory\",\n                \"lastName\": \"Campbell\",\n                \"company\": \"VIP - Vitronic\",\n                \"addr1\": \"401 Hwy 160\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"Doniphan\",\n                \"stateProvince\": \"MO\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"63935\",\n                \"country\": \"US\",\n                \"phone\": \"800-666-7117\",\n                \"cellPhone\": null,\n                \"fax\": \"888-442-8788\",\n                \"email\": \"customercare@vitronicpromotional.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 88,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"213\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Vitronic\\n401 Hwy 160 \\nDoniphan MO 63935 US\\nTel: 800-666-7117\\nFax: 888-442-8788\\ncustomercare@vitronicpromotional.com\"\n        },\n        {\n            \"id\": 89,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP - Warwick\",\n                \"addr1\": \"2601 E Main St\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"St. Charles\",\n                \"stateProvince\": \"IL\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"60174-4289\",\n                \"country\": \"US\",\n                \"phone\": \"800-383-7149\",\n                \"cellPhone\": null,\n                \"fax\": \"630-584-1224\",\n                \"email\": \"orders@wpcpp.com\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \"\",\n            \"note2\": \"\",\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": false,\n            \"defaultAddressId\": 89,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": \"\",\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": \"\",\n            \"oneDayRushChargeTitle\": \"\",\n            \"twoDayRushChargeTitle\": \"\",\n            \"threeDayRushChargeTitle\": \"\",\n            \"oneDayRushChargeSku\": \"\",\n            \"twoDayRushChargeSku\": \"\",\n            \"threeDayRushChargeSku\": \"\",\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"299\",\n            \"additionalAccountNumber\": \"\",\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP - Warwick\\n2601 E Main St \\nSt. Charles IL 60174-4289 US\\nTel: 800-383-7149\\nFax: 630-584-1224\\norders@wpcpp.com\"\n        },\n        {\n            \"id\": 90,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Deboss\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 90,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1009\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Deboss\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 91,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Emboss\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 91,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1008\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Emboss\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 92,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Embroidery\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 92,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1002\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Embroidery\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 93,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Etching\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 93,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1003\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Etching\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 94,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Flex\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 94,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1012\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Flex\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 95,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Full Color\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 95,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1001\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Full Color\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 96,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Heat Transfer\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 96,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1010\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Heat Transfer\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 97,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Hot Stamp\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 97,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1006\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Hot Stamp\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 98,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Laser Engraving\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 98,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1004\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Laser Engraving\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 99,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Offset Print\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 99,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1011\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Offset Print\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 100,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Pad Print\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 100,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1005\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Pad Print\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 101,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Screen Print\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 101,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1000\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Screen Print\\n \\n   \\nTel: \\nFax: \\n\"\n        },\n        {\n            \"id\": 102,\n            \"userId\": null,\n            \"crmContactId\": null,\n            \"price\": null,\n            \"percent\": false,\n            \"sku\": null,\n            \"supplierSku\": null,\n            \"lastModified\": null,\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"company\": \"VIP Decorator - Sublimation\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\",\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": \"\",\n                \"primary\": false,\n                \"residential\": false,\n                \"defaultShipping\": false,\n                \"code\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"taxId\": null\n            },\n            \"note\": \" \",\n            \"note2\": null,\n            \"catIds\": [],\n            \"newSupplier\": false,\n            \"endQtyPricing\": false,\n            \"markupType\": 0,\n            \"markupFormula\": 0,\n            \"markup1\": null,\n            \"markup2\": null,\n            \"markup3\": null,\n            \"markup4\": null,\n            \"markup5\": null,\n            \"markup6\": null,\n            \"markup7\": null,\n            \"markup8\": null,\n            \"markup9\": null,\n            \"markup10\": null,\n            \"minQty\": null,\n            \"qtyBreak1\": null,\n            \"qtyBreak2\": null,\n            \"qtyBreak3\": null,\n            \"qtyBreak4\": null,\n            \"qtyBreak5\": null,\n            \"qtyBreak6\": null,\n            \"qtyBreak7\": null,\n            \"qtyBreak8\": null,\n            \"qtyBreak9\": null,\n            \"fixedCost1\": null,\n            \"fixedCost2\": null,\n            \"fixedCost3\": null,\n            \"fixedCost4\": null,\n            \"fixedCost5\": null,\n            \"fixedCost6\": null,\n            \"fixedCost7\": null,\n            \"fixedCost8\": null,\n            \"fixedCost9\": null,\n            \"fixedCost10\": null,\n            \"supplierPrefix\": null,\n            \"active\": true,\n            \"defaultAddressId\": 102,\n            \"primary\": false,\n            \"manufacturerId\": null,\n            \"additionalEmails\": null,\n            \"feedFreeze\": false,\n            \"freezeOptions\": false,\n            \"markupList\": [],\n            \"samplePrice\": null,\n            \"samplePriceType\": 0,\n            \"shippingMarkup\": null,\n            \"electronicIntegrationName\": null,\n            \"decoratorCostMarkUp\": null,\n            \"closeoutFtpAccess\": null,\n            \"productionTimeInDays\": null,\n            \"oneDayRushChargeTitle\": null,\n            \"twoDayRushChargeTitle\": null,\n            \"threeDayRushChargeTitle\": null,\n            \"oneDayRushChargeSku\": null,\n            \"twoDayRushChargeSku\": null,\n            \"threeDayRushChargeSku\": null,\n            \"disableSampleTab\": true,\n            \"accountNumber\": \"1007\",\n            \"additionalAccountNumber\": null,\n            \"imprintType\": [],\n            \"fullAddressToTextArea\": \"VIP Decorator - Sublimation\\n \\n   \\nTel: \\nFax: \\n\"\n        }\n    ]\n}"}],"_postman_id":"42a79105-c60c-475c-95b7-f5385c53dce3"},{"name":"Product Search","id":"134a4990-a87f-4667-a0ce-5af82f2fca6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":"localhost:8080/api/v1/productSearch.jhtm?noKeywords=true&q=keyword&searchIndexedCatId=13&last_modified=7/22/2019","urlObject":{"port":"8080","path":["api","v1","productSearch.jhtm"],"host":["localhost"],"query":[{"description":{"content":"<p>Pass true to get all products available</p>\n","type":"text/plain"},"key":"noKeywords","value":"true"},{"description":{"content":"<p>keyword to search</p>\n","type":"text/plain"},"key":"q","value":"keyword"},{"description":{"content":"<p>Search in specific category</p>\n","type":"text/plain"},"key":"searchIndexedCatId","value":"13"},{"description":{"content":"<p>Will return all products modified after specified date</p>\n","type":"text/plain"},"key":"last_modified","value":"7/22/2019"}],"variable":[]}},"response":[{"id":"3522eae9-96d3-41e1-a893-9fe0a2e54b0f","name":"Product Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"supplierIds\": [1,2],\n  \"name\":\"product12\",\n  \"sku\": \"sku12\",\n  }"},"url":{"raw":"localhost:8080/api/v1/productSearch.jhtm?noKeywords=true&q=keyword&searchIndexedCatId=13&last_modified=07/22/2020","host":["localhost"],"port":"8080","path":["api","v1","productSearch.jhtm"],"query":[{"key":"noKeywords","value":"true"},{"key":"q","value":"keyword"},{"key":"searchIndexedCatId","value":"13"},{"key":"last_modified","value":"07/22/2020","description":"Will return all product modified after specified date","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=CD8F77DB9C2E203FEB6D4F7BFB400223; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en"},{"key":"Content-Length","value":"3804"},{"key":"Date","value":"Mon, 17 Aug 2020 17:13:49 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"134a4990-a87f-4667-a0ce-5af82f2fca6c"},{"name":"Create Address","id":"7953f4fe-a73b-4d8c-95e0-d0506df8630c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 11,\n    \"firstName\": \"Test\",\n    \"lastName\": \"test\",\n    \"company\": \"test MAZDA\",\n    \"addr1\": \"1401 test test BLVD.\",\n    \"addr2\": \"\",\n    \"addr3\": null,\n    \"city\": \"test\",\n    \"stateProvince\": \"test\",\n    \"stateProvinceNA\": false,\n    \"zip\": \"91204\",\n    \"country\": \"US\",\n    \"phone\": \"111-111-1903\",\n    \"cellPhone\": \"\",\n    \"fax\": \"111-111-2586\",\n    \"email\": \"rrr@qwe.gm.com\",\n    \"primary\": false,\n    \"defaultShipping\":true,\n    \"defaultBilling\":true\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/createAddress.jhtm","urlObject":{"port":"8080","path":["api","v1","createAddress.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"noKeywords","value":"false"},{"disabled":true,"key":"q","value":"19VWEB859"},{"disabled":true,"key":"id","value":"13"},{"disabled":true,"key":"accountNumber","value":"128"}],"variable":[]}},"response":[{"id":"380ae15b-8f78-40b4-9909-1011d99154ec","name":"Create Address validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 11,\n    \n    \"lastName\": \"test\",\n    \"company\": \"test MAZDA\",\n    \"addr1\": \"1401 test test BLVD.\",\n    \"addr2\": \"\",\n    \"addr3\": null,\n    \"city\": \"test\",\n    \"stateProvince\": \"test\",\n    \"stateProvinceNA\": false,\n    \"zip\": \"91204\",\n    \"country\": \"US\",\n    \"phone\": \"111-111-1903\",\n    \"cellPhone\": \"\",\n    \"fax\": \"111-111-2586\",\n    \"email\": \"rrr@qwe.gm.com\",\n    \"primary\": false\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/api/v1/createAddress.jhtm","host":["localhost"],"port":"8080","path":["api","v1","createAddress.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"13","disabled":true},{"key":"accountNumber","value":"128","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=09378D85E0C42AC0144D1542E630A079; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 24 Sep 2020 16:23:10 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please fix errors\",\n    \"validationMap\": {\n        \"First Name\": \"Required\"\n    }\n}"},{"id":"97017ba9-81c9-46ac-a69a-fd0bdd2cfcd7","name":"Create Address success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 11,\n    \"firstName\": \"Test\",\n    \"lastName\": \"test\",\n    \"company\": \"test MAZDA\",\n    \"addr1\": \"1401 test test BLVD.\",\n    \"addr2\": \"\",\n    \"addr3\": null,\n    \"city\": \"test\",\n    \"stateProvince\": \"test\",\n    \"stateProvinceNA\": false,\n    \"zip\": \"91204\",\n    \"country\": \"US\",\n    \"phone\": \"111-111-1903\",\n    \"cellPhone\": \"\",\n    \"fax\": \"111-111-2586\",\n    \"email\": \"rrr@qwe.gm.com\",\n    \"primary\": false,\n    \"defaultBilling\":true,\n    \"defaultShipping\":true\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/api/v1/createAddress.jhtm","host":["localhost"],"port":"8080","path":["api","v1","createAddress.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true},{"key":"id","value":"13","disabled":true},{"key":"accountNumber","value":"128","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=09378D85E0C42AC0144D1542E630A079; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 24 Sep 2020 16:22:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Address Successfully Created for user\",\n    \"address\": {\n        \"id\": 12312,\n        \"userId\": 11,\n        \"firstName\": \"Test\",\n        \"lastName\": \"test\",\n        \"company\": \"test MAZDA\",\n        \"addr1\": \"1401 test test BLVD.\",\n        \"addr2\": \"\",\n        \"addr3\": null,\n        \"city\": \"test\",\n        \"stateProvince\": \"test\",\n        \"stateProvinceNA\": false,\n        \"zip\": \"91204\",\n        \"country\": \"US\",\n        \"phone\": \"111-111-1903\",\n        \"cellPhone\": \"\",\n        \"fax\": \"111-111-2586\",\n        \"email\": null,\n        \"primary\": false,\n        \"residential\": false,\n        \"defaultShipping\": false,\n        \"code\": null,\n        \"soldToAccountNo\": null,\n        \"shipToAccountNo\": null,\n        \"accountType\": null,\n        \"taxId\": null\n    }\n}"}],"_postman_id":"7953f4fe-a73b-4d8c-95e0-d0506df8630c"},{"name":"Special Pricing Search","id":"45978819-1ffb-4ad7-82b7-525a2f929680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":\"12.00\",\n        \"enable\":true\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    },\n    {\n        \"username\":\"yesy@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    }\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/SpecialPricingSearch.jhtm?username=&enable=&sku=","urlObject":{"port":"8080","path":["api","v1","SpecialPricingSearch.jhtm"],"host":["localhost"],"query":[{"key":"username","value":""},{"key":"enable","value":""},{"key":"sku","value":""}],"variable":[]}},"response":[{"id":"b259d594-2637-43c0-8e0a-1ea8fb7f55cf","name":"Special Pricing Search Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":\"12.00\",\n        \"enable\":true\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    },\n    {\n        \"username\":\"yesy@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    }\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/SpecialPricingSearch.jhtm?username=&enable=&sku=","path":["api","v1","SpecialPricingSearch.jhtm"],"query":[{"key":"username","value":""},{"key":"enable","value":""},{"key":"sku","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 22:40:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"specialPricingList\": [\n        {\n            \"customerId\": 698,\n            \"sku\": \"test\",\n            \"price\": 10,\n            \"enable\": false,\n            \"rank\": 9999\n        }\n    ]\n}"}],"_postman_id":"45978819-1ffb-4ad7-82b7-525a2f929680"},{"name":"Update Special Pricing","id":"ad0332b9-b13f-47cb-9c14-6549819ca489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"insertOnNotFound\":true,\n    \"specialPricingList\":[\n       \n    {\n        \"username\":\"wyatt5@webjaguar.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":13.00,\n        \"enable\":true\n    }\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/updateSpecialPricing.jhtm","urlObject":{"port":"8080","path":["api","v1","updateSpecialPricing.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"658f51ac-c770-4f92-85a0-9e37ab0e74bc","name":"Update Special Pricing Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":13.00,\n        \"enable\":true\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    }\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateSpecialPricing.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 23:15:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {}\n}"},{"id":"9ce0a1ce-e1bf-4a4e-9598-203aaf1d94b6","name":"Update Special Pricing Insert on Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"insertOnNotFound\":true,\n    \"specialPricingList\":[\n       \n    {\n        \"username\":\"wyatt5@webjaguar.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":13.00,\n        \"enable\":true\n    },\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateSpecialPricing.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 23:18:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entries were created when not found\",\n    \"validationMap\": {}\n}"},{"id":"a5310db0-8f77-4d58-a452-f544f00df0af","name":"Update Special Pricing Entry doesn't exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n    {\n        \"username\":\"wyatt5@webjaguar.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":13.00,\n        \"enable\":true\n    },\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/updateSpecialPricing.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 23:17:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"Entry wyatt5@webjaguar.com SKU Kenny-Melton\": \"does not exist\"\n    }\n}"}],"_postman_id":"ad0332b9-b13f-47cb-9c14-6549819ca489"},{"name":"Insert Special Pricing","id":"5c9eb08b-62b1-4ddc-a4e2-3d2acfe9c7f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"price\":10.00,\n        \"enable\":true,\n       \"sku\": \"111\"\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":false\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    }\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/insertSpecialPricing.jhtm","description":"<p>Features Batch insert</p>\n","urlObject":{"port":"8080","path":["api","v1","insertSpecialPricing.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06f749b0-306a-4298-81d9-e114aa250c89","name":"Insert Special Pricing Insert Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n\n    {\n        \"username\":\"yaaa@web.com\",\n        \"sku\": \"Kenny-Melton\",\n        \"price\":10.00,\n        \"enable\":false\n    }\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/insertSpecialPricing.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 22:49:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {}\n}"},{"id":"a3182b93-f126-4363-963a-fdc8489e80dc","name":"Insert Special Pricing Validation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"price\":10.00,\n        \"enable\":true,\n       \"sku\": \"111\"\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":false\n    },\n    {\n        \"username\":\"colbyhigh2020@gmail.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    }\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/insertSpecialPricing.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 22:43:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"Entry colbyhigh2020@gmail.com SKU test\": \"Already Exist\",\n        \" Product 111\": \"Doesn't exist\"\n    }\n}"},{"id":"f3b0684c-2cc0-4757-af5b-66f9e65a8136","name":"Insert Special Pricing Already Existing entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"specialPricingList\":[\n\n    {\n        \"username\":\"test@webjaguar.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":false\n    },\n    {\n        \"username\":\"test@webjaguar.com\",\n        \"sku\": \"test\",\n        \"price\":10.00,\n        \"enable\":true\n    }\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/insertSpecialPricing.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=660DF3C93C0A3FD5EF945E1D52BF7DA9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Nov 2020 22:46:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"Entry test@webjaguar.com SKU test\": \"Already Exist\"\n    }\n}"}],"_postman_id":"5c9eb08b-62b1-4ddc-a4e2-3d2acfe9c7f6"},{"name":"Post Order Header","id":"3b382f4b-0dff-4e69-ad13-28683baf21df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"type\":\"Internet\",\n   \"promoTitle\":\"HYPOD Order\",\n   \"externalOrderId\":\"TEST\",\n   \"email\":\"qwe@detroitsoftware.com\",\n   \"custId\":699,\n   \"status\":\"s\",\n   \"promoAmt\":0,\n   \"poNumber\":\"ORD600044850001\",\n   \"ccFee\":0,\n   \"taxRate\":0.08625,\n   \"taxAmt\":8.39,\n   \"orderSubTotal\":74.0,\n   \"orderGrandTotal\":105.67,\n   \"payMethod\":\"dealer billing\",\n   \"shipMsg\":\"Thank you for your order. \",\n   \"shipMethod\":\"Vendor\",\n   \"shipCost\":23.28,\n   \"creditUsed\":0,\n   \"billingAddress\":{\n      \"fName\":\"Aimee\",\n      \"lName\":\"Fellwock\",\n      \"company\":\"Mazda Dealers\",\n      \"addr1\":\"1200 Sunrise Highway\",\n      \"addr2\":\"\",\n      \"city\":\"Bay Shore\",\n      \"stateProvince\":\"NY\",\n      \"zip\":\"11706\",\n      \"country\":\"US\",\n      \"phone\":\"6316666100\"\n   },\n   \"shippingAddress\":{\n      \"fName\":\"Aimee\",\n      \"lName\":\"Fellwock\",\n      \"company\":\"Mazda Dealers\",\n      \"addr1\":\"1200 Sunrise Highway\",\n      \"addr2\":\"\",\n      \"city\":\"Bay Shore\",\n      \"stateProvince\":\"NY\",\n      \"zip\":\"11706\",\n      \"country\":\"US\",\n      \"phone\":\"6316666100\"\n   },\n   \"orderStatus\":{\n       \"subStatus\":\"API\",\n       \"status\":\"p\",\n       \"trackNum\":\"XYZ\",\n       \"comments\":\"comment\",\n       \"customTrackingUrl\":\"TEST URL\"\n   }\n  \n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/promo/api/v1/postOrderHeader.jhtm","description":"<p>Post Order without Line Items</p>\n","urlObject":{"port":"8080","path":["promo","api","v1","postOrderHeader.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35713413-4cdd-4c3f-b21a-36866e6ddec3","name":"Order Placed Successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"type\":\"Internet\",\n   \"promoTitle\":\"HYPOD Order\",\n   \"externalOrderId\":\"TEST\",\n   \"email\":\"qwe@detroitsoftware.com\",\n   \"custId\":699,\n   \"status\":\"s\",\n   \"promoAmt\":0,\n   \"poNumber\":\"ORD600044850001\",\n   \"ccFee\":0,\n   \"taxRate\":0.08625,\n   \"taxAmt\":8.39,\n   \"orderSubTotal\":74.0,\n   \"orderGrandTotal\":105.67,\n   \"payMethod\":\"dealer billing\",\n   \"shipMsg\":\"Thank you for your order. \",\n   \"shipMethod\":\"Vendor\",\n   \"shipCost\":23.28,\n   \"creditUsed\":0,\n   \"billingAddress\":{\n      \"fName\":\"Aimee\",\n      \"lName\":\"Fellwock\",\n      \"company\":\"Mazda Dealers\",\n      \"addr1\":\"1200 Sunrise Highway\",\n      \"addr2\":\"\",\n      \"city\":\"Bay Shore\",\n      \"stateProvince\":\"NY\",\n      \"zip\":\"11706\",\n      \"country\":\"US\",\n      \"phone\":\"6316666100\"\n   },\n   \"shippingAddress\":{\n      \"fName\":\"Aimee\",\n      \"lName\":\"Fellwock\",\n      \"company\":\"Mazda Dealers\",\n      \"addr1\":\"1200 Sunrise Highway\",\n      \"addr2\":\"\",\n      \"city\":\"Bay Shore\",\n      \"stateProvince\":\"NY\",\n      \"zip\":\"11706\",\n      \"country\":\"US\",\n      \"phone\":\"6316666100\"\n   },\n   \"orderStatus\":{\n       \"subStatus\":\"API\",\n       \"status\":\"p\",\n       \"trackNum\":\"XYZ\",\n       \"comments\":\"comment\",\n       \"customTrackingUrl\":\"TEST URL\"\n   }\n  \n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/promo/api/v1/postOrderHeader.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=4099AD985C751CDDCBBE8F84DFABED20; Version=1; Path=\"/promo; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 03 Dec 2020 19:19:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"isNewCustomer\": null,\n        \"userId\": 699,\n        \"orderId\": 356,\n        \"externalOrderId\": \"TEST\",\n        \"userAccountNumber\": null,\n        \"host\": \"\",\n        \"billing\": {\n            \"defaultBilling\": false,\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"Aimee\",\n            \"lastName\": \"Fellwock\",\n            \"company\": \"Mazda Dealers\",\n            \"addr1\": \"1200 Sunrise Highway\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"Bay Shore\",\n            \"stateProvince\": \"NY\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"11706\",\n            \"country\": \"US\",\n            \"phone\": \"6316666100\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"shipping\": {\n            \"defaultBilling\": false,\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": \"Aimee\",\n            \"lastName\": \"Fellwock\",\n            \"company\": \"Mazda Dealers\",\n            \"addr1\": \"1200 Sunrise Highway\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"Bay Shore\",\n            \"stateProvince\": \"NY\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"11706\",\n            \"country\": \"US\",\n            \"phone\": \"6316666100\",\n            \"cellPhone\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"primary\": false,\n            \"residential\": false,\n            \"defaultShipping\": false,\n            \"code\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"taxId\": null\n        },\n        \"hasCreditCardInformation\": false,\n        \"shippingCarrier\": null,\n        \"shippingMethod\": \"Vendor\",\n        \"originalCarrierMethod\": null,\n        \"shippingMessage\": null,\n        \"customShippingId\": null,\n        \"shippingCost\": 23.28,\n        \"handlingCost\": null,\n        \"paymentMethod\": \"dealer billing\",\n        \"paymentCustomValue\": null,\n        \"paymentCustomValue1\": null,\n        \"paymentCustomValue2\": null,\n        \"paymentCustomValue3\": null,\n        \"taxRate\": 0.0862,\n        \"tax\": 8.39,\n        \"totalHazMatFee\": null,\n        \"taxExemption\": false,\n        \"taxOnShipping\": false,\n        \"avalaraTax\": false,\n        \"backOrdered\": false,\n        \"subTotal\": 74,\n        \"grandTotal\": 105.67,\n        \"ccFeeRate\": null,\n        \"ccFee\": 0,\n        \"ccFeePercent\": true,\n        \"totalWeight\": null,\n        \"totalProductWeight\": null,\n        \"totalQuantity\": 0,\n        \"totalProductQuantity\": 0,\n        \"lineItems\": [],\n        \"apiStatusHistory\": [\n            {\n                \"notifyCustomer\": false,\n                \"status\": \"p\",\n                \"subStatus\": \"202\",\n                \"dateChanged\": \"Thu, 03 Dec 2020 11:19:29 PST\",\n                \"comments\": \"comment\",\n                \"trackNum\": \"XYZ\"\n            }\n        ],\n        \"apiCreditCard\": {},\n        \"promoCode\": null,\n        \"promoAmount\": 0,\n        \"lineItemPromoAmount\": 0,\n        \"lineItemPromos\": {},\n        \"creditUsed\": 0,\n        \"creditMemo\": null,\n        \"customerFields\": [],\n        \"dateOrdered\": \"Thu, 03 Dec 2020 11:19:29 PST\",\n        \"lastModified\": null,\n        \"statusChangeDate\": null,\n        \"shipped\": null,\n        \"expectedCloseDate\": null,\n        \"dueDate\": null,\n        \"dueDateDay\": null,\n        \"turnOverday\": 0,\n        \"shippingPeriod\": null,\n        \"userDueDate\": null,\n        \"requestedCancelDate\": null,\n        \"trackcode\": \"\",\n        \"invoiceNote\": null,\n        \"orderNotes\": \"\",\n        \"salesRepId\": null,\n        \"salesRepProcessedById\": null,\n        \"salesRepId2\": null,\n        \"salesRepProcessedById2\": null,\n        \"salesRepManagerId\": null,\n        \"salesRepAccountNumber\": null,\n        \"status\": \"p\",\n        \"subStatus\": \"202\",\n        \"subStatusGroup\": null,\n        \"statusMessage\": null,\n        \"affiliate\": null,\n        \"orderedBy\": null,\n        \"groupBuyOrder\": false,\n        \"amountPaid\": 0,\n        \"balance\": 105.67,\n        \"payment\": null,\n        \"purchaseOrder\": \"ORD600044850001\",\n        \"ipAddress\": null,\n        \"paymentGatewayOrderId\": null,\n        \"gatewayPaymentProfileId\": null,\n        \"attachmentsUrl\": null,\n        \"fulfilled\": true,\n        \"processed\": false,\n        \"subscriptionCode\": null,\n        \"printed\": false,\n        \"userEmail\": \"yaaa@web.com\",\n        \"backendOrder\": false,\n        \"approval\": null,\n        \"customShippingTitle\": null,\n        \"customShippingCost\": null,\n        \"customShippingTotalWeight\": 0,\n        \"nc\": null,\n        \"orderType\": \"Internet\",\n        \"flag1\": null,\n        \"customField1\": null,\n        \"customField2\": null,\n        \"customField3\": null,\n        \"deal\": null,\n        \"deliveryPerson\": null,\n        \"manufacturerName\": null,\n        \"vbaPaymentStatus\": null,\n        \"vbaDateOfPay\": null,\n        \"vbaPaymentMethod\": null,\n        \"vbaAmountToPay\": null,\n        \"vbaNote\": null,\n        \"vbaTransactionId\": null,\n        \"cancelledPayment\": false,\n        \"paymentCancelledBy\": null,\n        \"paymentCancelledAmt\": null,\n        \"requestForCredit\": null,\n        \"budgetEarnedCredits\": null,\n        \"ccToken\": null,\n        \"paymentAlert\": false,\n        \"ccBillingAddress\": null,\n        \"nextActivityDate\": null,\n        \"invoiceDueDate\": null,\n        \"poStatus\": null,\n        \"description\": null,\n        \"rushCharge\": null,\n        \"baggingCharge\": null,\n        \"lessThanMinCharge\": null,\n        \"rewardPointsTotal\": null,\n        \"customerGroupId\": null,\n        \"groupOrderLimit\": null,\n        \"pushedToStaging\": false,\n        \"pushedToADI\": false,\n        \"pushedToQb\": false,\n        \"updateQbOrder\": false,\n        \"pushedToSage\": 0,\n        \"budgetFrqLimit\": null,\n        \"budgetFrqType\": null,\n        \"budgetFrqStartDate\": null,\n        \"budgetFrqEndDate\": null,\n        \"budgetFrqBalance\": null,\n        \"showPartiallyShipOk\": false,\n        \"orderSentOut\": null,\n        \"processingDate\": null,\n        \"depositTotal\": null,\n        \"pushedTogP\": false,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"additionalCcEmails\": null,\n        \"paymentDate\": null,\n        \"paymentResponseCode\": null,\n        \"paymentMsg\": null,\n        \"paymentTransNo\": null,\n        \"shippingRateIndex\": null,\n        \"amazonOrderId\": null,\n        \"warehouseCode\": null,\n        \"pickedOrder\": false,\n        \"accountingCode\": null,\n        \"applyUserPoint\": false,\n        \"manufacturerShippingEnabled\": false,\n        \"giftCardAmount\": 0,\n        \"expediteCharge\": null,\n        \"containsRxItem\": false,\n        \"expediteBackorder\": false\n    },\n    \"message\": \"Order with order Id: 356 Placed Successfully\"\n}"},{"id":"d0886c24-78db-44e4-8583-2bbf5f8b3bef","name":"Validation failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"type\":\"Internet\",\n   \"promoTitle\":\"HYPOD Order\",\n   \"externalOrderId\":\"TEST\",\n   \"email\":\"qwe@detroitsoftware.com\",\n   \"custId\":699,\n   \"promoAmt\":0,\n   \"poNumber\":\"ORD600044850001\",\n   \"ccFee\":0,\n   \"taxRate\":0.08625,\n   \"taxAmt\":8.39,\n   \"orderSubTotal\":74.0,\n   \"orderGrandTotal\":105.67,\n   \"payMethod\":\"dealer billing\",\n   \"shipMsg\":\"Thank you for your order. \",\n   \"shipMethod\":\"Vendor\",\n   \"shipCost\":23.28,\n   \"creditUsed\":0,\n   \"billingAddress\":{\n      \"fName\":\"Aimee\",\n      \"lName\":\"Fellwock\",\n     \n      \"zip\":\"11706\",\n      \"country\":\"US\",\n      \"phone\":\"6316666100\"\n   },\n   \"shippingAddress\":{\n      \"fName\":\"Aimee\",\n      \"lName\":\"Fellwock\",\n      \"company\":\"Mazda Dealers\",\n      \"addr1\":\"1200 Sunrise Highway\",\n      \"addr2\":\"\",\n      \"city\":\"Bay Shore\",\n      \"stateProvince\":\"NY\",\n      \"zip\":\"11706\",\n      \"country\":\"US\",\n      \"phone\":\"6316666100\"\n   },\n   \"orderStatus\":{\n       \"subStatus\":\"API\",\n       \"status\":\"p\",\n       \"trackNum\":\"XYZ\",\n       \"comments\":\"comment\",\n       \"customTrackingUrl\":\"TEST URL\"\n   }\n  \n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/promo/api/v1/postOrderHeader.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=4099AD985C751CDDCBBE8F84DFABED20; Version=1; Path=\"/promo; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 03 Dec 2020 19:21:26 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/billingAddress/[addr1,city,company]\": \"Required\"\n    }\n}"}],"_postman_id":"3b382f4b-0dff-4e69-ad13-28683baf21df"},{"name":"Update Warehouse Inventory","id":"a69ec573-88f0-4d48-8a5f-a2625404a562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \n    \"warehouseLotList\":[\n       \n    {\n        \"referenceNumber\":0,\n       \"qtyRemaining\":5\n    },\n       \n    {\n        \"referenceNumber\":0,\n       \"qtyRemaining\":5\n    }\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/updateWarehouseInventory.jhtm","urlObject":{"port":"8080","path":["api","v1","updateWarehouseInventory.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"q","value":null},{"disabled":true,"key":"noKeywords","value":"true"},{"disabled":true,"key":"sku","value":"ZZJ-1W-100-XS"}],"variable":[]}},"response":[{"id":"01db32e3-d522-4c31-ad0d-d8b1ece02a2c","name":"Validation Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \n    \"warehouseLotList\":[\n       \n    {\n        \"referenceNumber\":0,\n       \"qtyRemaining\":5\n    },\n    {\n        \"referenceNumber\":0,\n       \"qtyRemaining\":5\n    }\n  \n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/api/v1/updateWarehouseInventory.jhtm","host":["localhost"],"port":"8080","path":["api","v1","updateWarehouseInventory.jhtm"],"query":[{"key":"q","value":null,"disabled":true},{"key":"noKeywords","value":"true","disabled":true},{"key":"sku","value":"ZZJ-1W-100-XS","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=1C610CA5799137EBBE8883B8AEFDD1CC; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Dec 2020 23:40:48 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationMap\": {\n        \"/warehouseLotList/1/[sku]\": \"Required\",\n        \"/warehouseLotList/0/[sku]\": \"Required\"\n    }\n}"}],"_postman_id":"a69ec573-88f0-4d48-8a5f-a2625404a562"},{"name":"Insert CRM Contact","id":"34785139-f565-411a-b338-2cff15242edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"accountId\": 220796, \n\t\"accountName\": \"test\",\n\t\"contactType\": \"\",\n\t\"rating\": \"\",\n\t\"firstName\": \"Fname\",\n\t\"lastName\": \"Lname\",\n\t\"contactName\": \"\",\n\t\"createdBy\": \"\",\n}"},"url":"localhost:8080/api/insertCrmContact.jhtm","description":"<p>accountId is required and need to exisit.</p>\n","urlObject":{"port":"8080","path":["api","insertCrmContact.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"38f627a6-ae14-445f-b3e9-306624ee50ee","name":"account id is required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"accountName\": \"test\",\n\t\"contactType\": \"\",\n\t\"rating\": \"\",\n\t\"firstName\": \"Fname\",\n\t\"lastName\": \"Lname\",\n\t\"contactName\": \"\",\n\t\"createdBy\": \"\",\n}"},"url":"localhost:8080/api/insertCrmContact.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"CI=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 09 Feb 2021 01:59:11 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please Pass AccountId\"\n}"},{"id":"752768c5-c1b4-4984-aef8-a5407d010cd1","name":"invalid account id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"accountId\": 7397012, \n\t\"accountName\": \"test\",\n\t\"contactType\": \"\",\n\t\"rating\": \"\",\n\t\"firstName\": \"Fname\",\n\t\"lastName\": \"Lname\",\n\t\"contactName\": \"\",\n\t\"createdBy\": \"\",\n}"},"url":"localhost:8080/api/insertCrmContact.jhtm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"CI=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 09 Feb 2021 01:59:58 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please Pass an existing AccountId\"\n}"},{"id":"bf841ddf-d6d1-4f64-a282-bf46265642aa","name":"success response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"accountId\": 220796, \n\t\"accountName\": \"test\",\n\t\"contactType\": \"\",\n\t\"rating\": \"\",\n\t\"firstName\": \"Fname\",\n\t\"lastName\": \"Lname\",\n\t\"contactName\": \"\",\n\t\"createdBy\": \"\",\n}"},"url":"localhost:8080/api/insertCrmContact.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"CI=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 09 Feb 2021 01:55:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"34785139-f565-411a-b338-2cff15242edd"},{"name":"Create Dynamic Promo Code","id":"7be01fcc-16c9-4bcf-b102-3bcf1e24513a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dynamicPromoList\": [\n    {\t\n    \"userId\": 7, \n\t\"discount\": 1,\n\t\"minOrder\": 100.00,\n    \"prefix\" : \"subscrible\",\n    \"startDate\" : 2021-01-05,\n    \"endDate\" : 2021-05-05,\n    \"discountType\" : \"order\",\n\t\"skus\" : \"\",\n\t\"minQty\" : \"\",\n\t\"parentSkus\" : \"\",\n\t\"groups\" : \"\",\n\t\"groupNote\" : \"\",\n\t\"onetimeUseOnly\" : false,\n\t\"onetimeUsePerCustomer\" : false,\n\t\"promoForNewCustomersOnly\" : false,\n\t\"percent\" : true,\n\t\"groupIds\" : \"\",\n\t\"groupType\" : \"\",\n\t\"states\" : \"\",\n\t\"stateType\" : \"include\",\n\t\"minimumQuantity\" : \"\",\n\t\"brands\" : \"\"\n    },\n    {\n    \"userId\": 8, \n\t\"discount\": 1,\n\t\"minOrder\": 90.00,\n    \"prefix\" : \"register\",\n    \"startDate\" : 2021-01-05,\n    \"endDate\" : 2021-05-05,\n    \"discountType\" : \"order\",\n\t\"skus\" : \"\",\n\t\"minQty\" : \"\",\n\t\"parentSkus\" : \"\",\n\t\"groups\" : \"\",\n\t\"groupNote\" : \"\",\n\t\"onetimeUseOnly\" : false,\n\t\"onetimeUsePerCustomer\" : false,\n\t\"promoForNewCustomersOnly\" : false,\n\t\"percent\" : true,\n\t\"groupIds\" : \"\",\n\t\"groupType\" : \"\",\n\t\"states\" : \"\",\n\t\"stateType\" : \"include\",\n\t\"minimumQuantity\" : \"\",\n\t\"brands\" : \"\"\n    }\n    ]\n}"},"url":"localhost:8080/api/generateDynamicPromos.jhtm","description":"<p>Success Response</p>\n","urlObject":{"port":"8080","path":["api","generateDynamicPromos.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2732d495-7278-4aff-8c0f-5c34684254f3","name":"\"discount\" is Mandatory! and max is 100%","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dynamicPromoList\": [\n    {\t\n    \"userId\": 7, \n\t\"minOrder\": 100.00,\n    \"prefix\" : \"subscrible\",\n    \"startDate\" : 2021-01-05,\n    \"endDate\" : 2021-05-05,\n    \"discountType\" : \"order\",\n\t\"skus\" : \"\",\n\t\"minQty\" : \"\",\n\t\"parentSkus\" : \"\",\n\t\"groups\" : \"\",\n\t\"groupNote\" : \"\",\n\t\"onetimeUseOnly\" : false,\n\t\"onetimeUsePerCustomer\" : false,\n\t\"promoForNewCustomersOnly\" : false,\n\t\"percent\" : true,\n\t\"groupIds\" : \"\",\n\t\"groupType\" : \"\",\n\t\"states\" : \"\",\n\t\"stateType\" : \"include\",\n\t\"minimumQuantity\" : \"\",\n\t\"brands\" : \"\"\n    }\n    ]\n}"},"url":"localhost:8080//api/generateDynamicPromos.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"CI=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 21 Feb 2021 08:46:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dPromos\": [\n        {\n            \"index\": 0,\n            \"message\": \"Error: Discount is Mandatory! and max is 100%\",\n            \"userId\": -1,\n            \"promoCode\": null\n        }\n    ]\n}"},{"id":"87f10ac9-b5cf-4e7d-85fd-835f35cd0bfd","name":"Success response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dynamicPromoList\": [\n    {\t\n    \"userId\": 7, \n\t\"discount\": 1,\n\t\"minOrder\": 100.00,\n    \"prefix\" : \"subscrible\",\n    \"startDate\" : 2021-01-05,\n    \"endDate\" : 2021-05-05,\n    \"discountType\" : \"order\",\n\t\"skus\" : \"\",\n\t\"minQty\" : \"\",\n\t\"parentSkus\" : \"\",\n\t\"groups\" : \"\",\n\t\"groupNote\" : \"\",\n\t\"onetimeUseOnly\" : false,\n\t\"onetimeUsePerCustomer\" : false,\n\t\"promoForNewCustomersOnly\" : false,\n\t\"percent\" : true,\n\t\"groupIds\" : \"\",\n\t\"groupType\" : \"\",\n\t\"states\" : \"\",\n\t\"stateType\" : \"include\",\n\t\"minimumQuantity\" : \"\",\n\t\"brands\" : \"\"\n    },\n    {\n    \"userId\": 8, \n\t\"discount\": 1,\n\t\"minOrder\": 90.00,\n    \"prefix\" : \"register\",\n    \"startDate\" : 2021-01-05,\n    \"endDate\" : 2021-05-05,\n    \"discountType\" : \"order\",\n\t\"skus\" : \"\",\n\t\"minQty\" : \"\",\n\t\"parentSkus\" : \"\",\n\t\"groups\" : \"\",\n\t\"groupNote\" : \"\",\n\t\"onetimeUseOnly\" : false,\n\t\"onetimeUsePerCustomer\" : false,\n\t\"promoForNewCustomersOnly\" : false,\n\t\"percent\" : true,\n\t\"groupIds\" : \"\",\n\t\"groupType\" : \"\",\n\t\"states\" : \"\",\n\t\"stateType\" : \"include\",\n\t\"minimumQuantity\" : \"\",\n\t\"brands\" : \"\"\n    }\n    ]\n}"},"url":"localhost:8080//api/generateDynamicPromos.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"CI=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 21 Feb 2021 09:15:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dPromos\": [\n        {\n            \"index\": 0,\n            \"message\": \"Success\",\n            \"userId\": 7,\n            \"promoCode\": \"subscribled9wqn7m4vx\"\n        },\n        {\n            \"index\": 0,\n            \"message\": \"Success\",\n            \"userId\": 8,\n            \"promoCode\": \"register38i8nas28v\"\n        }\n    ]\n}"}],"_postman_id":"7be01fcc-16c9-4bcf-b102-3bcf1e24513a"},{"name":"Update Address","id":"d6fef9d6-b1e4-47a1-b595-aedcbe8d1a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n        \"firstName\": \"yash\",\n        \"lastName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"userId\":4,\n       \"code\":\"testCode\"\n }"},"url":"localhost:8080/api/v1/updateAddress.jhtm","description":"<p>used to update address.</p>\n","urlObject":{"port":"8080","path":["api","v1","updateAddress.jhtm"],"host":["localhost"],"query":[{"disabled":true,"key":"noKeywords","value":"false"},{"disabled":true,"key":"q","value":"19VWEB859"}],"variable":[]}},"response":[{"id":"35d14325-ca36-430a-b111-e34d04430801","name":"Update Address Faiure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n        \"firstName\": \"yash\",\n        \"lastName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"userId\":4,\n       \"code\":\"testCode\"\n }"},"url":{"raw":"localhost:8080/api/v1/updateAddress.jhtm","host":["localhost"],"port":"8080","path":["api","v1","updateAddress.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=4FFF1BE0D55C0DA313E72289DD54CD67; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 May 2021 18:11:52 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Address Not Found\"\n}"},{"id":"e7577bd2-8453-4bac-90a8-7a74eb734d40","name":"Update Address Suceess","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n        \"firstName\": \"yash\",\n        \"lastName\": \"Customer\",\n        \"company\": \"Advanced EMedia\",\n        \"addr1\": \"2520 Industry Way\",\n        \"addr2\": \"#23\",\n        \"userId\":4,\n       \"code\":\"testCode\"\n }"},"url":{"raw":"localhost:8080/api/v1/updateAddress.jhtm","host":["localhost"],"port":"8080","path":["api","v1","updateAddress.jhtm"],"query":[{"key":"noKeywords","value":"false","disabled":true},{"key":"q","value":"19VWEB859","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=4FFF1BE0D55C0DA313E72289DD54CD67; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 May 2021 18:13:06 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Address Not Found\"\n}"}],"_postman_id":"d6fef9d6-b1e4-47a1-b595-aedcbe8d1a05"},{"name":"Get Customer Group By Id","id":"b626fab6-d133-43b0-b953-ee86967a5e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8077/api/v5/customerGroup.jhtm?id=15","urlObject":{"protocol":"http","port":"8077","path":["api","v5","customerGroup.jhtm"],"host":["localhost"],"query":[{"key":"id","value":"15"}],"variable":[]}},"response":[{"id":"d9741f38-73b3-4c65-a5f3-b2154b5ebd30","name":"Get Customer Group By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8017/api/v5/customerGroup.jhtm?id=15","protocol":"http","host":["localhost"],"port":"8017","path":["api","v5","customerGroup.jhtm"],"query":[{"key":"id","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=91DE01FFBB67FD5FB71C69CC071164C2; Path=/; HttpOnly"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"1369"},{"key":"Date","value":"Thu, 24 Jun 2021 12:22:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerGroup\": {\n        \"id\": 15,\n        \"name\": \"test1\",\n        \"active\": true,\n        \"priceCasePack\": \"0\",\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1608579479000,\n        \"numCustomer\": null,\n        \"createdBy\": null,\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": [],\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": \"\",\n        \"returnUrl\": \"\",\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": \"\",\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": \"\",\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": \"\",\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": true,\n        \"ignoreMaxQtySku\": \"sku,sku1,\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    \"newCustomerGroup\": false,\n    \"customerIds\": null,\n    \"imageUrls\": null,\n    \"galleryFiles\": null\n}"},{"id":"42f76725-aeaa-474f-8a4f-624a252c78ab","name":"Get Customer Group By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8017/api/v5/customerGroup.jhtm?id=15","protocol":"http","host":["localhost"],"port":"8017","path":["api","v5","customerGroup.jhtm"],"query":[{"key":"id","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=91DE01FFBB67FD5FB71C69CC071164C2; Path=/; HttpOnly"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"1369"},{"key":"Date","value":"Thu, 24 Jun 2021 12:22:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerGroup\": {\n        \"id\": 15,\n        \"name\": \"test1\",\n        \"active\": true,\n        \"priceCasePack\": \"0\",\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1608579479000,\n        \"numCustomer\": null,\n        \"createdBy\": null,\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": [],\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": \"\",\n        \"returnUrl\": \"\",\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": \"\",\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": \"\",\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": \"\",\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": true,\n        \"ignoreMaxQtySku\": \"sku,sku1,\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    \"newCustomerGroup\": false,\n    \"customerIds\": null,\n    \"imageUrls\": null,\n    \"galleryFiles\": null\n}"},{"id":"81c1a9dc-423c-4c0f-8c84-a94f9a69fb66","name":"Get Customer Group By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8077/api/v5/customerGroup.jhtm?id=15","protocol":"http","host":["localhost"],"port":"8077","path":["api","v5","customerGroup.jhtm"],"query":[{"key":"id","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=760BA79B0E4F70EE5AB3D3DF56351A44; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"1401"},{"key":"Date","value":"Tue, 13 Jul 2021 08:51:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"groupForm\": {\n        \"customerGroup\": {\n            \"id\": 15,\n            \"name\": \"test1\",\n            \"active\": true,\n            \"priceCasePack\": \"0\",\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1608579479000,\n            \"numCustomer\": null,\n            \"createdBy\": null,\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": [],\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": \"\",\n            \"returnUrl\": \"\",\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": \"\",\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": \"\",\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": \"\",\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        \"newCustomerGroup\": false,\n        \"customerIds\": null,\n        \"imageUrls\": null,\n        \"galleryFiles\": null\n    },\n    \"galleryFiles\": []\n}"}],"_postman_id":"b626fab6-d133-43b0-b953-ee86967a5e5c"},{"name":"Get Customer Groups","id":"3527eef6-d3a6-4ef4-a3a2-677883899b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8077/api/v5/customerGroups.jhtm","urlObject":{"protocol":"http","port":"8077","path":["api","v5","customerGroups.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"67137eba-0eaa-4561-8330-17a017f73fc0","name":"Get Customer Groups","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8017/api/v5/customerGroups.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=4026A2B3DCF9DBB289252B9BB7005CD9; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"6439"},{"key":"Date","value":"Thu, 24 Jun 2021 05:25:50 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 15,\n        \"name\": \"test1\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1608579479000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": true,\n        \"ignoreMaxQtySku\": \"sku,sku1,\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 16,\n        \"name\": \"test2\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1608584232000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": true,\n        \"ignoreMaxQtySku\": \"sku3,sku5\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Test4\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1614658835000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": 3,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": false,\n        \"ignoreMaxQtySku\": \"\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Test3\",\n        \"active\": false,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1614658840000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": -2,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": false,\n        \"ignoreMaxQtySku\": \"\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Customer Groups API v5 updated\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1617287017000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": false,\n        \"ignoreMaxQtySku\": null,\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    }\n]"},{"id":"53297810-b197-45cd-9aee-94ff06c8fc58","name":"Get Customer Groups","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8077/api/v5/customerGroups.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=760BA79B0E4F70EE5AB3D3DF56351A44; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"6439"},{"key":"Date","value":"Tue, 13 Jul 2021 08:51:55 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 15,\n        \"name\": \"test1\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1608579479000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": true,\n        \"ignoreMaxQtySku\": \"sku,sku1,\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 16,\n        \"name\": \"test2\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1608584232000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": true,\n        \"ignoreMaxQtySku\": \"sku3,sku5\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Test4\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1614658835000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": 3,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": false,\n        \"ignoreMaxQtySku\": \"\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Test3\",\n        \"active\": false,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1614658840000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": -2,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": false,\n        \"ignoreMaxQtySku\": \"\",\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Customer Groups API v5 updated\",\n        \"active\": true,\n        \"priceCasePack\": null,\n        \"parentGroups\": [],\n        \"companyStore\": false,\n        \"created\": 1617287017000,\n        \"numCustomer\": null,\n        \"createdBy\": \"Admin\",\n        \"checkoutPurchaseOrder\": false,\n        \"checkoutShipDateEnabled\": false,\n        \"checkoutCancelDateEnabled\": false,\n        \"checkoutGiftcard\": false,\n        \"checkoutPromocode\": false,\n        \"protectedAccess\": null,\n        \"imprintList\": null,\n        \"markupList\": null,\n        \"rushCharge\": null,\n        \"rushServiceDays\": null,\n        \"baggingCharge\": null,\n        \"baggingSupplierIds\": null,\n        \"contactEmail\": null,\n        \"returnUrl\": null,\n        \"lessThanMinQty\": null,\n        \"lessThanMinCharge\": null,\n        \"lessThanMinSupplierIds\": null,\n        \"specialPricingProductCount\": 0,\n        \"priceTableMarkup\": null,\n        \"disableCustomerUpload\": false,\n        \"rewardPoints\": null,\n        \"paymentEmail\": null,\n        \"groupOrderLimit\": null,\n        \"orderLimitManager\": 1,\n        \"budgetFrequencyManager\": 1,\n        \"salesRepIds\": null,\n        \"salesRepIdList\": [],\n        \"dialingGroup\": false,\n        \"dialingMessage\": null,\n        \"closerIds\": null,\n        \"closerIdList\": [],\n        \"timezones\": null,\n        \"productSkus\": null,\n        \"productSkuList\": null,\n        \"showPartiallyShipOk\": false,\n        \"showFrontendReport\": false,\n        \"bcc\": null,\n        \"allowanceProgram\": null,\n        \"managerAssignOnlyPrimaryGroup\": false,\n        \"region\": null,\n        \"ignoreMaxQty\": false,\n        \"ignoreMaxQtySku\": null,\n        \"priceTable\": 0,\n        \"priceLevel\": null,\n        \"discountManufacturer\": null,\n        \"discountManufacturerAmt\": null,\n        \"baggingSupplierIdSet\": null,\n        \"lessThanMinSupplierIdSet\": null\n    }\n]"}],"_postman_id":"3527eef6-d3a6-4ef4-a3a2-677883899b71"},{"name":"Create Customer Group","id":"dffc68fd-fef0-422d-9763-9a334ea8e4e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"customerGroup\":{\"id\":null,\"name\":\"Customer Groups API v5 update\",\"active\":true,\"priceCasePack\":\"0\",\"parentGroups\":[],\"companyStore\":false,\"created\":null,\"numCustomer\":null,\"createdBy\":null,\"checkoutPurchaseOrder\":false,\"checkoutShipDateEnabled\":false,\"checkoutCancelDateEnabled\":false,\"checkoutGiftcard\":false,\"checkoutPromocode\":false,\"protectedAccess\":null,\"imprintList\":null,\"markupList\":null,\"rushCharge\":null,\"rushServiceDays\":null,\"baggingCharge\":null,\"baggingSupplierIds\":null,\"contactEmail\":null,\"returnUrl\":null,\"lessThanMinQty\":null,\"lessThanMinCharge\":null,\"lessThanMinSupplierIds\":null,\"specialPricingProductCount\":0,\"priceTableMarkup\":null,\"disableCustomerUpload\":false,\"rewardPoints\":null,\"paymentEmail\":null,\"groupOrderLimit\":null,\"orderLimitManager\":1,\"budgetFrequencyManager\":1,\"salesRepIds\":null,\"salesRepIdList\":[],\"dialingGroup\":false,\"dialingMessage\":null,\"closerIds\":null,\"closerIdList\":[],\"timezones\":null,\"productSkus\":null,\"productSkuList\":null,\"showPartiallyShipOk\":false,\"showFrontendReport\":false,\"bcc\":null,\"allowanceProgram\":null,\"managerAssignOnlyPrimaryGroup\":false,\"region\":null,\"ignoreMaxQty\":false,\"ignoreMaxQtySku\":null,\"priceTable\":0,\"priceLevel\":null,\"discountManufacturer\":null,\"discountManufacturerAmt\":null,\"lessThanMinSupplierIdSet\":null,\"baggingSupplierIdSet\":null},\"newCustomerGroup\":true,\"customerIds\":null,\"imageUrls\":null,\"galleryFiles\":null}","type":"text"}]},"url":"http://localhost:8077/api/v5/customerGroup.jhtm","urlObject":{"protocol":"http","port":"8077","path":["api","v5","customerGroup.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"33f0d98f-c37f-482d-a98c-ee3aaa2dade1","name":"Create Customer Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"customerGroup\":{\"id\":null,\"name\":\"Customer Groups API v5 update\",\"active\":true,\"priceCasePack\":\"0\",\"parentGroups\":[],\"companyStore\":false,\"created\":null,\"numCustomer\":null,\"createdBy\":null,\"checkoutPurchaseOrder\":false,\"checkoutShipDateEnabled\":false,\"checkoutCancelDateEnabled\":false,\"checkoutGiftcard\":false,\"checkoutPromocode\":false,\"protectedAccess\":null,\"imprintList\":null,\"markupList\":null,\"rushCharge\":null,\"rushServiceDays\":null,\"baggingCharge\":null,\"baggingSupplierIds\":null,\"contactEmail\":null,\"returnUrl\":null,\"lessThanMinQty\":null,\"lessThanMinCharge\":null,\"lessThanMinSupplierIds\":null,\"specialPricingProductCount\":0,\"priceTableMarkup\":null,\"disableCustomerUpload\":false,\"rewardPoints\":null,\"paymentEmail\":null,\"groupOrderLimit\":null,\"orderLimitManager\":1,\"budgetFrequencyManager\":1,\"salesRepIds\":null,\"salesRepIdList\":[],\"dialingGroup\":false,\"dialingMessage\":null,\"closerIds\":null,\"closerIdList\":[],\"timezones\":null,\"productSkus\":null,\"productSkuList\":null,\"showPartiallyShipOk\":false,\"showFrontendReport\":false,\"bcc\":null,\"allowanceProgram\":null,\"managerAssignOnlyPrimaryGroup\":false,\"region\":null,\"ignoreMaxQty\":false,\"ignoreMaxQtySku\":null,\"priceTable\":0,\"priceLevel\":null,\"discountManufacturer\":null,\"discountManufacturerAmt\":null,\"lessThanMinSupplierIdSet\":null,\"baggingSupplierIdSet\":null},\"newCustomerGroup\":true,\"customerIds\":null,\"imageUrls\":null,\"galleryFiles\":null}","type":"text"}]},"url":"http://localhost:8077/api/v5/customerGroup.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=760BA79B0E4F70EE5AB3D3DF56351A44; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"22"},{"key":"Date","value":"Tue, 13 Jul 2021 09:08:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerGroupId\": 24\n}"}],"_postman_id":"dffc68fd-fef0-422d-9763-9a334ea8e4e5"},{"name":"Update Customer Group","id":"d912d470-82e0-4460-b53c-314010abfead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","type":"text","value":"{\"customerGroup\":{\"id\":19,\"name\":\"Customer Groups API v5 updated\",\"active\":true,\"priceCasePack\":\"0\",\"parentGroups\":[],\"companyStore\":false,\"created\":null,\"numCustomer\":null,\"createdBy\":null,\"checkoutPurchaseOrder\":false,\"checkoutShipDateEnabled\":false,\"checkoutCancelDateEnabled\":false,\"checkoutGiftcard\":false,\"checkoutPromocode\":false,\"protectedAccess\":null,\"imprintList\":null,\"markupList\":null,\"rushCharge\":null,\"rushServiceDays\":null,\"baggingCharge\":null,\"baggingSupplierIds\":null,\"contactEmail\":null,\"returnUrl\":null,\"lessThanMinQty\":null,\"lessThanMinCharge\":null,\"lessThanMinSupplierIds\":null,\"specialPricingProductCount\":0,\"priceTableMarkup\":null,\"disableCustomerUpload\":false,\"rewardPoints\":null,\"paymentEmail\":null,\"groupOrderLimit\":null,\"orderLimitManager\":1,\"budgetFrequencyManager\":1,\"salesRepIds\":null,\"salesRepIdList\":[],\"dialingGroup\":false,\"dialingMessage\":null,\"closerIds\":null,\"closerIdList\":[],\"timezones\":null,\"productSkus\":null,\"productSkuList\":null,\"showPartiallyShipOk\":false,\"showFrontendReport\":false,\"bcc\":null,\"allowanceProgram\":null,\"managerAssignOnlyPrimaryGroup\":false,\"region\":null,\"ignoreMaxQty\":false,\"ignoreMaxQtySku\":null,\"priceTable\":0,\"priceLevel\":null,\"discountManufacturer\":null,\"discountManufacturerAmt\":null,\"lessThanMinSupplierIdSet\":null,\"baggingSupplierIdSet\":null},\"newCustomerGroup\":false,\"customerIds\":null,\"imageUrls\":null,\"galleryFiles\":null}"},{"key":"image_file_19","type":"file","src":"/C:/Users/AbhishekP/Pictures/img.bmp"},{"key":"__remove_logo_31","value":"true","type":"text","disabled":true},{"key":"__logo_name_32","type":"file","src":"/C:/Users/AbhishekP/Pictures/img.bmp"},{"key":"__ignore_embroiderysetup_32","value":"true","type":"text"},{"key":"__logo_price_32","value":"30","type":"text"}]},"url":"http://localhost:8077/api/v5/customerGroup.jhtm","urlObject":{"protocol":"http","port":"8077","path":["api","v5","customerGroup.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fc5849af-02e6-415a-b0d8-dc56b70eb6e6","name":"Update Customer Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","type":"text","value":"{\"customerGroup\":{\"id\":19,\"name\":\"Customer Groups API v5 updated\",\"active\":true,\"priceCasePack\":\"0\",\"parentGroups\":[],\"companyStore\":false,\"created\":null,\"numCustomer\":null,\"createdBy\":null,\"checkoutPurchaseOrder\":false,\"checkoutShipDateEnabled\":false,\"checkoutCancelDateEnabled\":false,\"checkoutGiftcard\":false,\"checkoutPromocode\":false,\"protectedAccess\":null,\"imprintList\":null,\"markupList\":null,\"rushCharge\":null,\"rushServiceDays\":null,\"baggingCharge\":null,\"baggingSupplierIds\":null,\"contactEmail\":null,\"returnUrl\":null,\"lessThanMinQty\":null,\"lessThanMinCharge\":null,\"lessThanMinSupplierIds\":null,\"specialPricingProductCount\":0,\"priceTableMarkup\":null,\"disableCustomerUpload\":false,\"rewardPoints\":null,\"paymentEmail\":null,\"groupOrderLimit\":null,\"orderLimitManager\":1,\"budgetFrequencyManager\":1,\"salesRepIds\":null,\"salesRepIdList\":[],\"dialingGroup\":false,\"dialingMessage\":null,\"closerIds\":null,\"closerIdList\":[],\"timezones\":null,\"productSkus\":null,\"productSkuList\":null,\"showPartiallyShipOk\":false,\"showFrontendReport\":false,\"bcc\":null,\"allowanceProgram\":null,\"managerAssignOnlyPrimaryGroup\":false,\"region\":null,\"ignoreMaxQty\":false,\"ignoreMaxQtySku\":null,\"priceTable\":0,\"priceLevel\":null,\"discountManufacturer\":null,\"discountManufacturerAmt\":null,\"lessThanMinSupplierIdSet\":null,\"baggingSupplierIdSet\":null},\"newCustomerGroup\":false,\"customerIds\":null,\"imageUrls\":null,\"galleryFiles\":null}"},{"key":"image_file_19","type":"file","src":"/C:/Users/AbhishekP/Pictures/img.bmp"},{"key":"__remove_logo_31","value":"true","type":"text","disabled":true},{"key":"__logo_name_32","type":"file","src":"/C:/Users/AbhishekP/Pictures/img.bmp"},{"key":"__ignore_embroiderysetup_32","value":"true","type":"text"},{"key":"__logo_price_32","value":"30","type":"text"}]},"url":"http://localhost:8077/api/v5/customerGroup.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=760BA79B0E4F70EE5AB3D3DF56351A44; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"22"},{"key":"Date","value":"Tue, 13 Jul 2021 09:03:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerGroupId\": 19\n}"}],"_postman_id":"d912d470-82e0-4460-b53c-314010abfead"},{"name":"Create Sales Rep","id":"730a7b55-ab33-4990-b88c-4a4fe0b396b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload_srLogo","type":"file","value":null,"disabled":true},{"key":"request","value":"{\"minPasswordLength\":0,\"confirmPassword\":null,\"salesRep\":{\"id\":null,\"parent\":null,\"accountNumber\":\"promoSalesRep\",\"name\":\"Abhi Shah\",\"email\":\"abhishek@webjaguar.com\",\"phone\":\"123456789\",\"cellPhone\":\"1234567890\",\"address\":null,\"note\":null,\"territoryZip\":null,\"created\":null,\"lastModified\":null,\"token\":null,\"password\":null,\"lastLogin\":null,\"numOfLogins\":null,\"subCount\":null,\"editPrice\":false,\"protectedAccess\":\"0\",\"assignedToCustomerInCycle\":false,\"inactive\":false,\"editInvoiceOnFrontend\":false,\"priceTable\":0,\"closer\":false,\"commissionable\":false,\"overrideCommission\":null,\"overrideReloadCommission\":null,\"lastFileUploadTime\":null,\"totalCommission\":null,\"subAccounts\":[],\"srTc\":null,\"salesRepLogo\":null,\"salesRepAboutUs\":null,\"salesRepContactUs\":null,\"salesRepFacebook\":null,\"salesRepGoogle\":null,\"salesRepTwitter\":null,\"value\":null,\"ipAddress\":null,\"field1\":null,\"field2\":null,\"field3\":null,\"field4\":null,\"field5\":null,\"field6\":null,\"field7\":null,\"field8\":null,\"field9\":null,\"field10\":null,\"field11\":null,\"field12\":null,\"field13\":null,\"field14\":null,\"field15\":null,\"field16\":null,\"field17\":null,\"field18\":null,\"field19\":null,\"field20\":null,\"field21\":null,\"field22\":null,\"field23\":null,\"field24\":null,\"field25\":null,\"field26\":null,\"field27\":null,\"field28\":null,\"field29\":null,\"field30\":null,\"field31\":null,\"field32\":null,\"field33\":null,\"field34\":null,\"field35\":null,\"field36\":null,\"field37\":null,\"field38\":null,\"field39\":null,\"field40\":null,\"field41\":null,\"field42\":null,\"field43\":null,\"field44\":null,\"field45\":null,\"field46\":null,\"field47\":null,\"field48\":null,\"field49\":null,\"field50\":null,\"field51\":null,\"field52\":null,\"field53\":null,\"field54\":null,\"field55\":null,\"field56\":null,\"field57\":null,\"field58\":null,\"field59\":null,\"field60\":null,\"field61\":null,\"field62\":null,\"field63\":null,\"field64\":null,\"field65\":null,\"field66\":null,\"field67\":null,\"field68\":null,\"field69\":null,\"field70\":null,\"field71\":null,\"field72\":null,\"field73\":null,\"field74\":null,\"field75\":null,\"field76\":null,\"field77\":null,\"field78\":null,\"field79\":null,\"field80\":null,\"field81\":null,\"field82\":null,\"field83\":null,\"field84\":null,\"field85\":null,\"field86\":null,\"field87\":null,\"field88\":null,\"field89\":null,\"field90\":null,\"field91\":null,\"field92\":null,\"field93\":null,\"field94\":null,\"field95\":null,\"field96\":null,\"field97\":null,\"field98\":null,\"field99\":null,\"field100\":null},\"newSalesRep\":true,\"protectedAccess\":null,\"salesRepCustomField\":null}","type":"text"},{"key":"__clear_uploadFile","value":"delete","type":"text","disabled":true}]},"url":"http://localhost:8077/api/v5/admin/salesRep.jhtm","urlObject":{"protocol":"http","port":"8077","path":["api","v5","admin","salesRep.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19d8127f-966a-40f9-9a3e-9c9f087cfa92","name":"Create Sales Rep Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload_srLogo","type":"file","value":null,"disabled":true},{"key":"request","value":"{\"minPasswordLength\":0,\"confirmPassword\":null,\"salesRep\":{\"id\":null,\"parent\":null,\"accountNumber\":\"promoSalesRep\",\"name\":\"Abhi Shah\",\"email\":\"abhishek@webjaguar.com\",\"phone\":\"123456789\",\"cellPhone\":\"1234567890\",\"address\":null,\"note\":null,\"territoryZip\":null,\"created\":null,\"lastModified\":null,\"token\":null,\"password\":null,\"lastLogin\":null,\"numOfLogins\":null,\"subCount\":null,\"editPrice\":false,\"protectedAccess\":\"0\",\"assignedToCustomerInCycle\":false,\"inactive\":false,\"editInvoiceOnFrontend\":false,\"priceTable\":0,\"closer\":false,\"commissionable\":false,\"overrideCommission\":null,\"overrideReloadCommission\":null,\"lastFileUploadTime\":null,\"totalCommission\":null,\"subAccounts\":[],\"srTc\":null,\"salesRepLogo\":null,\"salesRepAboutUs\":null,\"salesRepContactUs\":null,\"salesRepFacebook\":null,\"salesRepGoogle\":null,\"salesRepTwitter\":null,\"value\":null,\"ipAddress\":null,\"field1\":null,\"field2\":null,\"field3\":null,\"field4\":null,\"field5\":null,\"field6\":null,\"field7\":null,\"field8\":null,\"field9\":null,\"field10\":null,\"field11\":null,\"field12\":null,\"field13\":null,\"field14\":null,\"field15\":null,\"field16\":null,\"field17\":null,\"field18\":null,\"field19\":null,\"field20\":null,\"field21\":null,\"field22\":null,\"field23\":null,\"field24\":null,\"field25\":null,\"field26\":null,\"field27\":null,\"field28\":null,\"field29\":null,\"field30\":null,\"field31\":null,\"field32\":null,\"field33\":null,\"field34\":null,\"field35\":null,\"field36\":null,\"field37\":null,\"field38\":null,\"field39\":null,\"field40\":null,\"field41\":null,\"field42\":null,\"field43\":null,\"field44\":null,\"field45\":null,\"field46\":null,\"field47\":null,\"field48\":null,\"field49\":null,\"field50\":null,\"field51\":null,\"field52\":null,\"field53\":null,\"field54\":null,\"field55\":null,\"field56\":null,\"field57\":null,\"field58\":null,\"field59\":null,\"field60\":null,\"field61\":null,\"field62\":null,\"field63\":null,\"field64\":null,\"field65\":null,\"field66\":null,\"field67\":null,\"field68\":null,\"field69\":null,\"field70\":null,\"field71\":null,\"field72\":null,\"field73\":null,\"field74\":null,\"field75\":null,\"field76\":null,\"field77\":null,\"field78\":null,\"field79\":null,\"field80\":null,\"field81\":null,\"field82\":null,\"field83\":null,\"field84\":null,\"field85\":null,\"field86\":null,\"field87\":null,\"field88\":null,\"field89\":null,\"field90\":null,\"field91\":null,\"field92\":null,\"field93\":null,\"field94\":null,\"field95\":null,\"field96\":null,\"field97\":null,\"field98\":null,\"field99\":null,\"field100\":null},\"newSalesRep\":true,\"protectedAccess\":null,\"salesRepCustomField\":null}","type":"text"},{"key":"__clear_uploadFile","value":"delete","type":"text","disabled":true}]},"url":"http://localhost:8077/api/v5/admin/salesRep.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=667EDC1BF5F125D3CFB3A66BDE8E64E1; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"60359"},{"key":"Date","value":"Mon, 02 Aug 2021 15:06:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"salesReps\": [\n        {\n            \"id\": 2,\n            \"parent\": null,\n            \"accountNumber\": \"promoSalesRep\",\n            \"name\": \"Abhi Shah\",\n            \"email\": \"abhishek@webjaguar.com\",\n            \"phone\": \"123456789\",\n            \"cellPhone\": \"1234567890\",\n            \"address\": null,\n            \"note\": null,\n            \"territoryZip\": null,\n            \"created\": null,\n            \"lastModified\": null,\n            \"token\": null,\n            \"password\": null,\n            \"lastLogin\": null,\n            \"numOfLogins\": 0,\n            \"subCount\": 0,\n            \"editPrice\": false,\n            \"protectedAccess\": \"110000\",\n            \"assignedToCustomerInCycle\": false,\n            \"inactive\": false,\n            \"editInvoiceOnFrontend\": false,\n            \"priceTable\": 0,\n            \"closer\": false,\n            \"commissionable\": false,\n            \"overrideCommission\": null,\n            \"overrideReloadCommission\": null,\n            \"lastFileUploadTime\": null,\n            \"totalCommission\": 0,\n            \"subAccounts\": [],\n            \"srTc\": null,\n            \"salesRepLogo\": null,\n            \"salesRepAboutUs\": null,\n            \"salesRepContactUs\": null,\n            \"salesRepFacebook\": null,\n            \"salesRepGoogle\": null,\n            \"salesRepTwitter\": null,\n            \"value\": null,\n            \"ipAddress\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"field11\": null,\n            \"field12\": null,\n            \"field13\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"field21\": null,\n            \"field22\": null,\n            \"field23\": null,\n            \"field24\": null,\n            \"field25\": null,\n            \"field26\": null,\n            \"field27\": null,\n            \"field28\": null,\n            \"field29\": null,\n            \"field30\": null,\n            \"field31\": null,\n            \"field32\": null,\n            \"field33\": null,\n            \"field34\": null,\n            \"field35\": null,\n            \"field36\": null,\n            \"field37\": null,\n            \"field38\": null,\n            \"field39\": null,\n            \"field40\": null,\n            \"field41\": null,\n            \"field42\": null,\n            \"field43\": null,\n            \"field44\": null,\n            \"field45\": null,\n            \"field46\": null,\n            \"field47\": null,\n            \"field48\": null,\n            \"field49\": null,\n            \"field50\": null,\n            \"field51\": null,\n            \"field52\": null,\n            \"field53\": null,\n            \"field54\": null,\n            \"field55\": null,\n            \"field56\": null,\n            \"field57\": null,\n            \"field58\": null,\n            \"field59\": null,\n            \"field60\": null,\n            \"field61\": null,\n            \"field62\": null,\n            \"field63\": null,\n            \"field64\": null,\n            \"field65\": null,\n            \"field66\": null,\n            \"field67\": null,\n            \"field68\": null,\n            \"field69\": null,\n            \"field70\": null,\n            \"field71\": null,\n            \"field72\": null,\n            \"field73\": null,\n            \"field74\": null,\n            \"field75\": null,\n            \"field76\": null,\n            \"field77\": null,\n            \"field78\": null,\n            \"field79\": null,\n            \"field80\": null,\n            \"field81\": null,\n            \"field82\": null,\n            \"field83\": null,\n            \"field84\": null,\n            \"field85\": null,\n            \"field86\": null,\n            \"field87\": null,\n            \"field88\": null,\n            \"field89\": null,\n            \"field90\": null,\n            \"field91\": null,\n            \"field92\": null,\n            \"field93\": null,\n            \"field94\": null,\n            \"field95\": null,\n            \"field96\": null,\n            \"field97\": null,\n            \"field98\": null,\n            \"field99\": null,\n            \"field100\": null\n        },\n        {\n            \"id\": 1,\n            \"parent\": null,\n            \"accountNumber\": \"promotest\",\n            \"name\": \"promotest1\",\n            \"email\": \"promotest@webjaguar.com\",\n            \"phone\": \"\",\n            \"cellPhone\": \"\",\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": null,\n                \"primary\": false,\n                \"primaryBilling\": false,\n                \"residential\": false,\n                \"liftGate\": false,\n                \"code\": null,\n                \"defaultShipping\": false,\n                \"defaultBilling\": false,\n                \"mobileCarrierId\": null,\n                \"latitude\": null,\n                \"longitude\": null,\n                \"distance\": null,\n                \"storeLocation\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"billing\": true,\n                \"shipping\": true,\n                \"addressTaxId\": null,\n                \"supplierId\": null,\n                \"liftgateToString\": \"\",\n                \"stringAddress\": \"\\n\\n \\n   \\nTel: null\\nFax: \",\n                \"resToString\": \"Commercial\"\n            },\n            \"note\": null,\n            \"territoryZip\": null,\n            \"created\": null,\n            \"lastModified\": null,\n            \"token\": null,\n            \"password\": null,\n            \"lastLogin\": 1608645896000,\n            \"numOfLogins\": 106,\n            \"subCount\": 0,\n            \"editPrice\": false,\n            \"protectedAccess\": \"0\",\n            \"assignedToCustomerInCycle\": true,\n            \"inactive\": false,\n            \"editInvoiceOnFrontend\": false,\n            \"priceTable\": 0,\n            \"closer\": false,\n            \"commissionable\": false,\n            \"overrideCommission\": null,\n            \"overrideReloadCommission\": null,\n            \"lastFileUploadTime\": null,\n            \"totalCommission\": 0,\n            \"subAccounts\": [],\n            \"srTc\": \"\",\n            \"salesRepLogo\": null,\n            \"salesRepAboutUs\": \"\",\n            \"salesRepContactUs\": \"\",\n            \"salesRepFacebook\": null,\n            \"salesRepGoogle\": null,\n            \"salesRepTwitter\": null,\n            \"value\": null,\n            \"ipAddress\": null,\n            \"field1\": \"\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": \"\",\n            \"field5\": \"\",\n            \"field6\": \"\",\n            \"field7\": \"\",\n            \"field8\": \"\",\n            \"field9\": \"\",\n            \"field10\": \"\",\n            \"field11\": \"\",\n            \"field12\": \"\",\n            \"field13\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"field21\": null,\n            \"field22\": null,\n            \"field23\": null,\n            \"field24\": null,\n            \"field25\": null,\n            \"field26\": null,\n            \"field27\": null,\n            \"field28\": null,\n            \"field29\": null,\n            \"field30\": null,\n            \"field31\": null,\n            \"field32\": null,\n            \"field33\": null,\n            \"field34\": null,\n            \"field35\": null,\n            \"field36\": null,\n            \"field37\": null,\n            \"field38\": null,\n            \"field39\": null,\n            \"field40\": null,\n            \"field41\": null,\n            \"field42\": null,\n            \"field43\": null,\n            \"field44\": null,\n            \"field45\": null,\n            \"field46\": null,\n            \"field47\": null,\n            \"field48\": null,\n            \"field49\": null,\n            \"field50\": null,\n            \"field51\": null,\n            \"field52\": null,\n            \"field53\": null,\n            \"field54\": null,\n            \"field55\": null,\n            \"field56\": null,\n            \"field57\": null,\n            \"field58\": null,\n            \"field59\": null,\n            \"field60\": null,\n            \"field61\": null,\n            \"field62\": null,\n            \"field63\": null,\n            \"field64\": null,\n            \"field65\": null,\n            \"field66\": null,\n            \"field67\": null,\n            \"field68\": null,\n            \"field69\": null,\n            \"field70\": null,\n            \"field71\": null,\n            \"field72\": null,\n            \"field73\": null,\n            \"field74\": null,\n            \"field75\": null,\n            \"field76\": null,\n            \"field77\": null,\n            \"field78\": null,\n            \"field79\": null,\n            \"field80\": null,\n            \"field81\": null,\n            \"field82\": null,\n            \"field83\": null,\n            \"field84\": null,\n            \"field85\": null,\n            \"field86\": null,\n            \"field87\": null,\n            \"field88\": null,\n            \"field89\": null,\n            \"field90\": null,\n            \"field91\": null,\n            \"field92\": null,\n            \"field93\": null,\n            \"field94\": null,\n            \"field95\": null,\n            \"field96\": null,\n            \"field97\": null,\n            \"field98\": null,\n            \"field99\": null,\n            \"field100\": null\n        }\n    ],\n    \"caProvinceList\": [\n        {\n            \"name\": \"Alberta\",\n            \"code\": \"AB\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"British Columbia\",\n            \"code\": \"BC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Manitoba\",\n            \"code\": \"MB\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Brunswick\",\n            \"code\": \"NB\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Foundland and Labrador\",\n            \"code\": \"NL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Northwest Territory\",\n            \"code\": \"NT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nova Scotia\",\n            \"code\": \"NS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nunavut\",\n            \"code\": \"NU\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Ontario\",\n            \"code\": \"ON\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Prince Edward Island\",\n            \"code\": \"PE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Quebec\",\n            \"code\": \"QC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Saskatchewan\",\n            \"code\": \"SK\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Yukon Territory\",\n            \"code\": \"YT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        }\n    ],\n    \"countries\": [\n        {\n            \"code\": \"US\",\n            \"name\": \"United States\",\n            \"enabled\": true,\n            \"rank\": 1,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AF\",\n            \"name\": \"Afghanistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AL\",\n            \"name\": \"Albania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DZ\",\n            \"name\": \"Algeria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AS\",\n            \"name\": \"American Samoa\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AD\",\n            \"name\": \"Andorra\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AO\",\n            \"name\": \"Angola\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AI\",\n            \"name\": \"Anguilla\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AQ\",\n            \"name\": \"Antarctica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AG\",\n            \"name\": \"Antigua and Barbuda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AR\",\n            \"name\": \"Argentina\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AM\",\n            \"name\": \"Armenia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AW\",\n            \"name\": \"Aruba\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AU\",\n            \"name\": \"Australia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AT\",\n            \"name\": \"Austria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AZ\",\n            \"name\": \"Azerbaijan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BS\",\n            \"name\": \"Bahamas\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BH\",\n            \"name\": \"Bahrain\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BD\",\n            \"name\": \"Bangladesh\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BB\",\n            \"name\": \"Barbados\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BY\",\n            \"name\": \"Belarus\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BE\",\n            \"name\": \"Belgium\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BZ\",\n            \"name\": \"Belize\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BJ\",\n            \"name\": \"Benin\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BM\",\n            \"name\": \"Bermuda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BT\",\n            \"name\": \"Bhutan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BO\",\n            \"name\": \"Bolivia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BA\",\n            \"name\": \"Bosnia and Herzegowina\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BW\",\n            \"name\": \"Botswana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BV\",\n            \"name\": \"Bouvet Island\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BR\",\n            \"name\": \"Brazil\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IO\",\n            \"name\": \"British Indian Ocean Territory\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BN\",\n            \"name\": \"Brunei Darussalam\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BG\",\n            \"name\": \"Bulgaria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BF\",\n            \"name\": \"Burkina Faso\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BI\",\n            \"name\": \"Burundi\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KH\",\n            \"name\": \"Cambodia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CM\",\n            \"name\": \"Cameroon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CA\",\n            \"name\": \"Canada\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CV\",\n            \"name\": \"Cape Verde\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KY\",\n            \"name\": \"Cayman Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CF\",\n            \"name\": \"Central African Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TD\",\n            \"name\": \"Chad\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CL\",\n            \"name\": \"Chile\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CN\",\n            \"name\": \"China\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CX\",\n            \"name\": \"Christmas Island\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CC\",\n            \"name\": \"Cocos (Keeling) Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CO\",\n            \"name\": \"Colombia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KM\",\n            \"name\": \"Comoros\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CG\",\n            \"name\": \"Congo\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CK\",\n            \"name\": \"Cook Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CR\",\n            \"name\": \"Costa Rica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CI\",\n            \"name\": \"Cote D'Ivoire\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HR\",\n            \"name\": \"Croatia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CU\",\n            \"name\": \"Cuba\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CY\",\n            \"name\": \"Cyprus\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CZ\",\n            \"name\": \"Czech Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DK\",\n            \"name\": \"Denmark\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DJ\",\n            \"name\": \"Djibouti\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DM\",\n            \"name\": \"Dominica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DO\",\n            \"name\": \"Dominican Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TP\",\n            \"name\": \"East Timor\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EC\",\n            \"name\": \"Ecuador\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EG\",\n            \"name\": \"Egypt\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SV\",\n            \"name\": \"El Salvador\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GQ\",\n            \"name\": \"Equatorial Guinea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ER\",\n            \"name\": \"Eritrea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EE\",\n            \"name\": \"Estonia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ET\",\n            \"name\": \"Ethiopia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FK\",\n            \"name\": \"Falkland Islands (Malvinas)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FO\",\n            \"name\": \"Faroe Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FJ\",\n            \"name\": \"Fiji\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FI\",\n            \"name\": \"Finland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FR\",\n            \"name\": \"France\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FX\",\n            \"name\": \"France, Metropolitan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GF\",\n            \"name\": \"French Guiana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PF\",\n            \"name\": \"French Polynesia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TF\",\n            \"name\": \"French Southern Territories\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GA\",\n            \"name\": \"Gabon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GM\",\n            \"name\": \"Gambia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GE\",\n            \"name\": \"Georgia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DE\",\n            \"name\": \"Germany\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GH\",\n            \"name\": \"Ghana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GI\",\n            \"name\": \"Gibraltar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GR\",\n            \"name\": \"Greece\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GL\",\n            \"name\": \"Greenland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GD\",\n            \"name\": \"Grenada\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GP\",\n            \"name\": \"Guadeloupe\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GU\",\n            \"name\": \"Guam\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GT\",\n            \"name\": \"Guatemala\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GN\",\n            \"name\": \"Guinea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GW\",\n            \"name\": \"Guinea-bissau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GY\",\n            \"name\": \"Guyana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HT\",\n            \"name\": \"Haiti\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HM\",\n            \"name\": \"Heard and Mc Donald Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HN\",\n            \"name\": \"Honduras\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HK\",\n            \"name\": \"Hong Kong\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HU\",\n            \"name\": \"Hungary\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IS\",\n            \"name\": \"Iceland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IN\",\n            \"name\": \"India\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ID\",\n            \"name\": \"Indonesia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IR\",\n            \"name\": \"Iran (Islamic Republic of)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IQ\",\n            \"name\": \"Iraq\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IE\",\n            \"name\": \"Ireland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IL\",\n            \"name\": \"Israel\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IT\",\n            \"name\": \"Italy\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"JM\",\n            \"name\": \"Jamaica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"JP\",\n            \"name\": \"Japan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"JO\",\n            \"name\": \"Jordan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KZ\",\n            \"name\": \"Kazakhstan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KE\",\n            \"name\": \"Kenya\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KI\",\n            \"name\": \"Kiribati\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KP\",\n            \"name\": \"Korea, Democratic People's Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KR\",\n            \"name\": \"Korea, Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KW\",\n            \"name\": \"Kuwait\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KG\",\n            \"name\": \"Kyrgyzstan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LA\",\n            \"name\": \"Lao People's Democratic Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LV\",\n            \"name\": \"Latvia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LB\",\n            \"name\": \"Lebanon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LS\",\n            \"name\": \"Lesotho\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LR\",\n            \"name\": \"Liberia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LY\",\n            \"name\": \"Libya\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LI\",\n            \"name\": \"Liechtenstein\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LT\",\n            \"name\": \"Lithuania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LU\",\n            \"name\": \"Luxembourg\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MO\",\n            \"name\": \"Macau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MK\",\n            \"name\": \"Macedonia, The Former Yugoslav Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MG\",\n            \"name\": \"Madagascar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MW\",\n            \"name\": \"Malawi\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MY\",\n            \"name\": \"Malaysia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MV\",\n            \"name\": \"Maldives\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ML\",\n            \"name\": \"Mali\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MT\",\n            \"name\": \"Malta\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MH\",\n            \"name\": \"Marshall Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MQ\",\n            \"name\": \"Martinique\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MR\",\n            \"name\": \"Mauritania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MU\",\n            \"name\": \"Mauritius\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"YT\",\n            \"name\": \"Mayotte\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MX\",\n            \"name\": \"Mexico\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FM\",\n            \"name\": \"Micronesia, Federated States of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MD\",\n            \"name\": \"Moldova, Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MC\",\n            \"name\": \"Monaco\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MN\",\n            \"name\": \"Mongolia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MS\",\n            \"name\": \"Montserrat\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MA\",\n            \"name\": \"Morocco\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MZ\",\n            \"name\": \"Mozambique\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MM\",\n            \"name\": \"Myanmar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NA\",\n            \"name\": \"Namibia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NR\",\n            \"name\": \"Nauru\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NP\",\n            \"name\": \"Nepal\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NL\",\n            \"name\": \"Netherlands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AN\",\n            \"name\": \"Netherlands Antilles\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NC\",\n            \"name\": \"New Caledonia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NZ\",\n            \"name\": \"New Zealand\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NI\",\n            \"name\": \"Nicaragua\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NE\",\n            \"name\": \"Niger\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NG\",\n            \"name\": \"Nigeria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NU\",\n            \"name\": \"Niue\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NF\",\n            \"name\": \"Norfolk Island\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MP\",\n            \"name\": \"Northern Mariana Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NO\",\n            \"name\": \"Norway\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"OM\",\n            \"name\": \"Oman\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PK\",\n            \"name\": \"Pakistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PW\",\n            \"name\": \"Palau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PA\",\n            \"name\": \"Panama\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PG\",\n            \"name\": \"Papua New Guinea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PY\",\n            \"name\": \"Paraguay\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PE\",\n            \"name\": \"Peru\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PH\",\n            \"name\": \"Philippines\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PN\",\n            \"name\": \"Pitcairn\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PL\",\n            \"name\": \"Poland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PT\",\n            \"name\": \"Portugal\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PR\",\n            \"name\": \"Puerto Rico\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"QA\",\n            \"name\": \"Qatar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RE\",\n            \"name\": \"Reunion\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RO\",\n            \"name\": \"Romania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RU\",\n            \"name\": \"Russian Federation\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RW\",\n            \"name\": \"Rwanda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KN\",\n            \"name\": \"Saint Kitts and Nevis\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LC\",\n            \"name\": \"Saint Lucia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VC\",\n            \"name\": \"Saint Vincent and the Grenadines\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"WS\",\n            \"name\": \"Samoa\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SM\",\n            \"name\": \"San Marino\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ST\",\n            \"name\": \"Sao Tome and Principe\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SA\",\n            \"name\": \"Saudi Arabia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SN\",\n            \"name\": \"Senegal\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SC\",\n            \"name\": \"Seychelles\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SL\",\n            \"name\": \"Sierra Leone\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Wester Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SG\",\n            \"name\": \"Singapore\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SK\",\n            \"name\": \"Slovakia (Slovak Republic)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SI\",\n            \"name\": \"Slovenia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SB\",\n            \"name\": \"Solomon Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SO\",\n            \"name\": \"Somalia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZA\",\n            \"name\": \"South Africa\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GS\",\n            \"name\": \"South Georgia and the South Sandwich Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ES\",\n            \"name\": \"Spain\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LK\",\n            \"name\": \"Sri Lanka\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SH\",\n            \"name\": \"St. Helena\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PM\",\n            \"name\": \"St. Pierre and Miquelon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SD\",\n            \"name\": \"Sudan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SR\",\n            \"name\": \"Suriname\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SJ\",\n            \"name\": \"Svalbard and Jan Mayen Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SZ\",\n            \"name\": \"Swaziland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SE\",\n            \"name\": \"Sweden\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CH\",\n            \"name\": \"Switzerland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SY\",\n            \"name\": \"Syrian Arab Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TW\",\n            \"name\": \"Taiwan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TJ\",\n            \"name\": \"Tajikistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TZ\",\n            \"name\": \"Tanzania, United Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TH\",\n            \"name\": \"Thailand\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TG\",\n            \"name\": \"Togo\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TK\",\n            \"name\": \"Tokelau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TO\",\n            \"name\": \"Tonga\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TT\",\n            \"name\": \"Trinidad and Tobago\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TN\",\n            \"name\": \"Tunisia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TR\",\n            \"name\": \"Turkey\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TM\",\n            \"name\": \"Turkmenistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TC\",\n            \"name\": \"Turks and Caicos Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TV\",\n            \"name\": \"Tuvalu\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UG\",\n            \"name\": \"Uganda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UA\",\n            \"name\": \"Ukraine\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AE\",\n            \"name\": \"United Arab Emirates\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GB\",\n            \"name\": \"United Kingdom\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UM\",\n            \"name\": \"United States Minor Outlying Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UY\",\n            \"name\": \"Uruguay\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UZ\",\n            \"name\": \"Uzbekistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VU\",\n            \"name\": \"Vanuatu\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VA\",\n            \"name\": \"Vatican City State (Holy See)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VE\",\n            \"name\": \"Venezuela\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VN\",\n            \"name\": \"Viet Nam\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VG\",\n            \"name\": \"Virgin Islands (British)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VI\",\n            \"name\": \"Virgin Islands (U.S.)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"WF\",\n            \"name\": \"Wallis and Futuna Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EH\",\n            \"name\": \"Western Sahara\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"YE\",\n            \"name\": \"Yemen\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"YU\",\n            \"name\": \"Yugoslavia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZR\",\n            \"name\": \"Zaire\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZM\",\n            \"name\": \"Zambia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZW\",\n            \"name\": \"Zimbabwe\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        }\n    ],\n    \"states\": [\n        {\n            \"name\": \"Alabama\",\n            \"code\": \"AL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Alaska\",\n            \"code\": \"AK\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"American Samoa\",\n            \"code\": \"AS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Arizona\",\n            \"code\": \"AZ\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Arkansas\",\n            \"code\": \"AR\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Armed Forces(AA)\",\n            \"code\": \"AA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Armed Forces(AE)\",\n            \"code\": \"AE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Armed Forces(AP)\",\n            \"code\": \"AP\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"California\",\n            \"code\": \"CA\",\n            \"taxRate\": 9.9999,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Colorado\",\n            \"code\": \"CO\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Connecticut\",\n            \"code\": \"CT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Delaware\",\n            \"code\": \"DE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"District of Columbia\",\n            \"code\": \"DC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Florida\",\n            \"code\": \"FL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Georgia\",\n            \"code\": \"GA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Guam\",\n            \"code\": \"GU\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Hawaii\",\n            \"code\": \"HI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Idaho\",\n            \"code\": \"ID\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Illinois\",\n            \"code\": \"IL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Indiana\",\n            \"code\": \"IN\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Iowa\",\n            \"code\": \"IA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Kansas\",\n            \"code\": \"KS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Kentucky\",\n            \"code\": \"KY\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Louisiana\",\n            \"code\": \"LA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Maine\",\n            \"code\": \"ME\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Maryland\",\n            \"code\": \"MD\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Massachusetts\",\n            \"code\": \"MA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Michigan\",\n            \"code\": \"MI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Minnesota\",\n            \"code\": \"MN\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Mississippi\",\n            \"code\": \"MS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Missouri\",\n            \"code\": \"MO\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Montana\",\n            \"code\": \"MT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nebraska\",\n            \"code\": \"NE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nevada\",\n            \"code\": \"NV\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Hampshire\",\n            \"code\": \"NH\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Jersey\",\n            \"code\": \"NJ\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Mexico\",\n            \"code\": \"NM\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New York\",\n            \"code\": \"NY\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"North Carolina\",\n            \"code\": \"NC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"North Dakota\",\n            \"code\": \"ND\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Northern Marina Islands\",\n            \"code\": \"MP\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Ohio\",\n            \"code\": \"OH\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Oklahoma\",\n            \"code\": \"OK\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Oregon\",\n            \"code\": \"OR\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Palau\",\n            \"code\": \"PW\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Pennsylvania\",\n            \"code\": \"PA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Puerto Rico\",\n            \"code\": \"PR\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Rhode Island\",\n            \"code\": \"RI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"South Carolina\",\n            \"code\": \"SC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"South Dakota\",\n            \"code\": \"SD\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Tennessee\",\n            \"code\": \"TN\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Texas\",\n            \"code\": \"TX\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Utah\",\n            \"code\": \"UT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Vermont\",\n            \"code\": \"VT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Virgin Islands\",\n            \"code\": \"VI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Virginia\",\n            \"code\": \"VA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Washington\",\n            \"code\": \"WA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"West Virginia\",\n            \"code\": \"WV\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Wisconsin\",\n            \"code\": \"WI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Wyoming\",\n            \"code\": \"WY\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        }\n    ],\n    \"labels\": {}\n}"}],"_postman_id":"730a7b55-ab33-4990-b88c-4a4fe0b396b5"},{"name":"Update Sales Rep","id":"cc207790-30f8-43cb-9290-4588fffa5be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload_srLogo","type":"file","value":null,"disabled":true},{"key":"__clear_uploadFile","type":"text","value":"delete","disabled":true},{"key":"request","value":"{\"minPasswordLength\":0,\"confirmPassword\":null,\"salesRep\":{\"id\":2,\"parent\":null,\"accountNumber\":\"promoSalesRep\",\"name\":\"Abhi Parekh #1\",\"email\":\"abhi@test.com\",\"phone\":\"1234567890\",\"cellPhone\":\"1234567890\",\"address\":null,\"note\":null,\"territoryZip\":null,\"created\":null,\"lastModified\":null,\"token\":null,\"password\":null,\"lastLogin\":null,\"numOfLogins\":null,\"subCount\":null,\"editPrice\":false,\"protectedAccess\":\"0\",\"assignedToCustomerInCycle\":false,\"inactive\":false,\"editInvoiceOnFrontend\":false,\"priceTable\":0,\"closer\":false,\"commissionable\":false,\"overrideCommission\":null,\"overrideReloadCommission\":null,\"lastFileUploadTime\":null,\"totalCommission\":null,\"subAccounts\":[],\"srTc\":null,\"salesRepLogo\":null,\"salesRepAboutUs\":null,\"salesRepContactUs\":null,\"salesRepFacebook\":null,\"salesRepGoogle\":null,\"salesRepTwitter\":null,\"value\":null,\"ipAddress\":null,\"field1\":null,\"field2\":null,\"field3\":null,\"field4\":null,\"field5\":null,\"field6\":null,\"field7\":null,\"field8\":null,\"field9\":null,\"field10\":null,\"field11\":null,\"field12\":null,\"field13\":null,\"field14\":null,\"field15\":null,\"field16\":null,\"field17\":null,\"field18\":null,\"field19\":null,\"field20\":null,\"field21\":null,\"field22\":null,\"field23\":null,\"field24\":null,\"field25\":null,\"field26\":null,\"field27\":null,\"field28\":null,\"field29\":null,\"field30\":null,\"field31\":null,\"field32\":null,\"field33\":null,\"field34\":null,\"field35\":null,\"field36\":null,\"field37\":null,\"field38\":null,\"field39\":null,\"field40\":null,\"field41\":null,\"field42\":null,\"field43\":null,\"field44\":null,\"field45\":null,\"field46\":null,\"field47\":null,\"field48\":null,\"field49\":null,\"field50\":null,\"field51\":null,\"field52\":null,\"field53\":null,\"field54\":null,\"field55\":null,\"field56\":null,\"field57\":null,\"field58\":null,\"field59\":null,\"field60\":null,\"field61\":null,\"field62\":null,\"field63\":null,\"field64\":null,\"field65\":null,\"field66\":null,\"field67\":null,\"field68\":null,\"field69\":null,\"field70\":null,\"field71\":null,\"field72\":null,\"field73\":null,\"field74\":null,\"field75\":null,\"field76\":null,\"field77\":null,\"field78\":null,\"field79\":null,\"field80\":null,\"field81\":null,\"field82\":null,\"field83\":null,\"field84\":null,\"field85\":null,\"field86\":null,\"field87\":null,\"field88\":null,\"field89\":null,\"field90\":null,\"field91\":null,\"field92\":null,\"field93\":null,\"field94\":null,\"field95\":null,\"field96\":null,\"field97\":null,\"field98\":null,\"field99\":null,\"field100\":null},\"newSalesRep\":false,\"protectedAccess\":null,\"salesRepCustomField\":null}","type":"text"}]},"url":"http://localhost:8077/api/v5/admin/salesRep.jhtm","urlObject":{"protocol":"http","port":"8077","path":["api","v5","admin","salesRep.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f426f88d-43e5-412a-8dfd-3c2f8505981b","name":"Update Sales Rep Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload_srLogo","type":"file","value":null,"disabled":true},{"key":"__clear_uploadFile","type":"text","value":"delete","disabled":true},{"key":"request","value":"{\"minPasswordLength\":0,\"confirmPassword\":null,\"salesRep\":{\"id\":2,\"parent\":null,\"accountNumber\":\"promoSalesRep\",\"name\":\"Abhi Parekh #1\",\"email\":\"abhi@test.com\",\"phone\":\"1234567890\",\"cellPhone\":\"1234567890\",\"address\":null,\"note\":null,\"territoryZip\":null,\"created\":null,\"lastModified\":null,\"token\":null,\"password\":null,\"lastLogin\":null,\"numOfLogins\":null,\"subCount\":null,\"editPrice\":false,\"protectedAccess\":\"0\",\"assignedToCustomerInCycle\":false,\"inactive\":false,\"editInvoiceOnFrontend\":false,\"priceTable\":0,\"closer\":false,\"commissionable\":false,\"overrideCommission\":null,\"overrideReloadCommission\":null,\"lastFileUploadTime\":null,\"totalCommission\":null,\"subAccounts\":[],\"srTc\":null,\"salesRepLogo\":null,\"salesRepAboutUs\":null,\"salesRepContactUs\":null,\"salesRepFacebook\":null,\"salesRepGoogle\":null,\"salesRepTwitter\":null,\"value\":null,\"ipAddress\":null,\"field1\":null,\"field2\":null,\"field3\":null,\"field4\":null,\"field5\":null,\"field6\":null,\"field7\":null,\"field8\":null,\"field9\":null,\"field10\":null,\"field11\":null,\"field12\":null,\"field13\":null,\"field14\":null,\"field15\":null,\"field16\":null,\"field17\":null,\"field18\":null,\"field19\":null,\"field20\":null,\"field21\":null,\"field22\":null,\"field23\":null,\"field24\":null,\"field25\":null,\"field26\":null,\"field27\":null,\"field28\":null,\"field29\":null,\"field30\":null,\"field31\":null,\"field32\":null,\"field33\":null,\"field34\":null,\"field35\":null,\"field36\":null,\"field37\":null,\"field38\":null,\"field39\":null,\"field40\":null,\"field41\":null,\"field42\":null,\"field43\":null,\"field44\":null,\"field45\":null,\"field46\":null,\"field47\":null,\"field48\":null,\"field49\":null,\"field50\":null,\"field51\":null,\"field52\":null,\"field53\":null,\"field54\":null,\"field55\":null,\"field56\":null,\"field57\":null,\"field58\":null,\"field59\":null,\"field60\":null,\"field61\":null,\"field62\":null,\"field63\":null,\"field64\":null,\"field65\":null,\"field66\":null,\"field67\":null,\"field68\":null,\"field69\":null,\"field70\":null,\"field71\":null,\"field72\":null,\"field73\":null,\"field74\":null,\"field75\":null,\"field76\":null,\"field77\":null,\"field78\":null,\"field79\":null,\"field80\":null,\"field81\":null,\"field82\":null,\"field83\":null,\"field84\":null,\"field85\":null,\"field86\":null,\"field87\":null,\"field88\":null,\"field89\":null,\"field90\":null,\"field91\":null,\"field92\":null,\"field93\":null,\"field94\":null,\"field95\":null,\"field96\":null,\"field97\":null,\"field98\":null,\"field99\":null,\"field100\":null},\"newSalesRep\":false,\"protectedAccess\":null,\"salesRepCustomField\":null}","type":"text"}]},"url":"http://localhost:8077/api/v5/admin/salesRep.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=667EDC1BF5F125D3CFB3A66BDE8E64E1; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"60351"},{"key":"Date","value":"Mon, 02 Aug 2021 15:08:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"salesReps\": [\n        {\n            \"id\": 2,\n            \"parent\": null,\n            \"accountNumber\": \"promoSalesRep\",\n            \"name\": \"Abhi Parekh #1\",\n            \"email\": \"abhi@test.com\",\n            \"phone\": \"1234567890\",\n            \"cellPhone\": \"1234567890\",\n            \"address\": null,\n            \"note\": null,\n            \"territoryZip\": null,\n            \"created\": null,\n            \"lastModified\": null,\n            \"token\": null,\n            \"password\": null,\n            \"lastLogin\": null,\n            \"numOfLogins\": 0,\n            \"subCount\": 0,\n            \"editPrice\": false,\n            \"protectedAccess\": \"0\",\n            \"assignedToCustomerInCycle\": false,\n            \"inactive\": false,\n            \"editInvoiceOnFrontend\": false,\n            \"priceTable\": 0,\n            \"closer\": false,\n            \"commissionable\": false,\n            \"overrideCommission\": null,\n            \"overrideReloadCommission\": null,\n            \"lastFileUploadTime\": null,\n            \"totalCommission\": 0,\n            \"subAccounts\": [],\n            \"srTc\": null,\n            \"salesRepLogo\": null,\n            \"salesRepAboutUs\": null,\n            \"salesRepContactUs\": null,\n            \"salesRepFacebook\": null,\n            \"salesRepGoogle\": null,\n            \"salesRepTwitter\": null,\n            \"value\": null,\n            \"ipAddress\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"field11\": null,\n            \"field12\": null,\n            \"field13\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"field21\": null,\n            \"field22\": null,\n            \"field23\": null,\n            \"field24\": null,\n            \"field25\": null,\n            \"field26\": null,\n            \"field27\": null,\n            \"field28\": null,\n            \"field29\": null,\n            \"field30\": null,\n            \"field31\": null,\n            \"field32\": null,\n            \"field33\": null,\n            \"field34\": null,\n            \"field35\": null,\n            \"field36\": null,\n            \"field37\": null,\n            \"field38\": null,\n            \"field39\": null,\n            \"field40\": null,\n            \"field41\": null,\n            \"field42\": null,\n            \"field43\": null,\n            \"field44\": null,\n            \"field45\": null,\n            \"field46\": null,\n            \"field47\": null,\n            \"field48\": null,\n            \"field49\": null,\n            \"field50\": null,\n            \"field51\": null,\n            \"field52\": null,\n            \"field53\": null,\n            \"field54\": null,\n            \"field55\": null,\n            \"field56\": null,\n            \"field57\": null,\n            \"field58\": null,\n            \"field59\": null,\n            \"field60\": null,\n            \"field61\": null,\n            \"field62\": null,\n            \"field63\": null,\n            \"field64\": null,\n            \"field65\": null,\n            \"field66\": null,\n            \"field67\": null,\n            \"field68\": null,\n            \"field69\": null,\n            \"field70\": null,\n            \"field71\": null,\n            \"field72\": null,\n            \"field73\": null,\n            \"field74\": null,\n            \"field75\": null,\n            \"field76\": null,\n            \"field77\": null,\n            \"field78\": null,\n            \"field79\": null,\n            \"field80\": null,\n            \"field81\": null,\n            \"field82\": null,\n            \"field83\": null,\n            \"field84\": null,\n            \"field85\": null,\n            \"field86\": null,\n            \"field87\": null,\n            \"field88\": null,\n            \"field89\": null,\n            \"field90\": null,\n            \"field91\": null,\n            \"field92\": null,\n            \"field93\": null,\n            \"field94\": null,\n            \"field95\": null,\n            \"field96\": null,\n            \"field97\": null,\n            \"field98\": null,\n            \"field99\": null,\n            \"field100\": null\n        },\n        {\n            \"id\": 1,\n            \"parent\": null,\n            \"accountNumber\": \"promotest\",\n            \"name\": \"promotest1\",\n            \"email\": \"promotest@webjaguar.com\",\n            \"phone\": \"\",\n            \"cellPhone\": \"\",\n            \"address\": {\n                \"id\": null,\n                \"userId\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": \"\",\n                \"addr1\": \"\",\n                \"addr2\": \"\",\n                \"addr3\": null,\n                \"city\": \"\",\n                \"stateProvince\": \"\",\n                \"stateProvinceNA\": false,\n                \"zip\": \"\",\n                \"country\": \"\",\n                \"phone\": null,\n                \"cellPhone\": null,\n                \"fax\": \"\",\n                \"email\": null,\n                \"primary\": false,\n                \"primaryBilling\": false,\n                \"residential\": false,\n                \"liftGate\": false,\n                \"code\": null,\n                \"defaultShipping\": false,\n                \"defaultBilling\": false,\n                \"mobileCarrierId\": null,\n                \"latitude\": null,\n                \"longitude\": null,\n                \"distance\": null,\n                \"storeLocation\": null,\n                \"soldToAccountNo\": null,\n                \"shipToAccountNo\": null,\n                \"accountType\": null,\n                \"billing\": true,\n                \"shipping\": true,\n                \"addressTaxId\": null,\n                \"supplierId\": null,\n                \"liftgateToString\": \"\",\n                \"stringAddress\": \"\\n\\n \\n   \\nTel: null\\nFax: \",\n                \"resToString\": \"Commercial\"\n            },\n            \"note\": null,\n            \"territoryZip\": null,\n            \"created\": null,\n            \"lastModified\": null,\n            \"token\": null,\n            \"password\": null,\n            \"lastLogin\": 1608645896000,\n            \"numOfLogins\": 106,\n            \"subCount\": 0,\n            \"editPrice\": false,\n            \"protectedAccess\": \"0\",\n            \"assignedToCustomerInCycle\": true,\n            \"inactive\": false,\n            \"editInvoiceOnFrontend\": false,\n            \"priceTable\": 0,\n            \"closer\": false,\n            \"commissionable\": false,\n            \"overrideCommission\": null,\n            \"overrideReloadCommission\": null,\n            \"lastFileUploadTime\": null,\n            \"totalCommission\": 0,\n            \"subAccounts\": [],\n            \"srTc\": \"\",\n            \"salesRepLogo\": null,\n            \"salesRepAboutUs\": \"\",\n            \"salesRepContactUs\": \"\",\n            \"salesRepFacebook\": null,\n            \"salesRepGoogle\": null,\n            \"salesRepTwitter\": null,\n            \"value\": null,\n            \"ipAddress\": null,\n            \"field1\": \"\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": \"\",\n            \"field5\": \"\",\n            \"field6\": \"\",\n            \"field7\": \"\",\n            \"field8\": \"\",\n            \"field9\": \"\",\n            \"field10\": \"\",\n            \"field11\": \"\",\n            \"field12\": \"\",\n            \"field13\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"field21\": null,\n            \"field22\": null,\n            \"field23\": null,\n            \"field24\": null,\n            \"field25\": null,\n            \"field26\": null,\n            \"field27\": null,\n            \"field28\": null,\n            \"field29\": null,\n            \"field30\": null,\n            \"field31\": null,\n            \"field32\": null,\n            \"field33\": null,\n            \"field34\": null,\n            \"field35\": null,\n            \"field36\": null,\n            \"field37\": null,\n            \"field38\": null,\n            \"field39\": null,\n            \"field40\": null,\n            \"field41\": null,\n            \"field42\": null,\n            \"field43\": null,\n            \"field44\": null,\n            \"field45\": null,\n            \"field46\": null,\n            \"field47\": null,\n            \"field48\": null,\n            \"field49\": null,\n            \"field50\": null,\n            \"field51\": null,\n            \"field52\": null,\n            \"field53\": null,\n            \"field54\": null,\n            \"field55\": null,\n            \"field56\": null,\n            \"field57\": null,\n            \"field58\": null,\n            \"field59\": null,\n            \"field60\": null,\n            \"field61\": null,\n            \"field62\": null,\n            \"field63\": null,\n            \"field64\": null,\n            \"field65\": null,\n            \"field66\": null,\n            \"field67\": null,\n            \"field68\": null,\n            \"field69\": null,\n            \"field70\": null,\n            \"field71\": null,\n            \"field72\": null,\n            \"field73\": null,\n            \"field74\": null,\n            \"field75\": null,\n            \"field76\": null,\n            \"field77\": null,\n            \"field78\": null,\n            \"field79\": null,\n            \"field80\": null,\n            \"field81\": null,\n            \"field82\": null,\n            \"field83\": null,\n            \"field84\": null,\n            \"field85\": null,\n            \"field86\": null,\n            \"field87\": null,\n            \"field88\": null,\n            \"field89\": null,\n            \"field90\": null,\n            \"field91\": null,\n            \"field92\": null,\n            \"field93\": null,\n            \"field94\": null,\n            \"field95\": null,\n            \"field96\": null,\n            \"field97\": null,\n            \"field98\": null,\n            \"field99\": null,\n            \"field100\": null\n        }\n    ],\n    \"caProvinceList\": [\n        {\n            \"name\": \"Alberta\",\n            \"code\": \"AB\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"British Columbia\",\n            \"code\": \"BC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Manitoba\",\n            \"code\": \"MB\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Brunswick\",\n            \"code\": \"NB\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Foundland and Labrador\",\n            \"code\": \"NL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Northwest Territory\",\n            \"code\": \"NT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nova Scotia\",\n            \"code\": \"NS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nunavut\",\n            \"code\": \"NU\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Ontario\",\n            \"code\": \"ON\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Prince Edward Island\",\n            \"code\": \"PE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Quebec\",\n            \"code\": \"QC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Saskatchewan\",\n            \"code\": \"SK\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Yukon Territory\",\n            \"code\": \"YT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        }\n    ],\n    \"countries\": [\n        {\n            \"code\": \"US\",\n            \"name\": \"United States\",\n            \"enabled\": true,\n            \"rank\": 1,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AF\",\n            \"name\": \"Afghanistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AL\",\n            \"name\": \"Albania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DZ\",\n            \"name\": \"Algeria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AS\",\n            \"name\": \"American Samoa\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AD\",\n            \"name\": \"Andorra\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AO\",\n            \"name\": \"Angola\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AI\",\n            \"name\": \"Anguilla\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AQ\",\n            \"name\": \"Antarctica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AG\",\n            \"name\": \"Antigua and Barbuda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AR\",\n            \"name\": \"Argentina\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AM\",\n            \"name\": \"Armenia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AW\",\n            \"name\": \"Aruba\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AU\",\n            \"name\": \"Australia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AT\",\n            \"name\": \"Austria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AZ\",\n            \"name\": \"Azerbaijan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BS\",\n            \"name\": \"Bahamas\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BH\",\n            \"name\": \"Bahrain\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BD\",\n            \"name\": \"Bangladesh\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BB\",\n            \"name\": \"Barbados\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BY\",\n            \"name\": \"Belarus\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BE\",\n            \"name\": \"Belgium\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BZ\",\n            \"name\": \"Belize\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BJ\",\n            \"name\": \"Benin\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BM\",\n            \"name\": \"Bermuda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BT\",\n            \"name\": \"Bhutan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BO\",\n            \"name\": \"Bolivia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BA\",\n            \"name\": \"Bosnia and Herzegowina\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BW\",\n            \"name\": \"Botswana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BV\",\n            \"name\": \"Bouvet Island\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BR\",\n            \"name\": \"Brazil\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IO\",\n            \"name\": \"British Indian Ocean Territory\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BN\",\n            \"name\": \"Brunei Darussalam\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BG\",\n            \"name\": \"Bulgaria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BF\",\n            \"name\": \"Burkina Faso\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"BI\",\n            \"name\": \"Burundi\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KH\",\n            \"name\": \"Cambodia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CM\",\n            \"name\": \"Cameroon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CA\",\n            \"name\": \"Canada\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CV\",\n            \"name\": \"Cape Verde\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KY\",\n            \"name\": \"Cayman Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CF\",\n            \"name\": \"Central African Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TD\",\n            \"name\": \"Chad\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CL\",\n            \"name\": \"Chile\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CN\",\n            \"name\": \"China\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CX\",\n            \"name\": \"Christmas Island\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CC\",\n            \"name\": \"Cocos (Keeling) Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CO\",\n            \"name\": \"Colombia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KM\",\n            \"name\": \"Comoros\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CG\",\n            \"name\": \"Congo\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CK\",\n            \"name\": \"Cook Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CR\",\n            \"name\": \"Costa Rica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CI\",\n            \"name\": \"Cote D'Ivoire\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HR\",\n            \"name\": \"Croatia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CU\",\n            \"name\": \"Cuba\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CY\",\n            \"name\": \"Cyprus\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CZ\",\n            \"name\": \"Czech Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DK\",\n            \"name\": \"Denmark\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DJ\",\n            \"name\": \"Djibouti\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DM\",\n            \"name\": \"Dominica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DO\",\n            \"name\": \"Dominican Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TP\",\n            \"name\": \"East Timor\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EC\",\n            \"name\": \"Ecuador\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EG\",\n            \"name\": \"Egypt\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SV\",\n            \"name\": \"El Salvador\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GQ\",\n            \"name\": \"Equatorial Guinea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ER\",\n            \"name\": \"Eritrea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EE\",\n            \"name\": \"Estonia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ET\",\n            \"name\": \"Ethiopia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FK\",\n            \"name\": \"Falkland Islands (Malvinas)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FO\",\n            \"name\": \"Faroe Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FJ\",\n            \"name\": \"Fiji\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FI\",\n            \"name\": \"Finland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FR\",\n            \"name\": \"France\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FX\",\n            \"name\": \"France, Metropolitan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GF\",\n            \"name\": \"French Guiana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PF\",\n            \"name\": \"French Polynesia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TF\",\n            \"name\": \"French Southern Territories\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GA\",\n            \"name\": \"Gabon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GM\",\n            \"name\": \"Gambia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GE\",\n            \"name\": \"Georgia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"DE\",\n            \"name\": \"Germany\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GH\",\n            \"name\": \"Ghana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GI\",\n            \"name\": \"Gibraltar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GR\",\n            \"name\": \"Greece\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GL\",\n            \"name\": \"Greenland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GD\",\n            \"name\": \"Grenada\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GP\",\n            \"name\": \"Guadeloupe\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GU\",\n            \"name\": \"Guam\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GT\",\n            \"name\": \"Guatemala\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GN\",\n            \"name\": \"Guinea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GW\",\n            \"name\": \"Guinea-bissau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GY\",\n            \"name\": \"Guyana\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HT\",\n            \"name\": \"Haiti\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HM\",\n            \"name\": \"Heard and Mc Donald Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HN\",\n            \"name\": \"Honduras\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HK\",\n            \"name\": \"Hong Kong\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"HU\",\n            \"name\": \"Hungary\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IS\",\n            \"name\": \"Iceland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IN\",\n            \"name\": \"India\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ID\",\n            \"name\": \"Indonesia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IR\",\n            \"name\": \"Iran (Islamic Republic of)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IQ\",\n            \"name\": \"Iraq\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IE\",\n            \"name\": \"Ireland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IL\",\n            \"name\": \"Israel\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"IT\",\n            \"name\": \"Italy\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"JM\",\n            \"name\": \"Jamaica\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"JP\",\n            \"name\": \"Japan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"JO\",\n            \"name\": \"Jordan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KZ\",\n            \"name\": \"Kazakhstan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KE\",\n            \"name\": \"Kenya\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KI\",\n            \"name\": \"Kiribati\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KP\",\n            \"name\": \"Korea, Democratic People's Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KR\",\n            \"name\": \"Korea, Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KW\",\n            \"name\": \"Kuwait\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KG\",\n            \"name\": \"Kyrgyzstan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LA\",\n            \"name\": \"Lao People's Democratic Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LV\",\n            \"name\": \"Latvia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LB\",\n            \"name\": \"Lebanon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LS\",\n            \"name\": \"Lesotho\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LR\",\n            \"name\": \"Liberia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LY\",\n            \"name\": \"Libya\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LI\",\n            \"name\": \"Liechtenstein\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LT\",\n            \"name\": \"Lithuania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LU\",\n            \"name\": \"Luxembourg\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MO\",\n            \"name\": \"Macau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MK\",\n            \"name\": \"Macedonia, The Former Yugoslav Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MG\",\n            \"name\": \"Madagascar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MW\",\n            \"name\": \"Malawi\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MY\",\n            \"name\": \"Malaysia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MV\",\n            \"name\": \"Maldives\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ML\",\n            \"name\": \"Mali\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MT\",\n            \"name\": \"Malta\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MH\",\n            \"name\": \"Marshall Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MQ\",\n            \"name\": \"Martinique\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MR\",\n            \"name\": \"Mauritania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MU\",\n            \"name\": \"Mauritius\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"YT\",\n            \"name\": \"Mayotte\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MX\",\n            \"name\": \"Mexico\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"FM\",\n            \"name\": \"Micronesia, Federated States of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MD\",\n            \"name\": \"Moldova, Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MC\",\n            \"name\": \"Monaco\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MN\",\n            \"name\": \"Mongolia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MS\",\n            \"name\": \"Montserrat\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MA\",\n            \"name\": \"Morocco\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MZ\",\n            \"name\": \"Mozambique\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MM\",\n            \"name\": \"Myanmar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NA\",\n            \"name\": \"Namibia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NR\",\n            \"name\": \"Nauru\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NP\",\n            \"name\": \"Nepal\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NL\",\n            \"name\": \"Netherlands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AN\",\n            \"name\": \"Netherlands Antilles\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NC\",\n            \"name\": \"New Caledonia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NZ\",\n            \"name\": \"New Zealand\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NI\",\n            \"name\": \"Nicaragua\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NE\",\n            \"name\": \"Niger\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NG\",\n            \"name\": \"Nigeria\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NU\",\n            \"name\": \"Niue\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NF\",\n            \"name\": \"Norfolk Island\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"MP\",\n            \"name\": \"Northern Mariana Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"NO\",\n            \"name\": \"Norway\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"OM\",\n            \"name\": \"Oman\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PK\",\n            \"name\": \"Pakistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PW\",\n            \"name\": \"Palau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PA\",\n            \"name\": \"Panama\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Central America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PG\",\n            \"name\": \"Papua New Guinea\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PY\",\n            \"name\": \"Paraguay\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PE\",\n            \"name\": \"Peru\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PH\",\n            \"name\": \"Philippines\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PN\",\n            \"name\": \"Pitcairn\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PL\",\n            \"name\": \"Poland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PT\",\n            \"name\": \"Portugal\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PR\",\n            \"name\": \"Puerto Rico\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"QA\",\n            \"name\": \"Qatar\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RE\",\n            \"name\": \"Reunion\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RO\",\n            \"name\": \"Romania\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RU\",\n            \"name\": \"Russian Federation\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"RW\",\n            \"name\": \"Rwanda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"KN\",\n            \"name\": \"Saint Kitts and Nevis\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LC\",\n            \"name\": \"Saint Lucia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VC\",\n            \"name\": \"Saint Vincent and the Grenadines\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"WS\",\n            \"name\": \"Samoa\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SM\",\n            \"name\": \"San Marino\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ST\",\n            \"name\": \"Sao Tome and Principe\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SA\",\n            \"name\": \"Saudi Arabia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SN\",\n            \"name\": \"Senegal\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SC\",\n            \"name\": \"Seychelles\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SL\",\n            \"name\": \"Sierra Leone\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Wester Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SG\",\n            \"name\": \"Singapore\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SK\",\n            \"name\": \"Slovakia (Slovak Republic)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SI\",\n            \"name\": \"Slovenia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SB\",\n            \"name\": \"Solomon Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SO\",\n            \"name\": \"Somalia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZA\",\n            \"name\": \"South Africa\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GS\",\n            \"name\": \"South Georgia and the South Sandwich Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ES\",\n            \"name\": \"Spain\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"LK\",\n            \"name\": \"Sri Lanka\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SH\",\n            \"name\": \"St. Helena\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"PM\",\n            \"name\": \"St. Pierre and Miquelon\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SD\",\n            \"name\": \"Sudan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SR\",\n            \"name\": \"Suriname\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SJ\",\n            \"name\": \"Svalbard and Jan Mayen Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SZ\",\n            \"name\": \"Swaziland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SE\",\n            \"name\": \"Sweden\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"CH\",\n            \"name\": \"Switzerland\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"SY\",\n            \"name\": \"Syrian Arab Republic\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TW\",\n            \"name\": \"Taiwan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TJ\",\n            \"name\": \"Tajikistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TZ\",\n            \"name\": \"Tanzania, United Republic of\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TH\",\n            \"name\": \"Thailand\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TG\",\n            \"name\": \"Togo\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"West Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TK\",\n            \"name\": \"Tokelau\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TO\",\n            \"name\": \"Tonga\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TT\",\n            \"name\": \"Trinidad and Tobago\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TN\",\n            \"name\": \"Tunisia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TR\",\n            \"name\": \"Turkey\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TM\",\n            \"name\": \"Turkmenistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TC\",\n            \"name\": \"Turks and Caicos Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"TV\",\n            \"name\": \"Tuvalu\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UG\",\n            \"name\": \"Uganda\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UA\",\n            \"name\": \"Ukraine\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"AE\",\n            \"name\": \"United Arab Emirates\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"GB\",\n            \"name\": \"United Kingdom\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UM\",\n            \"name\": \"United States Minor Outlying Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UY\",\n            \"name\": \"Uruguay\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"UZ\",\n            \"name\": \"Uzbekistan\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VU\",\n            \"name\": \"Vanuatu\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Oceania\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VA\",\n            \"name\": \"Vatican City State (Holy See)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VE\",\n            \"name\": \"Venezuela\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"South America\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VN\",\n            \"name\": \"Viet Nam\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Asia\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VG\",\n            \"name\": \"Virgin Islands (British)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"VI\",\n            \"name\": \"Virgin Islands (U.S.)\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"The Caribbean\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"WF\",\n            \"name\": \"Wallis and Futuna Islands\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"EH\",\n            \"name\": \"Western Sahara\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"North Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"YE\",\n            \"name\": \"Yemen\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Middle East\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"YU\",\n            \"name\": \"Yugoslavia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"Europe\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZR\",\n            \"name\": \"Zaire\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZM\",\n            \"name\": \"Zambia\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        },\n        {\n            \"code\": \"ZW\",\n            \"name\": \"Zimbabwe\",\n            \"enabled\": true,\n            \"rank\": 250,\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"customerCount\": null,\n            \"orderCount\": null,\n            \"region\": \"East Africa\",\n            \"zipRequired\": false\n        }\n    ],\n    \"states\": [\n        {\n            \"name\": \"Alabama\",\n            \"code\": \"AL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Alaska\",\n            \"code\": \"AK\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"American Samoa\",\n            \"code\": \"AS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Arizona\",\n            \"code\": \"AZ\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Arkansas\",\n            \"code\": \"AR\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Armed Forces(AA)\",\n            \"code\": \"AA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Armed Forces(AE)\",\n            \"code\": \"AE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Armed Forces(AP)\",\n            \"code\": \"AP\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"California\",\n            \"code\": \"CA\",\n            \"taxRate\": 9.9999,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Colorado\",\n            \"code\": \"CO\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Connecticut\",\n            \"code\": \"CT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Delaware\",\n            \"code\": \"DE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"District of Columbia\",\n            \"code\": \"DC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Florida\",\n            \"code\": \"FL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Georgia\",\n            \"code\": \"GA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Guam\",\n            \"code\": \"GU\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Hawaii\",\n            \"code\": \"HI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Idaho\",\n            \"code\": \"ID\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Illinois\",\n            \"code\": \"IL\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Indiana\",\n            \"code\": \"IN\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Iowa\",\n            \"code\": \"IA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Kansas\",\n            \"code\": \"KS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Kentucky\",\n            \"code\": \"KY\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Louisiana\",\n            \"code\": \"LA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Maine\",\n            \"code\": \"ME\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Maryland\",\n            \"code\": \"MD\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Massachusetts\",\n            \"code\": \"MA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Michigan\",\n            \"code\": \"MI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Minnesota\",\n            \"code\": \"MN\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Mississippi\",\n            \"code\": \"MS\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Missouri\",\n            \"code\": \"MO\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Montana\",\n            \"code\": \"MT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nebraska\",\n            \"code\": \"NE\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Nevada\",\n            \"code\": \"NV\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Hampshire\",\n            \"code\": \"NH\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Jersey\",\n            \"code\": \"NJ\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New Mexico\",\n            \"code\": \"NM\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"New York\",\n            \"code\": \"NY\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"North Carolina\",\n            \"code\": \"NC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"North Dakota\",\n            \"code\": \"ND\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Northern Marina Islands\",\n            \"code\": \"MP\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Ohio\",\n            \"code\": \"OH\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Oklahoma\",\n            \"code\": \"OK\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Oregon\",\n            \"code\": \"OR\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Palau\",\n            \"code\": \"PW\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Pennsylvania\",\n            \"code\": \"PA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Puerto Rico\",\n            \"code\": \"PR\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Rhode Island\",\n            \"code\": \"RI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"South Carolina\",\n            \"code\": \"SC\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"South Dakota\",\n            \"code\": \"SD\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Tennessee\",\n            \"code\": \"TN\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Texas\",\n            \"code\": \"TX\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Utah\",\n            \"code\": \"UT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Vermont\",\n            \"code\": \"VT\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Norteast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Virgin Islands\",\n            \"code\": \"VI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Virginia\",\n            \"code\": \"VA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Southeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Washington\",\n            \"code\": \"WA\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"West Virginia\",\n            \"code\": \"WV\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Northeast\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Wisconsin\",\n            \"code\": \"WI\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Midwest\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        },\n        {\n            \"name\": \"Wyoming\",\n            \"code\": \"WY\",\n            \"taxRate\": 0,\n            \"applyShippingTax\": false,\n            \"region\": \"Western\",\n            \"specialTaxRate\": 0,\n            \"warehouseName\": null,\n            \"wareHouseZip\": null,\n            \"pstTaxRate\": 0\n        }\n    ],\n    \"labels\": {}\n}"}],"_postman_id":"cc207790-30f8-43cb-9290-4588fffa5be2"},{"name":"Get Sales Rep","id":"3a001c5a-8d44-4302-bb23-d6af32234898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8077/api/v5/admin/salesReps.jhtm","urlObject":{"protocol":"http","port":"8077","path":["api","v5","admin","salesReps.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d4adeeea-521b-43c7-97ba-d72bf731105e","name":"Get Sales Rep Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8077/api/v5/admin/salesReps.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=667EDC1BF5F125D3CFB3A66BDE8E64E1; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"2924"},{"key":"Date","value":"Mon, 02 Aug 2021 15:03:58 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"parent\": null,\n        \"accountNumber\": \"promotest\",\n        \"name\": \"promotest1\",\n        \"email\": \"promotest@webjaguar.com\",\n        \"phone\": \"\",\n        \"cellPhone\": \"\",\n        \"address\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"company\": \"\",\n            \"addr1\": \"\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"\",\n            \"stateProvince\": \"\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"phone\": null,\n            \"cellPhone\": null,\n            \"fax\": \"\",\n            \"email\": null,\n            \"primary\": false,\n            \"primaryBilling\": false,\n            \"residential\": false,\n            \"liftGate\": false,\n            \"code\": null,\n            \"defaultShipping\": false,\n            \"defaultBilling\": false,\n            \"mobileCarrierId\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"distance\": null,\n            \"storeLocation\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"billing\": true,\n            \"shipping\": true,\n            \"addressTaxId\": null,\n            \"supplierId\": null,\n            \"liftgateToString\": \"\",\n            \"stringAddress\": \"\\n\\n \\n   \\nTel: null\\nFax: \",\n            \"resToString\": \"Commercial\"\n        },\n        \"note\": null,\n        \"territoryZip\": null,\n        \"created\": null,\n        \"lastModified\": null,\n        \"token\": null,\n        \"password\": null,\n        \"lastLogin\": 1608645896000,\n        \"numOfLogins\": 106,\n        \"subCount\": 0,\n        \"editPrice\": false,\n        \"protectedAccess\": \"0\",\n        \"assignedToCustomerInCycle\": true,\n        \"inactive\": false,\n        \"editInvoiceOnFrontend\": false,\n        \"priceTable\": 0,\n        \"closer\": false,\n        \"commissionable\": false,\n        \"overrideCommission\": null,\n        \"overrideReloadCommission\": null,\n        \"lastFileUploadTime\": null,\n        \"totalCommission\": 0,\n        \"subAccounts\": [],\n        \"srTc\": \"\",\n        \"salesRepLogo\": null,\n        \"salesRepAboutUs\": \"\",\n        \"salesRepContactUs\": \"\",\n        \"salesRepFacebook\": null,\n        \"salesRepGoogle\": null,\n        \"salesRepTwitter\": null,\n        \"value\": null,\n        \"ipAddress\": null,\n        \"field1\": \"\",\n        \"field2\": \"\",\n        \"field3\": \"\",\n        \"field4\": \"\",\n        \"field5\": \"\",\n        \"field6\": \"\",\n        \"field7\": \"\",\n        \"field8\": \"\",\n        \"field9\": \"\",\n        \"field10\": \"\",\n        \"field11\": \"\",\n        \"field12\": \"\",\n        \"field13\": null,\n        \"field14\": null,\n        \"field15\": null,\n        \"field16\": null,\n        \"field17\": null,\n        \"field18\": null,\n        \"field19\": null,\n        \"field20\": null,\n        \"field21\": null,\n        \"field22\": null,\n        \"field23\": null,\n        \"field24\": null,\n        \"field25\": null,\n        \"field26\": null,\n        \"field27\": null,\n        \"field28\": null,\n        \"field29\": null,\n        \"field30\": null,\n        \"field31\": null,\n        \"field32\": null,\n        \"field33\": null,\n        \"field34\": null,\n        \"field35\": null,\n        \"field36\": null,\n        \"field37\": null,\n        \"field38\": null,\n        \"field39\": null,\n        \"field40\": null,\n        \"field41\": null,\n        \"field42\": null,\n        \"field43\": null,\n        \"field44\": null,\n        \"field45\": null,\n        \"field46\": null,\n        \"field47\": null,\n        \"field48\": null,\n        \"field49\": null,\n        \"field50\": null,\n        \"field51\": null,\n        \"field52\": null,\n        \"field53\": null,\n        \"field54\": null,\n        \"field55\": null,\n        \"field56\": null,\n        \"field57\": null,\n        \"field58\": null,\n        \"field59\": null,\n        \"field60\": null,\n        \"field61\": null,\n        \"field62\": null,\n        \"field63\": null,\n        \"field64\": null,\n        \"field65\": null,\n        \"field66\": null,\n        \"field67\": null,\n        \"field68\": null,\n        \"field69\": null,\n        \"field70\": null,\n        \"field71\": null,\n        \"field72\": null,\n        \"field73\": null,\n        \"field74\": null,\n        \"field75\": null,\n        \"field76\": null,\n        \"field77\": null,\n        \"field78\": null,\n        \"field79\": null,\n        \"field80\": null,\n        \"field81\": null,\n        \"field82\": null,\n        \"field83\": null,\n        \"field84\": null,\n        \"field85\": null,\n        \"field86\": null,\n        \"field87\": null,\n        \"field88\": null,\n        \"field89\": null,\n        \"field90\": null,\n        \"field91\": null,\n        \"field92\": null,\n        \"field93\": null,\n        \"field94\": null,\n        \"field95\": null,\n        \"field96\": null,\n        \"field97\": null,\n        \"field98\": null,\n        \"field99\": null,\n        \"field100\": null\n    }\n]"}],"_postman_id":"3a001c5a-8d44-4302-bb23-d6af32234898"},{"name":"Get Sales Rep By Id","id":"46f727d9-c60c-4611-97fe-91125204b96e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8077/api/v5/admin/salesRep.jhtm?id=1","urlObject":{"protocol":"http","port":"8077","path":["api","v5","admin","salesRep.jhtm"],"host":["localhost"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"8cb0f052-d097-40bc-9fed-3391e0c1b8c0","name":"Get Sales Rep By Id Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:8077/api/v5/admin/salesRep.jhtm?id=1","protocol":"http","host":["localhost"],"port":"8077","path":["api","v5","admin","salesRep.jhtm"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=667EDC1BF5F125D3CFB3A66BDE8E64E1; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"7284"},{"key":"Date","value":"Mon, 02 Aug 2021 15:09:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"minPasswordLength\": 0,\n    \"confirmPassword\": null,\n    \"salesRep\": {\n        \"id\": 1,\n        \"parent\": null,\n        \"accountNumber\": \"promotest\",\n        \"name\": \"promotest1\",\n        \"email\": \"promotest@webjaguar.com\",\n        \"phone\": \"\",\n        \"cellPhone\": \"\",\n        \"address\": {\n            \"id\": null,\n            \"userId\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"company\": \"\",\n            \"addr1\": \"\",\n            \"addr2\": \"\",\n            \"addr3\": null,\n            \"city\": \"\",\n            \"stateProvince\": \"\",\n            \"stateProvinceNA\": false,\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"phone\": null,\n            \"cellPhone\": null,\n            \"fax\": \"\",\n            \"email\": null,\n            \"primary\": false,\n            \"primaryBilling\": false,\n            \"residential\": false,\n            \"liftGate\": false,\n            \"code\": null,\n            \"defaultShipping\": false,\n            \"defaultBilling\": false,\n            \"mobileCarrierId\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"distance\": null,\n            \"storeLocation\": null,\n            \"soldToAccountNo\": null,\n            \"shipToAccountNo\": null,\n            \"accountType\": null,\n            \"billing\": true,\n            \"shipping\": true,\n            \"addressTaxId\": null,\n            \"supplierId\": null,\n            \"liftgateToString\": \"\",\n            \"stringAddress\": \"\\n\\n \\n   \\nTel: null\\nFax: \",\n            \"resToString\": \"Commercial\"\n        },\n        \"note\": \"\",\n        \"territoryZip\": null,\n        \"created\": 1523654948000,\n        \"lastModified\": 1599196480000,\n        \"token\": \"219fd0f53cd3831d13330eefd269f738\",\n        \"password\": \"promotest\",\n        \"lastLogin\": 1608645896000,\n        \"numOfLogins\": 106,\n        \"subCount\": null,\n        \"editPrice\": false,\n        \"protectedAccess\": \"0\",\n        \"assignedToCustomerInCycle\": true,\n        \"inactive\": false,\n        \"editInvoiceOnFrontend\": false,\n        \"priceTable\": 0,\n        \"closer\": false,\n        \"commissionable\": false,\n        \"overrideCommission\": null,\n        \"overrideReloadCommission\": null,\n        \"lastFileUploadTime\": null,\n        \"totalCommission\": 0,\n        \"subAccounts\": [],\n        \"srTc\": \"\",\n        \"salesRepLogo\": null,\n        \"salesRepAboutUs\": \"\",\n        \"salesRepContactUs\": \"\",\n        \"salesRepFacebook\": null,\n        \"salesRepGoogle\": null,\n        \"salesRepTwitter\": null,\n        \"value\": null,\n        \"ipAddress\": null,\n        \"field1\": \"\",\n        \"field2\": \"\",\n        \"field3\": \"\",\n        \"field4\": \"\",\n        \"field5\": \"\",\n        \"field6\": \"\",\n        \"field7\": \"\",\n        \"field8\": \"\",\n        \"field9\": \"\",\n        \"field10\": \"\",\n        \"field11\": \"\",\n        \"field12\": \"\",\n        \"field13\": null,\n        \"field14\": null,\n        \"field15\": null,\n        \"field16\": null,\n        \"field17\": null,\n        \"field18\": null,\n        \"field19\": null,\n        \"field20\": null,\n        \"field21\": null,\n        \"field22\": null,\n        \"field23\": null,\n        \"field24\": null,\n        \"field25\": null,\n        \"field26\": null,\n        \"field27\": null,\n        \"field28\": null,\n        \"field29\": null,\n        \"field30\": null,\n        \"field31\": null,\n        \"field32\": null,\n        \"field33\": null,\n        \"field34\": null,\n        \"field35\": null,\n        \"field36\": null,\n        \"field37\": null,\n        \"field38\": null,\n        \"field39\": null,\n        \"field40\": null,\n        \"field41\": null,\n        \"field42\": null,\n        \"field43\": null,\n        \"field44\": null,\n        \"field45\": null,\n        \"field46\": null,\n        \"field47\": null,\n        \"field48\": null,\n        \"field49\": null,\n        \"field50\": null,\n        \"field51\": null,\n        \"field52\": null,\n        \"field53\": null,\n        \"field54\": null,\n        \"field55\": null,\n        \"field56\": null,\n        \"field57\": null,\n        \"field58\": null,\n        \"field59\": null,\n        \"field60\": null,\n        \"field61\": null,\n        \"field62\": null,\n        \"field63\": null,\n        \"field64\": null,\n        \"field65\": null,\n        \"field66\": null,\n        \"field67\": null,\n        \"field68\": null,\n        \"field69\": null,\n        \"field70\": null,\n        \"field71\": null,\n        \"field72\": null,\n        \"field73\": null,\n        \"field74\": null,\n        \"field75\": null,\n        \"field76\": null,\n        \"field77\": null,\n        \"field78\": null,\n        \"field79\": null,\n        \"field80\": null,\n        \"field81\": null,\n        \"field82\": null,\n        \"field83\": null,\n        \"field84\": null,\n        \"field85\": null,\n        \"field86\": null,\n        \"field87\": null,\n        \"field88\": null,\n        \"field89\": null,\n        \"field90\": null,\n        \"field91\": null,\n        \"field92\": null,\n        \"field93\": null,\n        \"field94\": null,\n        \"field95\": null,\n        \"field96\": null,\n        \"field97\": null,\n        \"field98\": null,\n        \"field99\": null,\n        \"field100\": null\n    },\n    \"newSalesRep\": false,\n    \"protectedAccess\": null,\n    \"salesRepCustomField\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 4,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 5,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 6,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 7,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 8,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 9,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        },\n        {\n            \"id\": 10,\n            \"name\": \"\",\n            \"value\": null,\n            \"enabled\": false,\n            \"required\": false,\n            \"eventRegistration\": false,\n            \"publicField\": false,\n            \"showOnInvoice\": false,\n            \"showOnQuote\": false,\n            \"showOnSubAccount\": false,\n            \"showOnInvoiceExport\": false,\n            \"optionsPrice\": null,\n            \"preValue\": null,\n            \"fieldType\": 1,\n            \"multiStoreHost\": null,\n            \"characterLimit\": null,\n            \"salesRepField\": null,\n            \"lang\": null,\n            \"showOnlyToAdmin\": false,\n            \"showOnlyOnSalesRepLogin\": false,\n            \"customPaymentMethodId\": null\n        }\n    ]\n}"}],"_postman_id":"46f727d9-c60c-4611-97fe-91125204b96e"},{"name":"Delete Sales Rep By Id","id":"59314d8f-c74b-4217-952e-34418c7cf564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8077/api/v5/admin/salesRep.jhtm?id=2","urlObject":{"protocol":"http","port":"8077","path":["api","v5","admin","salesRep.jhtm"],"host":["localhost"],"query":[{"key":"id","value":"2"}],"variable":[]}},"response":[{"id":"122b0564-c456-4f35-b9ce-19e70659d869","name":"Delete Sales Rep By Id Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:8077/api/v5/admin/salesRep.jhtm?id=2","protocol":"http","host":["localhost"],"port":"8077","path":["api","v5","admin","salesRep.jhtm"],"query":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=667EDC1BF5F125D3CFB3A66BDE8E64E1; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Mon, 02 Aug 2021 15:11:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SalesRep deleted Successfully\"\n}"}],"_postman_id":"59314d8f-c74b-4217-952e-34418c7cf564"},{"name":"Get Category Tree","id":"12044886-9e8b-4669-8c3b-d216a43bd669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8077/api/v5/categoryTree.jhtm?cid=26","urlObject":{"protocol":"http","port":"8077","path":["api","v5","categoryTree.jhtm"],"host":["localhost"],"query":[{"key":"cid","value":"26"}],"variable":[]}},"response":[{"id":"dd7bbe19-d3f3-4247-be38-f4ba1d3cb27d","name":"Get Category Tree Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8077/api/v5/categoryTree.jhtm?cid=26","protocol":"http","host":["localhost"],"port":"8077","path":["api","v5","categoryTree.jhtm"],"query":[{"key":"cid","value":"26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=A9897C55419D6D6B90F61D50FDEB2BEF; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Set-Cookie","value":"layout=1; Version=1; Max-Age=1576800000; Expires=Thu, 23-Jul-2071 06:55:53 GMT; Path=\"/; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"2558"},{"key":"Date","value":"Wed, 04 Aug 2021 06:55:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 26,\n        \"catalogBuilderPageOrder\": null,\n        \"catalogBuilderDefaultProductId\": null,\n        \"name\": \"Product Categories\",\n        \"categoryNumber\": null,\n        \"parent\": null,\n        \"rank\": null,\n        \"catalogPageRank\": null,\n        \"shared\": null,\n        \"parentCategory\": null,\n        \"htmlCode\": null,\n        \"footerHtmlCode\": null,\n        \"leftbarType\": null,\n        \"rightBarTopHtmlCode\": null,\n        \"rightBarBottomHtmlCode\": null,\n        \"leftBarTopHtmlCode\": null,\n        \"leftBarBottomHtmlCode\": null,\n        \"hasHtmlCode\": false,\n        \"host\": null,\n        \"linkConvention\": 1,\n        \"configLabel\": \"category\",\n        \"contextPath\": null,\n        \"categoryLink\": \"/category.jhtm?cid=26\",\n        \"protectedHtmlCode\": null,\n        \"url\": null,\n        \"urlTarget\": null,\n        \"redirect301\": false,\n        \"keyWords\": null,\n        \"imageUrl\": null,\n        \"imageUrlAltName\": null,\n        \"productCount\": null,\n        \"subCount\": null,\n        \"products\": null,\n        \"numOfClicks\": null,\n        \"manualClickCount\": null,\n        \"created\": null,\n        \"lastModified\": null,\n        \"subCategories\": [],\n        \"subcatCols\": null,\n        \"subcatLevels\": null,\n        \"subcatLocation\": null,\n        \"subcatDisplay\": null,\n        \"homePage\": false,\n        \"linkType\": \"HIDDEN\",\n        \"htmlCodeMobile\": null,\n        \"footerHtmlCodeMobile\": null,\n        \"headTagMobile\": null,\n        \"hasLinkImage\": false,\n        \"hasLinkImageOver\": false,\n        \"hasCategoryBuilderImage\": false,\n        \"displayMode\": null,\n        \"pdfLayoutId\": null,\n        \"displayModeGrid\": null,\n        \"hasImage\": false,\n        \"hideHeader\": false,\n        \"hideTopBar\": false,\n        \"hideLeftBar\": true,\n        \"hideRightBar\": false,\n        \"hideFooter\": false,\n        \"hideBreadCrumbs\": false,\n        \"layoutId\": 0,\n        \"headTag\": null,\n        \"productPerPage\": null,\n        \"productPerRow\": null,\n        \"showSubcats\": false,\n        \"selected\": false,\n        \"protectedLevel\": \"0\",\n        \"protect\": false,\n        \"categoryIds\": null,\n        \"setType\": \"intersection\",\n        \"sortBy\": null,\n        \"limit\": null,\n        \"startDate\": null,\n        \"endDate\": null,\n        \"salesTagTitle\": null,\n        \"productFieldSearch\": false,\n        \"productFieldSearchType\": null,\n        \"productFieldSearchPosition\": \"left\",\n        \"lang\": null,\n        \"i18nName\": null,\n        \"i18nHtmlCode\": null,\n        \"i18nProtectedHtmlCode\": null,\n        \"i18nHeadTag\": null,\n        \"i18nHeadTagMobile\": null,\n        \"i18nHtmlCodeMobile\": null,\n        \"showOnSearch\": false,\n        \"siteMapPriority\": 0.5,\n        \"field1\": null,\n        \"field2\": null,\n        \"field3\": null,\n        \"field4\": null,\n        \"field5\": null,\n        \"feed\": null,\n        \"isDynamicPdf\": null,\n        \"isDynamicPdfEditable\": null,\n        \"dynamicField1\": null,\n        \"dynamicField2\": null,\n        \"parentChildDisplay\": null,\n        \"message1\": null,\n        \"message2\": null,\n        \"feedFreeze\": false,\n        \"categoryGroupId\": null,\n        \"lastIndexDate\": null,\n        \"showFullWidth\": false,\n        \"cloneType\": null,\n        \"indexCatIds\": null,\n        \"encodedName\": \"Product-Categories\",\n        \"catIds\": [],\n        \"breadCrumb\": [],\n        \"regionId\": null,\n        \"regionCatName\": null,\n        \"regionCatHtmlCode\": null,\n        \"regionCatFooterHtmlCode\": null,\n        \"regionCatLeftBarTopHtmlCode\": null,\n        \"regionCatLeftBarBottomHtmlCode\": null,\n        \"regionCatProtectedHtmlCode\": null,\n        \"regionCatHtmlCodeMobile\": null,\n        \"regionCatFooterHtmlCodeMobile\": null,\n        \"absolute\": false,\n        \"hasSubcats\": false,\n        \"protectedLevelAsNumber\": 0\n    }\n]"}],"_postman_id":"12044886-9e8b-4669-8c3b-d216a43bd669"},{"name":"Product Layout","id":"8f332801-0d06-4148-a588-7c6ca12ca43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8077/api/v1/productLayout.jhtm","description":"<p>This API provides Product Layout Key pair value</p>\n","urlObject":{"protocol":"http","port":"8077","path":["api","v1","productLayout.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6cb03413-43f0-457b-9873-3cee74c5725f","name":"Product Layout Success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8077/api/v1/productLayout.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=23B94F446D5114C281332FB8F5D8476D; Path=/; HttpOnly"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"3507"},{"key":"Date","value":"Wed, 13 Oct 2021 22:09:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"100\": \"Jubilee\",\n    \"101\": \" BargainWholeSale\",\n    \"102\": \" MBlock\",\n    \"103\": \" Door2Go\",\n    \"104\": \" BuySehi Configurator\",\n    \"105\": \"toddypromo\",\n    \"106\": \"pws\",\n    \"107\": \"iPromo\",\n    \"108\": \"iPromo2\",\n    \"109\": \"iPromo3\",\n    \"110\": \"History Chips Product\",\n    \"111\": \"ERC Apparel\",\n    \"112\": \"ERC NonApparel\",\n    \"113\": \"Default Simple\",\n    \"114\": \"Slight Worlds\",\n    \"115\": \"BestHandbagWthProductsOptions\",\n    \"116\": \"WoodMax\",\n    \"117\": \"Slight Worlds Apparel\",\n    \"118\": \"Church Partner 2\",\n    \"119\": \"Church Partner 3\",\n    \"120\": \"New iPromo\",\n    \"121\": \"New iPromo2\",\n    \"122\": \"New iPromo3\",\n    \"123\": \"New Promo Non Apparel3\",\n    \"124\": \"Group By2\",\n    \"125\": \"Apparel UniversityTees\",\n    \"126\": \"NonApparel UniversityTees\",\n    \"127\": \"PreferredNation NonApparel\",\n    \"128\": \"MyLogoSpot Group Buy\",\n    \"129\": \"PremierPrint Fabrics\",\n    \"130\": \"Trophy Configurator\",\n    \"131\": \"Halo Apparel\",\n    \"132\": \"Halo Non Apparel\",\n    \"134\": \"Pro Innovative\",\n    \"135\": \"Lions Apparel\",\n    \"136\": \"Lions Non Apparel\",\n    \"137\": \"Promotional PSI\",\n    \"140\": \"Lions Apparel Vests\",\n    \"141\": \"Lions Apparel Hats\",\n    \"142\": \"Lions Non Apparel Awards\",\n    \"143\": \"Diamond Back Engraving\",\n    \"144\": \"WJ Reference Multistore Apparel\",\n    \"145\": \"WJ Reference Multistore NonApparel\",\n    \"146\": \"Webb Company\",\n    \"147\": \"WJ Reference Apparel\",\n    \"148\": \"WJ Reference NonApparel\",\n    \"151\": \"SimbaCal\",\n    \"152\": \"SimbaCal Layout 1\",\n    \"153\": \"WJ Reference Apparel DNB\",\n    \"154\": \"WJ Reference NonApparel DNB\",\n    \"155\": \"SimbaCal Layout 2\",\n    \"156\": \"SimbaCal Layout 3\",\n    \"157\": \"SimbaCal Layout 4\",\n    \"166\": \"Corona Millworks\",\n    \"170\": \"WJ Apparel JavaAPI\",\n    \"171\": \"WJ Non-Apparel JavaAPI\",\n    \"172\": \"Corona Millworks Hardware\",\n    \"173\": \"Corona Millworks DDbox\",\n    \"174\": \"Flipbook\",\n    \"175\": \"Stormtech\",\n    \"177\": \"Twinhill\",\n    \"071\": \"ApparelPromo2-option\",\n    \"072\": \"NonApparelPromo2-option\",\n    \"073\": \"Sharing\",\n    \"074\": \"POM\",\n    \"075\": \"Posh\",\n    \"076\": \"DynamicQuantity\",\n    \"077\": \"crowdPromo2NonApparel\",\n    \"078\": \"crowdPromo2Apparel\",\n    \"080\": \"NonApparelPromo3_Kccaps\",\n    \"081\": \"ChurchPartner\",\n    \"082\": \"FashionWholesaler\",\n    \"083\": \"FashionWholesaler2\",\n    \"084\": \"FashionWholesaler3\",\n    \"000\": \"Default\",\n    \"088\": \"ConventionBags Apparel\",\n    \"001\": \"Layout 1\",\n    \"089\": \"ConventionBags Non Apparel\",\n    \"002\": \"Layout 2\",\n    \"003\": \"Dynamic\",\n    \"004\": \"Default rounded\",\n    \"005\": \"ASI\",\n    \"006\": \"Layout 6\",\n    \"007\": \"ASI 2\",\n    \"008\": \"Via\",\n    \"009\": \"HomeTheaterGear\",\n    \"090\": \"Wexpress\",\n    \"091\": \"Splingbling\",\n    \"092\": \"Hallman\",\n    \"093\": \"Webreps\",\n    \"094\": \"New Promo Apparel2\",\n    \"095\": \"New Promo Non Apparel2\",\n    \"096\": \"Group By\",\n    \"097\": \"ConventionsBags Apparel2\",\n    \"010\": \"ROI\",\n    \"098\": \"ConventionBags Non Apparel2\",\n    \"011\": \"CustomFrameStore\",\n    \"099\": \"ConventionBags Non Apparel3\",\n    \"012\": \"ASI 3\",\n    \"013\": \"CustomFrameStore 2\",\n    \"014\": \"PPG\",\n    \"015\": \"Parent-Child\",\n    \"016\": \"Parent-Child 2\",\n    \"017\": \"CustomFrameStore 3\",\n    \"018\": \"PPG Non Apparel\",\n    \"019\": \"Fantasia\",\n    \"020\": \"Cosmetix\",\n    \"021\": \"Directpromoshop\",\n    \"022\": \"Bnoticed\",\n    \"023\": \"Marketsanctuary\",\n    \"024\": \"Gajoodle\",\n    \"025\": \"PPG Master\",\n    \"026\": \"Fish-Candy\",\n    \"027\": \"Gomezossa\",\n    \"028\": \"CustomFrameStore 4\",\n    \"029\": \"Crowd Promo\",\n    \"030\": \"Nettrophy\",\n    \"031\": \"Msconcepts\",\n    \"032\": \"ISCOnline\",\n    \"033\": \"Parent-Child Quickmode\",\n    \"034\": \"NexGenPromo\",\n    \"035\": \"PacknWood\",\n    \"036\": \"KeyItemSales\",\n    \"037\": \"ASI 4\",\n    \"038\": \"WPPG Apparel\",\n    \"039\": \"WPPG Non Apparel\",\n    \"040\": \"Auto Apparel\",\n    \"041\": \"ADI\",\n    \"042\": \"Nexgen Apparel\",\n    \"043\": \"Nexgen Non Apparel\",\n    \"044\": \"RushPromo Non Apparel\",\n    \"045\": \"Default-R\",\n    \"046\": \"Non Apparel-R\",\n    \"047\": \"Apparel-R\",\n    \"048\": \"RushPromo Apparel\",\n    \"049\": \"Wholesalegoodz\",\n    \"050\": \"ApparelPromo\",\n    \"053\": \"ApparelPromo2\",\n    \"054\": \"NonApparelPromo2\",\n    \"056\": \"Dynamic PDF\",\n    \"057\": \"NBR Apparel Promo\",\n    \"058\": \"NBR Non Apparel Promo\",\n    \"060\": \"Rockofftrade\",\n    \"061\": \"ApparelPromo3_Kccaps\",\n    \"message\": \"Success\",\n    \"063\": \"Responsive ASI\",\n    \"064\": \"Supplier-1\",\n    \"066\": \"Nutcracker2\",\n    \"068\": \"New Promo Apparel\",\n    \"069\": \"New Promo Non Apparel\"\n}"}],"_postman_id":"8f332801-0d06-4148-a588-7c6ca12ca43a"},{"name":"Create Customer Group v1","id":"10846467-7fcd-416b-81b5-7595c40d608f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"apiCustomerGroup\": {\r\n            \"id\": null,\r\n            \"name\": \"All true group\",\r\n            \"active\": true,\r\n            \"priceCasePack\": \"0\",\r\n            \"editBillingAndShipping\": true,\r\n            \"parentGroups\": [],\r\n            \"companyStore\": true,\r\n            \"created\": 1608579479000,\r\n            \"numCustomer\": null,\r\n            \"createdBy\": null,\r\n            \"checkoutPurchaseOrder\": true,\r\n            \"checkoutShipDateEnabled\": true,\r\n            \"checkoutCancelDateEnabled\": true,\r\n            \"checkoutGiftcard\": true,\r\n            \"checkoutPromocode\": true,\r\n            \"protectedAccess\": \"\",\r\n            \"imprintList\": [],\r\n            \"markupList\": null,\r\n            \"rushCharge\": null,\r\n            \"rushServiceDays\": null,\r\n            \"baggingCharge\": null,\r\n            \"baggingSupplierIds\": null,\r\n            \"contactEmail\": \"\",\r\n            \"returnUrl\": \"\",\r\n            \"lessThanMinQty\": null,\r\n            \"lessThanMinCharge\": null,\r\n            \"lessThanMinSupplierIds\": null,\r\n            \"specialPricingProductCount\": 0,\r\n            \"priceTableMarkup\": null,\r\n            \"disableCustomerUpload\": true,\r\n            \"rewardPoints\": null,\r\n            \"paymentEmail\": null,\r\n            \"groupOrderLimit\": null,\r\n            \"orderLimitManager\": 1,\r\n            \"budgetFrequencyManager\": 1,\r\n            \"salesRepIds\": null,\r\n            \"salesRepIdList\": [],\r\n            \"dialingGroup\": true,\r\n            \"dialingMessage\": \"\",\r\n            \"closerIds\": null,\r\n            \"closerIdList\": [],\r\n            \"timezones\": \"\",\r\n            \"productSkus\": null,\r\n            \"productSkuList\": null,\r\n            \"showPartiallyShipOk\": true,\r\n            \"showFrontendReport\": true,\r\n            \"bcc\": \"\",\r\n            \"allowanceProgram\": null,\r\n            \"managerAssignOnlyPrimaryGroup\": true,\r\n            \"region\": null,\r\n            \"ignoreMaxQty\": true,\r\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\r\n            \"priceTable\": 0,\r\n            \"priceLevel\": null,\r\n            \"discountManufacturer\": null,\r\n            \"discountManufacturerAmt\": null,\r\n            \"hidePrice\": true,\r\n            \"categoriesToHidePrice\": null,\r\n            \"baggingSupplierIdSet\": null,\r\n            \"lessThanMinSupplierIdSet\": null\r\n        },\r\n        \"newCustomerGroup\": true,\r\n        \"customerIds\": null,\r\n        \"imageUrls\": null,\r\n        \"galleryFiles\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017/api/v1/customerGroup.jhtm","description":"<p>newCustomerGroup field must be true at the time of create new customer</p>\n","urlObject":{"port":"8017","path":["api","v1","customerGroup.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b720674f-e5c8-4a3d-b0fd-0670a965c1ab","name":"Create Customer Group v1 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n        \"apiCustomerGroup\": {\r\n            \"id\": null,\r\n            \"name\": \"All true group\",\r\n            \"active\": true,\r\n            \"priceCasePack\": \"0\",\r\n            \"editBillingAndShipping\": true,\r\n            \"parentGroups\": [],\r\n            \"companyStore\": true,\r\n            \"created\": 1608579479000,\r\n            \"numCustomer\": null,\r\n            \"createdBy\": null,\r\n            \"checkoutPurchaseOrder\": true,\r\n            \"checkoutShipDateEnabled\": true,\r\n            \"checkoutCancelDateEnabled\": true,\r\n            \"checkoutGiftcard\": true,\r\n            \"checkoutPromocode\": true,\r\n            \"protectedAccess\": \"\",\r\n            \"imprintList\": [],\r\n            \"markupList\": null,\r\n            \"rushCharge\": null,\r\n            \"rushServiceDays\": null,\r\n            \"baggingCharge\": null,\r\n            \"baggingSupplierIds\": null,\r\n            \"contactEmail\": \"\",\r\n            \"returnUrl\": \"\",\r\n            \"lessThanMinQty\": null,\r\n            \"lessThanMinCharge\": null,\r\n            \"lessThanMinSupplierIds\": null,\r\n            \"specialPricingProductCount\": 0,\r\n            \"priceTableMarkup\": null,\r\n            \"disableCustomerUpload\": true,\r\n            \"rewardPoints\": null,\r\n            \"paymentEmail\": null,\r\n            \"groupOrderLimit\": null,\r\n            \"orderLimitManager\": 1,\r\n            \"budgetFrequencyManager\": 1,\r\n            \"salesRepIds\": null,\r\n            \"salesRepIdList\": [],\r\n            \"dialingGroup\": true,\r\n            \"dialingMessage\": \"\",\r\n            \"closerIds\": null,\r\n            \"closerIdList\": [],\r\n            \"timezones\": \"\",\r\n            \"productSkus\": null,\r\n            \"productSkuList\": null,\r\n            \"showPartiallyShipOk\": true,\r\n            \"showFrontendReport\": true,\r\n            \"bcc\": \"\",\r\n            \"allowanceProgram\": null,\r\n            \"managerAssignOnlyPrimaryGroup\": true,\r\n            \"region\": null,\r\n            \"ignoreMaxQty\": true,\r\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\r\n            \"priceTable\": 0,\r\n            \"priceLevel\": null,\r\n            \"discountManufacturer\": null,\r\n            \"discountManufacturerAmt\": null,\r\n            \"hidePrice\": true,\r\n            \"categoriesToHidePrice\": null,\r\n            \"baggingSupplierIdSet\": null,\r\n            \"lessThanMinSupplierIdSet\": null\r\n        },\r\n        \"newCustomerGroup\": true,\r\n        \"customerIds\": null,\r\n        \"imageUrls\": null,\r\n        \"galleryFiles\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017/api/v1/customerGroup.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=58D9AB59C84F1FA9C5CBA2E9C5555A18; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"42"},{"key":"Date","value":"Fri, 25 Mar 2022 11:59:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerGroupId\": 60,\n    \"message\": \"Success\"\n}"}],"_postman_id":"10846467-7fcd-416b-81b5-7595c40d608f"},{"name":"Update Customer Group v1","id":"344ed336-9a6b-448b-8e72-31c60c40eaaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"apiCustomerGroup\": {\r\n\t\t\"id\": 59,\r\n\t\t\"name\": \"All false group\",\r\n\t\t\"active\": false,\r\n\t\t\"priceCasePack\": \"0\",\r\n\t\t\"editBillingAndShipping\": false,\r\n\t\t\"parentGroups\": [],\r\n\t\t\"companyStore\": false,\r\n\t\t\"created\": 1608579479000,\r\n\t\t\"numCustomer\": null,\r\n\t\t\"createdBy\": null,\r\n\t\t\"checkoutPurchaseOrder\": false,\r\n\t\t\"checkoutShipDateEnabled\": false,\r\n\t\t\"checkoutCancelDateEnabled\": false,\r\n\t\t\"checkoutGiftcard\": false,\r\n\t\t\"checkoutPromocode\": false,\r\n\t\t\"protectedAccess\": \"\",\r\n\t\t\"imprintList\": [],\r\n\t\t\"markupList\": null,\r\n\t\t\"rushCharge\": null,\r\n\t\t\"rushServiceDays\": null,\r\n\t\t\"baggingCharge\": null,\r\n\t\t\"baggingSupplierIds\": null,\r\n\t\t\"contactEmail\": \"\",\r\n\t\t\"returnUrl\": \"\",\r\n\t\t\"lessThanMinQty\": null,\r\n\t\t\"lessThanMinCharge\": null,\r\n\t\t\"lessThanMinSupplierIds\": null,\r\n\t\t\"specialPricingProductCount\": 0,\r\n\t\t\"priceTableMarkup\": null,\r\n\t\t\"disableCustomerUpload\": false,\r\n\t\t\"rewardPoints\": null,\r\n\t\t\"paymentEmail\": null,\r\n\t\t\"groupOrderLimit\": null,\r\n\t\t\"orderLimitManager\": 1,\r\n\t\t\"budgetFrequencyManager\": 1,\r\n\t\t\"salesRepIds\": null,\r\n\t\t\"salesRepIdList\": [],\r\n\t\t\"dialingGroup\": false,\r\n\t\t\"dialingMessage\": \"\",\r\n\t\t\"closerIds\": null,\r\n\t\t\"closerIdList\": [],\r\n\t\t\"timezones\": \"\",\r\n\t\t\"productSkus\": null,\r\n\t\t\"productSkuList\": null,\r\n\t\t\"showPartiallyShipOk\": false,\r\n\t\t\"showFrontendReport\": false,\r\n\t\t\"bcc\": \"\",\r\n\t\t\"allowanceProgram\": null,\r\n\t\t\"managerAssignOnlyPrimaryGroup\": false,\r\n\t\t\"region\": null,\r\n\t\t\"ignoreMaxQty\": false,\r\n\t\t\"ignoreMaxQtySku\": \"sku,sku1,\",\r\n\t\t\"priceTable\": 0,\r\n\t\t\"priceLevel\": null,\r\n\t\t\"discountManufacturer\": null,\r\n\t\t\"discountManufacturerAmt\": null,\r\n\t\t\"hidePrice\": false,\r\n\t\t\"categoriesToHidePrice\": null,\r\n\t\t\"baggingSupplierIdSet\": null,\r\n\t\t\"lessThanMinSupplierIdSet\": null\r\n\t},\r\n\t\"newCustomerGroup\": false,\r\n\t\"customerIds\": null,\r\n\t\"imageUrls\": null,\r\n\t\"galleryFiles\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017/api/v1/customerGroup.jhtm","description":"<p>newCustomerGroup field must be fall if update required</p>\n","urlObject":{"port":"8017","path":["api","v1","customerGroup.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d2b9e3a-7b56-4838-8f12-79e0b8bf3477","name":"Update Customer Group v1 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n\t\"apiCustomerGroup\": {\r\n\t\t\"id\": 59,\r\n\t\t\"name\": \"All false group\",\r\n\t\t\"active\": false,\r\n\t\t\"priceCasePack\": \"0\",\r\n\t\t\"editBillingAndShipping\": false,\r\n\t\t\"parentGroups\": [],\r\n\t\t\"companyStore\": false,\r\n\t\t\"created\": 1608579479000,\r\n\t\t\"numCustomer\": null,\r\n\t\t\"createdBy\": null,\r\n\t\t\"checkoutPurchaseOrder\": false,\r\n\t\t\"checkoutShipDateEnabled\": false,\r\n\t\t\"checkoutCancelDateEnabled\": false,\r\n\t\t\"checkoutGiftcard\": false,\r\n\t\t\"checkoutPromocode\": false,\r\n\t\t\"protectedAccess\": \"\",\r\n\t\t\"imprintList\": [],\r\n\t\t\"markupList\": null,\r\n\t\t\"rushCharge\": null,\r\n\t\t\"rushServiceDays\": null,\r\n\t\t\"baggingCharge\": null,\r\n\t\t\"baggingSupplierIds\": null,\r\n\t\t\"contactEmail\": \"\",\r\n\t\t\"returnUrl\": \"\",\r\n\t\t\"lessThanMinQty\": null,\r\n\t\t\"lessThanMinCharge\": null,\r\n\t\t\"lessThanMinSupplierIds\": null,\r\n\t\t\"specialPricingProductCount\": 0,\r\n\t\t\"priceTableMarkup\": null,\r\n\t\t\"disableCustomerUpload\": false,\r\n\t\t\"rewardPoints\": null,\r\n\t\t\"paymentEmail\": null,\r\n\t\t\"groupOrderLimit\": null,\r\n\t\t\"orderLimitManager\": 1,\r\n\t\t\"budgetFrequencyManager\": 1,\r\n\t\t\"salesRepIds\": null,\r\n\t\t\"salesRepIdList\": [],\r\n\t\t\"dialingGroup\": false,\r\n\t\t\"dialingMessage\": \"\",\r\n\t\t\"closerIds\": null,\r\n\t\t\"closerIdList\": [],\r\n\t\t\"timezones\": \"\",\r\n\t\t\"productSkus\": null,\r\n\t\t\"productSkuList\": null,\r\n\t\t\"showPartiallyShipOk\": false,\r\n\t\t\"showFrontendReport\": false,\r\n\t\t\"bcc\": \"\",\r\n\t\t\"allowanceProgram\": null,\r\n\t\t\"managerAssignOnlyPrimaryGroup\": false,\r\n\t\t\"region\": null,\r\n\t\t\"ignoreMaxQty\": false,\r\n\t\t\"ignoreMaxQtySku\": \"sku,sku1,\",\r\n\t\t\"priceTable\": 0,\r\n\t\t\"priceLevel\": null,\r\n\t\t\"discountManufacturer\": null,\r\n\t\t\"discountManufacturerAmt\": null,\r\n\t\t\"hidePrice\": false,\r\n\t\t\"categoriesToHidePrice\": null,\r\n\t\t\"baggingSupplierIdSet\": null,\r\n\t\t\"lessThanMinSupplierIdSet\": null\r\n\t},\r\n\t\"newCustomerGroup\": false,\r\n\t\"customerIds\": null,\r\n\t\"imageUrls\": null,\r\n\t\"galleryFiles\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8017/api/v1/customerGroup.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=58D9AB59C84F1FA9C5CBA2E9C5555A18; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"21"},{"key":"Date","value":"Fri, 25 Mar 2022 11:57:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"344ed336-9a6b-448b-8e72-31c60c40eaaa"},{"name":"Get Customer Groups v1","id":"912449f9-7041-4057-9946-1f80d93b9d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8017/api/v1/customerGroup.jhtm","description":"<p>Get all customer groups</p>\n","urlObject":{"protocol":"http","port":"8017","path":["api","v1","customerGroup.jhtm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"40f0088e-0ce0-4090-ad15-b53e8f664499","name":"Get Customer Groups Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8017/api/v1/customerGroup.jhtm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=20D9997EBA907A08FFD992852F2851DF; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"20598"},{"key":"Date","value":"Wed, 02 Feb 2022 16:37:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerGroups\": [\n        {\n            \"id\": 15,\n            \"name\": \"test15\",\n            \"active\": false,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1608579479000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 16,\n            \"name\": \"test2\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1608584232000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku3,sku5\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Test4\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1614658835000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": 3,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": \"\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Test3\",\n            \"active\": false,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1614658840000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": -2,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": \"\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Customer Groups API 177 update\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1617287017000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": null,\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Customer Groups API v5 update\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1626167219000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": \"\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 25,\n            \"name\": \"test\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1627503493000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": \"\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Customer Groups API v6\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643105350000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": null,\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 28,\n            \"name\": \"800017 -S C G & Associates\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643725718000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": null,\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 29,\n            \"name\": \"test new 17\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643811884000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 31,\n            \"name\": \"test new 18\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643811999000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 33,\n            \"name\": \"test new 15\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643812123000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 35,\n            \"name\": \"test 33\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643812987000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": true,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Customer Groups API v25 update\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643814589000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": null,\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        {\n            \"id\": 41,\n            \"name\": \"New Test Group 41\",\n            \"active\": true,\n            \"priceCasePack\": null,\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1643819330000,\n            \"numCustomer\": null,\n            \"createdBy\": \"Admin\",\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": null,\n            \"imprintList\": null,\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": null,\n            \"returnUrl\": null,\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": null,\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": null,\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": null,\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": null,\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"912449f9-7041-4057-9946-1f80d93b9d04"},{"name":"Get Customer Group By Id v1","id":"6840c6e6-16e6-41e8-825b-c4917568d0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8017/api/v1/customerGroup.jhtm?id=59","urlObject":{"protocol":"http","port":"8017","path":["api","v1","customerGroup.jhtm"],"host":["localhost"],"query":[{"key":"id","value":"59"}],"variable":[]}},"response":[{"id":"26382d14-d91d-4ae6-b21a-db3ee7567a2b","name":"Get Customer Group By Id v1 Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8017/api/v1/customerGroup.jhtm?id=59","protocol":"http","host":["localhost"],"port":"8017","path":["api","v1","customerGroup.jhtm"],"query":[{"key":"id","value":"59"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=58D9AB59C84F1FA9C5CBA2E9C5555A18; Version=1; Path=\"; HttpOnly;\"; Secure"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1"},{"key":"Content-Length","value":"1509"},{"key":"Date","value":"Fri, 25 Mar 2022 11:57:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"groupForm\": {\n        \"customerGroup\": {\n            \"id\": 59,\n            \"name\": \"All false group\",\n            \"active\": false,\n            \"priceCasePack\": \"0\",\n            \"editBillingAndShipping\": false,\n            \"parentGroups\": [],\n            \"companyStore\": false,\n            \"created\": 1648201337000,\n            \"numCustomer\": null,\n            \"createdBy\": null,\n            \"checkoutPurchaseOrder\": false,\n            \"checkoutShipDateEnabled\": false,\n            \"checkoutCancelDateEnabled\": false,\n            \"checkoutGiftcard\": false,\n            \"checkoutPromocode\": false,\n            \"protectedAccess\": \"\",\n            \"imprintList\": [],\n            \"markupList\": null,\n            \"rushCharge\": null,\n            \"rushServiceDays\": null,\n            \"baggingCharge\": null,\n            \"baggingSupplierIds\": null,\n            \"contactEmail\": \"\",\n            \"returnUrl\": \"\",\n            \"lessThanMinQty\": null,\n            \"lessThanMinCharge\": null,\n            \"lessThanMinSupplierIds\": null,\n            \"specialPricingProductCount\": 0,\n            \"priceTableMarkup\": null,\n            \"disableCustomerUpload\": false,\n            \"rewardPoints\": null,\n            \"paymentEmail\": null,\n            \"groupOrderLimit\": null,\n            \"orderLimitManager\": 1,\n            \"budgetFrequencyManager\": 1,\n            \"salesRepIds\": null,\n            \"salesRepIdList\": [],\n            \"dialingGroup\": false,\n            \"dialingMessage\": \"\",\n            \"closerIds\": null,\n            \"closerIdList\": [],\n            \"timezones\": \"\",\n            \"productSkus\": null,\n            \"productSkuList\": null,\n            \"showPartiallyShipOk\": false,\n            \"showFrontendReport\": false,\n            \"bcc\": \"\",\n            \"allowanceProgram\": null,\n            \"managerAssignOnlyPrimaryGroup\": false,\n            \"region\": null,\n            \"ignoreMaxQty\": false,\n            \"ignoreMaxQtySku\": \"sku,sku1,\",\n            \"priceTable\": 0,\n            \"priceLevel\": null,\n            \"discountManufacturer\": null,\n            \"discountManufacturerAmt\": null,\n            \"hidePrice\": false,\n            \"categoriesToHidePrice\": null,\n            \"baggingSupplierIdSet\": null,\n            \"lessThanMinSupplierIdSet\": null\n        },\n        \"newCustomerGroup\": false,\n        \"customerIds\": null,\n        \"imageUrls\": null,\n        \"galleryFiles\": null\n    },\n    \"galleryFiles\": [],\n    \"message\": \"Success\"\n}"}],"_postman_id":"6840c6e6-16e6-41e8-825b-c4917568d0cc"},{"name":"API Access Priviliege","id":"41505120-c07b-4a99-9fac-e521c53af085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"https://drive.google.com/file/d/1g16lLjSpTJ64JHFmxeVo-AREWWJEPaPB/view?usp=sharing","urlObject":{"protocol":"https","path":["file","d","1g16lLjSpTJ64JHFmxeVo-AREWWJEPaPB","view"],"host":["drive","google","com"],"query":[{"key":"usp","value":"sharing"}],"variable":[]}},"response":[],"_postman_id":"41505120-c07b-4a99-9fac-e521c53af085"}],"event":[{"listen":"prerequest","script":{"id":"29a60569-b12e-4d44-ae8e-340eabcc805e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51e1a5fc-2377-4cb6-8691-4cf56515d755","type":"text/javascript","exec":[""]}}]}